Source codeVideos

Command Palette

Search for a command to run...

Polynomial

Rational Zero Theorem

Finding Rational Roots of Polynomials

After learning about the Factor Theorem, we know that finding a factor (xc)(x-c) is the same as finding a zero (root) cc of the polynomial P(x)P(x). But how do we find the value of cc, especially if the polynomial has a high degree?

Trying out all numbers is certainly not efficient. This is where the Rational Zero Theorem (or Rational Root Theorem) comes into play. This theorem helps us narrow down the list of possible rational roots of a polynomial.

Rational Zero Theorem

Let P(x)=anxn+an1xn1++a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0 be a polynomial where all coefficients (an,an1,,a1,a0a_n, a_{n-1}, \dots, a_1, a_0) are integers, with an0a_n \neq 0 and a00a_0 \neq 0.

If the polynomial P(x)P(x) has a rational zero (root) of the form pq\frac{p}{q} (where pp and qq are integers, q0q \neq 0, and pq\frac{p}{q} is a fraction in simplest form), then:

  • pp must be a factor of the constant term a0a_0.
  • qq must be a factor of the leading coefficient ana_n.

This theorem only provides a list of possible rational roots. Not all values of pq\frac{p}{q} from the list are necessarily actual roots of the polynomial. We still need to test them.

Steps for Using the Rational Zero Theorem

Here are the steps to find rational roots using this theorem, often combined with the Factor Theorem:

  1. Identify Coefficients: Ensure all coefficients (an,,a0a_n, \dots, a_0) are integers. Identify the constant term a0a_0 and the leading coefficient ana_n.
  2. List Factors of pp: List all integer factors (positive and negative) of the constant term a0a_0.
  3. List Factors of qq: List all integer factors (positive and negative) of the leading coefficient ana_n.
  4. List Possible Roots pq\frac{p}{q}: List all possible values of pq\frac{p}{q} by dividing each factor pp by each factor qq. Simplify the fractions and remove duplicates.
  5. Test Possible Roots: Test each value pq\frac{p}{q} from the list by substituting it into P(x)P(x) (using the Remainder Theorem) or using Horner's method. If the result is P(pq)=0P(\frac{p}{q}) = 0, then pq\frac{p}{q} is a rational root, and (xpq)(x - \frac{p}{q}) (or the form (qxp)(qx - p)) is a factor (Factor Theorem).
  6. Factor Further: After finding one rational root cc, use the quotient from Horner's method to find the remaining roots from the lower-degree polynomial.

Using the Factor Theorem and Rational Zero Theorem

Factor the polynomial P(x)=x3+2x29x18P(x) = x^3 + 2x^2 - 9x - 18 completely.

  1. Identify Coefficients:

    The coefficients are integers. a0=18a_0 = -18 and an=1a_n = 1.

  2. Factors of pp (from a0=18a_0 = -18):

    ±1,±2,±3,±6,±9,±18\pm 1, \pm 2, \pm 3, \pm 6, \pm 9, \pm 18
  3. Factors of qq (from an=1a_n = 1):

    ±1\pm 1
  4. Possible Roots pq\frac{p}{q}:

    Dividing all pp by q=±1q = \pm 1 yields:

    ±1,±2,±3,±6,±9,±18\pm 1, \pm 2, \pm 3, \pm 6, \pm 9, \pm 18
  5. Test Possible Roots: Let's test some values from the list.

    • Try x=1x = 1:

      P(1)=1+2918=240P(1) = 1 + 2 - 9 - 18 = -24 \neq 0
    • Try x=1x = -1:

      P(1)=1+2+918=80P(-1) = -1 + 2 + 9 - 18 = -8 \neq 0
    • Try x=2x = 2:

      P(2)=8+81818=200P(2) = 8 + 8 - 18 - 18 = -20 \neq 0
    • Try x=2x = -2:

      P(2)=8+8+1818=0P(-2) = -8 + 8 + 18 - 18 = 0
      .

      Success! So, x=2x = -2 is a root, and (x+2)(x+2) is a factor.

    • Alternatively, try x=3x = 3:

      P(3)=(3)3+2(3)29(3)18=27+182718=0P(3) = (3)^3 + 2(3)^2 - 9(3) - 18 = 27 + 18 - 27 - 18 = 0

      Success! So, x=3x = 3 is a root, and (x3)(x-3) is a factor.

  6. Factor Further (using the root x=3x = 3):

    Divide P(x)P(x) by (x3)(x-3) using Horner's (c=3c = 3).

    312918315181560 \begin{array}{c|cccc} 3 & 1 & 2 & -9 & -18 \\ & & 3 & 15 & 18 \\ \hline & 1 & 5 & 6 & \boxed{0} \\ \end{array}

    The quotient is H(x)=x2+5x+6H(x) = x^2 + 5x + 6.

    Thus, P(x)=(x3)(x2+5x+6)P(x) = (x-3)(x^2 + 5x + 6).

  7. Factor the Quotient:

    Factor x2+5x+6x^2 + 5x + 6.

    x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x+2)(x+3)
  8. Complete Factorization:

    P(x)=(x3)(x+2)(x+3)P(x) = (x-3)(x+2)(x+3)

Exercise

Factor P(x)=2x33x212x+20P(x) = 2x^3 - 3x^2 - 12x + 20 completely using the Rational Zero Theorem and the Factor Theorem.

Answer Key

  1. Identify Coefficients: a0=20a_0 = 20, an=2a_n = 2.

  2. Factors of pp (from 20): ±1,±2,±4,±5,±10,±20\pm 1, \pm 2, \pm 4, \pm 5, \pm 10, \pm 20.

  3. Factors of qq (from 2): ±1,±2\pm 1, \pm 2.

  4. Possible Roots pq\frac{p}{q}: ±1,±2,±4,±5,±10,±20,±1/2,±5/2\pm 1, \pm 2, \pm 4, \pm 5, \pm 10, \pm 20, \pm 1/2, \pm 5/2.

  5. Test Roots:

    Try x=2x = 2.

    P(2)=2(2)33(2)212(2)+20P(2) = 2(2)^3 - 3(2)^2 - 12(2) + 20
    P(2)=2(8)3(4)24+20P(2) = 2(8) - 3(4) - 24 + 20
    P(2)=161224+20P(2) = 16 - 12 - 24 + 20
    P(2)=44=0P(2) = 4 - 4 = 0

    Since P(2)=0P(2)=0, x=2x=2 is a root and (x2)(x-2) is a factor.

  6. Divide using Horner (c=2c = 2):

    2231220422021100 \begin{array}{c|cccc} 2 & 2 & -3 & -12 & 20 \\ & & 4 & 2 & -20 \\ \hline & 2 & 1 & -10 & \boxed{0} \\ \end{array}

    The quotient is H(x)=2x2+x10H(x) = 2x^2 + x - 10.

    P(x)=(x2)(2x2+x10)P(x) = (x-2)(2x^2 + x - 10).

  7. Factor the Quotient:

    Factor 2x2+x102x^2 + x - 10.

    2x2+x10=(2x+5)(x2)2x^2 + x - 10 = (2x+5)(x-2)
  8. Complete Factorization:

    P(x)=(x2)(2x+5)(x2)P(x) = (x-2)(2x+5)(x-2)
    P(x)=(x2)2(2x+5)P(x) = (x-2)^2 (2x+5)