Tutorial: Polynomial Division

Today let’s look at two different types of polynomial division: Polynomial Long Division and Synthetic Division. Long division will work when dividing by any polynomial, synthetic division only works when the divisor is a first degree binomial.

This is definitely a case where the explanation is trickier than the process. If you find the text confusing, start with the video tutorial, and then come back to this written explanation.

Long Division:

It’s likely been a long time since you thought about long division, so let’s refresh first. Imagine Poly Div 1you’re diving 613 by 5. First, set up the problem: put 613 inside and 5 outside.

Poly Div 4Think about how many times 5 goes into 6 (once), and put that 1 up above the 6. Multiply the 1 by the 5, and put the result, 5, below the 6. Subtract 5 from 6, resulting in 1, Poly Div 5and carry the 1 from 613 down next to it so you have 11. How many times does 5 go into 11? Twice. Put the two up above and multiply it by 5 to get 10, which goes below the 11. Subtract 10 from 11 (resulting in 1), bring down the 3, and find out how many times 5 goes into 13 (twice). Put the two up above the 3, multiply by 5 for 10, subtract 10 from 13, and you get 3, which is your remainder.

You can write this result as: 613 = 5\cdot 122 + 3 or \dfrac{613}{5} = 122 + \dfrac{3}{5}.

Now we’re ready to play with polynomials.


Polynomial Long Division

Our example problem will be \dfrac{x^3-3x^2+2x-5}{x+2}. In this case, the divisor is x+2, and x^3-3x^2+2x-5 is the dividend.

In the long division problem above, our first step was asking how many times 5 went into 6. We start similarly here.

  1. Ask this question: x^3 (the first term in the polynomial) equals x (from x+2) times what? x times x^2 equals x^3, so x^2 goes above the x^3.
  2. Multiply x^2 by the divisor, x+2, and put the result, x^3+2x^2, below the first two terms of the polynomial.
  3. Subtract, just like in regular long division: (x^3-3x^2) - (x^3+2x^2) = -5x^2. Watch out for subtraction errors! The first terms should always cancel out. Poly Div 6
  4. Bring down the next term in the original polynomial (2x) to sit next to -5x^2.
  5. Back to the beginning question: -5x^2 equals x (from x+2) times what? x times -5x equals -5x^2, so -5x goes above the -3x^2.
  6. Again, multiply by the divisor: (-5x)(x+2) = -5x^2-10x. Subtract from -5x^2+2x and continue on with the steps: carry down, ask the multiplication question, multiply by the divisor, subtract, etc.
  7. When there’s nothing left to carry down, or the divisor won’t go into the polynomial resulting from your subtraction, what’s left is the remainder.

Polynomial Long Division is tricky. None of the individual steps (once you get used to them) are particularly hard, but there are lots of places to make little mistakes. Most often, mistakes happen during subtraction – people lose track of negative signs and end up adding by mistake.

If your divisor is a polynomial of degree 2 (has an x^2 term) or higher, you need to use this long division method. However, if you’re dividing by a first degree binomial (like x \pm k), you can use Synthetic Division, which is much less complex.


Synthetic Division:

Again, our example problem is \dfrac{x^3-3x^2+2x-5}{x+2}.

Step by step:

  1. What are the coefficients of the dividend? We’re dividing into x^3-3x^2+2x-5, so the coefficients are 1,\ -3,\ 2,\ -5. Write those down in a line with a bit of space between them.
  2. Solve for the ‘root‘: Set the divisor equal to 0 and solve for x: x+2=0, so x=-2. Put that number to the left of your coefficients. I like to put a little backwards L shape around it to keep it separate. Poly Div 7
  3. Put a line below everything, with room between the line and the coefficients to fit one more set of numbers.
  4. Bring down the 1 to below the line.
  5. Multiply the 1 by -2, put the result (-2) below the -3.
  6. Add those two numbers (-3 + (-2) = -5) and put the sum below the line.
  7. Continue: multiply each sum by -2 and add it to the next coefficient. Poly Div 8
  8. I like to separate the last sum from the others with a little dashed line… that’s how I remember that it (in this case -29) is the remainder.
  9. The rest of the result, 1,\ -5,\ 12 represents the coefficients of the quotient (the answer). Add x‘s back in, starting from the left with an x one degree lower than the original polynomial, x^2 in this case.
  10. Done! The result is x^2-5x+12 with a remainder of -29.

I’ve tried to explain these procedures in words, but lots of people learn by watching. Here’s a video demonstrating both polynomial long division and synthetic division:


Long post! How do you feel about polynomial long division or synthetic division now? Does it make a bit more sense than when you started? I think synthetic division is wicked cool – I hope you like it too! Please let me know what you think in the comments below.

Leave a Reply

Your email address will not be published.