"

Learning Module 06A Introduction to Polynomials

Dividing Polynomials

Learning Objectives

In this section, you will:

  • Use long division to divide polynomials.
  • Use synthetic division to divide polynomials.

The exterior of the Lincoln Memorial in Washington, D.C., is a large rectangular solid with length 61.5 meters (m), width 40 m, and height 30 m.[1] We can easily find the volume using elementary geometry.

 

    \begin{align*} V &= l \cdot w \cdot h \\ &= 61.5 \cdot 40 \cdot 30 \\ &= 73{,}800 \end{align*}

So the volume is 73,800 cubic meters \left(text{m}³\right) .
Suppose we knew the volume, length, and width. We could divide to find the height.

    \begin{align*} h &= \frac{V}{l \cdot w} \\ &= \frac{73{,}800}{61.5 \cdot 40} \\ &= 30 \end{align*}

As we can confirm from the dimensions above, the height is 30 m. We can use similar methods to find any of the missing dimensions. We can also use the same method if any, or all, of the measurements contain variable expressions. For example, suppose the volume of a rectangular solid is given by the polynomial 3{x}^{4}-3{x}^{3}-33{x}^{2}+54x .
The length of the solid is given by 3x;
the width is given by x-2 .
To find the height of the solid, we can use polynomial division, which is the focus of this section.

Using Long Division to Divide Polynomials

We are familiar with the long division algorithm for ordinary arithmetic. We begin by dividing into the digits of the dividend that have the greatest place value. We divide, multiply, subtract, include the digit in the next place value position, and repeat. For example, let’s divide 178 by 3 using long division.

\intlongdivision[stage=0]{178}{3}

Step 1: 5 \cdot 3 = 15 and 17-15=2. Then bring down the 8.

\intlongdivision[stage=1]{178}{3}

Step 3: 9 \cdot 3 = 27 and 28-27=1

\intlongdivision[stage=3]{178}{3}

The final answer is 59 R 1 or 59 \frac{1}{3}

 

Another way to look at the solution is as a sum of parts. This should look familiar, since it is the same method used to check division in elementary arithmetic.

 

    \begin{align*} \text{dividend} &= (\text{divisor} \cdot \text{quotient}) + \text{remainder} \\ 178 &= (3 \cdot 59) + 1 \\ &= 177 + 1 \\ &= 178 \end{align*}

We call this the Division Algorithm and will discuss it more formally after looking at an example.

Division of polynomials that contain more than one term has similarities to long division of whole numbers. We can write a polynomial dividend as the product of the divisor and the quotient added to the remainder. The terms of the polynomial division correspond to the digits (and place values) of the whole number division. This method allows us to divide two polynomials. For example, if we were to divide 2{x}^{3}-3{x}^{2}+4x+5
by x+2
using the long division algorithm, it would look like this:

Step 1: Set up the division problem.
\vspace{10pt}
\polylongdiv[stage=1]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 2: Start with the first term of the polynomial, 2{x}^{3}, and divide by the first term of the binomial, x. 2{x}^{3} divided by x is 2{x}^{2}. Place the 2{x}^{2} on top.
\vspace{10pt}
\polylongdiv[stage=2]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 3: Multiply 2{x}^{2} by x+2 and align below the first two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=3]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 4: Subtract and bring down the next term of the polynomial, 4x.
\vspace{10pt}
\polylongdiv[stage=4]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 5: Use the result of subtraction, -7{x}^{2}. -7{x}^{2} divided by x is -7x. Place the -7x on top.
\vspace{10pt}
\polylongdiv[stage=5]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 6: Multiply -7x by x+2 and align below the next two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=6]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 7: Subtract and bring down the next term of the polynomial, 5.
\vspace{10pt}
\polylongdiv[stage=7]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 8: Use the result of subtraction, 18x. 18x divided by x is 18. Place the 18 on top.
\vspace{10pt}
\polylongdiv[stage=8]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 9: Multiply 18 by x+2 and align below the next two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=9]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}
\vspace{10pt}
Step 10: Subtract. Since there are no terms left to bring down, the result after subtraction is the remainder.
\polylongdiv[stage=10]{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}

We have found

\dfrac{2{x}^{3}-3{x}^{2}+4x+5}{x+2}=2{x}^{2}-7x+18-\dfrac{31}{x+2}

or

\dfrac{2{x}^{3}-3{x}^{2}+4x+5}{x+2}=\left(x+2\right)\left(2{x}^{2}-7x+18\right)-31

We can identify the dividend, the divisor, the quotient, and the remainder.

Writing the result in this manner illustrates the Division Algorithm.

The Division Algorithm

The Division Algorithm states that, given a polynomial dividend f\left(x\right) and a non-zero polynomial divisor d\left(x\right) where the degree of d\left(x\right) is less than or equal to the degree of f\left(x\right) there exist unique polynomials q\left(x\right) and r\left(x\right) such that f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right) q\left(x\right) is the quotient and r\left(x\right) is the remainder. The remainder is either equal to zero or has degree strictly less than d\left(x\right) . If r\left(x\right)=0, then d\left(x\right) divides evenly into f\left(x\right) . This means that, in this case, both d\left(x\right)
and q\left(x\right) are factors of f\left(x\right) .

How To

Given a polynomial and a binomial, use long division to divide the polynomial by the binomial.

  1. Set up the division problem.
  2. Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
  3. Multiply the answer by the divisor and write it below the like terms of the dividend.
  4. Subtract the bottom binomial from the top binomial.
  5. Bring down the next term of the dividend.
  6. Repeat steps 2–5 until reaching the last term of the dividend.
  7. If the remainder is non-zero, express as a fraction using the divisor as the denominator.

Using Long Division to Divide a Second-Degree Polynomial

Divide 5{x}^{2}+3x-2 by x+1 .

Show Solution
Step 1: Set up the division problem.
\vspace{10pt}
\polylongdiv[stage=1]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 2: Start with the first term of the polynomial, 5{x}^{2}, and divide by the first term of the binomial x. 5{x}^{2} divided by x is 5x. Place the 5x on top.
\vspace{10pt}
\polylongdiv[stage=2]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 3: Multiply 5{x}^{2} by x+1 and align below the first two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=3]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 4: Subtract and bring down the next term of the polynomial, -2.
\vspace{10pt}
\polylongdiv[stage=4]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 5: Use the result of subtraction, -2x. -2x divided by x is -2. Place the -2 on top.
\vspace{10pt}
\polylongdiv[stage=5]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 6: Multiply -2 by x+1 and align below the next two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=6]{5{x}^{2}+3x-2}{x+1}
\vspace{10pt}
Step 7: Subtract. Since there are no terms left to bring down, the result after subtraction is the remainder.
\vspace{10pt}
\polylongdiv[stage=7]{5{x}^{2}+3x-2}{x+1}

\vspace{10pt}

The quotient is 5x-2 . The remainder is 0. We write the result as

\dfrac{5{x}^{2}+3x-2}{x+1}=5x-2

or

5{x}^{2}+3x-2=\left(x+1\right)\left(5x-2\right)

Analysis

This division problem had a remainder of 0. This tells us that the dividend is divided evenly by the divisor, and that the divisor is a factor of the dividend.

Using Long Division to Divide a Third-Degree Polynomial

Divide 6{x}^{3}+11{x}^{2}-31x+15 by 3x-2 .

Show Solution

Step 1: Set up the division problem.
\vspace{10pt}
\polylongdiv[stage=1]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 2: Start with the first term of the polynomial, 6{x}^{3}, and divide by the first term of the binomial, 3x, 6{x}^{3} divided by 3x is 2{x}^{2}. Place the 2{x}^{2} on top.
\vspace{10pt}
\polylongdiv[stage=2]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 3: Multiply 2{x}^{2} by 3x-2 and align below the first two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=3]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 4: Subtract and bring down the next term of the polynomial, -31x.
\vspace{10pt}
\polylongdiv[stage=4]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 5: Use the result of subtraction, 15{x}^{2}. 15{x}^{2} divided by 3x is 5x. Place the 5x on top.
\vspace{10pt}
\polylongdiv[stage=5]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 6: Multiply 5x by 3x-2 and align below the next two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=6]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 7: Subtract and bring down the next term of the polynomial, 15.
\vspace{10pt}
\polylongdiv[stage=7]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 8: Use the result of subtraction, -21x. -21x divided by 3x is -7. Place the -7 on top.
\vspace{10pt}
\polylongdiv[stage=8]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 9: Multiply -7 by 3x-2 and align below the next two terms of the polynomial.
\vspace{10pt}
\polylongdiv[stage=9]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}
Step 10: Subtract. Since there are no terms left to bring down, the result after subtraction is the remainder.
\polylongdiv[stage=10]{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}
\vspace{10pt}

There is a remainder of 1. We can express the result as:

\dfrac{6{x}^{3}+11{x}^{2}-31x+15}{3x-2}=2{x}^{2}+5x-7+\dfrac{1}{3x-2}

Analysis

We can check our work by using the Division Algorithm to rewrite the solution. Then multiply.

\left(3x-2\right)\left(2{x}^{2}+5x-7\right)+1=6{x}^{3}+11{x}^{2}-31x+15

Notice, as we write our result,

  • the dividend is 6{x}^{3}+11{x}^{2}-31x+15
  • the divisor is 3x-2
  • the quotient is 2{x}^{2}+5x-7
  • the remainder is 1

Try It

Divide 16{x}^{3}-12{x}^{2}+20x-3 by 4x+5 .

Show Solution

4{x}^{2}-8x+15-\dfrac{78}{4x+5}

Using Synthetic Division to Divide Polynomials

As we’ve seen, long division of polynomials can involve many steps and be quite cumbersome. Synthetic division is a shorthand method of dividing polynomials for the special case of dividing by a linear factor whose leading coefficient is 1.

To illustrate the process, recall the example at the beginning of the section. The final form of the process looked like this:

\polylongdiv{ 2{x}^{3}-3{x}^{2}+4x+5 }{x+2}

 

There is a lot of repetition in the table. If we don’t write the variables but, instead, line up their coefficients in columns under the division sign and also eliminate the partial products, we already have a simpler version of the entire problem.

    \begin{align*} 2\;| & \overline{\;2 \; \; -3 \; \; \;\; 4\; \; \; \; 5} \\ & \underline{-2 \; -4} & &\\ & \; \; \; \; \; \; \;\underline{-7 \; \; 14} & \\ &\; \; \; \; \; \; \; \; \; \; \; \; \; \;\underline{18 \; -36} \\ &\; \; \; \; \; \; \; \; \; \; \; \; \; \;\; \; \; \; -31\\ \end{align*}

 

Synthetic division carries this simplification even a few more steps. Collapse the table by moving each of the rows up to fill any vacant spots. Also, instead of dividing by 2, as we would in division of whole numbers, then multiplying and subtracting the middle product, we change the sign of the “divisor” to –2, multiply and add. The process starts by bringing down the leading coefficient.

\polyhornerscheme[x=-2]{2x^3-3x^2+4x+5}

We then multiply it by the “divisor” and add, repeating this process column by column, until there are no entries left. The bottom row represents the coefficients of the quotient; the last entry of the bottom row is the remainder. In this case, the quotient is 2{x}^{2}-7x+18 and the remainder is -31 . The steps are outlined below.

 

Step 1: Use the binomial, x+2, to determine the k value. Set the binomial equal to 0 and solve for x.
x+2=0
 x=-2
Step 2: Write the coefficients of the dividend, 2x^3-3x^2+4x+5, inside with k=-2 outside.
\vspace{10pt}
\polyhornerscheme[stage=1,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 3: Bring down the first coefficient.
\vspace{10pt}
\polyhornerscheme[stage=2,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 4: Multiply -2 by the first coefficient, 2.
-2 \cdot 2 = -4. Place -4 below the second coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=3,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 5: Add the second column. -3 + -4 = -7. Place the -7 below the line.
\vspace{10pt}
\polyhornerscheme[stage=4,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
\vspace{10pt}
Step 6: Multiply -2 by the result of addition, -7.
-2 \cdot -7 = 14. Place 14 below the third coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=5,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 7: Add the third column. 4 + 14 = 18. Place the 18 below the line.
\vspace{10pt}
\polyhornerscheme[stage=6,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 8: Multiply -2 by the result of addition, 18.
-2 \cdot 18 = -36. Place -36 below the fourth coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=7,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}
Step 9: Add the fourth column. 5 + -36 = -31. Place the -31 below the line. Since this is the last column the result is the remainder.
\vspace{10pt}
\polyhornerscheme[stage=8,x=-2]{2x^3-3x^2+4x+5}
\vspace{10pt}

Synthetic Division

Synthetic division is a shortcut that can be used when the divisor is a binomial in the form x-k where k is a real number.

In synthetic division, only the coefficients are used in the division process.

How To

Given two polynomials, use synthetic division to divide.

  1. Write k for the divisor.
  2. Write the coefficients of the dividend.
  3. Bring the lead coefficient down.
  4. Multiply the lead coefficient by k . Write the product in the next column.
  5. Add the terms of the second column.
  6. Multiply the result by k . Write the product in the next column.
  7. Repeat steps 5 and 6 for the remaining columns.
  8. Use the bottom numbers to write the quotient. The number in the last column is the remainder and has degree 0, the next number from the right has degree 1, the next number from the right has degree 2, and so on.

Using Synthetic Division to Divide a Second-Degree Polynomial

Use synthetic division to divide 5{x}^{2}-3x-36
by x-3 .

Show Solution
Step 1: Use the binomial, x-3, to determine the k value. Set the binomial equal to 0 and solve for x.
\vspace{10pt}
x-3=0
\vspace{10pt}
x=3
\vspace{10pt}
Step 2: Write the coefficients of the dividend, 5x^2-3x-36, inside with k=3 outside.
\vspace{10pt}
\polyhornerscheme[stage=1,x=3]{5x^2-3x-36}
\vspace{10pt}
Step 3: Bring down the first coefficient.
\vspace{10pt}
\polyhornerscheme[stage=2,x=3]{5x^2-3x-36}
\vspace{10pt}
Step 4: Multiply 3 by the first coefficient, 5.
3 \cdot 5 = 15. Place 15 below the second coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=3,x=3]{5x^2-3x-36}
\vspace{10pt}
Step 5: Add the second column. -3 + 15 = 12. Place the 12 below the line.
\vspace{10pt}
\polyhornerscheme[stage=4,x=3]{5x^2-3x-36}
\vspace{10pt}
\vspace{10pt}
Step 6: Multiply 3 by the result of addition, 12.
3 \cdot 12 = 36. Place 36 below the third coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=5,x=3]{5x^2-3x-36}
\vspace{10pt}
Step 7: Add the third column. -36 + 36 = 0. Place the 0 below the line.  Since this is the last column the result is the remainder.
\vspace{10pt}
\polyhornerscheme[stage=6,x=3]{5x^2-3x-36}
\vspace{10pt}

 

 

 

 

 

 

Analysis

Just as with long division, we can check our work by multiplying the quotient by the divisor and adding the remainder.

\left(x-3\right)\left(5x+12\right)+0=5{x}^{2}-3x-36

Using Synthetic Division to Divide a Third-Degree Polynomial

Use synthetic division to divide 4{x}^{3}+10{x}^{2}-6x-20 by x+2 .

Show Solution
Step 1: Use the binomial, x+2, to determine the k value. Set the binomial equal to 0 and solve for x.
\vspace{10pt}
 x+2=0
 \vspace{10pt}
 x=-2
\vspace{10pt}
Step 2: Write the coefficients of the dividend,4{x}^{3}+10{x}^{2}-6x-20, inside with k=-2 outside.
\vspace{10pt}
\polyhornerscheme[stage=1,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 3: Bring down the first coefficient.
\vspace{10pt}
\polyhornerscheme[stage=2,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 4: Multiply -2 by the first coefficient, 4.
-2 \cdot 4 = -8. Place -8 below the second coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=3,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 5: Add the second column. 10 + -8 = 2. Place the 2 below the line.
\vspace{10pt}
\polyhornerscheme[stage=4,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
\vspace{10pt}
Step 6: Multiply -2 by the result of addition, 2.
-2 \cdot 2 = -4. Place -4 below the third coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=5,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 7: Add the third column. -6 + -4 = -10. Place the -10 below the line.
\vspace{10pt}
\polyhornerscheme[stage=6,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 8: Multiply -2 by the result of addition, -10.
-2 \cdot -10 = 20. Place 20 below the fourth coefficient in the next column.
\vspace{10pt}
\polyhornerscheme[stage=7,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}
Step 9: Add the fourth column. -20 + 20 = 0. Place the 0 below the line. Since this is the last column the result is the remainder.
\vspace{10pt}
\polyhornerscheme[stage=8,x=-2]{4{x}^{3}+10{x}^{2}-6x-20}
\vspace{10pt}

 

 

Analysis

The graph of the polynomial function f\left(x\right)=4{x}^{3}+10{x}^{2}-6x-20 shows a zero at x=k=-2 . This confirms that x+2 is a factor of 4{x}^{3}+10{x}^{2}-6x-20 .

Using Synthetic Division to Divide a Fourth-Degree Polynomial

Use synthetic division to divide -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 by x-1 .

Show Solution

Step 1: Use the binomial, x-1, to determine the k value. Set the binomial equal to 0 and solve for x.

\vspace{10pt}

x-1=0

\vspace{10pt}

x=1

\vspace{10pt}

Step 2: Write the coefficients of the dividend,-9{x}^{4}+10{x}^{3}+7{x}^{2}-6, inside with k=1 outside. Notice there is no x-term. We will use a zero as the coefficient for that term.

\vspace{10pt}

\polyhornerscheme[stage=1,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6}

\vspace{10pt}

Step 3: Bring down the first coefficient.

\vspace{10pt}

\polyhornerscheme[stage=2,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 4: Multiply 1 by the first coefficient, -9.
1 \cdot -9 = -9. Place -9 below the second coefficient in the next column.

\vspace{10pt}

\polyhornerscheme[stage=3,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 5: Add the second column. 10 + -9 = 1. Place the 1 below the line.

\vspace{10pt}

\polyhornerscheme[stage=4,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 6: Multiply 1 by the result of addition, 1.
1 \cdot 1 = 1. Place 1 below the third coefficient in the next column.

\vspace{10pt}

\polyhornerscheme[stage=5,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 7: Add the third column. 7 + 1 = 8. Place the 8 below the line.

\vspace{10pt}

\polyhornerscheme[stage=6,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 8: Multiply 1 by the result of addition, 8.
1 \cdot 8 = 8. Place 8 below the fourth coefficient in the next column.

\vspace{10pt}

\polyhornerscheme[stage=7,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 9: Add the fourth column. 0 + 8 = 8. Place the 0 below the line.

\vspace{10pt}

\polyhornerscheme[stage=8,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 10: Multiply 1 by the result of addition, 8.
1 \cdot 8 = 8. Place 8 below the fifth coefficient in the next column.

\vspace{10pt}

\polyhornerscheme[stage=9,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

Step 11: Add the fifth column. -6 + 8 = 2. Place the 2 below the line. Since this is the last column the result is the remainder.

\vspace{10pt}

\polyhornerscheme[stage=10,x=1]{ -9{x}^{4}+10{x}^{3}+7{x}^{2}-6 }

\vspace{10pt}

 

The result is -9{x}^{3}+{x}^{2}+8x+8+\dfrac{2}{x-1} .

Try It

Use synthetic division to divide 3{x}^{4}+18{x}^{3}-3x+40
by x+7 .

Show Solution

3{x}^{3}-3{x}^{2}+21x-150+\dfrac{1,090}{x+7}

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.

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}+54x . The length of the solid is given by 3x and the width is given by x-2 .
Find the height h of the solid.

Show 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.

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

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

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

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

Now solve for h using synthetic division.

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

\vspace{10pt}

\polyhornerscheme[x=2]{{x}^{3}-{x}^{2}-11x+18}

\vspace{10pt}

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

Key Concepts

  • Polynomial long division can be used to divide a polynomial by any polynomial with equal or lower degree.
  • The Division Algorithm tells us that a polynomial dividend can be written as the product of the divisor and the quotient added to the remainder.
  • Synthetic division is a shortcut that can be used to divide a polynomial by a binomial in the form x-k .
  • Polynomial division can be used to solve application problems, including area and volume.

  1. National Park Service. "Lincoln Memorial Building Statistics." http://www.nps.gov/linc/historyculture/lincoln-memorial-building-statistics.htm. Accessed 4/3/2014

License

Icon for the Creative Commons Attribution 4.0 International License

MAT 1073 College Algebra Reading Copyright © 2025 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book