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.
Divide p(x) by (x−k): bring down first coefficient, multiply by k, add to next coefficient, repeat
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:
| Polynomial | Divisor | k value | Quotient | Remainder | Factor? |
|---|---|---|---|---|---|
| x²−5x+6 | (x−2) | 2 | x−3 | 0 | Yes |
| x²−5x+6 | (x−3) | 3 | x−2 | 0 | Yes |
| x³−8 | (x−2) | 2 | x²+2x+4 | 0 | Yes |
| x³−6x²+11x−6 | (x−1) | 1 | x²−5x+6 | 0 | Yes |
| x²+1 | (x−1) | 1 | x+1 | 2 | No |
| 2x³−3x+1 | (x+2) | −2 | 2x²−4x+5 | −9 | No |
Add, subtract, multiply, and divide polynomials
Factoring CalculatorFactor polynomials and trinomials step by step
Quadratic Formula CalculatorSolve quadratic equations and find all roots
Factoring Polynomials GuideGCF, trinomials, and difference of squares
Algebra HubAll algebra calculators and guides
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.