Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.7: Synthetic Division

( \newcommand{\kernel}{\mathrm{null}\,}\)

The process for polynomial long division (like the process for numerical long division) has been separated somewhat from its logical underpinnings for a more efficient method to arrive at an answer. For particular types of polynomial long division, we can even take this abstraction one step further. Synthetic Division is a handy shortcut for polynomial long division problems in which we are dividing by a linear polynomial. This means that the highest power of x we are dividing by needs to be x1. This limits the usefulness of Synthetic Division, but it will serve us well for certain purposes. Let's examine where the coefficients in our answer come from when we divide by a linear polynomial:

clipboard_ea497b13197aab4a7a1489aaa8ae0b8b7.png

Notice that the first coefficient in the answer is the same as the first coefficient in the polynomial we're dividing into. This is because we're dividing by a polynomial in the form 1x1a. This also makes the power of the first term in the answer one less than the power of the polynomial we are dividing into. Let's see where the subsequent coefficients in the answer come from:

clipboard_ef3dc7bc9ca9a34052ed5abead9864b63.png

The next coefficient in the answer (4) comes from the combination of the -6 and the +10. The +10 came from multiplying the 2 in the answer by the 5 in the divisor x5. The next coefficient in the answer will be 3, which comes from multiplying the 4 (in the answer) by the 5 (in the divisor) and combining it with the -23 in the polynomial we're dividing into:

clipboard_e22faa11d3b3df6b557d05807793aa2e5.png

The last part of our answer will come from multiplying the -3 in the answer times the 5 in the divisor (making -15 ) and combining this with the +16 in the polynomial we're dividing into:

clipboard_e7616163c53e4868697bb0295d3a04f1b.png

The process of Synthetic Division uses these relationships as a shortcut to finding the answer. The set-up for a Synthetic Division problem is shown below:

clipboard_ea1255c9721dd7cb9a35d1d57f8269b62.png

This set-up allows us to complete the division problem 2x46x323x2+16x5x5.
clipboard_e8103490322a618427de0baf1456a0eb6.png
The first coefficient in the answer is the same as the first coefficient in the polynomial we're dividing into:
clipboard_e808addf2e25f4f006c9e14c4632d3820.png
To get the next coefficient, we multiply the 2 by the 5 to get +10 and flll this in under the -6:
clipboard_e58262a9b335ce0cbfa16a7aeac9d37f2.png
Then, 6+10=+4, which is the next coefficient in the answer:
clipboard_ec4659864ccbf9d590f340bc27793abb7.png
Then, we continue this process, multiplying the 4 by the 5 to get 20 and combining this with the 23:23+20=3:
clipboard_e029487a23774b110edec62b9f2142034.png
Next, multiply the -3 by the 5 and combine the resulting -15 with the 16:
clipboard_e76229205e52ee7e98258e6c72e1ef61a.png
In the last step, multiply the 1 times the 5 and combine the result with the -5 in the problem to get zero:
clipboard_efad7ea830dd8c0cbfdf5d23644bf663f.png
This last coefficient represents the remainder - in this case 0. The other numerals in the answer represent the coefficients for the powers of x in the answer. On the far right is the remainder, then the constant (x0) term, then the linear (x1) term and so on:
clipboard_e9466b334e7b708dd1498444e292db198.png
2x46x323x2+16x5x5=2x3+4x23x+1
Let's look at another example:

Example
Use Synthetic Division to divide:
3x3+5x29x+9x+3
since Synthetic Division is set up to divide by xa, if we're dividing by x+3 we'll need to use a -3 in the Synthetic Division:
clipboard_e41519fa4291dfe42e4f72a28d2b877ea.png
Then, 33=9
clipboard_ee33767573b1a35fe9157d55d09f8f399.png
Next, 43=+12
clipboard_e8eb3f095ea9f7d050b78ee2ab8ca6f48.png
And this example also has a zero remainder:
clipboard_eb9339500ce4332f25792ad4b26f4aee9.png
The answer here is 3x24x+3
3x3+5x29x+9x+3=3x24x+3
and
3x3+5x29x+9=(x+3)(3x24x+3)
Let's look at an example that is a little bit different.

Example
Use Synthetic Division to divide:
6x4+x3+9x2+x22x+1
Synthetic Division is set up to handle problems in which we are dividing by 1xa. Clearly, this is not the case in this example, however we can work around this. Another way of looking at setting up the synthetic division is that we use the number that is the solution to xa=0. When we divided by x5, we used
+5. When we were dividing by x+3, we used 3. So, if we're going to divide by 2x+1, we'll use 12 in the Synthetic Division:
clipboard_e8e2d3b3aba2efeafef80d8f1c416d671.png
Then, we proceed as usual:
clipboard_ef914c9a9ff29973189caf206882f8424.png
Notice that, again, we have a zero remainder. Also, notice that each coefficient in our answer has a common factor of 2, which was the coefficient of the x in 2x+1, which we originally were going to divide by. What we've done here is not division by 2x+1, but division by x+12
So, in the end, our work tells us that:
6x4+x3+9x2+x2x+12=6x32x2+10x4
and
6x4+x3+9x2+x2=(x+12)(6x32x2+10x4)
Notice that if we factor out the common factor of 2 from our answer, we can multiply it back into the x+12 and get an answer for our original problem:
6x4+x3+9x2+x2=(x+12)2(3x3x2+5x2)=(2x+1)(3x3x2+5x2)
This means that:
6x4+x3+9x2+x22x+1=3x3x2+5x2
Another thing to understand about Synthetic Division is that if there is a missing power of x, then you should include a zero as the coefficient of that power

Example
Use Synthetic Division to divide:
x3+4x6x2
since there is no x2 term in the polynomial we're divding into, we'll enter a zero as the coefficient for that term:
clipboard_e7467d4926b030a3fdd0b6b420bb8562c.png
And then proceed as usual:
clipboard_e7e96ca9bd8fa0855d1517e52ee612272.png
So the answer for this problem is x2+2x+8

Exercises 2.7
Use synthetic division to find the quotient in each problem.
1) x38x2+5x+50x5
2) x3+5x2x14x+2
3) x3+12x2+34x7x+7
4) x310x2+23x6x3
5) x415x2+10x+24x+4
6) x43x3+4x236x3
7) x42x3x+10x2
8) x416x25x24x+4
9) 2x4x3+2x12x1
10) 3x4+x33x+13x+1
11) 3x48x3+9x22x23x+1
12) 6x47x3+5x217x+103x2
13) 2x3+7x2+6x52x1
14) 3x4x321x211x+63x1


2.7: Synthetic Division is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

  • Was this article helpful?

Support Center

How can we help?