Synthetic Division Calculator
A synthetic division calculator is an algebraic tool that performs division on a polynomial by a linear binomial divisor of the form x minus c. It streamlines polynomial division by utilizing only the coefficients of the terms, avoiding variable writing. The calculator displays the synthetic division table, showing the addition and multiplication steps, and outputs the final quotient polynomial alongside the remainder. High school and college algebra students use this calculator to quickly factor polynomials, find roots, and evaluate functions.
Pick a polynomial, enter its coefficients in descending order, and the calculator divides it by x - c using synthetic division. The result panel shows the quotient and remainder; the synthetic table shows every step.
Quick Answer
Divide polynomials using synthetic division. Enter the numerator polynomial and linear divisor to find the quotient and remainder with step-by-step math.
Polynomial and divisor
Enter coefficients of the dividend in descending order, including zeros for missing terms. Synthetic division supports a divisor of the form x - c (or x + c, which is c = -value).
Comma or space separated, highest power first. · e.g. 1, -5, 6 (for x^2 - 5x + 6)
To divide by x + 3, enter c = -3. · e.g. 2 (for x - 2)
Synthetic table
| Step | Next coef | Carry (prev x c) | Sum |
|---|---|---|---|
| 0 | 1 | bring down | 1 |
| 1 | -5 | 1 x 2 = 2 | -3 |
| 2 | 6 | -3 x 2 = -6 | 0 |
The last sum in the rightmost column is the remainder. The earlier sums are the quotient coefficients in order.
Quotient
x - 3
Remainder: 0
Synthetic division is a compact shortcut that works only when the divisor is x - c. For divisors of higher degree (like x^2 + 1), use polynomial long division instead.
Examples
(x^2 - 5x + 6) / (x - 2)
Quotient x - 3, Remainder 0
(2x^3 + 3x^2 - 4x + 5) / (x - 1)
Quotient 2x^2 + 5x + 1, Remainder 6
(x^3 - 8) / (x - 2)
Quotient x^2 + 2x + 4, Remainder 0
(x^2 + 1) / (x + 1)
Quotient x - 1, Remainder 2
How it works
Synthetic division processes the coefficients left to right. Bring down the leading coefficient, multiply by c, add to the next coefficient, and repeat. The last value is the remainder; everything before it is a quotient coefficient.
Step · row[i] = coef[i] + row[i-1] * c
Quotient degree = dividend degree - 1. Remainder is a single number (because the divisor is linear).
Related algebra calculators
- Polynomial long division calculator for any polynomial divisor (not just x - c).
- Factoring calculator when you have a candidate root from the rational-roots theorem and want to factor cleanly.
- Remainder calculator for integer division remainders rather than polynomial remainders.
- All education calculators.
Related Calculators
More tools from Education



