Intermediate

Synthetic Division Calculator

Divide a polynomial by a linear factor (x - c) using synthetic division and read off the quotient coefficients and remainder.
Comma or space separated, e.g. 1, -6, 11, -6 for x^3 - 6x^2 + 11x - 6
Divides by (x - c); use c = -2 to divide by (x + 2)
Remainder
0

Equals P(c) by the Remainder Theorem

Quotient
1x^2 - 5x + 6
Quotient degree
2
Divides evenly?
Yes
1-56Quotient coefficients — each bar shows one coefficient, highest degree first
Step by step
  1. 1

    Bring down leading coefficient

    1
  2. 2

    Iteration 1

    -6 + 1 × 1 = -5
  3. 3

    Iteration 2

    11 + 1 × -5 = 6
  4. 4

    Remainder

    -6 + 1 × 6 = 0
    By the Remainder Theorem this equals P(c).
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Synthetic division divides a polynomial by (x - c). Bring down the leading coefficient, then repeatedly multiply by c and add the next coefficient. The last number is the remainder (equal to P(c)); the rest are the quotient coefficients. A zero remainder means c is a root.

Formula
Bring down a_n; for each next coefficient: value = a_k + c × previous. Last value = remainder, earlier values = quotient coefficients.
How this is calculated

Enter the dividend coefficients highest-power first, including zeros for any missing terms (e.g. for x^3 - 6x^2 + 11x - 6 enter 1, -6, 11, -6). The divisor must be linear of the form (x - c); enter the root c as a number. To divide by (x + 2), set c = -2 because x + 2 = x - (-2).

Synthetic division works by bringing down the leading coefficient, then repeatedly multiplying the running result by c and adding the next coefficient: value = a_k + c × previous. The final value produced is the remainder, and the values before it are the coefficients of the quotient, which has degree one less than the dividend.

By the Remainder Theorem the remainder equals P(c), the polynomial evaluated at c. A remainder of zero means (x - c) divides evenly and c is a root of the polynomial. This method only applies to linear divisors of leading coefficient 1; for other divisors use long division. At least two coefficients are required.

Frequently asked questions

Rewrite (x + 3) as (x - (-3)) and use c = -3. The root is the value that makes the divisor zero.

Each coefficient slot represents a power of x. Skipping a missing term (like a missing x^2) would shift the alignment and give wrong results, so enter 0 in its place.

It means (x - c) divides the polynomial exactly, so c is a root and the quotient is a clean factor of the original polynomial.

Also known as

synthetic division
divide polynomial
x minus c
quotient remainder
remainder theorem
polynomial division

APA

TG we-Calculate Editorial Team. (2026). Synthetic Division Calculator [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/synthetic-division-calculator

Chicago

TG we-Calculate Editorial Team. "Synthetic Division Calculator." TG we-Calculate. 2026. https://we-calculate.com/calculator/synthetic-division-calculator.

IEEE

TG we-Calculate Editorial Team, "Synthetic Division Calculator," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/synthetic-division-calculator

BibTeX

@misc{wecalculate_synthetic_division_calculator, title = {Synthetic Division Calculator}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/synthetic-division-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?