• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

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 (x−c)(x-c)(x−c) is the same as finding a zero (root) ccc of the polynomial P(x)P(x)P(x). But how do we find the value of ccc, 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+an−1xn−1+⋯+a1x+a0P(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0P(x)=an​xn+an−1​xn−1+⋯+a1​x+a0​ be a polynomial where all coefficients (an,an−1,…,a1,a0a_n, a_{n-1}, \dots, a_1, a_0an​,an−1​,…,a1​,a0​) are integers, with an≠0a_n \neq 0an​=0 and a0≠0a_0 \neq 0a0​=0.

If the polynomial P(x)P(x)P(x) has a rational zero (root) of the form pq\frac{p}{q}qp​ (where ppp and qqq are integers, q≠0q \neq 0q=0, and pq\frac{p}{q}qp​ is a fraction in simplest form), then:

  • ppp must be a factor of the constant term a0a_0a0​.
  • qqq must be a factor of the leading coefficient ana_nan​.

This theorem only provides a list of possible rational roots. Not all values of pq\frac{p}{q}qp​ 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_0an​,…,a0​) are integers. Identify the constant term a0a_0a0​ and the leading coefficient ana_nan​.
  2. List Factors of ppp: List all integer factors (positive and negative) of the constant term a0a_0a0​.
  3. List Factors of qqq: List all integer factors (positive and negative) of the leading coefficient ana_nan​.
  4. List Possible Roots pq\frac{p}{q}qp​: List all possible values of pq\frac{p}{q}qp​ by dividing each factor ppp by each factor qqq. Simplify the fractions and remove duplicates.
  5. Test Possible Roots: Test each value pq\frac{p}{q}qp​ from the list by substituting it into P(x)P(x)P(x) (using the Remainder Theorem) or using Horner's method. If the result is P(pq)=0P(\frac{p}{q}) = 0P(qp​)=0, then pq\frac{p}{q}qp​ is a rational root, and (x−pq)(x - \frac{p}{q})(x−qp​) (or the form (qx−p)(qx - p)(qx−p)) is a factor (Factor Theorem).
  6. Factor Further: After finding one rational root ccc, 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+2x2−9x−18P(x) = x^3 + 2x^2 - 9x - 18P(x)=x3+2x2−9x−18 completely.

  1. Identify Coefficients:

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

  2. Factors of ppp (from a0=−18a_0 = -18a0​=−18):

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

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

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

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

    • Try x=1x = 1x=1:

      P(1)=1+2−9−18=−24≠0P(1) = 1 + 2 - 9 - 18 = -24 \neq 0P(1)=1+2−9−18=−24=0
    • Try x=−1x = -1x=−1:

      P(−1)=−1+2+9−18=−8≠0P(-1) = -1 + 2 + 9 - 18 = -8 \neq 0P(−1)=−1+2+9−18=−8=0
    • Try x=2x = 2x=2:

      P(2)=8+8−18−18=−20≠0P(2) = 8 + 8 - 18 - 18 = -20 \neq 0P(2)=8+8−18−18=−20=0
    • Try x=−2x = -2x=−2:

      P(−2)=−8+8+18−18=0P(-2) = -8 + 8 + 18 - 18 = 0P(−2)=−8+8+18−18=0

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

    • Alternatively, try x=3x = 3x=3:

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

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

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

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

    312−9−18315181560 \begin{array}{c|cccc} 3 & 1 & 2 & -9 & -18 \\ & & 3 & 15 & 18 \\ \hline & 1 & 5 & 6 & \boxed{0} \\ \end{array} 3​11​235​−9156​−18180​​​

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

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

  7. Factor the Quotient:

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

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

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

Exercise

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

Answer Key

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

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

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

  4. Possible Roots pq\frac{p}{q}qp​: ±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±1,±2,±4,±5,±10,±20,±1/2,±5/2.

  5. Test Roots:

    Try x=2x = 2x=2.

    P(2)=2(2)3−3(2)2−12(2)+20P(2) = 2(2)^3 - 3(2)^2 - 12(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 + 20P(2)=2(8)−3(4)−24+20
    P(2)=16−12−24+20P(2) = 16 - 12 - 24 + 20P(2)=16−12−24+20
    P(2)=4−4=0P(2) = 4 - 4 = 0P(2)=4−4=0

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

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

    22−3−122042−2021−100 \begin{array}{c|cccc} 2 & 2 & -3 & -12 & 20 \\ & & 4 & 2 & -20 \\ \hline & 2 & 1 & -10 & \boxed{0} \\ \end{array} 2​22​−341​−122−10​20−200​​​

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

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

  7. Factor the Quotient:

    Factor 2x2+x−102x^2 + x - 102x2+x−10.

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

    P(x)=(x−2)(2x+5)(x−2)P(x) = (x-2)(2x+5)(x-2)P(x)=(x−2)(2x+5)(x−2)
    P(x)=(x−2)2(2x+5)P(x) = (x-2)^2 (2x+5)P(x)=(x−2)2(2x+5)
Previous

Factor Theorem

Next

Polynomial Factorization

  • Rational Zero TheoremMaster the Rational Zero Theorem to find polynomial roots efficiently. Learn step-by-step methods with examples to factor high-degree polynomials easily.
On this page
  • Finding Rational Roots of Polynomials
  • Rational Zero Theorem
  • Steps for Using the Rational Zero Theorem
    • Using the Factor Theorem and Rational Zero Theorem
  • Exercise
    • Answer Key
  • Comments
  • Report
  • Source code