zaro

How Do You Find Rational Roots?

Published in Polynomial Roots 4 mins read

Finding rational roots of a polynomial involves using the Rational Root Theorem, a powerful mathematical tool that helps identify all possible rational zeros. This theorem provides a systematic way to narrow down the potential rational solutions to a polynomial equation.

A rational root is a root that can be expressed as a fraction p/q, where p and q are integers and q is not zero. The Rational Root Theorem outlines a clear process to determine these possibilities.

Understanding the Rational Root Theorem

The Rational Root Theorem states that if a polynomial P(x) = a_n x^n + ... + a_1 x + a_0 has rational roots p/q (in simplest form), then p must be a factor of the constant term a_0, and q must be a factor of the leading coefficient a_n.

Here's a breakdown of the steps:

Step 1: Identify Factors of the Constant Term (p)

First, locate the constant term of your polynomial. This is the term without any variable (e.g., a_0 in the general polynomial form).

  • Find all positive and negative factors of this constant term. Each of these factors represents a possible numerator (p) for a rational root.

Step 2: Identify Factors of the Leading Coefficient (q)

Next, find the leading coefficient. This is the numerical coefficient of the term with the highest power of the variable (e.g., a_n in a_n x^n).

  • Find all positive and negative factors of this leading coefficient. Each of these factors represents a possible denominator (q) for a rational root.

Step 3: Form All Possible Rational Zeros (p/q)

With your lists of p (factors of the constant term) and q (factors of the leading coefficient), construct all possible fractions in the form p/q.

  • Create every unique combination of a p value divided by a q value. Remember to include both positive and negative versions for each fraction. This comprehensive list comprises all potential rational roots of the polynomial.

Step 4: Test the Possible Rational Zeros

The list generated in Step 3 includes all possible rational roots. However, it's crucial to understand that all these may not be the actual roots. You must test each possibility to see which ones are true roots of the polynomial.

  • Substitution Method: Substitute each possible p/q value into the original polynomial P(x). If P(p/q) = 0, then p/q is an actual rational root.
  • Synthetic Division: A more efficient method is to use synthetic division with each possible root. If the remainder after division is zero, then the tested value is a root. Synthetic division also provides the depressed polynomial, which can be used to find remaining roots more easily.

Practical Example: Finding Rational Roots

Let's find the rational roots of the polynomial: P(x) = x³ - 2x² - 5x + 6

Step 1: Factors of the Constant Term (p)

  • Constant Term: 6
  • Factors of 6 (p): ±1, ±2, ±3, ±6

Step 2: Factors of the Leading Coefficient (q)

  • Leading Coefficient: 1 (from 1x³)
  • Factors of 1 (q): ±1

Step 3: Form All Possible Rational Zeros (p/q)

Now, we combine the p and q factors:

p values q values Possible p/q values
±1 ±1 ±1/1 = ±1
±2 ±1 ±2/1 = ±2
±3 ±1 ±3/1 = ±3
±6 ±1 ±6/1 = ±6

The list of possible rational roots is: ±1, ±2, ±3, ±6.

Step 4: Test the Possible Rational Zeros

We test each value by substituting it into P(x) = x³ - 2x² - 5x + 6:

  • Test x = 1:
    P(1) = (1)³ - 2(1)² - 5(1) + 6 = 1 - 2 - 5 + 6 = 0
    Result: 1 is a rational root.

  • Test x = -2:
    P(-2) = (-2)³ - 2(-2)² - 5(-2) + 6 = -8 - 2(4) + 10 + 6 = -8 - 8 + 10 + 6 = 0
    Result: -2 is a rational root.

  • Test x = 3:
    P(3) = (3)³ - 2(3)² - 5(3) + 6 = 27 - 2(9) - 15 + 6 = 27 - 18 - 15 + 6 = 0
    Result: 3 is a rational root.

In this example, all the tested rational numbers turned out to be actual roots. Once you find a root, you can use synthetic division to reduce the polynomial to a lower degree, making it easier to find remaining roots by factoring or using the quadratic formula.