We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Study Guides > College Algebra CoRequisite Course

Polynomial Long Division

Learning Outcomes

  • Use long division to divide polynomials.
In the next two sections, we will be learning two ways to divide polynomials. These techniques can help you find the zeros of a polynomial that is not factorable over the integers.

recall long division

A handy algebraic technique involves rewriting a quotient of polynomials as a polynomial of reduced degree plus a remainder quotient

p(x)q(x)=h(x)+r(x)q(x)\dfrac{p(x)}{q(x)}=h(x)+\dfrac{r(x)}{q(x)}.

Or equivalently by multiplying both sides by q(x)q(x),

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

This method is akin to rewriting an "improper" fraction such as

173=5+23\dfrac{17}{3} = 5 + \dfrac{2}{3}.

Or equivalently,

17=35+217=3\cdot 5 + 2.

The process used to accomplish this is similar to long division of whole numbers, so if you haven't performed long division for awhile, take a moment to refresh before reading this section.

Answer: Recall how you can use long division to divide two whole numbers, say 900900 divided by 3737. The dividend in 900 and the divisor is 37. First, you would think about how many 37s37s are in 9090, as 99 is too small. (Note: you could also think, how many 40s40s are there in 9090.) There are two 37s37s in 9090, so write 22 above the last digit of 9090. Two 37s37s is 7474; write that product below the 9090. Screen Shot 2016-03-28 at 3.35.17 PM Subtract: 907490–74 is 1616. (If the result is larger than the divisor, 3737, then you need to use a larger number for the quotient.) Bring down the next digit (0)(0) and consider how many 37s37s are in 160160. Screen Shot 2016-03-28 at 3.36.06 PM There are four 37s37s in 160160, so write the 44 next to the two in the quotient. Four 37s37s is 148148; write that product below the 160160. Subtract: 160148160–148 is 1212. This is less than 3737 so the 44 is correct. Since there are no more digits in the dividend to bring down, you are done. The final answer is 2424 R1212, or 24123724\frac{12}{37}. You can check this by multiplying the quotient (without the remainder) by the divisor, and then adding in the remainder. The result should be the dividend:

2437+12=888+12=90024\cdot37+12=888+12=900

======================================================================================= We are familiar with the long division algorithm for ordinary arithmetic. We begin by dividing into the digits of the dividend that have the greatest place value. We divide, multiply, subtract, include the digit in the next place value position, and repeat. For example, let’s divide 178 by 3 using long division. Long Division. Step 1, 5 times 3 equals 15 and 17 minus 15 equals 2. Step 2: Bring down the 8. Step 3: 9 times 3 equals 27 and 28 minus 27 equals 1. Answer: 59 with a remainder of 1 or 59 and one-third. Another way to look at the solution is as a sum of parts. This should look familiar, since it is the same method used to check division in elementary arithmetic.

(divisor  quotient) + remainder = dividend(359)+1=177+1=178\begin{array}{l}\left(\text{divisor }\cdot \text{ quotient}\right)\text{ + remainder}\text{ = dividend}\hfill \\ \left(3\cdot 59\right)+1 = 177+1 = 178\hfill \end{array}

We call this the Division Algorithm and will discuss it more formally after looking at an example. Division of polynomials that contain more than one term has similarities to long division of whole numbers. We can write a polynomial dividend as the product of the divisor and the quotient added to the remainder. The terms of the polynomial division correspond to the digits (and place values) of the whole number division. This method allows us to divide two polynomials. For example, if we were to divide 2x33x2+4x+52{x}^{3}-3{x}^{2}+4x+5 by x+2x+2 using the long division algorithm, it would look like this: 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. We have found

2x33x2+4x+5x+2=2x27x+1831x+2\frac{2{x}^{3}-3{x}^{2}+4x+5}{x+2}=2{x}^{2}-7x+18-\frac{31}{x+2}

or

2x33x2+4x+5=(x+2)(2x27x+18)312{x}^{3}-3{x}^{2}+4x+5=\left(x+2\right)\left(2{x}^{2}-7x+18\right)-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. Writing the result in this manner illustrates the Division Algorithm.

A General Note: The Division Algorithm

The Division Algorithm states that given a polynomial dividend f(x)f\left(x\right) and a non-zero polynomial divisor d(x)d\left(x\right) where the degree of d(x)d\left(x\right) is less than or equal to the degree of f(x)f\left(x\right), there exist unique polynomials q(x)q\left(x\right) and r(x)r\left(x\right) such that

f(x)=d(x)q(x)+r(x)f\left(x\right)=d\left(x\right)q\left(x\right)+r\left(x\right)

q(x)q\left(x\right) is the quotient and r(x)r\left(x\right) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x)d\left(x\right). If r(x)=0r\left(x\right)=0, then d(x)d\left(x\right) divides evenly into f(x)f\left(x\right). This means that both d(x)d\left(x\right) and q(x)q\left(x\right) are factors of f(x)f\left(x\right).

How To: Given a polynomial and a binomial, use long division to divide the polynomial by the binomial

  1. Set up the division problem.
  2. Determine the first term of the quotient by dividing the leading term of the dividend by the leading term of the divisor.
  3. Multiply the answer by the divisor and write it below the like terms of the dividend.
  4. Subtract the bottom binomial from the terms above it.
  5. Bring down the next term of the dividend.
  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: Using Long Division to Divide a Second-Degree Polynomial

Divide 5x2+3x25{x}^{2}+3x - 2 by x+1x+1.

Answer: 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 5x25x - 2. The remainder is 0. We write the result as

5x2+3x2x+1=5x2\frac{5{x}^{2}+3x - 2}{x+1}=5x - 2

or

5x2+3x2=(x+1)(5x2)5{x}^{2}+3x - 2=\left(x+1\right)\left(5x - 2\right)

Analysis of the Solution

This division problem had a remainder of 0. This tells us that the dividend is divided evenly by the divisor and that the divisor is a factor of the dividend.

Example: Using Long Division to Divide a Third-Degree Polynomial

Divide 6x3+11x231x+156{x}^{3}+11{x}^{2}-31x+15 by 3x23x - 2.

Answer: 6x cubed divided by 3x is 2x squared. Multiply the sum of x and 2 by 2x squared. Subtract. Bring down the next term. 15x squared divided by 3x is 5x. Multiply 3x minus 2 by 5x. Subtract. Bring down the next term. Negative 21x divided by 3x is negative 7. Multiply 3x minus 2 by negative 7. Subtract. The remainder is 1. There is a remainder of 1. We can express the result as: 6x3+11x231x+153x2=2x2+5x7+13x2\frac{6{x}^{3}+11{x}^{2}-31x+15}{3x - 2}=2{x}^{2}+5x - 7+\frac{1}{3x - 2}

Analysis of the Solution

We can check our work by using the Division Algorithm to rewrite the solution then multiplying. (3x2)(2x2+5x7)+1=6x3+11x231x+15\left(3x - 2\right)\left(2{x}^{2}+5x - 7\right)+1=6{x}^{3}+11{x}^{2}-31x+15 Notice, as we write our result,
  • the dividend is 6x3+11x231x+156{x}^{3}+11{x}^{2}-31x+15
  • the divisor is 3x23x - 2
  • the quotient is 2x2+5x72{x}^{2}+5x - 7
  • the remainder is 1

Try It

Divide 16x312x2+20x316{x}^{3}-12{x}^{2}+20x - 3 by 4x+54x+5.

Answer: 4x28x+15784x+54{x}^{2}-8x+15-\frac{78}{4x+5}

[ohm_question]29482[/ohm_question]

Licenses & Attributions