3.4.1: The Division of Polynomials

Learning Outcomes

  • Divide a polynomial by a monomial
  • Use long division to divide polynomials

Dividing a Polynomial by a Monomial

The distributive property of multiplication over addition also works for division, since division is just multiplication by the reciprocal.

The distributive property

a(b+c)=ab+aca(b+c)=ab+ac

a+bc=1c(a+b)=ac+bca+bc=1c(a+b)=ac+bc

where a,b,a,b, and cc are algebraic terms.

To divide a polynomial by a monomial, we can write the division as a fraction, and then decompose the fraction into the sum of fractions, and then simplify each fraction. For example, to divide the polynomial 3x36x2+18x73x36x2+18x7 by 2x22x2:

3x36x2+18x72x2=3x32x26x22x2+18x2x272x2=32x3+9x72x23x36x2+18x72x2=3x32x26x22x2+18x2x272x2=32x3+9x72x2

Example 1

Divide 12x418x3+36x224x12x418x3+36x224x by 6x26x2.

Solution

Divide each term in the first polynomial by the monomial divisor:

12x418x3+36x224x6x2=12x46x218x36x2+36x26x224x6x2=2x2+3x6+4x12x418x3+36x224x6x2=12x46x218x36x2+36x26x224x6x2=2x2+3x6+4x

Try It 1

Divide 60x530x4+25x335x+1060x530x4+25x335x+10 by 10x310x3.

Dividing Polynomials using Long Division

long division revision

When we divide two numbers, we often end up with a remainder. For example, 17÷3=5R(3)17÷3=5R(3).

This can also be thought of as:

173=5+23173=5+23

Equivalently, multiplying both sides by 3:

17=35+217=35+2

 

The process used to accomplish division of polynomials is similar to long division of whole numbers, so it is essential that we are confident with long division of whole numbers. If you haven’t performed long division for a while, take a moment to refresh before reading this section.

 

Example 2

Use long division to divide: 2421524215

Solution

1615)¯24215¯9290¯21615)¯¯¯¯¯¯¯¯24215¯¯¯¯¯¯9290¯¯¯2

 

So, 24215=16+21524215=16+215

 

Equivalently, 242=1516+2242=1516+2

Try It 2

Use long division to divide: 4631246312

46312=38+71246312=38+712

The Division Algorithm

The division algorithm for arithmetic can be adapted to polynomials.

division algorithm for polynomials

Let p(x)p(x) and d(x)d(x) be polynomials where the degree of p(x)p(x) ≥ the degree of d(x)d(x), then

p(x)d(x)=q(x)+r(x)d(x)p(x)d(x)=q(x)+r(x)d(x)

where the degree of r(x)r(x) < the degree of d(x)d(x).

Equivalently, multiplying both sides by d(x)d(x):

p(x)=d(x)q(x)+r(x)p(x)=d(x)q(x)+r(x)

The division algorithm allows us to divide two polynomials. To set up this division there are two basic rules that must be adhered to:

  1. The polynomials of the divisor and dividend need to be in descending order, which means the terms of a polynomial are written in the order of descending powers of variables.
  2. There should be no gaps in the descending order of powers. Any gaps need to be filled with zeros.

For example, if the dividend is given as 4+5x3x34+5x3x3, the first step tells us to write the polynomial in descending order:

3x3+5x+43x3+5x+4

Since there is no x2x2 term in this polynomial (i.e. there is a gap), we must include 0x20x2 as a term to fill the gap:

3x3+0x2+5x+43x3+0x2+5x+4

Example 3

Write the polynomial in descending order, filling any gaps with zeros.

1. 7x38+2x27x38+2x2

2. 6x4x23x3+x56x4x23x3+x5

Solution

1. First write 7x38+2x27x38+2x2 in descending order: 7x3+2x287x3+2x28

Now look for missing terms: there is no xx term. Write 0x0x where the xx term should be:

7x3+2x2+0x87x3+2x2+0x8

2. First write 6x4x23x3+x56x4x23x3+x5 in descending order: x53x34x2+6xx53x34x2+6x

Now look for missing terms: there is no x4x4 term and no constant term. Write 0x40x4 where the x4x4 term should be, and write 0 for the constant term at the end of the polynomial:

x5+0x43x34x2+6x+0x5+0x43x34x2+6x+0

Try It 3

Write the polynomial in descending order, filling any gaps with zeros.

1. 7x48x+2x27x48x+2x2

2. 2x4x43x3+x52x4x43x3+x5

The process for dividing polynomials is basically the same as it was for whole numbers.

As an example, let’s divide x2+x+1x2+x+1 by x1x1.

We truncate the divisor x1x1 to xx and divide the first term in the dividend by xxx2x=xx2x=x. This xx goes on the quotient line.

Now multiply xx by the divisor x1x1: x(x1)=x2xx(x1)=x2x. This goes under the dividend.

Now subtract:  (x2+x+1)(x2x)=(x2x2)+(x(x))+1=2x+1(x2+x+1)(x2x)=(x2x2)+(x(x))+1=2x+1.

Divide 2x2x by xx2xx=22xx=2. Add this 22 onto the quotient line.

Multiply 22 by the divisor x1x1: 2(x1)=2x22(x1)=2x2.

FInally, subtract:  (2x+1)(2x2)=(2x2x)+(1(2))=3(2x+1)(2x2)=(2x2x)+(1(2))=3.

We have found that x2+x+1x1=x+2+3x1x2+x+1x1=x+2+3x1.

x+2x1)¯x2+x+1x2x¯2x+12x2_3x+2x1)¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯x2+x+1x2x¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯2x+12x2–––––3

We can identify the dividend, divisor, quotient, and remainder by writing this answer in its equivalent form:

x2+x+1=(x1)(x+2)+3DividendDivisorQuotientRemainderx2+x+1=(x1)(x+2)+3DividendDivisorQuotientRemainder

Example 4

Divide 2x33x2+4x+52x33x2+4x+5 by x+2x+2 using the long division algorithm.

Solution

Answer

2x33x2+4x+5x+2=2x27x+18+31x+22x33x2+4x+5x+2=2x27x+18+31x+2

or equivalently,

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

We can identify the dividenddivisorquotient, and remainder.

The dividend is 2x cubed minus 3x squared plus 4x plus 5. The divisor is x plus 2. The quotient is 2x squared minus 7x plus 18. The remainder is negative 31.

Notice that the remainder in this example is negative. Even when the remainder is negative, we add it as a negative remainder.

using long division to divide polynomials

  1. Set up the division problem based on the rules of descending powers and no gaps.
  2. Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
  3. Put the answer as the first term in the quotient.
  4. Multiply the answer by the divisor and write it below the like terms of the dividend.
  5. Subtract the product in step 4 from all the terms above it.
  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 5

Divide 5x2+3x25x2+3x2 by x+1x+1.

Solution

Set up the division problem. 5x squared divided by x is 5x. Multiply x plus 1 by 5x. Subtract. Bring down the next term. Negative 2x divded by x is negative 2. Multiply x + 1 by negative 2. Subtract.
The quotient is 5x25x2. The remainder is 0. We write the result as:

5x2+3x2x+1=5x25x2+3x2x+1=5x2

 

Analysis of the Solution

This division problem had a remainder of 0. This tells us that the dividend is divided exactly by the divisor and that, therefore,  the divisor and the quotient are factors of the dividend.  5x2+3x2=(x+1)(5x2)5x2+3x2=(x+1)(5x2)

Example 6

Divide 6x3+11x231x+156x3+11x231x+15 by 3x23x2.

Solution

 

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

6x3+11x231x+153x2=2x2+5x7+13x26x3+11x231x+153x2=2x2+5x7+13x2

Analysis of the Solution

We can check our work by using the Division Algorithm to rewrite the solution then multiplying.

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

Notice, as we write our result,

  • the dividend is 6x3+11x231x+15
  • the divisor is 3x2
  • the quotient is 2x2+5x7
  • the remainder is 1

Try It 4

Divide 16x312x2+20x3 by 4x+5.