Polynomial Subtraction

Function to calculate a polynomial subtraction

Calculate polynomial subtraction


This function calculates the subtraction of polynomials. Enter the values for the calculation. Then click the 'Calculate' button.


Input format

The data can be entered as a series of numbers, separated by semicolons or spaces. For the expression 3x2+4x+5 write 3 4 5 or 3;4;5.


Polynomial subtraction

 Input
Decimal places
 Results
P(x)
Q(x)
Difference

Example

\(\displaystyle P(x)= 3x^2+4x+5 \)

\(\displaystyle Q(x)= 2x+3 \)

\(\displaystyle P(x) − Q(x) \;\) \(\displaystyle = (3x^2+4x+5) − (2x+3)\)
\(\displaystyle = (3x^2) + (4x-2x) +(5-3)\)
\(\displaystyle = 3x^2 + 2x + 2\)


Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?