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 3x3−6x2+18x−73x3−6x2+18x−7 by 2x22x2:
3x3−6x2+18x−72x2=3x32x2−6x22x2+18x2x2−72x2=32x−3+9x−72x23x3−6x2+18x−72x2=3x32x2−6x22x2+18x2x2−72x2=32x−3+9x−72x2
Example 1
Divide 12x4−18x3+36x2−24x12x4−18x3+36x2−24x by −6x2−6x2.
Solution
Divide each term in the first polynomial by the monomial divisor:
12x4−18x3+36x2−24x−6x2=12x4−6x2−18x3−6x2+36x2−6x2−24x−6x2=−2x2+3x−6+4x12x4−18x3+36x2−24x−6x2=12x4−6x2−18x3−6x2+36x2−6x2−24x−6x2=−2x2+3x−6+4x
Try It 1
Divide 60x5−30x4+25x3−35x+1060x5−30x4+25x3−35x+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=3⋅5+217=3⋅5+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=15⋅16+2242=15⋅16+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:
- 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.
- 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+5x−3x34+5x−3x3, the first step tells us to write the polynomial in descending order:
−3x3+5x+4−3x3+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+4−3x3+0x2+5x+4
Example 3
Write the polynomial in descending order, filling any gaps with zeros.
1. 7x3−8+2x27x3−8+2x2
2. 6x−4x2−3x3+x56x−4x2−3x3+x5
Solution
1. First write 7x3−8+2x27x3−8+2x2 in descending order: 7x3+2x2−87x3+2x2−8
Now look for missing terms: there is no xx term. Write 0x0x where the xx term should be:
7x3+2x2+0x−87x3+2x2+0x−8
2. First write 6x−4x2−3x3+x56x−4x2−3x3+x5 in descending order: x5−3x3−4x2+6xx5−3x3−4x2+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+0x4−3x3−4x2+6x+0x5+0x4−3x3−4x2+6x+0
Try It 3
Write the polynomial in descending order, filling any gaps with zeros.
1. 7x4−8x+2x27x4−8x+2x2
2. −2x−4x4−3x3+x5−2x−4x4−3x3+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 x−1x−1.
We truncate the divisor x−1x−1 to xx and divide the first term in the dividend by xx: x2x=xx2x=x. This xx goes on the quotient line. Now multiply xx by the divisor x−1x−1: x⋅(x−1)=x2−xx⋅(x−1)=x2−x. This goes under the dividend. Now subtract: (x2+x+1)−(x2−x)=(x2−x2)+(x−(−x))+1=2x+1(x2+x+1)−(x2−x)=(x2−x2)+(x−(−x))+1=2x+1. Divide 2x2x by xx: 2xx=22xx=2. Add this 22 onto the quotient line. Multiply 22 by the divisor x−1x−1: 2(x−1)=2x−22(x−1)=2x−2. FInally, subtract: (2x+1)−(2x−2)=(2x−2x)+(1−(−2))=3(2x+1)−(2x−2)=(2x−2x)+(1−(−2))=3. We have found that x2+x+1x−1=x+2+3x−1x2+x+1x−1=x+2+3x−1. |
x+2x−1)¯x2+x+1x2−x¯2x+12x−2_3x+2x−1)¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯x2+x+1x2−x¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯2x+12x−2–––––––3 |
We can identify the dividend, divisor, quotient, and remainder by writing this answer in its equivalent form:
x2+x+1=(x−1)(x+2)+3DividendDivisorQuotientRemainderx2+x+1=(x−1)(x+2)+3DividendDivisorQuotientRemainder
Example 4
Divide 2x3−3x2+4x+52x3−3x2+4x+5 by x+2x+2 using the long division algorithm.
Solution
Answer
2x3−3x2+4x+5x+2=2x2−7x+18+−31x+22x3−3x2+4x+5x+2=2x2−7x+18+−31x+2
or equivalently,
2x3−3x2+4x+5=(x+2)(2x2−7x+18)+(−31)2x3−3x2+4x+5=(x+2)(2x2−7x+18)+(−31)
We can identify the dividend, divisor, quotient, and remainder.

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
- Set up the division problem based on the rules of descending powers and no gaps.
- Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
- Put the answer as the first term in the quotient.
- Multiply the answer by the divisor and write it below the like terms of the dividend.
- Subtract the product in step 4 from all the terms above it.
- Repeat steps 2–5 until reaching the last term of the dividend.
- If the remainder is non-zero, express as a fraction using the divisor as the denominator.
Example 5
Divide 5x2+3x−25x2+3x−2 by x+1x+1.
Solution
The quotient is 5x−25x−2. The remainder is 0. We write the result as:
5x2+3x−2x+1=5x−25x2+3x−2x+1=5x−2
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+3x−2=(x+1)(5x−2)5x2+3x−2=(x+1)(5x−2)
Example 6
Divide 6x3+11x2−31x+156x3+11x2−31x+15 by 3x−23x−2.
Solution
There is a remainder of 1. We can express the result as:
6x3+11x2−31x+153x−2=2x2+5x−7+13x−26x3+11x2−31x+153x−2=2x2+5x−7+13x−2
Analysis of the Solution
We can check our work by using the Division Algorithm to rewrite the solution then multiplying.
(3x−2)(2x2+5x−7)+1=3x(2x2+5x−7)−2(2x2+5x−7)+1=6x3+15x2−21x−4x2−10x+14+1=6x3+11x2−31x+15
Notice, as we write our result,
- the dividend is 6x3+11x2−31x+15
- the divisor is 3x−2
- the quotient is 2x2+5x−7
- the remainder is 1
Try It 4
Divide 16x3−12x2+20x−3 by 4x+5.
Candela Citations
- Two Rules for Setting Up a Long Division. Authored by: Leo Chang and Hazel McKenna. Provided by: Utah Valley University. License: CC BY: Attribution
- Revision and Adaptation. Authored by: Hazel McKenna. Provided by: Lumen Learning. License: CC BY: Attribution
- Divide a Polynomial by a Monomial. Authored by: Leo Chang and Hazel McKenna. Provided by: Utah Valley University. License: CC BY: Attribution
- Division algorithm for polynomials; Examples and Try Its: hjm202, hjm871; hjm761; hjm096. Authored by: Hazel McKenna. Provided by: Utah Valley University. License: CC BY: Attribution
- Question ID 29482. Authored by: McClure,Caren. License: Other. License Terms: IMathAS Community License CC-BY + GPL
- College Algebra. Authored by: Abramson, Jay et al.. Provided by: OpenStax. Located at: http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2. License: CC BY: Attribution. License Terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2
- Unit 11: Exponents and Polynomials, from Developmental Math: An Open Program.. Provided by: Monterey Institute of Technology and Education. Located at: http://nrocnetwork.org/dm-opentext.%20. License: CC BY: Attribution