Learning

open
close

Dividing Polynomials

June 15, 2024 | by Bloom Code Studio

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===lβ‹…wβ‹…h61.5β‹…40β‹…3073,800𝑉=π‘™β‹…π‘€β‹…β„Ž=61.5β‹…40β‹…30=73,800

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

h===Vlβ‹…w73,80061.5β‹…4030β„Ž=𝑉𝑙⋅𝑀=73,80061.5β‹…40=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 polynomial 3×4βˆ’3×3βˆ’33×2+54x.3π‘₯4βˆ’3π‘₯3βˆ’33π‘₯2+54π‘₯. The length of the solid is given by 3x;3π‘₯; the width is given by xβˆ’2.π‘₯βˆ’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.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.

dividend178====(divisorβ‹…quotient) + remainder(3β‹…59)+1177+1178dividend=(divisorβ‹…quotient) + remainder178=(3β‹…59)+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 divide 2×3βˆ’3×2+4x+52π‘₯3βˆ’3π‘₯2+4π‘₯+5 by x+2π‘₯+2 using the long division algorithm, it would look like this:

We have found

2×3βˆ’3×2+4x+5x+2=2×2βˆ’7x+18βˆ’31x+22π‘₯3βˆ’3π‘₯2+4π‘₯+5π‘₯+2=2π‘₯2βˆ’7π‘₯+18βˆ’31π‘₯+2

or

2×3βˆ’3×2+4x+5=(x+2)(2×2βˆ’7x+18)βˆ’312π‘₯3βˆ’3π‘₯2+4π‘₯+5=(π‘₯+2)(2π‘₯2βˆ’7π‘₯+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 dividend f(x)𝑓(π‘₯) and a non-zero polynomial divisor d(x)𝑑(π‘₯) where the degree of d(x)𝑑(π‘₯) is less than or equal to the degree of f(x)𝑓(π‘₯) , there exist unique polynomials q(x)π‘ž(π‘₯) and r(x)π‘Ÿ(π‘₯) such that

f(x)=d(x)q(x)+r(x)𝑓(π‘₯)=𝑑(π‘₯)π‘ž(π‘₯)+π‘Ÿ(π‘₯)

q(x)π‘ž(π‘₯) is the quotient and r(x)π‘Ÿ(π‘₯) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x).𝑑(π‘₯).

If r(x)=0,π‘Ÿ(π‘₯)=0, then d(x)𝑑(π‘₯) divides evenly into f(x).𝑓(π‘₯). This means that, in this case, both d(x)𝑑(π‘₯) and q(x)π‘ž(π‘₯) are factors of f(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.

EXAMPLE 1

Using Long Division to Divide a Second-Degree Polynomial

Divide 5×2+3xβˆ’25π‘₯2+3π‘₯βˆ’2 by x+1.π‘₯+1.

Solution

The quotient is 5xβˆ’2.5π‘₯βˆ’2. The remainder is 0. We write the result as

5×2+3xβˆ’2x+1=5xβˆ’25π‘₯2+3π‘₯βˆ’2π‘₯+1=5π‘₯βˆ’2

or

5×2+3xβˆ’2=(x+1)(5xβˆ’2)5π‘₯2+3π‘₯βˆ’2=(π‘₯+1)(5π‘₯βˆ’2)

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.

EXAMPLE 2

Using Long Division to Divide a Third-Degree Polynomial

Divide 6×3+11×2βˆ’31x+156π‘₯3+11π‘₯2βˆ’31π‘₯+15 by 3xβˆ’2.3π‘₯βˆ’2.

Solution

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

6×3+11×2βˆ’31x+153xβˆ’2=2×2+5xβˆ’7+13xβˆ’26π‘₯3+11π‘₯2βˆ’31π‘₯+153π‘₯βˆ’2=2π‘₯2+5π‘₯βˆ’7+13π‘₯βˆ’2

Analysis

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

(3xβˆ’2)(2×2+5xβˆ’7)+1=6×3+11×2βˆ’31x+15(3π‘₯βˆ’2)(2π‘₯2+5π‘₯βˆ’7)+1=6π‘₯3+11π‘₯2βˆ’31π‘₯+15

Notice, as we write our result,

  • the dividend isΒ 6×3+11×2βˆ’31x+156π‘₯3+11π‘₯2βˆ’31π‘₯+15
  • the divisor isΒ 3xβˆ’23π‘₯βˆ’2
  • the quotient isΒ 2×2+5xβˆ’72π‘₯2+5π‘₯βˆ’7
  • the remainder isΒ 11

TRY IT #1

Divide 16×3βˆ’12×2+20xβˆ’316π‘₯3βˆ’12π‘₯2+20π‘₯βˆ’3 by 4x+5.4π‘₯+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.

Divide 2×3βˆ’3×2+4x+52π‘₯3βˆ’3π‘₯2+4π‘₯+5 by x+2π‘₯+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 isΒ 2×2–7x+182π‘₯2–7π‘₯+18Β and the remainder is –31.–31.Β The process will be made more clear inΒ Example 3.

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. The next number from the right has degree 0, the next number has degree 1, and so on.

EXAMPLE 3

Using Synthetic Division to Divide a Second-Degree Polynomial

Use synthetic division to divide 5×2βˆ’3xβˆ’365π‘₯2βˆ’3π‘₯βˆ’36 by xβˆ’3.π‘₯βˆ’3.

Solution

Begin by setting up the synthetic division. Write kπ‘˜ and the coefficients.A collapsed version of the previous synthetic division.

Bring down the lead coefficient. Multiply the lead coefficient by k.π‘˜.The set-up of the synthetic division for the polynomial 5x^2-3x-36 by x-3, which renders {5, -3, -36} by 3.

Continue by adding the numbers in the second column. Multiply the resulting number by k.π‘˜. Write the result in the next column. Then add the numbers in the third column.Multiplied by the lead coefficient, 5, in the second column, and the lead coefficient is brought down to the second row.

The result is 5x+12.5π‘₯+12. The remainder is 0. So xβˆ’3π‘₯βˆ’3 is a factor of the original polynomial.

Analysis

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

(xβˆ’3)(5x+12)+0=5×2βˆ’3xβˆ’36(π‘₯βˆ’3)(5π‘₯+12)+0=5π‘₯2βˆ’3π‘₯βˆ’36

EXAMPLE 4

Using Synthetic Division to Divide a Third-Degree Polynomial

Use synthetic division to divide 4×3+10×2βˆ’6xβˆ’204π‘₯3+10π‘₯2βˆ’6π‘₯βˆ’20 by x+2.π‘₯+2.

Solution

The binomial divisor is x+2π‘₯+2 so k=βˆ’2.π‘˜=βˆ’2. Add each column, multiply the result by –2, and repeat until the last column is reached.Synthetic division of 4x^3+10x^2-6x-20 divided by x+2.

The result is 4×2+2xβˆ’10.4π‘₯2+2π‘₯βˆ’10. The remainder is 0. Thus, x+2π‘₯+2 is a factor of 4×3+10×2βˆ’6xβˆ’20.4π‘₯3+10π‘₯2βˆ’6π‘₯βˆ’20.

Analysis

The graph of the polynomial functionΒ f(x)=4×3+10×2βˆ’6xβˆ’20𝑓(π‘₯)=4π‘₯3+10π‘₯2βˆ’6π‘₯βˆ’20Β inΒ Figure 2Β shows a zero atΒ x=k=βˆ’2.π‘₯=π‘˜=βˆ’2.Β This confirms thatΒ x+2π‘₯+2Β is a factor ofΒ 4×3+10×2βˆ’6xβˆ’20.4π‘₯3+10π‘₯2βˆ’6π‘₯βˆ’20.

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

Figure 2

EXAMPLE 5

Using Synthetic Division to Divide a Fourth-Degree Polynomial

Use synthetic division to divide βˆ’9×4+10×3+7×2βˆ’6βˆ’9π‘₯4+10π‘₯3+7π‘₯2βˆ’6 by xβˆ’1.π‘₯βˆ’1.

Solution

Notice there is no x-term. We will use a zero as the coefficient for that term.

..

The result is βˆ’9×3+x2+8x+8+2xβˆ’1.βˆ’9π‘₯3+π‘₯2+8π‘₯+8+2π‘₯βˆ’1.

TRY IT #2

Use synthetic division to divide 3×4+18×3βˆ’3x+403π‘₯4+18π‘₯3βˆ’3π‘₯+40 by x+7.π‘₯+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.

EXAMPLE 6

Using Polynomial Division in an Application Problem

The volume of a rectangular solid is given by the polynomial 3×4βˆ’3×3βˆ’33×2+54x.3π‘₯4βˆ’3π‘₯3βˆ’33π‘₯2+54π‘₯. The length of the solid is given by 3×3π‘₯ and the width is given by xβˆ’2.π‘₯βˆ’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.

Graph of f(x)=4x^3+10x^2-6x-20 with a close up on x+2.

Figure 3

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

V3x4βˆ’3×3βˆ’33×2+54x==lβ‹…wβ‹…h3xβ‹…(xβˆ’2)β‹…h𝑉=π‘™β‹…π‘€β‹…β„Ž3π‘₯4βˆ’3π‘₯3βˆ’33π‘₯2+54π‘₯=3π‘₯β‹…(π‘₯βˆ’2)β‹…β„Ž

To solve for h,β„Ž, first divide both sides by 3x.3π‘₯.

3xβ‹…(xβˆ’2)β‹…h3x(xβˆ’2)h==3×4βˆ’3×3βˆ’33×2+54x3xx3βˆ’x2βˆ’11x+183π‘₯β‹…(π‘₯βˆ’2)β‹…β„Ž3π‘₯=3π‘₯4βˆ’3π‘₯3βˆ’33π‘₯2+54π‘₯3π‘₯(π‘₯βˆ’2)β„Ž=π‘₯3βˆ’π‘₯2βˆ’11π‘₯+18

Now solve for hβ„Ž using synthetic division.

h=x3βˆ’x2βˆ’11x+18xβˆ’2β„Ž=π‘₯3βˆ’π‘₯2βˆ’11π‘₯+18π‘₯βˆ’2

The quotient is x2+xβˆ’9π‘₯2+π‘₯βˆ’9 and the remainder is 0. The height of the solid is x2+xβˆ’9.π‘₯2+π‘₯βˆ’9.

TRY IT #3

The area of a rectangle is given by 3×3+14×2βˆ’23x+6.3π‘₯3+14π‘₯2βˆ’23π‘₯+6. The width of the rectangle is given by x+6.π‘₯+6. Find an expression for the length of the rectangle.

RELATED POSTS

View all

view all