Algebra 2 Advanced divisionsynthetic divisionpolynomials

Polynomial Long & Synthetic Division

Dividing polynomials, and the shortcut when the divisor is linear.

Video by Khan Academy — “Synthetic division | Polynomial and rational functions | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea Synthetic division works only for divisors of the form x − c.

Polynomial long division mirrors numerical long division: divide the leading terms, multiply back, subtract, bring down, repeat.

Synthetic division is a much faster shortcut, but only when dividing by x − c.

To divide x³ − 4x² + 2x + 1 by x − 3:
Write c = 3 and the coefficients 1, −4, 2, 1.
Bring down 1. Multiply by 3 → 3, add to −4 → −1. Multiply by 3 → −3, add to 2 → −1. Multiply by 3 → −3, add to 1 → −2.

The result is x² − x − 1 with remainder −2.

Two rules: use c = 3 for the divisor x − 3 (the opposite sign), and include a 0 for every missing power.

Worked example

Divide 2x³ + 3x² − 11x − 6 by x + 3 using synthetic division.

  1. Divisor x + 3 means c = −3.
  2. Coefficients: 2, 3, −11, −6.
  3. Bring down 2; 2(−3) = −6, 3 + (−6) = −3; −3(−3) = 9, −11 + 9 = −2; −2(−3) = 6, −6 + 6 = 0.
  4. Remainder 0, so x + 3 is a factor.

Answer: Quotient 2x² − 3x − 2, remainder 0

Common mistakes

  • Using c = 3 when dividing by x + 3.
  • Omitting a zero placeholder for a missing power, which shifts every coefficient.