Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

4.3: Factor Theorem and Remainder Theorem

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

In the last section, we limited ourselves to finding the intercepts, or zeros, of polynomials that factored simply, or we turned to technology. In this section, we will look at algebraic techniques for finding the zeros of polynomials like h(t)=t3+4t2+t6.

Long Division

In the last section we saw that we could write a polynomial as a product of factors, each corresponding to a horizontal intercept. If we knew that x=2 was an intercept of the polynomial x3+4x25x14, we might guess that the polynomial could be factored as x3+4x25x14=(x2) (something). To find that "something," we can use polynomial division.

Example 4.3.1

Divide x3+4x25x14 by x2.

Solution

Start by writing the problem out in long division form

屏幕快照 2019-06-23 上午5.41.34.png

Now we divide the leading terms: x3÷x=x2. It is best to align it above the same-powered term in the dividend. Now, multiply that x2 by x2 and write the result below the dividend.

屏幕快照 2019-06-23 上午5.42.53.png

Again, divide the leading term of the remainder by the leading term of the divisor. 6x2÷x=6x. We add this to the result, multiply 6x by x2, and subtract.

屏幕快照 2019-06-23 上午5.43.34.png

This tells us x3+4x25x14 divided by x2 is x2+6x+7, with a remainder of zero. This also means that we can factor x3+4x25x14 as (x2)(x2+6x+7).

This gives us a way to find the intercepts of this polynomial.

Example 4.3.2

Find the horizontal intercepts of h(x)=x3+4x25x14.

Solution

To find the horizontal intercepts, we need to solve h(x)=0. From the previous example, we know the function can be factored as h(x)=(x2)(x2+6x+7).

h(x)=(x2)(x2+6x+7)=0 when x=2 or when x2+6x+7=0. This doesn’t factor nicely, but we could use the quadratic formula to find the remaining two zeros.

x=6±624(1)(7)2(1)=3±2

The horizontal intercepts will be at (2,0), (32,0), and (3+2,0).

Exercise 4.3.1

Divide 2x37x+3 by x+3 using long division.

Answer

屏幕快照 2019-06-23 上午6.07.45.png

The Factor and Remainder Theorems

When we divide a polynomial, p(x) by some divisor polynomial d(x), we will get a quotient polynomial q(x) and possibly a remainder r(x). In other words,

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

Because of the division, the remainder will either be zero, or a polynomial of lower degree than d(x). Because of this, if we divide a polynomial by a term of the form xc, then the remainder will be zero or a constant.

If p(x)=(xc)q(x)+r, then p(c)=(cc)q(c)+r=0+r=r, which establishes the Remainder Theorem.

The Remainder Theorem

If p(x) is a polynomial of degree 1 or greater and c is a real number, then when p(x) is divided by xc, the remainder is p(c).

If xc is a factor of the polynomial p, then p(x)=(xc)q(x) for some polynomial q. Then p(c)=(cc)q(c)=0, showing c is a zero of the polynomial. This shouldn’t surprise us - we already knew that if the polynomial factors it reveals the roots.

If p(c)=0, then the remainder theorem tells us that if p is divided by xc, then the remainder will be zero, which means xc is a factor of p.

the factor theorem

If p(x) is a nonzero polynomial, then the real number c is a zero of p(x) if and only if xc is a factor of p(x).

Synthetic Division

Since dividing by xc is a way to check if a number is a zero of the polynomial, it would be nice to have a faster way to divide by xc than having to use long division every time. Happily, quicker ways have been discovered.

Let’s look back at the long division we did in Example 1 and try to streamline it. First, let’s change all the subtractions into additions by distributing through the negatives.

屏幕快照 2019-06-23 上午5.51.23.png

Next, observe that the terms x3, 6x2, and 7x are the exact opposite of the terms above them. The algorithm we use ensures this is always the case, so we can omit them without losing any information. Also note that the terms we ‘bring down’ (namely the 5x and 14) aren’t really necessary to recopy, so we omit them, too.

屏幕快照 2019-06-23 上午5.51.55.png

Now, let’s move things up a bit and, for reasons which will become clear in a moment, copy the x3 into the last row.

屏幕快照 2019-06-23 上午5.52.19.png

Note that by arranging things in this manner, each term in the last row is obtained by adding the two terms above it. Notice also that the quotient polynomial can be obtained by dividing each of the first three terms in the last row by x and adding the results. If you take the time to work back through the original division problem, you will find that this is exactly the way we determined the quotient polynomial.

This means that we no longer need to write the quotient polynomial down, nor the x in the divisor, to determine our answer.

屏幕快照 2019-06-23 上午5.52.46.png

We’ve streamlined things quite a bit so far, but we can still do more. Let’s take a moment to remind ourselves where the 2x2, 12x and 14 came from in the second row. Each of these terms was obtained by multiplying the terms in the quotient, x2, 6x and 7, respectively, by the -2 in x2, then by -1 when we changed the subtraction to addition. Multiplying by -2 then by -1 is the same as multiplying by 2, so we replace the -2 in the divisor by 2. Furthermore, the coefficients of the quotient polynomial match the coefficients of the first three terms in the last row, so we now take the plunge and write only the coefficients of the terms to get

We have constructed a synthetic division tableau for this polynomial division problem. Let’s re-work our division problem using this tableau to see how it greatly streamlines the division process. To divide x3+4x25x14 by x2, we write 2 in the place of the divisor and the coefficients of x3+4x25x14in for the dividend. Then "bring down" the first coefficient of the dividend.

屏幕快照 2019-06-23 上午5.55.20.png

Next, take the 2 from the divisor and multiply by the 1 that was "brought down" to get 2. Write this underneath the 4, then add to get 6.

屏幕快照 2019-06-23 上午5.58.18.png

Now take the 2 from the divisor times the 6 to get 12, and add it to the -5 to get 7.

屏幕快照 2019-06-23 上午5.59.04.png

Finally, take the 2 in the divisor times the 7 to get 14, and add it to the -14 to get 0.

屏幕快照 2019-06-23 上午5.59.43.png

The first three numbers in the last row of our tableau are the coefficients of the quotient polynomial. Remember, we started with a third degree polynomial and divided by a first degree polynomial, so the quotient is a second degree polynomial. Hence the quotient is x2+6x+7. The number in the box is the remainder. Synthetic division is our tool of choice for dividing polynomials by divisors of the form xc. It is important to note that it works only for these kinds of divisors. Also take note that when a polynomial (of degree at least 1) is divided by xc, the result will be a polynomial of exactly one less degree. Finally, it is worth the time to trace each step in synthetic division back to its corresponding step in long division.

Example 4.3.3

Use synthetic division to divide 5x32x2+1 by x3.

Solution

When setting up the synthetic division tableau, we need to enter 0 for the coefficient of x in the dividend. Doing so gives

屏幕快照 2019-06-23 上午6.01.07.png

Since the dividend was a third degree polynomial, the quotient is a quadratic polynomial with coefficients 5, 13 and 39. Our quotient is q(x)=5x2+13x+39 and the remainder is r(x)=118. This means

5x32x2+1=(x3)(5x2+13x+39)+118

It also means that x3 is not a factor of 5x32x2+1.

Example 4.3.4

Divide x3+8 by x+2.

Solution

For this division, we rewrite x+2 as x(2) and proceed as before.

屏幕快照 2019-06-23 上午6.02.55.png

The quotient is x22x+4 and the remainder is zero. Since the remainder is zero, x+2 is a factor of x3+8.

x3+8=(x+2)(x22x+4)

Exercise 4.3.2

Divide 4x48x25x by x3 using synthetic division.

Answer

屏幕快照 2019-06-23 上午6.06.29.png

4x48x25x divided by x3 is 4x3+12x2+28x+79 with remainder 237

Using this process allows us to find the real zeros of polynomials, presuming we can figure out at least one root. We’ll explore how to do that in the next section.

Example 4.3.5

The polynomial p(x)=4x44x311x2+12x3 has a horizontal intercept at x=12 with multiplicity 2. Find the other intercepts of p(x).

Solution

Since x=12 is an intercept with multiplicity 2, then x12 is a factor twice. Use synthetic division to divide by x12 twice.

屏幕快照 2019-06-23 上午6.04.51.png

From the first division, we get 4x44x311x2+12x3=(x12)(4x32x2x6) The second division tells us

4x44x311x2+12x3=(x12)(x12)(4x212)

To find the remaining intercepts, we set 4x212=0 and get x=±3.

Note this also means 4x44x311x2+12x3=4(x12)(x12)(x3)(x+3).

Important Topics of this Section

  • Long division of polynomials
  • Remainder Theorem
  • Factor Theorem
  • Synthetic division of polynomials

This page titled 4.3: Factor Theorem and Remainder Theorem is shared under a CC BY-SA license and was authored, remixed, and/or curated by David Lippman & Melonie Rasmussen (The OpenTextBookStore) .

Support Center

How can we help?