Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.4: Dividing Polynomials

  • Anonymous
  • LibreTexts

( \newcommand{\kernel}{\mathrm{null}\,}\)

Learning Objectives
  • Divide by a monomial.
  • Divide by a polynomial using the division algorithm.
  • Divide polynomial functions.

Dividing by a Polynomial

Recall the quotient rule for exponents: if x is nonzero and m and n are positive integers, then

xmxn=xmn

In other words, when dividing two expressions with the same base, subtract the exponents. This rule applies when dividing a monomial by a monomial. In this section, we will assume that all variables in the denominator are nonzero.

Example 5.4.1

Divide:

28y37y.

Solution:

Divide the coefficients and subtract the exponents of the variable y.

28y37y=287y31=4y2

Answer:

4y2

Example 5.4.2

Divide:

24x7y58x3y2.

Solution:

Divide the coefficients and apply the quotient rule by subtracting the exponents of the like bases.

24x7y58x3y2=248x73y52=3x4y3

Answer:

3x4y3

When dividing a polynomial by a monomial, we may treat the monomial as a common denominator and break up the fraction using the following property:

a+bc=ac+bc

Applying this property results in terms that can be treated as quotients of monomials.

Example 5.4.3

Divide:

5x4+25x315x25x2.

Solution:

Break up the fraction by dividing each term in the numerator by the monomial in the denominator and then simplify each term.

 

Answer:

x2+5x31

Check your division by multiplying the answer, the quotient, by the monomial in the denominator, the divisor, to see if you obtain the original numerator, the dividend.

dividenddivisor=quotient

or

dividend=divisorquotient

5x2(x2+5x3)=5x2(x2)+5x25x5x23=5x4+25x315x2

Example 5.4.4

Divide:

9a4b7a3b2+3a2b3a2b.

Solution:

 

Answer:

3a2+73ab1. The check is optional and is left to the reader.

Exercise 5.4.1

(16x58x4+5x3+2x2)÷(2x2).

Answer

8x34x2+52x+1

Dividing by a Polynomial

The same technique outlined for dividing by a monomial does not work for polynomials with two or more terms in the denominator. In this section, we will outline a process called polynomial long division, which is based on the division algorithm for real numbers. For the sake of clarity, we will assume that all expressions in the denominator are nonzero.

Example 5.4.5

Divide:

x3+3x28x4x2.

Solution:

Here x2 is the divisor and x3+3x28x4 is the dividend.

Step 1: To determine the first term of the quotient, divide the leading term of the dividend by the leading term of the divisor.

Screenshot (371).png
Figure 5.4.1

Step 2: Multiply the first term of the quotient by the divisor, remembering to distribute, and line up like terms with the dividend.

Screenshot (372).png
Figure 5.4.2

Step 3: Subtract the resulting quantity from the dividend. Take care to subtract both terms.

Screenshot (373).png
Figure 5.4.3

Step 4: Bring down the remaining terms and repeat the process from step 1.

Screenshot (374).png
Figure 5.4.4

Notice that the leading term is eliminated and that the result has a degree that is one less than the dividend. The complete process is illustrated below:

Screenshot (375).png
Figure 5.4.5

Polynomial long division ends when the degree of the remainder is less than the degree of the divisor. Here the remainder is 0. Therefore, the binomial divides the polynomial evenly and the answer is the quotient shown above the division line.

x3+3x28x4x2=x2+5x+2

To check the answer, multiply the divisor by the quotient to see if you obtain the dividend:

x3+3x28x4=(x2)(x2+5x+2)

Answer:

x2+5x+2

Next, we demonstrate the case where there is a nonzero remainder.

Screenshot (376).png
Figure 5.4.6

Just as with real numbers, the final answer adds the fraction where the remainder is the numerator and the divisor is the denominator to the quotient. In general, when dividing we have

dividenddivisor=quotient+remainderdivisor

If we multiply both sides by the divisor we obtain

dividend=quotient×divisor+remainder

Example 5.4.6

Divide:

6x25x+32x1

Solution:

Since the denominator is a binomial, begin by setting up polynomial long division.

Screenshot (377).png
Figure 5.4.7

To start, determine what monomial times 2x1 results in a leading term 6x2. This is the quotient of the given leading terms: (6x2)÷(2x)=3x. Multiply 3x times the divisor 2x1 and line up the result with like terms of the dividend.

Screenshot (378).png
Figure 5.4.8

Subtract the result from the dividend and bring down the constant term +3.

Screenshot (379).png
Figure 5.4.9

Subtracting eliminates the leading term and 5x(3x)=5x+3x=2x. The quotient of 2x and 2x is 1. Multiply 2x1 by 1 and line up the result.

Screenshot (380).png
Figure 5.4.10

Subtract again and notice that we are left with a remainder.

Screenshot (381).png
Figure 5.4.11

The constant term 2 has degree 0, and thus the division ends. We may write

6x25x+32x1=3x1+22x1

Answer:

3x1+22x1. To check that this result is correct, we multiply as follows:

quotient×divisor+remainder=(3x1)(2x1)+2=6x23x2x+1+2=6x25x+3=dividend

Occasionally, some of the powers of the variables appear to be missing within a polynomial. This can lead to errors when lining up like terms. Therefore, when first learning how to divide polynomials using long division, fill in the missing terms with zero coefficients, called placeholders.

Example 5.4.7

Divide:

27x3+643x+4.

Solution:

Notice that the binomial in the numerator does not have terms with degree 2 or 1. The division is simplified if we rewrite the expression with placeholders:

27x3+64=27x3+0x2+0x+64

Set up polynomial long division:

Screenshot (382).png
Figure 5.4.12

We begin with 27x3÷3x=9x2 and work the rest of the division algorithm.

Screenshot (383).png
Figure 5.4.13

Answer:

9x212x+16

Example 5.4.8

Divide:

3x42x3+6x2+23x7x22x+5.

Solution:

Screenshot (384).png
Figure 5.4.14

Begin the process by dividing the leading terms to determine the leading term of the quotient 3x4÷x2=3x2. Take care to distribute and line up the like terms. Continue the process until the remainder has a degree less than 2.

Screenshot (385).png
Figure 5.4.15

The remainder is x2. Write the answer with the remainder:

3x42x3+6x2+23x7x22x+5=3x2+4x1+x2x22x+5

Answer:

3x2+4x1+x2x22x+5

Polynomial long division takes time and practice to master. Work lots of problems and remember that you may check your answers by multiplying the quotient by the divisor (and adding the remainder if present) to obtain the dividend.

Exercise 5.4.2

Divide:

20x432x3+7x2+8x105x3.

Answer

4x34x2x+175x3

Dividing Polynomial Functions

We may use function notation to indicate division as follows:

Division of functions: (f/g)(x)=f(x)g(x)
Table 5.4.1

The quotient of two polynomial functions does not necessarily have a domain of all real numbers. The values for x that make the function in the denominator 0 are restricted from the domain. This will be discussed in more detail at a later time. For now, assume all functions in the denominator are nonzero.

Example 5.4.9

Calculate:

(f/g)(x) given f(x)=6x536x4+12x36x2 and g(x)=6x2.

Solution:

The notation indicates that we should divide:

(f/g)(x)=f(x)g(x)=6x536x4+12x36x26x2=6x56x236x46x2+12x36x26x26x2=1x52+6x422x32+1x22=x3+6x22x+1

Answer:

(f/g)(x)=x3+6x22x+1

Example 5.4.10

Calculate:

(f/g)(1), given f(x)=3x3+7x211x1 and g(x)=3x1.

Solution:

First, determine (f/g)(x).

(f/g)(x)=f(x)g(x)=3x3+7x211x13x1

Screenshot (386).png
Figure 5.4.16

Therefore,

(f/g)(x)=x2+2x343x1

Substitute 1 for the variable x.

 

Answer:

(f/g)(1)=5

Key Takeaways

  • When dividing by a monomial, divide all terms in the numerator by the monomial and then simplify each term. To simplify each term, divide the coefficients and apply the quotient rule for exponents.
  • When dividing a polynomial by another polynomial, apply the division algorithm.
  • To check the answer after dividing, multiply the divisor by the quotient and add the remainder (if necessary) to obtain the dividend.
  • It is a good practice to include placeholders when performing polynomial long division.
Exercise 5.4.3 Dividing by a Monomial

Divide.

  1. 81y59y2
  2. 36y99y3
  3. 52x2y4xy
  4. 24xy52xy4
  5. 25x2y5z35xyz
  6. 77x4y9z22x3y3z
  7. 125a3b2c10abc
  8. 36a2b3c56a2b2c3
  9. 9x2+27x33
  10. 10x35x2+40x155
  11. 20x310x2+30x2x
  12. 10x4+8x26x24x
  13. 6x59x3+3x3x
  14. 36a126a9+12a512a5
  15. 12x5+18x36x26x2
  16. 49a8+7a521a37a3
  17. 9x76x4+12x3x23x2
  18. 8x9+16x724x4+8x38x3
  19. 16a732a6+20a5a44a4
  20. 5a6+2a5+6a312a23a2
  21. 4x2y3+16x7y88x2y54x2y3
  22. 100a10b30c550a20b5c40+20a5b20c1010a5b5c5
  23. Find the quotient of 36x9y7 and 2x8y5.
  24. Find the quotient of 144x3y10z2 and 12x3y5z.
  25. Find the quotient of 3a418a3+27a2 and 3a2.
  26. Find the quotient of 64a2bc316a5bc7 and 4a2bc3.
Answer

1. 9y3

3. 13x

5. 5xy4z2

7. 252a2b

9. 3x2+9x1

11. 10x25x+15

13. 2x4+3x21

15. 2x33x+1

17. 3x52x2+4x13

19. 4a38a2+5a14

21. 4x5y5+2y2+1

23. 18xy2

25. a26a+9

Exercise 5.4.4 Dividing by a Polynomial

Divide.

  1. (2x25x3)÷(x3)
  2. (3x2+5x2)÷(x+2)
  3. (6x2+11x+3)÷(3x+1)
  4. (8x214x+3)÷(2x3)
  5. x3x22x12x3
  6. 2x3+11x2+4x5x+5
  7. 2x3x24x+32x+3
  8. 15x314x2+23x65x2
  9. 14x49x3+22x2+4x17x1
  10. 8x5+16x48x35x221x+102x+5
  11. x2+8x+17x+5
  12. 2x25x+5x2
  13. 6x213x+92x+1
  14. 12x2+x+13x+2
  15. x3+9x2+19x+1x+4
  16. 2x313x2+17x11x5
  17. 9x312x2+16x153x2
  18. 3x48x3+5x25x+9x2
  19. (6x513x4+4x33x2+13x2)÷(3x+1)
  20. (8x522x4+19x320x2+23x3)÷(2x3)
  21. 5x5+12x4+12x37x219x+3x2+2x+3
  22. 6x517x4+5x3+16x27x32x23x1
  23. x5+7x4x37x249x+9x2+7x1
  24. 5x66x44x2+x+25x21
  25. x327x3
  26. 8x3+1252x+5
  27. (15x59x420x3+12x2+15x9)÷(5x3)
  28. (2x65x54x4+10x3+6x217x+5)÷(2x5)
  29. x52x3+3x1x1
  30. x43x2+5x13x+2
  31. a24a+2
  32. a5+1a5+1
  33. a61a1
  34. x51x1
  35. x5+x4+6x3+12x24x2+x1
  36. 50x630x55x4+15x35x+15x23x+2
  37. 5x515x3+25x255x
  38. 36x6+12x46x26x2
  39. 150x5y2z1510x3y6z5+4x3y2z410x3y2z5
  40. 27m6+9m481m2+19m2
  41. Divide 3x62x5+27x418x36x2+7x10 by 3x2.
  42. Divide 8x6+4x514x45x3+x22x3 by 2x+1.
Answer

1. 2x+1

3. 2x+3

5. x2+2x+4

7. x22x+1

9. 2x3x2+3x+1

11. x+3+2x+5

13. 3x+5+42x+1

15. x2+5x1+5x+4

17. 3x22x+473x2

19. 2x45x3+3x22x+573x+1

21. 5x3+2x27x+1

23. x37+2x2+7x1

25. x2+3x+9

27. 3x44x2+3

29. x4+x3x2x+2+1x1

31. a2

33. a5+a4+a3+a2+a+1

35. x3+7x+5+2x+1x2+x1

37. x43x2+5x1x

39. 15x2z10y4+25z

41. x5+9x32x+183x2

Exercise 5.4.5 Dividing Polynomial Functions

Calculate (f/g)(x), given the functions.

  1. f(x)=40x8 and g(x)=10x5
  2. f(x)=54x5 and g(x)=9x3
  3. f(x)=12x2+24x15 and g(x)=2x+5
  4. f(x)=8x2+30x7 and g(x)=2x7
  5. f(x)=18x236x+5 and g(x)=3x5
  6. f(x)=7x2+29x6 and g(x)=7x1
  7. f(x)=10x39x2+27x10 and g(x)=5x2
  8. f(x)=15x3+28x211x+56 and g(x)=3x+8
  9. f(x)=2x4+5x311x219x+20 and g(x)=x2+x5
  10. f(x)=4x412x320x2+26x3 and g(x)=2x2+2x3
Answer

1. (f/g)(x)=4x3

3. (f/g)(x)=6x3

5. (f/g)(x)=6x253x5

7. (f/g)(x)=2x2x+5

9. (f/g)(x)=2x2+3x4

Exercise 5.4.6 Dividing Polynomial Functions

Given f(x)=6x3+4x211x+3 and g(x)=3x1, find the following.

  1. (f/g)(x)
  2. (f/g)(1)
  3. (f/g)(0)
  4. (f/g)(1)
Answer

1. (f/g)(x)=2x2+2x3

3. (f/g)(0)=3

Exercise 5.4.7 Dividing Polynomial Functions

Given f(x)=5x313x2+7x+3 and g(x)=x2, find the following.

  1. (f/g)(x)
  2. (f/g)(3)
  3. (f/g)(0)
  4. (f/g)(7)
Answer

1. (f/g)(x)=5x23x+1+5x2

3. (f/g)(0)=32

Exercise 5.4.8 Discussion Board Topics
  1. How do you use the distributive property when dividing a polynomial by a monomial?
  2. Compare long division of real numbers with polynomial long division. Provide an example of each.
Answer

1. Answers may vary


This page titled 5.4: Dividing Polynomials is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous.

Support Center

How can we help?