Using the model
Symbols, assumptions and limitations
The calculator accepts real coefficients through degree six. Synthetic division is performed only for a linear divisor x − c. Horner evaluation and the remainder theorem use the same nested arithmetic.
Worked examples
See the method in practice
A known cubic root
For P(x)=x³−6x²+11x−6 and c=1, synthetic division gives quotient x²−5x+6 and remainder 0.
Nonzero remainder
If P(c) is not zero, c is not a root and the same value is the remainder after division by x−c.
Questions
Frequently asked
Why is Horner’s method useful?
It evaluates a degree-n polynomial using only n multiplications and n additions.
What does remainder zero mean?
It means x−c is a factor and c is a root of the polynomial.
Can I divide by a quadratic?
Not in this focused tool; synthetic division here uses a divisor of the form x−c.
Sources & review
Equations and examples are checked against the references below. Results are educational and should be independently verified for safety-critical work.
OpenStax College Algebra — Dividing PolynomialsWritten by the STEM Hub editorial team · Reviewed August 11, 2026 · Review methodology