Irrational Root Theorem- Solving Made Simple

What the Irrational Root Theorem Actually Is

The Irrational Root Theorem tells you something specific about polynomial equations with rational coefficients. If such a polynomial has a root written as a + √b (where a and b are rational numbers and √b doesn't simplify to a rational number), then a - √b must also be a root.

That's it. That's the whole theorem.

The two numbersβ€”a + √b and a - √bβ€”are called conjugates. They always come in pairs. You can't have one without the other in a polynomial with rational coefficients.

This matters because it limits your search for roots. Find one irrational root, and you've automatically found two.

Why This Theorem Exists

Polynomials with rational coefficients have a special property: their coefficients stay the same when you apply certain operations. If x = a + √b is a root, then plugging x = a - √b into the polynomial gives the same result. The √b terms cancel out.

This isn't magic. It's algebra. The rational coefficients force the irrational parts to cancel, which means both conjugates either both work or both fail.

The Basic Logic

Consider a polynomial P(x) with rational coefficients. If P(a + √b) = 0, then the irrational parts must balance somehow. When you substitute a - √b, those same irrational terms reappear and cancel in the exact same way. The result is P(a - √b) = 0.

This works for any number of irrational terms too. If you have √2 + √3 under the radical, its conjugate is √2 - √3. Both are roots if one is.

How to Apply the Theorem

Here's the step-by-step process:

Worked Examples

Example 1: Finding the Conjugate Root

Problem: Show that if 2 + √3 is a root of x³ - 5x² + 4x + 2 = 0, then 2 - √3 is also a root.

Step 1: Recognize that 2 + √3 has the form a + √b where a = 2 and b = 3.

Step 2: The conjugate is 2 - √3.

Step 3: To verify, substitute both values. The polynomial has integer coefficients, so the theorem applies. You can confirm by direct substitution:

For x = 2 + √3:

(2 + √3)³ - 5(2 + √3)² + 4(2 + √3) + 2 = 0

For x = 2 - √3:

(2 - √3)³ - 5(2 - √3)² + 4(2 - √3) + 2 = 0

Both equal zero. The conjugate root is confirmed.

Example 2: Factoring a Polynomial

Problem: One root of x⁴ - 4x³ - 7x² + 22x + 12 is 3 + √2. Find all roots.

Step 1: The conjugate is 3 - √2. These two roots give you the quadratic factor:

(x - (3 + √2))(x - (3 - √2)) = (x - 3 - √2)(x - 3 + √2)

Step 2: Multiply these together:

= [(x - 3) - √2][(x - 3) + √2]

= (x - 3)² - (√2)²

= xΒ² - 6x + 9 - 2

= xΒ² - 6x + 7

Step 3: Divide the original polynomial by xΒ² - 6x + 7.

x⁴ - 4x³ - 7x² + 22x + 12 ÷ x² - 6x + 7 = x² + 2x - 6

Step 4: Solve xΒ² + 2x - 6 = 0 using the quadratic formula:

x = (-2 ± √(4 + 24)) / 2 = (-2 ± √28) / 2 = (-2 ± 2√7) / 2 = -1 ± √7

All four roots: 3 + √2, 3 - √2, -1 + √7, -1 - √7

Common Mistakes to Avoid

Quick Reference Table

If you have this root The conjugate is Why it works
3 + √5 3 - √5 Flips the √5 sign
1 + √7 1 - √7 Flips the √7 sign
2 + √3 2 - √3 Flips the √3 sign
-1 + √2 -1 - √2 Flips the √2 sign
√2 + √3 √2 - √3 Flips one irrational sign

When to Use This Theorem

You'll encounter this in two main situations:

In both cases, the process is the same: find one, write the conjugate, use both to factor or solve.

The Bottom Line

The Irrational Root Theorem isn't complicated. Irrational roots of rational-coefficient polynomials come in conjugate pairs. Find one, find the other. That's all there is to it.