Dividing Polynomials Overview

How To Divide a Polynomial by a Monomial

Remember that a polynomial is an algebraic expression with two or more terms, and that a monomial is an algebraic expression with only one term. For example, the expression 6x3+12x2+3x6x is a polynomial divided by a monomial. If at first glance, this looks intimidating, it can be separated into chunks as follows:

6x3+12x2+3x6x=6x36x+12x26x+3x6x

Once the problem is broken up like this, we simply need to divide a few monomials. For the first term, 6x36x, we can cancel the 6’s on the top and bottom, and cancel one x from both the top and bottom, leaving us with x2.

6x36x=6xx26x=x2

The second term can be quickly reduced when we notice that 12 and 6 share a factor of 6, and that x2 and x share a factor of x.

12x26x=62xx6x=2x

For the third term, 3x6x, both x’s cancel each other out, leaving us with 36, which reduces to 12.

3x6x=36=12

Now, just put these together to form the solution:

6x3+12x2+3x6x=x2+2x+12

While this example deals specifically with dividing a trinomial by a monomial, the same process of breaking the fraction apart into many terms can be used any time we need to divide a polynomial by a monomial. Regardless of the number of terms in the numerator, as long as the denominator has a single term, this method can be used!

How to Use Long Division to Divide Polynomials

Whenever the denominator has more than one term, we need to use a different method of division: long division. Before going further, here is a quick review of division terminology: the value in the numerator, which goes “in the house” of our long division symbol, is called the dividend. The value in the denominator, which goes to the left of “the house,” is called the divisor. Finally, the solution, which goes on top of “the house,” is called the quotient.

Let’s work through an example of polynomial long division. Divide the polynomial 2x3+x26x8 by the polynomial x2. Just like in arithmetical long division, the dividend will go “in the house” and the divisor will go to the left of “the house.”

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

In arithmetical long division, we work from the leftmost digit of the dividend (inside the house) to the rightmost digit. With polynomial long division, we follow a similar order by starting with the first term of the dividend. For the polynomial outside the house, we also start by looking at its first term. In this example, our first step is dividing 2x3 (the first term inside the house) by x (the leftmost term outside the house). We know from monomial division that 2x3x=2x2, so this will be the first term of our quotient, and we will write it above the house.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

Remember that with ordinary long division, once you write something on top of the house, you then need to multiply that value by the divisor, and write the product beneath the dividend. Here we do the same! Multiply 2x2 by the divisor, x2, to get 2x34x2. Write this below the first two terms of the dividend, and notice that the two 2x3’s will cancel each other in the next step: subtraction.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

Subtract 2x34x2 from the two terms above it, 2x3+x2. It is very important to note with this step that because both terms are being subtracted, the sign of the second subtracted term will change. It is helpful to write parentheses around them to make an indication of this. Since 2x32x3=0, and x2(4x2)=5x2, we write 0+5x2 down below to complete this step.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

The first cycle of dividing, multiplying, and subtracting is complete. We start again by dividing what we were left with, 5x2, by the first term of our divisor, x. Because 5x2x=5x, we write 5x as the second term of our quotient, above the house.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

Next, we multiply this 5x by the divisor: 5x(x2)=5x210x. Write this down below, and subtract it from the above terms of corresponding degree. We bring down the 6x term from the dividend to subtract (5x26x)(5x210x). Remember, the negative sign in the subtracting process will change the sign of 10x.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

When we subtract, the 5x2 terms cancel, leaving us with 4x.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

For this problem we need to complete the cycle one more time. First, divide. Because 4xx=4, write 4 up on top. Then, multiply 4 by the divisor. 4(x2)=4x8. This goes down below.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

Finally, drop down the last term of the divisor, 8, to prepare for subtraction. (4x8)(4x8)=0.

long division worked out for (2x^3+x^2+6x-8) divided by (x-2)

At this point, because all terms of the dividend have been divided out, we are done! Our solution is 2x2+5x+4, and there is no remainder term because our final subtraction left us with 0. The answer can be checked by multiplying it by the divisor to get back to the dividend:

(x2)(2x2+5x+4)=2x3+5x2+4x4x210x8=2x3+x26x8

 
In short, to divide polynomials, start with the term with the highest exponent in the dividend, and divide it by the term with the highest exponent of the divisor. Write this quotient above the house and multiply it by the divisor, putting this new product below the dividend. Subtract the product from the terms above it, and repeat this cycle until all terms of the dividend have been worked through.

What do you do if there is a remainder?

In some polynomial division problems, we do not end up with 0 after the final subtraction. Just like in regular long division, in these cases we have a remainder. However, unlike regular long division, we do not simply write the letter “r” off to the side with the remainder. Instead, we write the remainder in with the rest of our solution as a final term, a fraction whose numerator is the leftover from subtraction and whose denominator is the divisor.

For example, the problem below has been worked out until a positive 2 is left over.

long division worked out for (4x^3+18x^2+10x+3) divided by (2x+1)

To build the remainder term, write this leftover 2 above the divisor, 2x+1, as a fraction: 22x+1. We then add this fraction to the part of the quotient we have written above “the house” to get the final answer: 2x2+8x+1+22x+1. To check this solution, multiply it by the divisor to get back to the dividend.

(2x+1)(2x2+8x+1+22x+1)=4x3+16x2+2x+4x2x+1+2x2+8x+1+22x+1
=4x3+18x2+10x+1+4x+22x+1
=4x3+18x2+10x+1+2
=4x3+18x2+10x+3

What do you do if there are missing terms?

Some polynomials have missing terms, where there are “jumps” from one exponent to another. What does that mean exactly? Look at the following polynomials and see what they have in common: 2x2+6, 4x3+8x+2, and x5+x2. While the terms are listed in decreasing order of exponents, there are clearly missing terms in each polynomial. In the last one, x5+x2, there are actually four missing terms: the fourth-power term, the third-power term, the first-power term, and the zero-power or constant term.

Whenever a polynomial has one or more missing terms, we need to write them in, each with coefficient 0, so that we can correctly follow the long division process. For example, we would adjust each of the above polynomials with 0-terms like this:

2x2+6=2x2+0x+6
4x3+8x+2=4x3+0x2+8x+2
x5+x2=x5+0x4+0x3+x2+0x+0

Note that we are not concerned about adding 0-terms of exponents greater than the first term. Now, let’s work a full example of polynomial division with missing terms.

Use long division to divide x3+x by x+3.

Notice that our dividend starts with a third-power term but has no second-power term and no constant term. Our first step is to write these in with coefficients of 0. This alters our dividend to become x3+0x2+x+0. The divisor, x+3, has no missing terms, so it has no need for zero-coefficient terms.

long division worked out for (x^3+0x^2+x+0) by (x+3)

Moving through the dividend one term at a time, we first divide x3 by x, the first term of the divisor. This gives us x2, which we write on top of “the house.”

long division worked out for (x^3+0x^2+x+0) by (x+3)

Multiplying the divisor by x2, we then write x3+3x2 below the first two terms of the dividend, and subtract.

long division worked out for (x^3+0x^2+x+0) by (x+3)

Our first cycle leaves us with 3x2, so we continue the long division by dividing this by the first term of the divisor, x. This gives us 3x, which we write as the second term of our quotient. Next, multiply 3x by x+3 and write the product, 3x29x, down below.

long division worked out for (x^3+0x^2+x+0) by (x+3)

To make the next subtraction, we drop down the next term of the dividend, x, right above the 9x, and draw parentheses around 3x29x so that we do not lose track of the changing signs.

long division worked out for (x^3+0x^2+x+0) by (x+3)

Subtract again. This leaves us with 10x, which we again divide by x.

long division worked out for (x^3+0x^2+x+0) by (x+3)

Since 10xx=10, we write +10 as the next term of the quotient, then multiply it through the divisor.

long division worked out for (x^3+0x^2+x+0) by (x+3)

Drop down the 0-term from the dividend, draw parentheses, and subtract.

long division worked out for (x^3+0x^2+x+0) by (x+3)

 
This final subtraction leaves us with a remainder term, which we write as 30x+3. The solution, then, is x23x+1030x+3. This can be verified with a multiplication check.

When there are missing terms, it is crucial to adjust the polynomial (whether the dividend or the divisor) to include the appropriate 0-coefficient terms!

Dividing Polynomials Sample Questions

Here are a few sample questions going over dividing polynomials.

Question #1:

 
Divide 8x32x+204x2.

2xx+5x
2x1x+5x
2x12+5x2
2x12x+5x2
Question #2:

 
Use long division to calculate (3x23x6)÷(x+1).

3x3
3x26x
3x6
3x24
Question #3:

 
Use long division to calculate (20x238x30)÷(5x+3).

4x37
4x10
4x3+8
4x+3
Question #4:

 
Use long division to find the solution to (12x2+53x+60)÷(3x+8).

4x+7
4x+7+43x+8
4x+7+412x2+53x+60
4x+11
Question #5:

 
Use long division to find the solution to (6x2+6)÷(3x3).

2x+2+123x3
2x+2
2x
2x3

 

by Mometrix Test Preparation | Last Updated: September 19, 2023