Method guideAlgebra IIIntermediate11 min read

Solving radical equations and checking for extraneous roots

Isolate one radical, raise both sides to the matching power, solve, and check every candidate in the original equation.

f(x)=g(x)f(x)=g(x)2\sqrt{f(x)}=g(x)\Rightarrow f(x)=g(x)^2
Method guide

How to recognize the method, run it, and know when it is the wrong choice.

Updated July 13, 2026
WarningStart here

Squaring is not a reversible step over all real expressions, so it can introduce answers the original equation never had.

01

Isolate before raising powers

Move other terms away so one radical stands alone. Squaring a sum that contains a radical creates a cross term and more algebra than necessary.

If multiple radicals remain, isolate and square in stages rather than trying to eliminate everything at once.

x+42=xx+4=x+2\sqrt{x+4}-2=x\Rightarrow\sqrt{x+4}=x+2
02

Domain conditions predict trouble

An even-index radicand must be nonnegative, and an isolated principal square root is also nonnegative. Therefore the other side must be nonnegative too.

These conditions can eliminate candidates early, but the original-equation check is still required.

f(x)0,g(x)0f(x)\ge0,\quad g(x)\ge0
03

Why extraneous roots appear

If a = b then a² = b², but the reverse allows a = −b as well. Squaring loses sign information.

Substituting into the original equation restores that information and separates genuine solutions from artifacts.

a2=b2a=±ba^2=b^2\Rightarrow a=\pm b
Worked exampleSquare, solve, verify

Solve √(x + 6) = x.

1x0x\ge0

The isolated square root is nonnegative.

2x+6=x2x+6=x^2

Square both sides.

3x2x6=0=(x3)(x+2)x^2-x-6=0=(x-3)(x+2)

Move all terms and factor.

4x=3 or x=2x=3\ \text{or}\ x=-2

List algebraic candidates.

59=3but42\sqrt9=3\quad\text{but}\quad\sqrt4\ne-2

Check in the original equation.

Resultx=3\boxed{x=3}
Watch for

Common mistakes

  1. Squaring before isolating the radical.
  2. Forgetting domain conditions.
  3. Keeping every root of the squared equation.
Keep

Three takeaways

  1. Isolate first.
  2. Even roots impose nonnegative conditions.
  3. Check every candidate in the original equation.