Synthetic division is a shortcut for dividing a polynomial by a linear divisor of the form xcx-c. You use the coefficients instead of writing full polynomial long division, so it is faster when the divisor has exactly that form.

The condition matters. Standard synthetic division works for divisors like x2x-2 or x+5x+5, because those are really xcx-c. If the divisor is not in that form, do not force the shortcut.

When Synthetic Division Works

Use synthetic division when the divisor is linear and can be written as xcx-c. That includes x2x-2, x+3x+3, and x12x-\frac{1}{2}.

If the divisor is 2x32x-3, the usual setup does not apply directly. In that case, use polynomial long division or rewrite the problem with care.

What The Numbers Mean

Suppose you divide a polynomial P(x)P(x) by xcx-c. Synthetic division turns that problem into repeated multiply-and-add steps using the number cc and the coefficients of P(x)P(x).

The last number is the remainder. Every number before it is a coefficient of the quotient. By the Remainder Theorem, that last number is also P(c)P(c).

How To Do Synthetic Division

To set it up:

  1. Write the number cc on the left.
  2. List the coefficients of the polynomial in descending powers of xx.
  3. Include a zero for any missing power.
  4. Bring down the first coefficient.
  5. Multiply by cc, write the result under the next coefficient, and add.
  6. Repeat until you reach the end.

If a term is missing, the zero is not optional. It keeps every power lined up correctly.

Synthetic Division Example

Divide 2x33x2+4x52x^3 - 3x^2 + 4x - 5 by x2x-2.

Because the divisor is x2x-2, use c=2c=2. The coefficients are 22, 3-3, 44, and 5-5.

Now do the multiply-and-add steps:

  1. Bring down the first coefficient: 22.
  2. Multiply 22 by 22 to get 44, then add to 3-3 to get 11.
  3. Multiply 11 by 22 to get 22, then add to 44 to get 66.
  4. Multiply 66 by 22 to get 1212, then add to 5-5 to get 77.

So the bottom row is 22, 11, 66, 77. The quotient coefficients are 22, 11, and 66, and the remainder is 77.

That gives the quotient

2x2+x+62x^2 + x + 6

with remainder 77. So

2x33x2+4x5=(x2)(2x2+x+6)+72x^3 - 3x^2 + 4x - 5 = (x-2)(2x^2 + x + 6) + 7

and the division result can also be written as

2x33x2+4x5x2=2x2+x+6+7x2\frac{2x^3 - 3x^2 + 4x - 5}{x-2} = 2x^2 + x + 6 + \frac{7}{x-2}

Why Students Use Synthetic Division

Synthetic division is useful when you want a quicker way to divide by xcx-c, test a possible factor, or find a remainder fast.

It often appears with the Remainder Theorem and Factor Theorem. If the remainder is 00, then xcx-c is a factor of the polynomial.

Common Synthetic Division Mistakes

Using The Wrong Sign

For a divisor x2x-2, use 22. For a divisor x+2x+2, use 2-2. The sign changes because x+2=x(2)x+2 = x-(-2).

Forgetting Missing Terms

If you divide x3+5x1x^3 + 5x - 1, the coefficient list is not 1,5,11, 5, -1. It is

1, 0, 5, 11,\ 0,\ 5,\ -1

because the x2x^2 term is missing.

Using The Shortcut On The Wrong Divisor

The basic setup is for xcx-c. If the divisor is something like 2x32x-3, do not put 33 on the left and continue as usual. Use another method unless you know the modified setup.

Forgetting What The Last Number Means

The final number is the remainder, not another quotient coefficient.

When You Will See It

Synthetic division shows up when you:

  1. divide a polynomial by xcx-c
  2. check whether a linear expression is a factor
  3. need the remainder P(c)P(c)
  4. want a faster alternative to long division for this special case

Try A Similar Problem

Divide x36x2+11x6x^3 - 6x^2 + 11x - 6 by x1x-1 using synthetic division. Then use the remainder to decide whether x1x-1 is a factor. If you want one more case, try the same polynomial with x2x-2 and compare the remainders.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →