Synthetic Division Calculator

Reviewed by CalcMulti Editorial Team·Last updated: ·Algebra Hub

Synthetic division is a streamlined method for dividing a polynomial by a linear factor of the form (x − k). Instead of writing out all the variable terms as in long division, synthetic division works only with the coefficients, reducing the arithmetic to a compact sequence of multiplications and additions. The result is the quotient polynomial and the remainder.

This calculator accepts any degree polynomial and a divisor value k, then walks through the full synthetic division tableau: bringing down the leading coefficient, multiplying by k, adding to the next coefficient, and repeating until the remainder is found. Applications include evaluating polynomials at a point (Remainder Theorem), testing factors (Factor Theorem), and reducing the degree of a polynomial before further factoring.

Formula

Divide p(x) by (x−k): bring down first coefficient, multiply by k, add to next coefficient, repeat

k
the root value from the divisor (x − k); write k in the box for synthetic division
coefficients
the numerical coefficients of each term of the dividend polynomial (include 0 for missing terms)
remainder
the last number in the bottom row; equals p(k) by the Remainder Theorem
quotient
all numbers in the bottom row except the remainder, representing a polynomial of degree one less than p(x)

Synthetic Division

Divide a polynomial p(x) by (x − k).

Include 0 for missing terms (e.g., x³−8 → 1 0 0 -8)

To divide by (x + 3), enter k = −3

Quick examples:

Synthetic Division Quick Reference

PolynomialDivisork valueQuotientRemainderFactor?
x²−5x+6(x−2)2x−30Yes
x²−5x+6(x−3)3x−20Yes
x³−8(x−2)2x²+2x+40Yes
x³−6x²+11x−6(x−1)1x²−5x+60Yes
x²+1(x−1)1x+12No
2x³−3x+1(x+2)−22x²−4x+5−9No

Disclaimer

This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.

Frequently Asked Questions