Polynomial Scalar Division

Division of a polynomial by a real number

Calculate polynomial scalar division


This function calculates the division of a polynomial by a real number. To do this, each element of the polynomial is divided by the divisor.

To calculate, enter the values of the polynomial and the real divisor. 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 Scalar Division

 Input
÷
Real number
Decimal places
 Results
P(x)
Divisor
Quotient

Example

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

\(\displaystyle Divisor = 2 \)

\(\displaystyle P(x) ÷ 2 \;\) \(\displaystyle = (3x^2 ÷ 2) + (4x÷2)+(5÷2) \)
\(\displaystyle = 1.5x^2 + 2x + 2.5\)


Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?