2.3 Real Zeros of Polynomials

We now turn our attention to polynomial long division. Dividing two polynomials follows the same algorithm, in principle, as dividing two natural numbers so we review that process first. Suppose we wished to divide 2585 by 79. The standard division tableau is given below.

    \[ \begin{array}{cccccc} & & & & 3 & 2 \\ \hhline{~~|----} 7 & 9 \, \vline & \, 2 & 5 & 8 & 5 \\ & -& 2 & 3 & 7 & \downarrow \\ \hhline{~~---} & & & 2 & 1 & 5 \\ & & - & 1 & 5 & 8 \\ \hhline{~~~---} & & & & 5 & 7 \\ \end{array}\]

In this case, 79 is called the divisor, 2585 is called the dividend, 32 is called the quotient and 57 is called the remainder. We can check our answer by showing:

dividend = (divisor)(quotient) + remainder

or in this case, 2585 = (79)(32) + 57 \checkmark. We hope that the long division tableau evokes warm, fuzzy memories of your formative years as opposed to feelings of hopelessness and frustration. If you experience the latter, keep in mind that the Division Algorithm essentially is a two-step process, iterated over and over again. First, we guess the number of times the divisor goes into the dividend and then we subtract off our guess. We repeat those steps with what’s left over until what’s left over (the remainder) is less than what we started with (the divisor). That’s all there is to it!

The division algorithm for polynomials has the same basic two steps but when we subtract polynomials, we must take care to subtract like terms only. As a transition to polynomial division, let’s write out our previous division tableau in expanded form.

    \[ \begin{array}{cccccccccc} & & & & & & & 3 \cdot 10 & + & 2 \\ \hhline{~~~|-------} 7 \cdot 10 & + & 9 \, \vline& 2\cdot 10^3 & + & 5 \cdot 10^2 & + & 8 \cdot 10 & + & 5 \\ & & -& \left(2 \cdot 10^3 \right. & + & 3 \cdot 10^2 & + & \left. 7 \cdot 10 \right) & & \downarrow \\ \hhline{~~~-----~~} & & & & & 2 \cdot 10^2 & + & 1 \cdot 10 & + & 5 \\ & & & & - & \left(1 \cdot 10^2 \right. & + & 5 \cdot 10 & + &\left. 8 \right) \\ \hhline{~~~~~---~~} & & & & & & & 5 \cdot 10 & + & 7 \\ \end{array}\]

Written this way, we see that when we line up the digits we are really lining up the coefficients of the corresponding powers of 10 – much like how we’ll have to keep the powers of x lined up in the same columns. The big difference between polynomial division and the division of natural numbers is that the value of x is an unknown quantity. So unlike using the known value of 10, when we subtract there can be no regrouping of coefficients as in our previous example. (The subtraction 215 - 158 requires us to `regroup’ or `borrow’ from the tens digit, then the hundreds digit.) This actually makes polynomial division easier.[1] Before we dive into examples, we first state a theorem telling us when we can divide two polynomials, and what to expect when we do so.

Theorem 2.8  Polynomial Division

Suppose d(x) and p(x) are nonzero polynomial functions where the degree of p is greater than or equal to the degree of d. There exist two unique polynomial functions, q(x) and r(x), such that

    \[p(x) = d(x) \, q(x) + r(x),\,\]

where either r(x) = 0 or the degree of r is strictly less than the degree of d.

Essentially, Theorem 2.8 tells us that we can divide polynomials whenever the degree of the divisor is less than or equal to the degree of the dividend. We know we’re done with the division when the polynomial left over (the remainder) has a degree strictly less than the divisor. It’s time to walk through a few examples.

Example 2.3.1

Example 2.3.1.1

Perform the indicated division.

\left(x^3 + 4x^2 - 5x - 14\right) \div (x-2)

Check your answer by showing

    \[\text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder}\]

Solution:

Simplify \left(x^3 + 4x^2 - 5x - 14\right) \div (x-2).

o begin \left(x^3 + 4x^2 - 5x - 14\right) \div (x-2), we divide the first term in the dividend, namely x^3, by the first term in the divisor, namely x, and get \frac{x^3}{x} = x^2. This then becomes the first term in the quotient. We proceed as in regular long division at this point: we multiply the entire divisor, x-2, by this first term in the quotient to get x^{2}(x - 2) = x^3 - 2x^2. We then subtract this result from the dividend.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & & & & \\ \hhline{~~~|-------} x & - & 2 \, \vline& x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & -& \left(x^3 \right. & - & \left. 2x^2\right) & & \downarrow & & \\ \hhline{~~~---~~~~} & & & & & 6 x^2 & - & 5x & & \\ \end{array}\]

Now we `bring down’ the next term of the quotient, namely -5x, and repeat the process. We divide \frac{6x^2}{x} = 6x, and add this to the quotient polynomial, multiply it by the divisor (which yields 6x(x - 2) = 6x^{2} - 12x) and subtract.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & + & 6x & & \\ \hhline{~~~|-------} x & - & 2 \, \vline& x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & -& \left(x^3 \right. & - & \left. 2x^2\right) & & & & \downarrow \\ \hhline{~~~---~~~~} & & & & & 6 x^2 & - & 5x & & \downarrow \\ & & & & - & \left(6 x^2 \right. & - & \left. 12x \right) & & \downarrow \\ \hhline{~~~~~---~~} & & & & & & & 7x & - & 14 \\ \end{array}\]

Finally, we `bring down’ the last term of the dividend, namely -14, and repeat the process. We divide \frac{7x}{x} = 7, add this to the quotient, multiply it by the divisor (which yields 7(x - 2) = 7x - 14) and subtract.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & + & 6x & + & 7 \\ \hhline{~~~|-------} x & - & 2 \, \vline& x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & -& \left(x^3 \right. & - & \left. 2x^2\right) & & & & \\ \hhline{~~~---~~~~} & & & & & 6 x^2 & - & 5x & & \\ & & & & - & \left(6 x^2 \right. & - & \left. 12x \right) & & \\ \hhline{~~~~~---~~} & & & & & & & 7x & - & 14 \\ & & & & & & - & \left( 7x \right. & - & \left. 14 \right) \\ \hhline{~~~~~~~---} & & & & & & & & & 0 \end{array}\]

In this case, we get a quotient of x^2 + 6x + 7 with a remainder of 0.

To check our answer, we compute

    \[ \begin{array}{rcl} (x-2)\left(x^2 + 6x + 7\right) + 0 &=& x^3 + 6x^2 + 7x - 2x^2 - 12x -14\\ &=& x^3 + 4x^2 - 5x - 14 \, \checkmark \end{array}\]

Example 2.3.1.2

Perform the indicated division.

\left(2t + 7\right) \div \left(3t - 4\right)

Check your answer by showing

    \[\text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder}\]

Solution:

Simplify \left(2t + 7\right) \div \left(3t - 4\right).

To compute \left(2t + 7\right) \div \left(3t - 4\right), we start as before. We find \frac{2t}{3t} = \frac{2}{3}, so that becomes the first (and only) term in the quotient. We multiply the divisor (3t-4) by \frac{2}{3} and get 2t - \frac{8}{3}. We subtract this from the divided and get \frac{29}{3}.

    \[ \begin{array}{cccccc} & & & & & \dfrac{2}{3} \\ \hhline{~~~|---} 3t & - & 4 \, \vline& 2t & + & 7 \\ & & -& \left(2t\vphantom{\dfrac{8}{3}} \right. & - & \left. \dfrac{8}{3}\right) \\ \hhline{~~~---} & & & & & \dfrac{29}{3} \vphantom{\sqrt{\dfrac{7}{7}}} \\ \end{array}\]

Our answer is \frac{2}{3} with a remainder of \frac{29}{3}.

To check our answer, we compute

    \[ \begin{array}{rcl} (3t-4) \left(\frac{2}{3}\right) + \frac{29}{3} &=& 2t - \frac{8}{3} + \frac{29}{3} \\ &=& 2t + \frac{21}{3} \\ &=& 2t + 7 \, \checkmark \end{array}\]

Example 2.3.1.3

Perform the indicated division.

\left(6y^2 - 1 \right) \div \left(2y + 5\right)

Check your answer by showing

    \[\text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder}\]

Solution:

Simplify \left(6y^2 - 1 \right) \div \left(2y + 5\right).

When we set-up the tableau for \left(6y^2 - 1 \right) \div \left(2y + 5\right), we must first issue a `placeholder’ for the `missing’ y-term in the dividend, 6y^2 -1 = 6y^2 + 0y - 1. We then proceed as before. \frac{6y^2}{2y} = 3y, thus 3y is the first term in our quotient. We multiply (2y+5) times 3y and subtract it from the dividend. We bring down the -1, and repeat.

    \[ \begin{array}{cccccccc} & & & & & 3y & - & \dfrac{15}{2} \\ \hhline{~~~|-----} 2y& + & 5 \, \vline& 6y^2 & + & 0y & - & 1 \\ & & -& \left(6y^2 \right. & + & \left. 15y\right) & & \downarrow \\ \hhline{~~~---~~} & & & & & -15y & - & 1 \\ & & & & - & \left(-15y\vphantom{\dfrac{75}{2}} \right. & - & \left. \dfrac{75}{2} \right) \\ \hhline{~~~~~---} & & & & & & & \dfrac{73}{2} \vphantom{\sqrt{\dfrac{73}{2}}}\\ \end{array}\]

Our answer is 3y - \frac{15}{2} with a remainder of \frac{73}{2}.

To check our answer, we compute:

    \[ \begin{array}{rcl} (2y + 5)\left(3y - \dfrac{15}{2}\right) + \dfrac{73}{2} &=& 6y^2 - 15y + 15y - \dfrac{75}{2} + \dfrac{73}{2} \\ &=& 6y^2 - 1 \, \checkmark \end{array}\]

Example 2.3.1.4

Perform the indicated division.

\displaystyle{ \frac{w^3}{w^2 - \sqrt{2}}}

Check your answer by showing

    \[\text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder}\]

Solution:

Simplify \displaystyle{ \frac{w^3}{w^2 - \sqrt{2}}}.

For our last example, we need `placeholders’ for both the divisor w^2 - \sqrt{2} = w^2 + 0w -\sqrt{2} and the dividend w^3 = w^3 + 0w^2 + 0w + 0. The first term in the quotient is \frac{w^3}{w^2} = w, and when we multiply and subtract this from the dividend, we’re left with just 0w^2 + w\sqrt{2} + 0 = w\sqrt{2}.

    \[ \begin{array}{cccccccccccc} & & & & & & & & & w & & \\ \hhline{~~~~~|-------} w^2 & + & 0w & - & \sqrt{2} \, \vline & w^3 & + & 0w^2 & + & 0w & + & 0 \\ & & & & -&\left(w^3\vphantom{w\sqrt{2}} \right. & + & 0w^2 & - & \left. w\sqrt{2} \right) & & \downarrow \\ \hhline{~~~~~-----~~} & & & & & & & 0w^2 & + & w\sqrt{2} & + & 0\\ \end{array}\]

The degree of w\sqrt{2} (which is 1) is less than the degree of the divisor (which is 2), therefore we are done.[2]

Our answer is w with a remainder of w \sqrt{2}.

To check, we compute:

    \[ \begin{array}{rcl} \left(w^2 - \sqrt{2}\right)w + w\sqrt{2} &=& w^3 - w\sqrt{2} + w\sqrt{2} \\ &=& w^3 \, \checkmark \end{array}\]

As you may recall, all of the polynomials in Theorem 2.8 have special names. The polynomial p is called the dividend; d is the divisor; q is the quotient; r is the remainder. If r(x)=0 then d is called a factor of p. The word `unique’ here is critical in that it guarantees there is only one quotient and remainder for each division problem.[3] The proof of Theorem 2.8 is usually relegated to a course in Abstract Algebra, but we can still use the result to establish two important facts which are the basis of the rest of the section.

Theorem 2.9  The Remainder Theorem

Suppose p is a polynomial function of degree at least 1 and c is a real number. When p(x) is divided by x-c the remainder is p(c). Said differently, there is a polynomial function q(x) such that:

    \[ p(x) = (x-c) q(x) + p(c)\]

The proof of Theorem 2.9 is a direct consequence of Theorem 2.8. Due to the fact that x-c has degree 1, when a polynomial function is divided by x-c, the remainder is either 0 or degree 0 (i.e., a nonzero constant.) In either case, p(x) = (x-c) \, q(x) + r, where r, the remainder, is a real number, possibly 0. It follows that p(c) = (c-c) \, q(c) + r = 0 \cdot q(c) + r = r, so we get r = p(c) as required. There is one last `low hanging fruit’ to collect which we present below.

Theorem 2.10  The Factor Theorem

Suppose p is a nonzero polynomial function. The real number c is a zero of p if and only if (x-c) is a factor of p(x).

Once again, we see the phrase `if and only if’ which means there are really two things being said in The Factor Theorem: if (x-c) is a factor of p(x), then c is a zero of p and the only way c is a zero of p is if (x-c) is a factor of p(x). We argue the Factor Theorem as follows: if (x-c) is a factor of p(x), then p(x) = (x-c) \, q(x) for some polynomial q. Hence, p(c) = (c-c) \, q(c) = 0, so c is a zero of p. Conversely, suppose c is a zero of p, so p(c) = 0. The Remainder Theorem tells us p(x) = (x-c)q(x) + p(c) = (x-c)q(x) + 0 = (x-c)q(x). Hence, (x-c) is a factor of p(x).

We have enough theory to explain why the concept of multiplicity (Definition 2.9) is well-defined. If c is a zero of p, then The Factor Theorem tells us there is a polynomial function q_{1} so that p(x) = (x-c)q_{1}(x). If q_{1}(c) = 0, then we apply the Factor Theorem to q_{1} and find a polynomial q_{2} so that q_{1}(x) = (x-c) q_{2}(x). Hence, we have

    \[p(x) = (x-c) q_{1}(x) = (x-c) (x-c) q_{2}(x) = (x-c)^2 q_{2}(x).\]

We now `rinse and repeat’ this process. The degree of p is a finite number, so this process has to end at some point. That is we arrive at a factorization p(x) = (x-c)^m q(x) where q(c) \neq 0. Suppose we arrive at a different factorization of p using other methods. That is, we find p(x) = (x-c)^k Q(x), where Q is a polynomial function with Q(c) \neq 0. Then we have (x-c)^m q(x) = (x-c)^k Q(x). If m \neq k, then either m<k or m>k. Assuming the former, then we may divide both sides by (x-c)^{m} to get: q(x) = (x-c)^{k-m} Q(x). Because k>m, k-m>0 and we would have q(c) = (c-c)^{k-m} Q(c) = 0, a contradiction as we are assuming q(c) \neq 0. The assumption that m>k likewise ends in a contradiction. Therefore, we have m = k, so p(x) = (x-c)^m q(x) = (x-c)^m Q(x). By the uniqueness guaranteed in Theorem 2.8, we must have that q(x) = Q(x). Hence, we have shown the number m, as well as the quotient polynomial q(x) are unique. The process outlined above, in which we coax out factors of p(x) one at a time until we have all of them serves as a template for our work to come.

Of the things The Factor Theorem tells us, the most pragmatic is that we had better find a more efficient way to divide polynomial functions by quantities of the form x-c. Fortunately, people like Ruffini and Horner have already blazed this trail. Let’s take a closer look at the long division we performed at the beginning of the section and try to streamline it. First off, let’s change all of the subtractions into additions by distributing through the -1s.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & + & 6x & + & 7 \\ \hhline{~~~|-------} x & - & 2 \, \vline& x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & & -x^3 & + & 2x^2 & & & & \\ \hhline{~~~---~~~~} & & & & & 6 x^2 & - & 5x & & \\ & & & & &-6 x^2 & + & 12x & & \\ \hhline{~~~~~---~~} & & & & & & & 7x & - & 14 \\ & & & & & & & - 7x & + & 14 \\ \hhline{~~~~~~~---} & & & & & & & & & 0 \end{array}\]

Next, observe that the terms -x^3, -6x^2 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.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & + & 6x & + & 7 \\ \hhline{~~~|-------} x & - & 2 \, \vline& \, \, x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & & & & 2x^2 & & & & \\ \hhline{~~~---~~~~} & & & & & 6 x^2 & & & & \\ & & & & & & & 12x & & \\ \hhline{~~~~~---~~} & & & & & & & 7x & & \\ & & & & & & & & & 14 \\ \hhline{~~~~~~~---} & & & & & & & & & 0 \end{array}\]

Let’s move terms up a bit and copy the x^3 into the last row.

    \[ \begin{array}{cccccccccc} & & & & & x^2 & + & 6x & + & 7 \\ \hhline{~~~|-------} x & - & 2 \, \vline& \, \, x^3 & + & 4x^2 & - & 5x & - & 14 \\ & & & & & 2x^2 & & 12x & & 14 \\ \hhline{~~~-------} & & & x^3 & & 6 x^2 & & 7x & &0 \\ \end{array}\]

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.

2.3.1 Section Exercises

In Exercises 1 – 12, perform the indicated division. Check your answer by showing

    \[\text{dividend} = (\text{divisor})( \text{quotient}) + \text{remainder}\]

  1. (5x^2 - 3x + 1) \div (x + 1)
  2. (3y^2 + 6y - 7) \div (y-3)
  3. (6w - 3) \div (2w+5)
  4. (2x+1) \div (3x-4)
  5. (t^2 - 4) \div (2t + 1)
  6. (w^3 - 8) \div (5w-10)
  7. (2x^2 - x + 1) \div (3x^2 + 1)
  8. (4y^4+3y^2+1) \div (2y^2-y+1)
  9. w^4 \div (w^3 - 2)
  10. (5t^3 - t + 1) \div (t^2 + 4)
  11. (t^3 - 4) \div (t - \sqrt[3]{4})
  12. (x^2-2x-1) \div (x-[1-\sqrt{2}])

In Exercises 13 – 26, use long division to perform the following polynomial divisions. Identify the quotient and remainder. Write the dividend, quotient and remainder in the form given in Theorem 2.8.

  1. \left(3x^2-2x+1 \right) \div \left(x-1\right)
  2. \left(x^2-5 \right) \div \left(x-5\right)
  3. \left(3-4t-2t^2 \right) \div \left(t+1\right)
  4. \left(4t^2-5t +3\right) \div \left(t+3\right)
  5. \left(z^3 + 8 \right) \div \left(z+2\right)
  6. \left(4z^3 +2z-3 \right) \div \left(z -3\right)
  7. \left(18x^2-15x-25\right) \div \left(x - \frac{5}{3} \right)
  8. \left(4x^2-1 \right) \div \left(x - \frac{1}{2} \right)
  9. \left(2t^3+t^2+2t+1 \right) \div \left(t + \frac{1}{2} \right)
  10. \left(3t^3 - t + 4 \right) \div \left(t - \frac{2}{3} \right)
  11. \left(2z^3 - 3z +1 \right) \div \left(z - \frac{1}{2} \right)
  12. \left(4z^4-12z^3+13z^2 -12z+9\right) \div \left(z - \frac{3}{2} \right)
  13. \left(x^4-6x^2+9 \right) \div \left(x -\sqrt{3} \right)
  14. \left(x^6-6x^4+12x^2-8\right) \div \left(x +\sqrt{2} \right)

In Exercises 27 – 36, you are given a polynomial function and one of its zeros. Use long division to compute the quotient, then factor the quotient to determine the remaining real zeros, if possible.

  1. x^{3} - 6x^{2} + 11x - 6, \;\; c = 1
  2. x^{3} - 24x^{2} + 192x - 512, \;\; c = 8
  3. 3t^{3} + 4t^{2} - t - 2, \;\; c = \frac{2}{3}
  4. 2t^3-3t^2-11t+6, \;\; c=\frac{1}{2}
  5. z^3+2z^2-3z-6, \;\; c = -2
  6. 2z^3-z^2-10z+5, \;\; c=\frac{1}{2}
  7. 4x^{4} - 28x^{3} + 61x^{2} - 42x + 9, c = \frac{1}{2} is a zero of multiplicity 2
  8. t^5+2t^4-12t^3-38t^2-37t-12, c=-1 is a zero of multiplicity 3
  9. 125z^{5} - 275z^{4} - 2265z^{3} - 3213z^{2} - 1728z - 324, c = -\frac{3}{5} is a zero of multiplicity 3
  10. x^{2} - 2x - 2, \;\; c = 1 - \sqrt{3}

 

Section 2.3 Exercise Answers can be found in the Appendix … Coming soon


  1. In our opinion - you can judge for yourself.
  2. Because \frac{0w^2}{w^2} = 0, we could proceed, write our quotient as w+0, and move on\ldots but even pedants have limits.
  3. Hence the use of the definite article `the' when speaking of the quotient and the remainder.

License

Share This Book