Dividing Polynomials

Learning Objectives

In this section, you will:

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

Figure 1. Lincoln Memorial, Washington, D.C. (credit: Ron Cogswell, Flickr)

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.

V=lwh=61.54030=73,800V=lwh=61.54030=73,800

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

h=Vlw=73,80061.540=30

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 polynomial3x43x333x2+54x.
The length of the solid is given by3x;
the width is given byx2.
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.

Steps of long division for intergers.

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.

dividend=(divisorquotient) + remainder178=(359)+1=177+1=178

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 divide2x33x2+4x+5
byx+2
using the long division algorithm, it would look like this:

We have found

2x33x2+4x+5x+2=2x27x+1831x+2

or

2x33x2+4x+5x+2=(x+2)(2x27x+18)31

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

Identifying the dividend, divisor, quotient and remainder of the polynomial 2x^3-3x^2+4x+5, which is the dividend.

Writing the result in this manner illustrates the Division Algorithm.

The Division Algorithm

The Division Algorithm states that, given a polynomial dividendf(x) and a non-zero polynomial divisord(x) where the degree ofd(x) is less than or equal to the degree off(x), there exist unique polynomialsq(x) andr(x) such that f(x)=d(x)q(x)+r(x) q(x) is the quotient andr(x) is the remainder. The remainder is either equal to zero or has degree strictly less thand(x). Ifr(x)=0, thend(x) divides evenly intof(x). This means that, in this case, bothd(x)
andq(x) are factors off(x).

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

Divide5x2+3x2 byx+1.

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

Divide6x3+11x231x+15 by3x2.

Analysis

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

(3x2)(2x2+5x7)+1=6x3+11x231x+15

Notice, as we write our result,

  • the dividend is6x3+11x231x+15
  • the divisor is3x2
  • the quotient is2x2+5x7
  • the remainder is1

Try It

Divide16x312x2+20x3 by4x+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.

Divide2x33x2+4x+5 byx+2 using the long division algorithm.

The final form of the process looked like this:

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.

Synthetic division of the polynomial 2x^3-3x^2+4x+5 by x+2 in which it only contains the coefficients of each polynomial.

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.

Synthetic division of the polynomial 2x^3-3x^2+4x+5 by x+2 in which it only contains the coefficients of each polynomial.

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 is2x27x+18and the remainder is31. The process will be made more clear in (Figure).

Synthetic Division

Synthetic division is a shortcut that can be used when the divisor is a binomial in the formxkwherekis 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. Writek for the divisor.
  2. Write the coefficients of the dividend.
  3. Bring the lead coefficient down.
  4. Multiply the lead coefficient byk. Write the product in the next column.
  5. Add the terms of the second column.
  6. Multiply the result byk. 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 divide5x23x36
byx3.

Analysis

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

(x3)(5x+12)+0=5x23x36

Using Synthetic Division to Divide a Third-Degree Polynomial

Use synthetic division to divide4x3+10x26x20 byx+2.

Analysis

The graph of the polynomial functionf(x)=4x3+10x26x20 in (Figure) shows a zero atx=k=2. This confirms thatx+2 is a factor of4x3+10x26x20.

Synthetic division of 4x^3+10x^2-6x-20 divided by x+2.

Figure 2.

Using Synthetic Division to Divide a Fourth-Degree Polynomial

Use synthetic division to divide9x4+10x3+7x26 byx1.

Try It

Use synthetic division to divide3x4+18x33x+40
byx+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 polynomial3x43x333x2+54x. The length of the solid is given by3x and the width is given byx2.
Find the height,h,of the solid.

Try It

The area of a rectangle is given by3x3+14x223x+6. The width of the rectangle is given byx+6.
Find an expression for the length of the rectangle.

Key Equations

Division Algorithm f(x)=d(x)q(x)+r(x) where q(x)0

Key Concepts

  • Polynomial long division can be used to divide a polynomial by any polynomial with equal or lower degree. See (Figure) and (Figure).
  • 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 formxk.
    See (Figure), (Figure), and (Figure).
  • Polynomial division can be used to solve application problems, including area and volume. See (Figure).

Section Exercises

Verbal

If division of a polynomial by a binomial results in a remainder of zero, what can be conclude?

If a polynomial of degreen is divided by a binomial of degree 1, what is the degree of the quotient?

Algebraic

For the following exercises, use long division to divide. Specify the quotient and the remainder.

(x2+5x1)÷(x1)

(2x29x5)÷(x5)

(3x2+23x+14)÷(x+7)

(4x210x+6)÷(4x+2)

(6x225x25)÷(6x+5)

(x21)÷(x+1)

(2x23x+2)÷(x+2)

(x3126)÷(x5)

(3x25x+4)÷(3x+1)

(x33x2+5x6)÷(x2)

(2x3+3x24x+15)÷(x+3)

For the following exercises, use synthetic division to find the quotient. Ensure the equation is in the form required by synthetic division. (Hint: divide the dividend and divisor by the coefficient of the linear term in the divisor.)

(3x32x2+x4)÷(x+3)

(2x36x27x+6)÷(x4)

(6x310x27x15)÷(x+1)

(4x312x25x1)÷(2x+1)

(9x39x2+18x+5)÷(3x1)

(3x32x2+x4)÷(x+3)

(6x3+x24)÷(2x3)

(2x3+7x213x3)÷(2x3)

(3x35x2+2x+3)÷(x+2)

(4x35x2+13)÷(x+4)

(x33x+2)÷(x+2)

(x321x2+147x343)÷(x7)

(x315x2+75x125)÷(x5)

(9x3x+2)÷(3x1)

(6x3x2+5x+2)÷(3x+1)

(x4+x33x22x+1)÷(x+1)

(x43x2+1)÷(x1)

(x4+2x33x2+2x+6)÷(x+3)

(x410x3+37x260x+36)÷(x2)

(x48x3+24x232x+16)÷(x2)

(x4+5x33x213x+10)÷(x+5)

(x412x3+54x2108x+81)÷(x3)

(4x42x34x+2)÷(2x1)

(4x4+2x34x2+2x+2)÷(2x+1)

For the following exercises, use synthetic division to determine whether the first expression is a factor of the second. If it is, indicate the factorization.

x2,4x33x28x+4

x2,3x46x35x+10

x+3,4x3+5x2+8

x2,4x415x24

x12,2x4x3+2x1

x+13,3x4+x33x+1

Graphical

For the following exercises, use the graph of the third-degree polynomial and one factor to write the factored form of the polynomial suggested by the graph. The leading coefficient is one.

Factor isx2x+3

Graph of a polynomial that has a x-intercept at -1.

Factor is(x2+2x+4)

Graph of a polynomial that has a x-intercept at 1.

Factor isx2+2x+5

Graph of a polynomial that has a x-intercept at 2.

Factor isx2+x+1

Graph of a polynomial that has a x-intercept at 5.

Factor isx2+2x+2

Graph of a polynomial that has a x-intercept at -3.

For the following exercises, use synthetic division to find the quotient and remainder.

4x333x2

2x3+25x+3

3x3+2x5x1

4x3x212x+4

x422x+2

Technology

For the following exercises, use a calculator with CAS to answer the questions.

Considerxk1x1withk=1,2,3.What do you expect the result to be ifk=4?

Considerxk+1x+1fork=1,3,5.What do you expect the result to be ifk=7?

Considerx4k4xkfork=1,2,3.What do you expect the result to be ifk=4?

Considerxkx+1withk=1,2,3.What do you expect the result to be ifk=4?

Considerxkx1withk=1,2,3.What do you expect the result to be ifk=4?

Extensions

For the following exercises, use synthetic division to determine the quotient involving a complex number.

x+1xi

x2+1xi

x+1x+i

x2+1x+i

x3+1xi

Real-World Applications

For the following exercises, use the given length and area of a rectangle to express the width algebraically.

Length isx+5,area is2x2+9x5.

Length is2x + 5,area is4x3+10x2+6x+15

Length is3x4,area is6x48x3+9x29x4

For the following exercises, use the given volume of a box and its length and width to express the height of the box algebraically.

Volume is12x3+20x221x36,length is2x+3,width is3x4.

Volume is18x321x240x+48,length is3x4, width is3x4.

Volume is10x3+27x2+2x24,length is5x4, width is2x+3.

Volume is10x3+30x28x24,length is2,width isx+3.

For the following exercises, use the given volume and radius of a cylinder to express the height of the cylinder algebraically.

Volume isπ(25x365x229x3),radius is5x+1.

Volume isπ(4x3+12x215x50),radius is2x+5.

Volume isπ(3x4+24x3+46x216x32),radius isx+4.

Glossary

Division Algorithm
given a polynomial dividendf(x) and a non-zero polynomial divisord(x) where the degree ofd(x) is less than or equal to the degree off(x), there exist unique polynomialsq(x) andr(x) such thatf(x)=d(x)q(x)+r(x) whereq(x) is the quotient andr(x) is the remainder. The remainder is either equal to zero or has degree strictly less thand(x).
synthetic division
a shortcut method that can be used to divide a polynomial by a binomial of the formxk

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