2.4 Synthetic Division

Recursive Polynomial Form

Let us reconsider the polynomial function from exercise 2.2.3:

\[ f ( x ) = 2 x^3 - 3 x^2 - 11 x + 6 \]

We are going to rewrite it in a peculiar way, called the recursive form.

\[ f( x ) = ( ( 2 x - 3 ) x - 11 ) x + 6 \]

Exercise 2.4.1

Verify that the two forms of the equation for \(f\) are equivalent.

See Solution

Exercise 2.4.2

Rewrite the polynomial function in recursive form:

\[ f ( x ) = 3 x^4 + x^3 - 2 x^2 - 5 x + 1 \] See Solution

The process of synthetic division

Let us go back to the original \(f ( x ) = ( ( 2 x - 3 ) x - 11 ) x + 6\) written in recursive form and evaluate the function at some particular number, say \(4\).

\[f ( 4 ) = ( ( 2 ( 4 ) - 3 ) ( 4 ) - 11 ) ( 4 ) + 6=42\]

In other words,

Notice the repetitive nature of this process.

We will now summarize the process by the use of the following table:

\(4\) \(2\) \(-3\) \(-11\) \(6\)
\(8\) \(20\) \(36\)
\(2\) \(5\) \(9\) \(42\)

The numbers are placed into this table in a particular order.

\(4\) \(2\) \(-3\) \(-11\) \(6\)
\(2\)

After setting up the table in this fashion, the repetitive phase of the process begins. (Refer to the first table.)

This process and the accompanying table is referred to as synthetic division.

Notice that after setting up the table, every number in the third row is multiplied by the input number and the product is placed in row two of the next column. Then the sum of the numbers in that column are placed in row three and the process repeats until there are no columns left. The number in row three of the last column will always be the output number corresponding to the input number in the first row of column one.

Exercise 2.4.3

Given \(f ( x ) = 3 x^4 + x^3 - 2 x^2 - 5 x + 1\), use synthetic division to calculate \(f ( 3 )\).

See Solution

Why is this called synthetic division?

One might ask, why is this called synthetic division? What has this process to do with the operation of division? We are using the process to evaluate a polynomial functions for various input numbers. So why isn't this called synthetic evaluation of polynomials?

To see why, consider the following long division problem for polynomials.

Exercise 2.4.4

Use long division to divide the polynomial in the synthetic division example \( 2 x^3 - 3 x^2 - 11 x + 6 \) by \( x - 4 \).

See Solution

Synthetic division: a shortened form of long division

Using the result of this exercise we can now write \(f ( x )\) in the following form:

\[f ( x ) = ( x - 4 ) ( 2 x^2 + 5 x + 9 ) + 42\]

The polynomial \( 2 x^2 + 5 x + 9 \) is the quotient of the division process and the number \(42\) is the remainder.

Notice that the coefficients of the quotient are found on the third row of the synthetic division table above. This is why this process and the acompanying table are referred to as synthetic division. The process produces both the quotient and the remainder of the long division process.

Now, let us return, briefly, to \(f ( x ) = ( x - 4 ) ( 2 x^2 + 5 x + 9 ) + 42.\)

Do you now see why \(f ( 4 )\) must equal 42 ?

This illustrates the remainder principle:

When applying the synthetic division process to an input number \(c\), the output number \(f ( c )\) equals the remainder when \(f ( x )\) is divided by \( x - c \).

Exercise 2.4.5

Let \(f ( x ) = 3 x^4 + x^3 - 2 x^2 - 5 x + 1\).

Use synthetic division to find the quotient \(q ( x )\) and the remainder \(r\) when \(f ( x )\) is divided by \(x - 1\).

Rewrite \(f ( x )\) in the form \(f ( x ) = ( x - 1 ) q ( x ) + r\).

What is the value of \(f ( 1 )\)?

See Solution