Synthetic Division of Polynomials

April 12, 2026

Problem

Divide x³−4x²+x+6 by (x−2) using synthetic division. Animate the carry-multiply-add process.

Explanation

What is synthetic division?

Synthetic division is a shortcut for dividing a polynomial by a linear factor (xc)(x - c). It's faster than long division because you only work with the coefficients.

Step-by-step: Divide x34x2+x+6x^3 - 4x^2 + x + 6 by (x2)(x - 2)

Step 1 — Set up. Write the coefficients of the dividend in a row: [1,4,1,6][1, -4, 1, 6]. Write c=2c = 2 to the left (from x2x - 2, we use +2+2).

2    14162 \;\big|\; 1 \quad -4 \quad 1 \quad 6

Step 2 — Bring down the first coefficient: 11.

2    14162 \;\big|\; 1 \quad -4 \quad 1 \quad 6 \quad\quad\quad \underline{\downarrow} 1\quad\quad\quad 1

Step 3 — Multiply and add for each column:

Column 2: 1×2=21 \times 2 = 2. Add to 4-4: 4+2=2-4 + 2 = -2.

Column 3: 2×2=4-2 \times 2 = -4. Add to 11: 1+(4)=31 + (-4) = -3.

Column 4: 3×2=6-3 \times 2 = -6. Add to 66: 6+(6)=06 + (-6) = 0.

Bottom row: [1,2,3,0][1, -2, -3, 0].

Step 4 — Read the answer. The last number is the remainder (= 0). The other numbers are the quotient coefficients: 1x22x31x^2 - 2x - 3.

x34x2+x+6=(x2)(x22x3)+0x^3 - 4x^2 + x + 6 = (x - 2)(x^2 - 2x - 3) + 0

Step 5 — Since remainder = 0, (x2)(x - 2) is a factor! We can factor further: x22x3=(x3)(x+1)x^2 - 2x - 3 = (x - 3)(x + 1).

Complete factorization: x34x2+x+6=(x2)(x3)(x+1)x^3 - 4x^2 + x + 6 = (x - 2)(x - 3)(x + 1).

The carry-multiply-add pattern

At each step: multiply the bottom number by cc, write it under the next coefficient, then add down. Repeat.

When to use synthetic division

  • Only when dividing by (xc)(x - c) (a linear factor with leading coefficient 1).
  • For other divisors (like x2+2x^2 + 2 or 2x32x - 3), use polynomial long division instead.

Try it in the visualization

Adjust cc and the coefficients. The carry-multiply-add process is animated column by column. If the remainder is 0, the visualization confirms (xc)(x - c) is a factor.

Interactive Visualization

Parameters

2.00
1.00
-4.00
1.00
6.00
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Synthetic Division of Polynomials | MathSpin