3.4.1: The Division of Polynomials

Learning Outcomes

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

Dividing a Monomial by a Monomial

Consider the example, x3x2x3x2:

x3x2=xxxxx=xxxxx=11x11=x1=xx3x2=xxxxx=xxxxx=11x11=x1=x.

Since, xx=1,x0xx=1,x0, we cancel common factors on the numerator and denominator to 1. Likewise, x2x2=1,x3x3=1,,...xnxn=1x2x2=1,x3x3=1,,...xnxn=1, provided that x0x0.

Similarly, for the division xx2xx2,

xx2=xxx=xxx=11x=1xxx2=xxx=xxx=11x=1x.

In summary, to simplify a fraction where the numerator and denominator have the same base but different exponents, we can cancel out all common factors. This is equivalent to keeping the common base and subtracting the exponents i.e. to divide a monomial by a monomial, we employ the division property of exponents.

The division property of exponents

For all m,n,xR and x0,

xmxn=xmn

Example 1

Simplify:

1. x8x3

2. y4y4

3. x3x7

Solution

1. x8x3=x83=x5

2. y4y4=y44=y0=1   Recall that y0=1 for all y0; 00 is undefined.

3. x3x7=x37=x4=1x4   Recall that, xn=1xn

If the exponential terms have coefficients other than 1, we divide the coefficients.

Example 2

Simplify:

1. 9x73x3

2. 15y85y8

3. 7x314x7

Solution

1. 9x73x3=93x73=3x4

2. 15y85y8=155y88=3y0=31=3

3. 7x314x7714x37=12x4=121x4=12x4

Try It 1

1. x8x6

2. 20x125x7

3. 12y54y5

4. 16x48x9

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+ac

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

where a,b, and c 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+18x7 by 2x2:

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

Example 3

Divide 12x418x3+36x224x by 6x2.

Solution

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

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

Try It 2

Divide 60x530x4+25x335x+10 by 10x3.

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

This can also be thought of as:

173=5+23

Equivalently, multiplying both sides by 3:

17=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 4

Use long division to divide: 24215

Solution

1615)¯24215¯9290¯2

 

So, 24215=16+215

 

Equivalently, 242=1516+2

Try It 3

Use long division to divide: 46312

46312=38+712

 

The Division Algorithm

The division algorithm for arithmetic can be adapted to polynomials.

division algorithm for polynomials

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

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

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

Equivalently, multiplying both sides by d(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+5x3x3, the first step tells us to write the polynomial in descending order:

3x3+5x+4

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

3x3+0x2+5x+4

Example 5

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

1. 7x38+2x2

2. 6x4x23x3+x5

Solution

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

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

7x3+2x2+0x8

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

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

x5+0x43x34x2+6x+0

Try It 4

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

1. 7x48x+2x2

2. 2x4x43x3+x5

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

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

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

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

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

Divide 2x by x2xx=2. Add this 2 onto the quotient line.

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

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

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

x+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)+3DividendDivisorQuotientRemainder

Example 6

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

Solution

Set up the division problem. 2x cubed divided by x is 2x squared. Multiply the sum of x and 2 by 2x squared. Subtract. Then bring down the next term. Negative 7x squared divided by x is negative 7x. Multiply the sum of x and 2 by negative 7x. Subtract, then bring down the next term. 18x divided by x is 18. Multiply the sum of x and 2 by 18. Subtract.

Answer

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

or equivalently,

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 7

Divide 5x2+3x2 by x+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 5x2. The remainder is 0. We write the result as:

5x2+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)

Example 8

Divide 6x3+11x231x+15 by 3x2.

Solution

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

6x3+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 5

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