Advantages of this method:
- less space on a paper
- fewer calculations
- calculations are made without variables
- fewer sign errors, because additions are made instead of subtractions (as in long division)
Disadvantage: it is only used for dividing polynomial by LINEAR polynomial. In other cases it won't work.
Example 1. Divide x2−7x+10 by x−2, using synthetic division.
First, we need to order degrees of polynomial from greatest to lowest.
It is already done: 1x2−7x+10.
Also, a=2.
Next, write coefficients in the special form:
$$$\begin{array}{r|lll}\phantom{2}&x^2&x^1&x^0\\\color{brown}{2}&\color{green}{1}&\color{cyan}{-7}&\color{purple}{10}\\\phantom{1}&\phantom{-7}&\phantom{10}\\\hline
\end{array}$$$
Now, perform the following steps:
Take coefficient of the leading term and carry it down unchanged. | 2221↓1−7−7−7101010 |
Multiply carry-down value by a: 1⋅2=2, and write result into the next column. | $$$\begin{array}{r|lll}\color{red}{2}&1&-7&10\\\phantom{2}&\downarrow&\color{red}{+2}&\phantom{10}\\\hline \phantom{2}&\color{red}{1^{\nearrow}}&\phantom{-7}&\phantom{10}\end{array}$$$ |
Add down the column. | 2221↓1↗−7+2−5101010 |
Multiply calculated result by a: (−5)⋅2=−10, and write the result into the next column. | 2221↓1↗−7+2−5↗−10−1010 |
Add down the column. | 2221↓1↗−7+2−5↗−10−10−10 |
We are done.
Coefficients under the horizontal line (except last) are coefficients of the quotient. Last coefficient is a remainder (it is zero).
Thus, quotient is 1x−5 or simply x−5.
Answer: x−2x2−7x+10=x−5.
Sometimes, there will be missing terms.
For example, in x3−1 missing terms are the terms, that involve x2 and x.
To fix that, just add missing terms with zero coefficient. This doesn't change anything.
Example 2. Divide x+1−5x+3x3−4.
Order degrees of dividend from greatest to lowest: 3x3−5x−4.
There is missing term, involving x2, so we add it with zero coefficient: 3x3+0x2−5x−4.
Since, x+1=x−(−1), then a=−1.
Next, write coefficients in the special form:
$$$\begin{array}{r|llll}\phantom{-1}&x^3&x^2&x^1&x^0\\-1&3&0&-5&-4\\\phantom{1}&\phantom{-7}&\phantom{10}\\\hline
\end{array}$$$
Now, perform the following steps:
Take coefficient of the leading term and carry it down unchanged. | −1−1−13↓3000−5−5−5−4−4−4 |
Multiply carry-down value by a: 3⋅(−1)=−3, and write result into the next column. | −1−1−13↓3↗−0−3−3−5−5−5−4−4−4 |
Add down the column. | −1−1−13↓3↗−0−3−3−5−5−5−4−4−4 |
Multiply calculated result by a: (−3)⋅(−1)=3, and write the result into the next column. | −1−1−13↓3↗−0−3−3↗−5+3−5−4−4−4 |
Add down the column. | −1−1−13↓3↗−0−3−3↗−5+3−2−4−4−4 |
Multiply calculated result by a: (−2)⋅(−1)=2, and write the result into the next column. | −1−1−13↓3↗−0−3−3↗−5+3−2↗−4+2−4 |
Add down the column. | −1−1−13↓3↗−0−3−3↗−5+3−2↗−4+2−2 |
We are done.
Coefficients under the horizontal line (except last) are coefficients of the quotient. Last coefficient is a remainder (it is non-zero).
Thus, quotient is 3x2−3x−2 and remainder is −2.
Therefore, we can write, that (3x3−5x−4)=(3x2−3x−2)(x+1)−2.
Or x+13x3−5x−4=3x2−3x−2−x+12.
Answer: x+13x3−5x−4=3x2−3x−2−x+12.
Last example will be solved faster.
Example 3. Find quotient and remainder of x−3−10+4x+x4−3x3.
Order degrees of polynomial from greatest to lowest: x4−3x3+4x−10.
There is missing term, involving x2, so we add it with zero coefficient: x4−3x3+0x2+4x−10.
Also, a=3.
Table for synthetic division is the following:
3−131↓1↗−3+3−0↗−0+0−0↗−4+0−4↗−10+12+12
So, quotient is 1x3+0x2+0x+4=x3+4 and remainder is 2.
Answer: x−3x4−3x2+4x−10=x3+4+x−32.
Now, it is time to exercise.
Exercise 1. Use synthetic division to divide x2−2x+5 by x−3.
Answer: x−3x2−2x+5=x+1+x−38.
Exercise 2. Divide the following: x+2x3+8.
Answer: x2−2x+4.
Exercise 3. Find quotient and remainder of x+52x4+7x3−15x2+x+9.
Answer: Quotient is 2x3−3x2+1 and remainder is 4.