Rational Root Theorem- Integral Formula Reference Guide
What Is the Rational Root Theorem?
The Rational Root Theorem gives you a way to find rational solutions to polynomial equations with integer coefficients. That's it. It's not magic. It won't find irrational or complex roots. It won't solve every polynomial. But it will narrow your search down to a finite list of possibilities.
If you're working with a polynomial like 2x³ - 5x² + 3x - 6 = 0, the Rational Root Theorem tells you exactly which fractions could be roots. You test those. Some work. Most don't. Move on.
The Integral Formula Reference
Here's the core formula in plain terms:
If p/q is a rational root of a polynomial (in lowest terms), then:
- p divides the constant term
- q divides the leading coefficient
That's the whole thing. No Greek letters, no complicated notation. p comes from the factors of the constant term. q comes from the factors of the leading coefficient.
The List of Possible Roots
Once you have the factors, you construct the list. Take every factor of the constant term (positive and negative). Divide by every factor of the leading coefficient (positive and negative). Remove duplicates. That's your candidate list.
For 2x³ - 5x² + 3x - 6:
- Constant term: -6 → factors: ±1, ±2, ±3, ±6
- Leading coefficient: 2 → factors: ±1, ±2
- Possible roots: ±1, ±2, ±3, ±6, ±1/2, ±3/2
Six candidates. You test each one. That's the process.
Testing the Candidates
Plug each candidate into the polynomial. If you get zero, it's a root. If not, cross it off the list and keep going.
Let's test x = 3 in 2(3)³ - 5(3)² + 3(3) - 6:
2(27) - 5(9) + 9 - 6 = 54 - 45 + 9 - 6 = 12
Not zero. Try x = 2:
2(8) - 5(4) + 6 - 6 = 16 - 20 + 6 - 6 = -4
Not zero. Try x = 3/2:
2(27/8) - 5(9/4) + 3(3/2) - 6 = 27/4 - 45/4 + 9/2 - 6
27/4 - 45/4 = -18/4 = -9/2
-9/2 + 9/2 = 0. Then 0 - 6 = -6
Still not zero. Keep testing. The point is: you have a finite list. Test them all until you find roots or exhaust the list.
When the Theorem Fails
The Rational Root Theorem only guarantees a root if one exists and it's rational. A polynomial might have:
- Only irrational roots
- Only complex roots
- No roots at all (in the reals)
If your candidate list is empty or none of them work, the polynomial has no rational roots. That's a valid result. Stop looking. Use the quadratic formula, Descartes' rule of signs, or numerical methods from there.
Tools Comparison
| Method | Finds | Limitations |
|---|---|---|
| Rational Root Theorem | Rational roots only | Only works with integer coefficients; doesn't find irrational or complex roots |
| Quadratic Formula | Roots of degree-2 polynomials | Useless for degree 3 or higher |
| Synthetic Division | Factors polynomials once you know a root | Requires you to find a root first |
| Graphing Calculator | Approximate roots visually | No exact values for irrationals |
| Descartes' Rule of Signs | Number of positive/negative roots | Doesn't find actual values |
Getting Started: Step-by-Step
Here's how to actually use this theorem on any problem:
Step 1: Identify coefficients
Write down the constant term and the leading coefficient. Ignore everything in between.
Step 2: Find factors
List all integer factors of the constant term. List all integer factors of the leading coefficient.
Step 3: Build the candidate list
Form fractions p/q where p is from the constant term's factors and q is from the leading coefficient's factors. Include both positive and negative versions. Simplify to lowest terms. Remove duplicates.
Step 4: Test each candidate
Substitute each candidate into the polynomial. Use synthetic division if you're comfortable—it's faster for repeated testing.
Step 5: Factor once you find roots
Every time you find a root, divide the polynomial by (x - root) using synthetic division. This gives you a lower-degree polynomial to work with. Repeat the process if needed.
Example in Action
Find the rational roots of x³ - 4x² + x + 6.
Constant term: 6 → factors: ±1, ±2, ±3, ±6
Leading coefficient: 1 → factors: ±1
Candidates: ±1, ±2, ±3, ±6
Test x = 1: 1 - 4 + 1 + 6 = 4 → no
Test x = -1: -1 - 4 - 1 + 6 = 0 → root found
Divide by (x + 1): quotient is x² - 5x + 6
Factor x² - 5x + 6: (x - 2)(x - 3)
Roots: -1, 2, 3. All rational. Done.
What to Remember
The Rational Root Theorem is a search tool, not a solver. It tells you where to look. You still have to test each candidate. Most won't work. That's normal. The theorem's only job is to make your search finite instead of infinite.
Once you find a root, use synthetic division to reduce the polynomial's degree. Repeat the process on the quotient until you're left with a quadratic or linear factor you can solve directly.
If none of your candidates work, the polynomial has no rational roots. Move to other methods or accept that the roots are irrational or complex.