Use Synthetic Division to Divide Polynomials

Synthetic division is another algebraic method for finding roots (x-intercepts) of polynomials. Some people prefer this method because it is tidier than long division. With synthetic division, it is important to understand how to interpret your results.

Using Polynomial Division to Solve Application Problems

Polynomial division can be used to solve a variety of application problems involving expressions for area and volume. We looked at an application at the beginning of this section. Now we will solve that problem in the following example.


EXAMPLE 6

Using Polynomial Division in an Application Problem

The volume of a rectangular solid is given by the polynomial 3 x^{4}-3 x^{3}-33 x^{2}+54 x. The length of the solid is given by 3x and the width is given by x−2. Find the height, h, of the solid.


Solution

There are a few ways to approach this problem. We need to divide the expression for the volume of the solid by the expressions for the length and width. Let us create a sketch as in Figure 3.

Figure 3


We can now write an equation by substituting the known values into the formula for the volume of a rectangular solid.

\begin{aligned}
V &=l \cdot w \cdot h \\
3 x^{4}-3 x^{3}-33 x^{2}+54 x &=3 x \cdot(x-2) \cdot h
\end{aligned}

To solve for h, first divide both sides by 3x.

\begin{aligned}
&\frac{3 x \cdot(x-2) \cdot h}{3 x}=\frac{3 x^{4}-3 x^{3}-33 x^{2}+54 x}{3 x} \\
&(x-2) h=x^{3}-x^{2}-11 x+18
\end{aligned}

Now solve for h using synthetic division.

h=\frac{x^{3}-x^{2}-11 x+18}{x-2}

The quotient is x^{2}+x-9 and the remainder is 0. The height of the solid is x^{2}+x-9.


TRY IT #3

The area of a rectangle is given by 3 x^{3}+14 x^{2}-23 x+6. The width of the rectangle is given by x+6. Find an expression for the length of the rectangle.