Synthetic Division

A fast method for dividing a polynomial by a binomial of the form (xc)(x - c), giving quotient and remainder efficiently without long division.

P(x)÷(xc)P(x) \div (x - c)

Solve a problem with Synthetic Division

Type the problem. The solver will use Synthetic Division where Synthetic Division is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Synthetic Division takes
PP
xx
cc
Synthetic Division
SymbolMeaning
PPThe polynomial being divided; P(x)P(x) represents the complete polynomial expression you start with. If you misidentify which polynomial is PP, the entire division will be wrong.
xxThe variable in the polynomial; the letter representing the unknown quantity in the expression P(x)P(x). Confusing xx with the number cc from the divisor (xc)(x - c) breaks the setup.
ccThe constant that defines which linear factor (xc)(x - c) you are dividing by; if the divisor is (x+3)(x + 3), then c=3c = -3, not c=3c = 3. Getting the sign wrong flips all the calculations.

When to use it

Use Synthetic Division when you need to divide a polynomial by a linear binomial of the form (xc)(x - c) and want a faster shortcut than polynomial long division.

Level

Usually taught in: Algebra II

Worked examples

1. Divide a cubic polynomial by a linear binomial with small integers

Problem

Divide x3+2x25x+3x^3 + 2x^2 - 5x + 3 by (x2)(x - 2) using Synthetic Division.
  1. 212532861439\begin{array}{c|cccc} 2 & 1 & 2 & -5 & 3 \\ & & 2 & 8 & 6 \\ \hline & 1 & 4 & 3 & 9 \end{array}

    Set up the synthetic division table with c=2c = 2 on the left. Write the coefficients 1,2,5,31, 2, -5, 3 in the top row.

  2. 11

    Bring down the leading coefficient 11 to the bottom row—this is the first coefficient of the quotient.

  3. 21=2,2+2=42 \cdot 1 = 2, \quad 2 + 2 = 4

    Multiply c=2c = 2 by the 1 you brought down to get 2, then add it to the next coefficient 22 to get 44.

  4. 24=8,5+8=32 \cdot 4 = 8, \quad -5 + 8 = 3

    Multiply 22 by the result 44 to get 88, then add it to the next coefficient 5-5 to get 33.

  5. 23=6,3+6=92 \cdot 3 = 6, \quad 3 + 6 = 9

    Multiply 22 by 33 to get 66, then add it to the last coefficient 33 to get 99, which is the remainder.

Answer: x2+4x+3+9x2x^2 + 4x + 3 + \frac{9}{x - 2}

Synthetic Division compressed all the steps of polynomial long division into one compact table. The numbers in the bottom row are the coefficients of the quotient (1,4,31, 4, 3 give x2+4x+3x^2 + 4x + 3) and the remainder (99). Since the quotient always has degree one less than the original polynomial, a cubic divided by a linear divisor gives a quadratic.

2. Divide with a negative divisor and nonzero remainder

Problem

Use Synthetic Division to divide 2x33x2+x72x^3 - 3x^2 + x - 7 by (x+1)(x + 1).
  1. 1231725625613\begin{array}{c|cccc} -1 & 2 & -3 & 1 & -7 \\ & & -2 & 5 & -6 \\ \hline & 2 & -5 & 6 & -13 \end{array}

    Rewrite (x+1)(x + 1) as (x(1))(x - (-1)) to see that c=1c = -1, not c=1c = 1. Write the coefficients 2,3,1,72, -3, 1, -7 across the top row.

  2. 22

    Bring down the leading coefficient 22—this is the first coefficient of the quotient.

  3. (1)2=2,3+(2)=5(-1) \cdot 2 = -2, \quad -3 + (-2) = -5

    Multiply c=1c = -1 by 22 to get 2-2, then add it to the next coefficient 3-3 to get 5-5.

  4. (1)(5)=5,1+5=6(-1) \cdot (-5) = 5, \quad 1 + 5 = 6

    Multiply 1-1 by 5-5 to get 55, then add it to the next coefficient 11 to get 66.

  5. (1)6=6,7+(6)=13(-1) \cdot 6 = -6, \quad -7 + (-6) = -13

    Multiply 1-1 by 66 to get 6-6, then add it to the last coefficient 7-7 to get 13-13, the remainder.

Answer: 2x25x+613x+12x^2 - 5x + 6 - \frac{13}{x + 1}

The negative divisor changes all the multiplication steps: every product has the opposite sign compared to a positive divisor. The remainder 13-13 is not zero, so (x+1)(x + 1) is not a factor of the original polynomial. Notice that the quotient still has degree one less than the original cubic.

3. Evaluate polynomial elevation along a hill

Problem

A cyclist climbs a hill whose elevation is modeled by h(x)=x34x2+5x+2h(x) = x^3 - 4x^2 + 5x + 2 meters, where xx is the horizontal distance in kilometers. Use Synthetic Division to divide by (x3)(x - 3), which will reveal the elevation at x=3x = 3 km.
  1. 314523361128\begin{array}{c|cccc} 3 & 1 & -4 & 5 & 2 \\ & & 3 & -3 & 6 \\ \hline & 1 & -1 & 2 & 8 \end{array}

    Set up with c=3c = 3. Write the coefficients of h(x)h(x) as 1,4,5,21, -4, 5, 2 in the top row.

  2. 11

    Bring down the leading coefficient 11.

  3. 31=3,4+3=13 \cdot 1 = 3, \quad -4 + 3 = -1

    Multiply 33 by 11 to get 33, then add to the next coefficient 4-4 to get 1-1.

  4. 3(1)=3,5+(3)=23 \cdot (-1) = -3, \quad 5 + (-3) = 2

    Multiply 33 by 1-1 to get 3-3, then add to the next coefficient 55 to get 22.

  5. 32=6,2+6=83 \cdot 2 = 6, \quad 2 + 6 = 8

    Multiply 33 by 22 to get 66, then add to the last coefficient 22 to get 88—this remainder is the elevation at x=3x = 3.

Answer: x2x+2+8x3, or h(x)=(x3)(x2x+2)+8x^2 - x + 2 + \frac{8}{x - 3}, \text{ or } h(x) = (x - 3)(x^2 - x + 2) + 8

By the Remainder Theorem, the remainder when dividing h(x)h(x) by (x3)(x - 3) equals h(3)=8h(3) = 8 meters—the elevation at exactly 33 kilometers. Synthetic Division gives this value instantly without substituting x=3x = 3 into the original polynomial. The quotient x2x+2x^2 - x + 2 describes the elevation change relative to that point.

Common mistakes

Where Synthetic Division usually goes wrong
Answer came out wrong
Writing the wrong value of cc when the divisor is (x+k)(x + k): using c=kc = k instead of c=kc = -k.
Always rewrite (x+k)(x + k) as (x(k))(x - (-k)) before identifying cc, or remember: if you see a plus sign in the divisor, the cc value is negative.
Treating the quotient as having the wrong degree, such as writing all numbers from the bottom row as coefficients of the quotient.
Count how many numbers are in the bottom row. If there are nn numbers, the quotient is a polynomial of degree n2n - 2, and the last number is always the remainder.
Omitting a zero coefficient when the original polynomial is missing a term, such as treating x3+5x2x^3 + 5x - 2 as having coefficients 1,5,21, 5, -2 instead of 1,0,5,21, 0, 5, -2.
Before starting synthetic division, write the polynomial with all terms in descending degree order, including 00 coefficients for any missing powers. For x3+5x2x^3 + 5x - 2, write x3+0x2+5x2x^3 + 0x^2 + 5x - 2, giving coefficients 1,0,5,21, 0, 5, -2.
The mistakeWhy it is wrongThe fix
Writing the wrong value of cc when the divisor is (x+k)(x + k): using c=kc = k instead of c=kc = -k.The divisor (x+k)(x + k) is the same as (x(k))(x - (-k)), so c=kc = -k. Using the wrong sign reverses every multiplication step in the algorithm.Always rewrite (x+k)(x + k) as (x(k))(x - (-k)) before identifying cc, or remember: if you see a plus sign in the divisor, the cc value is negative.
Treating the quotient as having the wrong degree, such as writing all numbers from the bottom row as coefficients of the quotient.The quotient has degree exactly one less than the original polynomial. The last number in the bottom row is the remainder, not a coefficient. If you include it as a coefficient, you add an extra degree to the quotient.Count how many numbers are in the bottom row. If there are nn numbers, the quotient is a polynomial of degree n2n - 2, and the last number is always the remainder.
Omitting a zero coefficient when the original polynomial is missing a term, such as treating x3+5x2x^3 + 5x - 2 as having coefficients 1,5,21, 5, -2 instead of 1,0,5,21, 0, 5, -2.Each position in the synthetic division table represents one term, in order by degree. Skipping a missing term misaligns all the products and additions that follow.Before starting synthetic division, write the polynomial with all terms in descending degree order, including 00 coefficients for any missing powers. For x3+5x2x^3 + 5x - 2, write x3+0x2+5x2x^3 + 0x^2 + 5x - 2, giving coefficients 1,0,5,21, 0, 5, -2.

Tips and when to use something else

  • Synthetic Division only works for divisors of the form (xc)(x - c) where the leading coefficient of xx is 11. For other linear divisors like (2x1)(2x - 1) or (3x+2)(3x + 2), use Polynomial Long Division instead.
  • The Remainder Theorem says that when you divide P(x)P(x) by (xc)(x - c), the remainder equals P(c)P(c)—the value of the polynomial at x=cx = c. You can verify your answer by substituting: calculate P(c)P(c) and confirm it matches the remainder you found.
  • If the remainder is zero, then (xc)(x - c) is a factor of P(x)P(x), which means cc is a root of the polynomial. Use this to find and verify roots quickly.
  • Always include zero coefficients for missing powers. For x48x^4 - 8 (which is missing x3x^3, x2x^2, and xx terms), use coefficients 1,0,0,0,81, 0, 0, 0, -8—do not skip directly to the constant term.

Frequently asked questions

Why is Synthetic Division faster than Polynomial Long Division?
Synthetic Division compresses the algorithm into a single compact table and works with only the coefficients, not the variable xx. You avoid writing the intermediate quotient and remainder at each step, reducing both the writing and the chance of arithmetic errors.
Can I use Synthetic Division if the divisor has a leading coefficient other than 1?
No, Synthetic Division only works for divisors of the form (xc)(x - c). If your divisor is (2x1)(2x - 1) or (3x+2)(3x + 2), factor out the leading coefficient to rewrite it as 2(x12)2(x - \frac{1}{2}) or 3(x23)3(x - \frac{2}{3}), then either adjust the final quotient or use Polynomial Long Division instead.
What does the last number in the bottom row of the synthetic division table represent?
By the Remainder Theorem, that last number is the remainder, and it also equals P(c)P(c)—the value of the polynomial at x=cx = c. If the remainder is zero, then (xc)(x - c) is a factor of P(x)P(x).
What if my polynomial is missing terms, like x32x^3 - 2?
Write the coefficients including zeros for missing powers: x3+0x2+0x2x^3 + 0x^2 + 0x - 2 has coefficients 1,0,0,21, 0, 0, -2. If you skip the zeros, the products and additions will not line up correctly with the original polynomial's terms.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18