5.4 Roots of Polynomials

This section is remixed from, Precalculus: An Investigation of Functions by Lippman and Rasmussen, licensed by Creative Commons 4.0 CC-BY-SA

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) = {t^3} + 4{t^2} + t - 6.

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 , we might guess that the polynomial x^3+4x^2-5x-14 could be factored as (x-2) \cdot (something).   To find that “something,” we can use polynomial division.

Examples of Polynomial Long Division

Divide x^3+4x^2-5x-14 by x-2

Start by writing the problem out in long division form
x - 2\mathop{\left){\vphantom{1{{x^3} + 4x{}^2 - 5x - 14}}}\right. \!\!\!\!\overline{\,\,\,\vphantom 1{{{x^3} + 4x{}^2 - 5x - 14}}}} \limits^{\displaystyle\hfill\,\,\, {}}

Now we divide the leading terms: {x^3} \div x = {x^2}. It is best to align it above the same-powered term in the dividend.  Now, multiply that x^2 by x-2 and write the result below the dividend.

x - 2\mathop{\left){\vphantom{1\begin{array}{l} {x^3} + 4x{}^2 - 5x - 14\\ {x^3} - 2{x^2} \end{array}}}\right. \!\!\!\!\overline{\,\,\,\vphantom 1{\begin{array}{l} {x^3} + 4x{}^2 - 5x - 14\\ {x^3} - 2{x^2} \end{array}}}} \limits^{\displaystyle\hfill\,\,\, {{x^2}\quad \quad \quad }}

Now subtract that expression from the dividend.
x - 2\mathop{\left){\vphantom{1\begin{array}{l} \quad {x^3} + 4x{}^2 - 5x - 14\\ \underline { - \left( {{x^3} - 2{x^2}} \right)} \\ \quad \quad \quad 6{x^2} - 5x - 14 \end{array}}}\right. \!\!\!\!\overline{\,\,\,\vphantom 1{\begin{array}{l} \quad {x^3} + 4x{}^2 - 5x - 14\\ \underline { - \left( {{x^3} - 2{x^2}} \right)} \\ \quad \quad \quad 6{x^2} - 5x - 14 \end{array}}}} \limits^{\displaystyle\hfill\,\,\, {{x^2}\quad \;\;\quad \quad }}

Again, divide the leading term of the remainder by the leading term of the divisor, 6{x^2} \div x = 6x. We add this to the result, multiply 6x by x-2, and subtract.
x - 2\mathop{\left){\vphantom{1\begin{array}{l} \quad {x^3} + 4x{}^2 - 5x - 14\\ \underline { - \left( {{x^3} - 2{x^2}} \right)} \\ \quad \quad \quad 6{x^2} - 5x - 14\\ \quad \quad \underline { - \left( {6{x^2} - 12x} \right)} \\ \quad \quad \quad \quad \quad 7x - 14 \end{array}}}\right. \!\!\!\!\overline{\,\,\,\vphantom 1{\begin{array}{l} \quad {x^3} + 4x{}^2 - 5x - 14\\ \underline { - \left( {{x^3} - 2{x^2}} \right)} \\ \quad \quad \quad 6{x^2} - 5x - 14\\ \quad \quad \underline { - \left( {6{x^2} - 12x} \right)} \\ \quad \quad \quad \quad \quad 7x - 14 \end{array}}}} \limits^{\displaystyle\hfill\,\,\, {{x^2} + 6x\quad \quad }}

Repeat the process one last time.
\polylongdiv{x^3+4x^2-5x-14}{x-2}

This tells us {x^3} + 4{x^2} - 5x - 14 divided by x - 2 is {x^2} + 6x + 7, with a remainder of zero.  This also means that we can factor {x^3} + 4{x^2} - 5x - 14 as \left( {x - 2} \right)\left( {{x^2} + 6x + 7} \right).

This gives us a way to find the intercepts of this polynomial. {x^2} + 6x + 7 cannot be factored, but we could use the quadratic formula to find the roots.
x=\dfrac{-6 \pm \sqrt{36-4(1)(7)}}{2}=\dfrac{-6 \pm \sqrt{8}}{2}=\dfrac{-6 \pm 2\sqrt{2}}{2}=-3 \pm \sqrt{2}. So all three roots are (-3-\sqrt{2},0), (-3+\sqrt{2},0) and (2,0)

Try it Now 1

Divide 2x^3-7x+3 by x+3 using long division.

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 x-c, then the remainder will be zero or a constant.

If p(x)=(x-c)q(x)+r, then p(c)=(c-c)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 x-c, the remainder is p(c).

If x-c is a factor of the polynomial p, then p(x)=(x-c)q(x) for some polynomial q.  Then p(c)=(c-c)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 x-c, then the remainder will be zero, which means x-c  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 x-c is a factor of p(x).

Synthetic Division

Since dividing by  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  than having to use long division every time.  Happily, quicker ways have been discovered.  For more details on how synthetic division works, please see the source material.  Recall the first example, we had:

\polylongdiv{x^3+4x^2-5x-14}{x-2}

Let’s re-work our division problem using a synthetic division tableau to see how it greatly streamlines the division process.  To divide {x^3} + 4{x^2} - 5x - 14 by x - 2, we write 2 in the place of the divisor and the coefficients of {x^3} + 4{x^2} - 5x - 14 in for the dividend.  Then “bring down” the first coefficient of the dividend.

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\;&\;&\;&\;\\  \cline{2-5}  \;&\;&\;&\;&\;\end{array}

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&\;&\;&\;\\  \cline{2-5}  \;&1&\;&\;&\;\end{array}

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.

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&\;&\;\\  \cline{2-5}  \;&1&\;&\;&\;\end{array}

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&\;&\;\\  \cline{2-5}  \;&1&6&\;&\;\end{array}

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

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&12&\;\\  \cline{2-5}  \;&1&6&\;&\;\end{array}

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&12&\;\\  \cline{2-5}  \;&1&6&7&\;\end{array}

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

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&12&14\\  \cline{2-5}  \;&1&6&7&\;\end{array}

\begin{array}{lrrrr}  2|&1&4&-5&-14\\  \;&\downarrow&2&12&14\\  \cline{2-5}  \;&1&6&7&0\end{array}

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 {x^2} + 6x + 7.  The last number 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.

Examples Using Synthetic Division

a. Use synthetic division to divide 5x^3-2x^2+1 by x-3.

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

\begin{array}{lrrrr}  3|&5&-2&0&1\\  \;&\downarrow&15&39&117\\  \cline{2-5}  \;&5&13&39&118\end{array}

 

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)=5x^2+13x+39 and the remainder is r(x) = 118.  This means 5{x^3} - 2{x^2} + 1 = (x - 3)(5{x^2} + 13x + 39) + 118

We can also write the remainder as a fraction over the divisor:

\dfrac{5x^3-2x^2+1}{x-3}=5x^2+13x+39+\dfrac{118}{x-3}

It also means that x-3 is not a factor of 5x^3-2x^2+1.

b. Divide x^3+8 by x+2

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

\begin{array}{lrrrr}  -2|&1&0&0&8\\  \;&\downarrow&-2&4&-8\\  \cline{2-5}  \;&1&-2&4&0\end{array}

The quotient is x^2-2x+4 and the remainder is zero. Since the remainder is zero, x+2 is a factor of x^3+8.

{x^3} + 8 = (x + 2)\left( {{x^2} - 2x + 4} \right)

Try it Now 2

Divide 4{x^4} - 8{x^2} - 5x by x-3 using synthetic division.

Using this process allows us to find the real zeros of polynomials, presuming we can figure out at least one root.

Example Finding Roots, given 1

The polynomial p(x) = 4{x^4} - 4{x^3} - 11{x^2} + 12x - 3 has a horizontal intercept at x=\dfrac{1}{2} with multiplicity 2.  Find the other intercepts of p(x).

Since x=\dfrac{1}{2} is an intercept with multiplicity 2, then x-\dfrac{1}{2} is a factor twice.  Use synthetic division to divide by x-\dfrac{1}{2} twice.

\begin{array}{lrrrrr}  \frac{1}{2}|&4&-4&-11&12&-3\\  \;&\downarrow&2&-1&-6&3\\  \cline{2-6}  \;&4&-2&-12&6&0\end{array}

\begin{array}{lrrrr}  \frac{1}{2}|&4&-2&-12&6\\  \;&\downarrow&2&0&-6\\  \cline{2-5}  \;&4&0&-12&0\end{array}

From the first division, we get
4{x^4} - 4{x^3} - 11{x^2} + 12x - 3 = \left( {x - \frac{1}{2}} \right)\left( {4{x^3} - 2{x^2} -12x + 6} \right)

From the second division, we get
4{x^4} - 4{x^3} - 11{x^2} + 12x - 3 = \left( {x - \frac{1}{2}} \right)^2\left( {4{x^2} - 12} \right)

To find the remaining intercepts, we set
4x^2-12=0 and get x= \pm \sqrt{3}.

Note this also means
4{x^4} - 4{x^3} - 11{x^2} + 12x - 3 = 4\left( {x - \frac{1}{2}} \right)\left( {x - \frac{1}{2}} \right)\left( {x - \sqrt 3 } \right)\left( {x + \sqrt 3 } \right).

We could also think of this as
2\left(x-\frac{1}{2}\right) \cdot 2 \left(x-\frac{1}{2}\right) \left({x - \sqrt 3 } \right)\left( {x + \sqrt 3 } \right)=\left(2x-1}\right)^2 \left({x - \sqrt 3 } \right)\left( {x + \sqrt 3 } \right).

Try it Now Answers

1. \polylongdiv{2x^3-7x+3}{x+3}

We can write this division as:  2x^2-6x+11 -\dfrac{30}{x+3}

 

2. \begin{array}{lrrrrr}3|&4&0&-8&-5&0\\\;&\downarrow&12&36&84&237\\\cline{2-6}\;&4&12&28&79&237\end{array}

4{x^4} - 8{x^2} - 5x divided by x-3 is:

4{x^3} + 12{x^2} + 28x + 79 + \dfrac{237}{x-3}

 

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

College Algebra for the Managerial Sciences Copyright © by Terri Manthey is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book