In algebra, synthetic division is a method for manually performing Euclidean division of polynomials, with less writing and fewer calculations than long division.
It is mostly taught for division by linear monic polynomials (known as Ruffini's rule), but the method can be generalized to division by any polynomial.
The advantages of synthetic division are that it allows one to calculate without writing variables, it uses few calculations, and it takes significantly less space on paper than long division. Also, the subtractions in long division are converted to additions by switching the signs at the very beginning, helping to prevent sign errors.
The first example is synthetic division with only a monic linear denominator
x-a
x3-12x2-42 | |
x-3 |
The numerator can be written as
p(x)=x3-12x2+0x-42
The zero of the denominator
g(x)
3
The coefficients of
p(x)
g(x)
\begin{array}{cc} \begin{array}{r}\ 3\ \end{array} & \begin{array}{|rrrr} 1&-12&0&-42\\ &&&\\ \hline\end{array} \end{array}
The after the bar is "dropped" to the last row.
\begin{array}{cc} \begin{array}{r}\ 3\ \ \end{array} & \begin{array}{|rrrr}\color{blue}1&-12&0&-42\\ &&&\\ \hline\color{blue}1&&&\\ \end{array} \end{array}
The is multiplied by the before the bar and placed in the .
\begin{array}{cc} \begin{array}{r}\ \color{grey}3\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &\color{brown}3&&\\ \hline\color{blue}1&&&\\ \end{array} \end{array}
An is performed in the next column.
\begin{array}{cc} \begin{array}{c}\ 3\ \ \end{array} & \begin{array}{|rrrr}1&\color{green}-12&0&-42\\ &\color{green}3&&\\ \hline1&\color{green}-9&&\\ \end{array} \end{array}
The previous two steps are repeated, and the following is obtained:
\begin{array}{cc} \begin{array}{c}\ 3\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &3&-27&-81\\ \hline1&-9&-27&-123\end{array} \end{array}
Here, the last term (-123) is the remainder while the rest correspond to the coefficients of the quotient. The terms are written with increasing degree from right to left beginning with degree zero for the remainder and the result.
\begin{array}{rrr|r}1x2&-9x&-27&-123\end{array}
Hence the quotient and remainder are:
q(x)=x2-9x-27
r(x)=-123
The above form of synthetic division is useful in the context of the polynomial remainder theorem for evaluating univariate polynomials. To summarize, the value of
p(x)
a
p(x)
x-a.
The advantage of calculating the value this way is that it requires just over half as many multiplication steps as naive evaluation. An alternative evaluation strategy is Horner's method.
This method generalizes to division by any monic polynomial with only a slight modification with changes in bold. Using the same steps as before, perform the following division:
x3-12x2-42 | |
x2+x-3 |
We concern ourselves only with the coefficients.Write the coefficients of the polynomial to be divided at the top.
\begin{array}{|rrrr} 1&-12&0&-42\end{array}
Negate the coefficients of the divisor.
\begin{array}{rrr}-1x2&-1x&+3 \end{array}
Write in every coefficient but the first one on the left in an upward right diagonal (see next diagram).
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \end{array} & \begin{array}{|rrrr} 1&-12&0&-42\\ &&&\\ &&&\\ \hline\end{array} \end{array}
Note the change of sign from 1 to -1 and from -3 to 3. "Drop" the first coefficient after the bar to the last row.
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &&&\\ &&&\\ \hline1&&&\ \end{array} \end{array}
Multiply the dropped number by the diagonal before the bar and place the resulting entries diagonally to the right from the dropped entry.
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &&3&\\ &-1&&\\ \hline1&&&\ \end{array} \end{array}
Perform an addition in the next column.
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &&3&\\ &-1&&\\ \hline1&-13&&\ \end{array} \end{array}
Repeat the previous two steps until you would go past the entries at the top with the next diagonal.
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &&3&-39\\ &-1&13&\\ \hline1&-13&16&\ \end{array} \end{array}
Then simply add up any remaining columns.
\begin{array}{cc} \begin{array}{rr}\ &3\ -1&\ \ \end{array} & \begin{array}{|rrrr}1&-12&0&-42\\ &&3&-39\\ &-1&13&\\ \hline1&-13&16&-81\ \end{array} \end{array}
Count the terms to the left of the bar. Since there are two, the remainder has degree one and this is the two right-most terms under the bar. Mark the separation with a vertical bar.
\begin{array}{rr|rr}1&-13&16&-81\end{array}
\begin{array}{rr|rr}1x&-13&16x&-81\end{array}
The result of our division is:
x3-12x2-42 | |
x2+x-3 |
=x-13+
16x-81 | |
x2+x-3 |
With a little prodding, the expanded technique may be generalised even further to work for any polynomial, not just monics. The usual way of doing this would be to divide the divisor
g(x)
h(x)=
g(x) | |
a |
then using synthetic division with
h(x)
g(x)
As can be observed by first performing long division with such a non-monic divisor, the coefficients of
f(x)
g(x)
Let's illustrate by performing the following division:
6x3+5x2-7 | |
3x2-2x-1 |
A slightly modified table is used:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&&\\ &&&\\ \hline &&&\ &&&\ \end{array} \end{array}
Note the extra row at the bottom. This is used to write values found by dividing the "dropped" values by the leading coefficient of
g(x)
g(x)
Next, the first coefficient of
f(x)
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&&\\ &&&\\ \hline 6&&&\ &&&\ \end{array} \end{array}
and then the dropped value is divided by 3 and placed in the row below:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&&\\ &&&\\ \hline 6&&&\ 2&&&\ \end{array} \end{array}
Next, the new (divided) value is used to fill the top rows with multiples of 2 and 1, as in the expanded technique:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&2&\\ &4&&\\ \hline 6&&&\ 2&&&\ \end{array} \end{array}
The 5 is dropped next, with the obligatory adding of the 4 below it, and the answer is divided again:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&2&\\ &4&&\\ \hline 6&9&&\ 2&3&&\ \end{array} \end{array}
Then the 3 is used to fill the top rows:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&2&3\\ &4&6&\\ \hline 6&9&&\ 2&3&&\ \end{array} \end{array}
At this point, if, after getting the third sum, we were to try and use it to fill the top rows, we would "fall off" the right side, thus the third sum is the first coefficient of the remainder, as in regular synthetic division. But the values of the remainder are not divided by the leading coefficient of the divisor:
\begin{array}{cc} \begin{array}{rrr}\ &1&\ 2&&\ \\&&/3\ \end{array} \begin{array}{|rrrr}6&5&0&-7\\ &&2&3\\ &4&6&\\ \hline 6&9&8&-4\ 2&3&&\ \end{array} \end{array}
Now we can read off the coefficients of the answer. As in expanded synthetic division, the last two values (2 is the degree of the divisor) are the coefficients of the remainder, and the remaining values are the coefficients of the quotient:
\begin{array}{rr|rr}2x&+3&8x&-4\end{array}
and the result is
6x3+5x2-7 | |
3x2-2x-1 |
=2x+3+
8x-4 | |
3x2-2x-1 |
However, the diagonal format above becomes less space-efficient when the degree of the divisor exceeds half of the degree of the dividend. Consider the following division:
\dfrac{a7x7+a6x6+a5x5+a4x4+a3x3+a2x2+a1x+a0}{b4x4-b3x3-b2x2-b1x-b0}
It is easy to see that we have complete freedom to write each product in any row as long as it is in the correct column, so the algorithm can be compactified by a greedy strategy, as illustrated in the division below:
\begin{array}{cc}\begin{array}{rrrr}\ \ \ \ b3&b2&b1&b0\ \ &&&&/b4\ \end{array}\begin{array}{|rrrr|rrrr}&&&&q0b3&&&\ &&&q1b3&q1b2&q0b2&&\ &&q2b3&q2b2&q2b1&q1b1&q0b1&\ &q3b3&q3b2&q3b1&q3b0&q2b0&q1b0&q0b0\ a7&a6&a5&a4&a3&a2&a1&a0\ \hlinea7&q2'&q1'&q0'&r3&r2&r1&r0\ q3&q2&q1&q0&&&&\ \end{array}\end{array}
The following describes how to perform the algorithm; this algorithm includes steps for dividing non-monic divisors:
The following snippet implements Expanded Synthetic Division in Python for arbitrary univariate polynomials:
Dividend and divisor are both polynomials, which are here simply lists of coefficients. E.g.: x**2 + 3*x + 5 will be represented as [1, 3, 5] """ out = list(dividend) # Copy the dividend normalizer = divisor[0] for i in range(len(dividend) - len(divisor) + 1): # For general polynomial division (when polynomials are non-monic), # we need to normalize by dividing the coefficient with the divisor's first coefficient out[i] /= normalizer
coef = out[i] if coef != 0: # Useless to multiply if coef is 0 # In synthetic division, we always skip the first coefficient of the divisor, # because it is only used to normalize the dividend coefficients for j in range(1, len(divisor)): out[i + j] += -divisor[j] * coef
# The resulting out contains both the quotient and the remainder, # the remainder being the size of the divisor (the remainder # has necessarily the same degree as the divisor since it is # what we couldn't divide from the dividend), so we compute the index # where this separation is, and return the quotient and remainder. separator = 1 - len(divisor) return out[:separator], out[separator:] # Return quotient, remainder.