Use Long Division to Divide Polynomials

This section will give you the algebraic skills to find zeros of polynomials without the aid of a graphing utility. We will use the skills learned here in the coming sections on finding zeros of polynomials and rational functions. If it has been a while, you may need to recall how to use long division to divide integers.

Using Long Division to Divide Polynomials

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.


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.

\begin{aligned}
\text { dividend } &=(\text { divisor } \cdot \text { quotient })+\text { remainder } \\
178 &=(3 \cdot 59)+1 \\
&=177+1 \\
&=178
\end{aligned}

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 2 x^{3}-3 x^{2}+4 x+5 by x+2 using the long division algorithm, it would look like this:

We have found

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

or

2 x^{3}-3 x^{2}+4 x+5=(x+2)\left(2 x^{2}-7 x+18\right)-31

We can identify the dividend, the divisor, the quotient, and the remainder.

Writing the result in this manner illustrates the Division Algorithm.


THE DIVISION ALGORITHM

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

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

q(x) is the quotient and r(x) is the remainder. The remainder is either equal to zero or has degree strictly less than d(x).

If  r(x)=0, then d(x) divides evenly into f(x). This means that, in this case, both d(x) and q(x) are factors of f(x).


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 top binomial.

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 1

Using Long Division to Divide a Second-Degree Polynomial

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


Solution

The quotient is  5x−2. The remainder is 0. We write the result as

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

or

5 x^{2}+3 x-2=(x+1)(5 x-2)


Analysis

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 2

Using Long Division to Divide a Third-Degree Polynomial

Divide 6 x^{3}+11 x^{2}-31 x+15 \text { by } 3 x-2


Solution


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

\frac{6 x^{3}+11 x^{2}-31 x+15}{3 x-2}=2 x^{2}+5 x-7+\frac{1}{3 x-2}


Analysis

We can check our work by using the Division Algorithm to rewrite the solution. Then multiply.

(3 x-2)\left(2 x^{2}+5 x-7\right)+1=6 x^{3}+11 x^{2}-31 x+15

Notice, as we write our result,

  • the dividend is 6 x^{3}+11 x^{2}-31 x+15
  • the divisor is  3x−2
  • the quotient is 2 x^{2}+5 x-7
  • the remainder is 1


TRY IT #1

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