Precalculus by Richard Wright

Previous Lesson Table of Contents Next Lesson

Are you not my student and
has this helped you?

This book is available
to download as an epub.


Anger is cruel and fury overwhelming, but who can stand before jealousy? Proverbs 27:4 NIV

2-05 Rational Zeros of Polynomial Functions

Mr. Wright teaches the lesson.

Summary: In this section, you will:

SDA NAD Content Standards (2018): PC.6.2, PC.6.4

stepping stones
(pixabay/kimdaejeung)

A landscape company is going to put some decorative rectangular prism-shaped stepping stones to make a path across a creek. Each stone will use 648 cubic inches of cement because that is convenient based on their cement supply. They decided that having the width six inches greater than the length is a pleasing proportion, and that the height should be one fourth the width for strength. What should be the dimensions of the stepping stone?

This problem can be solved by writing a cubic function and solving a cubic equation for the volume of the stepping stone. This lesson highlights a variety of tools for writing polynomial functions and solving polynomial equations.

Evaluate a Polynomial Using the Remainder Theorem

The Remainder Theorem provides a convenient way to evaluate polynomials based on division. A polynomial may be evaluated at f(k) by dividing it by xk. Synthetic division makes the process quick. Here is the proof of the theorem.

Remember that 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)

Let the divisor be d(x) = xk. Then the Division Algorithm becomes

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

Since the divisor xk is linear, the remainder will be a constant, r. And, if x = k, then

f(k) = (kk)q(k) + r

= 0 · q(k) + r

= r

In other words, f(k) is the remainder obtained by dividing f(x) by xk.

The Remainder Theorem

If a polynomial f(x) is divided by xk, then the remainder is the value f(k).

Evaluate f(x) at x = k using the Remainder Theorem.
  1. Use synthetic division to divide the polynomial by xk.
  2. The remainder is the value f(k).

Use the Remainder Theorem to Evaluate a Polynomial

Use the Remainder Theorem to evaluate f(x) = x4 − 2x3 − 3x2 + x − 11 at x = 3.

Solution

To use the Remainder Theorem, use synthetic division to divide the polynomial by x − 3.

$$ \begin{array}{rrrrrr} \underline{3}| & 1 & -2 & -3 & 1 & -11 \\ & & 3 & 3 & 0 & 3\\ \hline & 1 & 1 & 0 & 1 & |\underline{-8} \end{array} $$

The remainder is −8. Therefore, f(3) = −8.

Analysis

It is possible to check the answer by evaluating f(3).

f(x) = x4 − 2x3 − 3x2 + x − 11

f(3) = (3)4 − 2(3)3 − 3(3)2 + (3) − 11

= −8

Use the Remainder Theorem to evaluate f(x) = 3x5x4 − 2x3 + x2 + 3 at x = −1.

Solution

f(−1) = 2

Use the Factor Theorem to Solve a Polynomial Equation

The Factor Theorem tells how the zeros of a polynomial are related to the factors. Remember that the Division Algorithm tells us

f(x) = (xk)q(x) + r.

If k is a zero, then the remainder, r, is f(k) = 0 and f(x) = (xk)q(x) + 0 or f(x) = (xk)q(x).

Notice, written in this form, xk is a factor of f(x). So, if k is a zero of f(x), then xk is a factor of f(x).

Similarly, if xk is a factor of f(x), then the remainder of the Division Algorithm f(x) = (xk)q(x) + r is 0. This tells that k is a zero.

This pair of statements is the Factor Theorem. It turns out that a polynomial of degree n in the complex number system will have n zeros. The Factor Theorem can be used to completely factor a polynomial into the product of n factors. Once the polynomial has been completely factored, its zeros can easily be found using the Zero Product Property.

The Factor Theorem

According to the Factor Theorem, k is a zero of f(x) if and only if (xk) is a factor of f(x).

Use the Factor Theorem to Factor a Polynomial given a Factor
  1. Use synthetic division to divide the polynomial by the given factor, (xk).
  2. Confirm that the remainder is 0.
  3. If the quotient is NOT a quadratic, repeat steps 1 and 2 with another factor using the quotient as the polynomial.
  4. If the quotient IS a quadratic, factor the quadratic quotient if possible.
  5. Write the polynomial as the product of factors.

Use the Factor Theorem to Solve a Polynomial Equation

Show that (x + 1) is a factor of x3 + 2x2 − 5x − 6. Find the remaining factors. Use the factors to determine the zeros of the polynomial.

Solution

Use synthetic division to show that (x + 1) is a factor of the polynomial.

$$ \begin{array}{rrrrr} \underline{-1}| & 1 & 2 & -5 & -6 \\ & & -1 & -1 & 6 \\ \hline & 1 & 1 & -6 & |\underline{\phantom{0}0} \end{array} $$

The remainder is zero, so (x + 1) is a factor of the polynomial. The quotient is x2 + x − 6 which is a quadratic. Factor that quadratic.

x2 + x − 6 = (x − 2)(x + 3)

Now write all the factors of the the polynomial as

(x + 1)(x − 2)(x + 3)

The Factor Theorem says that if xk is a factor then k is a zero of the polynomial. Thus, the zeros of x3 + 2x2 − 5x − 6 are –1, 2, and −3.

Use the Factor Theorem to find the zeros of f(x) = x3 − 5x2 − 10x + 24 given that (x − 4) is a factor of the polynomial.

Answer

The zeros are −2, 3, and 4.

Use the Rational Zero Theorem to Find Rational Zeros

Another use for the Remainder Theorem is to test whether a rational number is a zero for a given polynomial. But first there needs to be a group of rational numbers to test. There are an infinite number of possible zeros to choose from. It would be nice to have fewer numbers to choose from. The Rational Zero Theorem narrows down the number of possible rational zeros using the ratio of the factors of the constant term and factors of the leading coefficient of the polynomial.

Think about a quadratic function with two zeros, \(x = \frac{2}{3}\) and \(x = \frac{4}{5}\). The Factor Theorem indicates that if a zero is k, then a factor is (xk). If k is a fraction, then the factor can be found by setting x = k.

$$ x = \frac{2}{3}; x = \frac{4}{5} $$

Subtract to make these equal zero.

$$ x - \frac{2}{3} = 0; x - \frac{4}{5} = 0 $$

Multiply by the denominators to get rid of the fraction.

$$ 3x - 2 = 0; 5x - 4 = 0 $$

Multiply these together to make the quadratic function.

$$ \left(3x - 2\right)\left(5x - 4\right) $$

Multiply these together.

$$ 15x^2 - 22x + 8 $$

Notice that the leading coefficient and constant term can be factored.

$$ (3·5)x^2 - 22x + (2·4) $$

The zeros are made of ratios of the factors of the constant term to the factors of the leading coefficient: \(\frac{2}{3}\) and \(\frac{4}{5}\). This is true of all polynomials and is called the Rational Zero Theorem.

The Rational Zero Theorem

If the polynomial \(f(x) = a_{n}x^n + a_{n-1}x^{n-1} + \cdots + a_{1}x + a_0\) has integer coefficients, then every rational zero f(x) has the form of \(\frac{p}{q}\) where p is a factor of the constant term a0 and q is a factor of the leading coefficient an.

When the leading coefficient is 1, the possible rational zeros are the factors of the constant term.

Use the Rational Zero Theorem to find Rational Zeros of a Polynomial Function.
  1. List all factors of the constant term and all factors of the leading coefficient.
  2. List all possible values of \(\frac{p}{q}\) where p is a factor of the constant term and q is a factor of the leading coefficient. Be sure to include both positive and negative numbers.
  3. Determine which of the possible zeros are actual zeros by using synthetic division. A graph can be used to choose the possible zero by looking for the x-intercepts.
  4. After the first zero is found, use the quotient, or depressed polynomial, to find the next zero.
  5. Repeat until the depressed polynomial is quadratic, then factor or use the quadratic formula to find the last two zeros.

The quotient that results from dividing a polynomial by a factor is called a depressed polynomial because it is one degree less than the original polynomial.

List All Possible Rational Zeros

List all possible rational zeros of f(x) = 2x4 + 3x3 − 5x2 − 4.

Solution

The only possible rational zeros of f(x) are the ratios of the factors of the last term, –4, and the factors of the leading coefficient, 2.

Find the p's which are factors of the constant term, −4.

p = ±1, ±2, ±4.

Find the q's which are factors of the leading coefficient, 2.

q = ±1, ±2.

The rational zeros are the ratios of p to q.

$$ \frac{p}{q} = ±\frac{1}{1}, ±\frac{1}{2}, ±\frac{2}{1}, ±\frac{2}{2}, ±\frac{4}{1}, ±\frac{4}{2} $$

Notice that \(\frac{1}{1} = 1\) and \(\frac{4}{2} = 2\), which have already been listed. So the list can be shortened.

$$ \frac{p}{q} = ±1, ±\frac{1}{2}, ±2, ±4 $$

Use the Rational Zero Theorem to Find Rational Zeros

Use the Rational Zero Theorem to find the rational zeros of f(x) = 4x3 + 8x2 − 31x + 4.

Solution

The Rational Zero Theorem say that the only possible rational zeros of f(x) are the ratios of the factors of the last term, 4, and the factors of the leading coefficient, 4.

Find the p's which are factors of the constant term, 4.

p = ±1, ±2, ±4.

Find the q's which are factors of the leading coefficient, 4.

q = ±1, ±2, ±4.

The rational zeros are the ratios of p to q.

$$ \frac{p}{q} = ±\frac{1}{1}, ±\frac{1}{2}, ±\frac{1}{4}, ±\frac{2}{1}, ±\frac{2}{2}, ±\frac{2}{4}, ±\frac{4}{1}, ±\frac{4}{2}, ±\frac{4}{4} $$

Simplifying and removing duplicates shortens the list to

$$ \frac{p}{q} = ±1, ±\frac{1}{2}, ±\frac{1}{4}, ±2, ±4 $$

f(x)
f(x) = 4x3 + 8x2 − 31x + 4

Choose one of the possible rational zeros to test. The graph in figure 2 indicates that −4 would be a good choice because that is a x-intercept and x-intercepts are zeros. Start with x = −4.

$$ \begin{array}{rrrrr} \underline{-4}| & 4 & 8 & -31 & 4 \\ & & -16 & 32 & -4 \\ \hline & 4 & -8 & 1 & |\underline{\phantom{0}0} \end{array} $$

The original function was degree 3. After dividing, the depressed polynomial is degree 2. The depressed polynomial is 4x2 − 8x + 1. Since this is quadratic, factor or use the quadratic formula to find the last two zeros. In this case, the quadratic does not factor, so use the quadratic formula.

$$ x = \frac{-b±\sqrt{b^2 - 4ac}}{2a} $$

$$ x = \frac{8 ± \sqrt{(-8)^2 - 4(4)(1)}}{2(4)} $$

$$ x = \frac{8 ± 4\sqrt{3}}{8} $$

$$ x = \frac{2 ± \sqrt{3}}{2} $$

The zeros are −4, \(\frac{2 + \sqrt{3}}{2}\), and \(\frac{2 - \sqrt{3}}{2}\). Notice the last two zeros are irrational, so the only rational zero is −4.

Use the Rational Zero Theorem to find the rational zeros of f(x) = x3 + 4x2 − 11x − 30.

Answer

−5, −2, 3

Lesson Summary

The Remainder Theorem

If a polynomial f(x) is divided by xk, then the remainder is the value f(k).


Evaluate f(x) at x = k using the Remainder Theorem.
  1. Use synthetic division to divide the polynomial by xk.
  2. The remainder is the value f(k).

The Factor Theorem

According to the Factor Theorem, k is a zero of f(x) if and only if (xk) is a factor of f(x).


Use the Factor Theorem to Factor a Polynomial given a Factor
  1. Use synthetic division to divide the polynomial by the given factor, (xk).
  2. Confirm that the remainder is 0.
  3. If the quotient is NOT a quadratic, repeat steps 1 and 2 with another factor using the quotient as the polynomial.
  4. If the quotient IS a quadratic, factor the quadratic quotient if possible.
  5. Write the polynomial as the product of factors.

The Rational Zero Theorem

If the polynomial \(f(x) = a_{n}x^n + a_{n-1}x^{n-1} + \cdots + a_{1}x + a_0\) has integer coefficients, then every rational zero f(x) has the form of \(\frac{p}{q}\) where p is a factor of the constant term a0 and q is a factor of the leading coefficient an.

When the leading coefficient is 1, the possible rational zeros are the factors of the constant term.


Use the Rational Zero Theorem to find Rational Zeros of a Polynomial Function.
  1. List all factors of the constant term and all factors of the leading coefficient.
  2. List all possible values of \(\frac{p}{q}\) where p is a factor of the constant term and q is a factor of the leading coefficient. Be sure to include both positive and negative numbers.
  3. Determine which of the possible zeros are actual zeros by using synthetic division. A graph can be used to choose the possible zero by looking for the x-intercepts.
  4. After the first zero is found, use the quotient, or depressed polynomial, to find the next zero.
  5. Repeat until the depressed polynomial is quadratic, then factor or use the quadratic formula to find the last two zeros.

Helpful videos about this lesson.

Practice Exercises

  1. What is the difference between rational zeros and real zeros?
  2. Use the Remainder Theorem to find the remainder.
  3. (2x3 + 5x2 − 2x + 6) ÷ (x − 2)
  4. (x4 + x + 1) ÷ (x + 3)
  5. Use the Factor Theorem to find all real zeros for the given polynomial function and one factor.
  6. f(x) = x3 - 4x2 + x + 6; x − 3
  7. f(x) = 2x3 − 7x2 − 5x + 4; x + 1
  8. f(x) = x3 + 2x2 − 3x − 6; x + 2
  9. f(x) = 2x3 + x2 − 12x + 9; x + 3
  10. f(x) = 6x3 + 25x2 + 21x − 10; 2x + 5
  11. List all possible rational zeros for the functions.
  12. f(x) = 2x3 − 10x2 − 2x + 7
  13. f(x) = 8x4 − 5x2 − 1x + 4
  14. Problem Solving
  15. Find the dimensions of the box where the length is four inches greater than the width. The height is three times the width. The volume is 675 cubic inches.
  16. Mixed Review
  17. (2-04) Using synthetic division, decide if the first expression is a factor of the second: (x + 3), (2x3 + 7x2 + 4x + 3).
  18. (2-04) Divide using long division: (2x3 + 7x2 + 4x + 3) ÷ (x + 3).
  19. (2-03) Find the zeros and multiplicity of each zero for h(x) = x4 − 6x3 + 9x2.
  20. (2-02) Find the minimum of x2 − 4x + 6.
  21. (2-01) Simplify \(\frac{2+\sqrt{-27}}{1-\sqrt{-9}}\).
  22. (1-10) Find the equation of the best-fitting line for the following table:
    x 1 3 5 7
    y 1.5 0.5 −0.5 −1.5
  23. (1-05) Find the zeros of f(x) = −3x + 6.
  24. (1-04) Given the function g(x) = 2x2, evaluate \(\frac{g(x+h)-g(x)}{h}\).
  25. (1-03) Find the equation of the line perpendicular to y = −3x and passing through the point (2, 4).

Answers

  1. Rational zeros can be written as fractions, but real zeros include irrational numbers which cannot be written as fractions.
  2. 38
  3. 79
  4. −1, 2, 3
  5. −1, \(\frac{1}{2}\), 4
  6. −2, \(-\sqrt{3}\), \(\sqrt{3}\)
  7. −3, 1 \(\frac{3}{2}\)
  8. \(-\frac{5}{2}\), −2, \(\frac{1}{3}\)
  9. \(±1, ±\frac{1}{2}, ±7, ±\frac{7}{2}\)
  10. \(±1, ±\frac{1}{2}, ±\frac{1}{4}, ±\frac{1}{8}, ±2, ±4\)
  11. 9 × 5 × 15 inches
  12. Yes
  13. 2x2 + x + 1
  14. 0 with multiplicity 2, 3 with multiplicity 2
  15. (2, 2)
  16. \(\frac{2-9\sqrt{3}}{10}+\frac{6+3\sqrt{3}}{10}i\)
  17. y = −0.5x + 2
  18. 2
  19. 4x + 2h
  20. \(y = \frac{1}{3}x + \frac{10}{3}\)