Synthetic Division Calculator
Divide a cubic ax³ + bx² + cx + d by (x − r).
Synthetic division is a fast shortcut for dividing a polynomial by a linear factor (x − r).
The math behind it
Bring down the leading coefficient, multiply by r and add to the next coefficient; repeat. The last number is the remainder, which by the Remainder Theorem equals f(r).
Worked example
(x³ − 6x² + 11x − 6) ÷ (x − 1) → quotient x² − 5x + 6, remainder 0.
FAQ
What does a zero remainder mean?
r is a root, so (x − r) is a factor of the polynomial.