This bank drills the thinking behind radical equations, not the arithmetic. Every item below is a trap that catches students who "did the algebra right" but skipped the reasoning. Cover the answer, commit to a justification out loud, then reveal.
Before you start, one anchor picture in words. The square-root symbol is a machine that only ever hands back a non-negative number. Feed it 9 and it returns 3 — never −3, even though (−3)2=9 too. That one-way, sign-erasing behaviour is the source of every trap here. Keep it in mind as the operation we are trying to undo.
Squaring both sides of a true equation always gives a true equation
True — this direction is safe. If a=b then a2=b2 always holds. The danger is only the reverse direction, where a2=b2 allows a=−b.
If a2=b2 then a=b
False. It only forces a=±b. Squaring erases sign, so both a=b and a=−b survive, which is exactly how extra candidates sneak in.
25=±5
False. The radical symbol returns only the principal (non-negative) root, so 25=5 alone. The "±" only appears when you solve x2=25, not when the symbol is written for you.
Every solution of x=(x−6)2 is a solution of x=x−6
False. The squared equation lost the constraint x−6≥0. So x=4 solves the polynomial but fails the original because 4=2 while 4−6=−2.
The equation 3x+4=−2 has a solution because squaring gives x=0
False. A principal square root is never negative, so it can never equal −2; the equation has no solution. The x=0 that squaring produces is purely extraneous.
Checking answers in radical equations is an optional double-check
False. Checking is a required logical step, not tidiness. Because squaring is one-directional, the check is the only thing that filters out candidates the original never had.
If a candidate makes the radicand negative, it must be rejected
True. Inside a real square root the [[Domain and Range of Functions|radicand must be ≥0]]; a negative radicand isn't a real number, so the value cannot solve the equation.
An equation with a radical can have two genuine (non-extraneous) solutions
True. Nothing forbids it — e.g. x2=x style setups or well-chosen quadratics. Extraneous roots are a possibility of squaring, not a guarantee that exactly one root dies.
For real x, x2=x
False. x2=∣x∣, the absolute value. It equals x only when x≥0; for x=−3 it gives 3, not −3.
(f(x))2=f(x) requires no conditions
Nearly true but read carefully: it holds only where f(x)≥0, i.e. where the radical is defined. Outside that domain the left side isn't a real number at all.
Student squares x+3=7 to get x+9=49. What went wrong?
They squared term-by-term instead of the whole side. (x+3)2=x+6x+9, not x+9. The fix is to isolate first: x=4, then square.
Student solves x=x−2, factors to x=1 or x=4, and reports both. Error?
They never checked. x=1 gives 1=−1 (false), so it is extraneous. Only x=4 survives; reporting both is the classic "trust the algebra" mistake.
Student writes: "2x+3=5 so 2x+3=±25." Error?
The "±" is invented. The left side is a fixed principal root equal to the fixed number 5; squaring both sides gives exactly 2x+3=25, no sign choice.
Student claims 3x+4=−2 needs domain check 3x+4≥0 and finds it fine at x=0, so accepts x=0. Error?
They checked the radicand's domain but ignored the right side's sign. A non-negative root cannot equal −2, so no domain value can ever work.
Student expands (1+x)2 as 1+x. Error?
They dropped the cross term. (1+x)2=1+2x+x. Forgetting the 2x throws away the very radical you needed to isolate next.
Student solves a radical equation, gets x=9, and says "I'll skip the check since there was only one root." Error?
One root can still be extraneous. A lone candidate from squaring must be verified in the original just as much as two candidates would.
Student concludes x+7=1+x has no solution "because there are two radicals." Error?
Two radicals just means you may square twice. Here it solves cleanly to x=9, which checks. The number of radicals never predicts the number of solutions.
Why does isolating the radical before squaring matter?
If the radical shares a side with other terms, squaring a binomial re-creates a radical via the cross term. Isolating means (f)2=f cleanly removes it in one shot.
Why is squaring a "one-way implication" and not an equivalence?
Because it collapses two inputs to one output: both k and −k square to k2. Undoing it can't tell which one you started from, so the forward step keeps truth but the backward step may add falsehoods.
Why do extraneous solutions so often show up as negative-right-side cases?
Because f(x)=g(x) secretly demands g(x)≥0. Squaring deletes that demand, so any candidate with g(x)<0 passes the polynomial but fails the sign, becoming extraneous.
Why can't we just "add a domain restriction up front" and skip checking?
You can restrict the radicand's domain, but the harder constraint (the right side's sign at each candidate) depends on the candidate value itself. Substituting back is the cleanest way to test both at once.
Why is x=x−6's extra root exactly the solution of x=6−x?
Squaring turns both x=x−6 and x=−(x−6) into the same polynomial. So the squared equation carries the solutions of both sign versions, and the wrong-sign one shows up as extraneous.
Why doesn't squaring a linear equation like x=3 cause trouble in practice?
It technically introduces x=−3 as x2=9's extra root, but a checking step removes it. The trouble becomes routine in radicals only because squaring is forced on us to remove the root.
Why is checking preferred over solving the sign inequality g(x)≥0 separately?
A back-substitution test simultaneously confirms the radicand is valid, the principal root matches, and the sign is right — one substitution replaces several separate conditions and is harder to get wrong.
Empty. The principal root is never negative, so no x works — regardless of what value squaring might suggest.
What is the solution set of x=0?
Exactly x=0. The radicand must be 0, and the principal root of 0 is 0, so it checks; this is the sole boundary solution.
If both sides of a radical equation are already non-negative for all x, can squaring still add extraneous roots?
Not from a sign flip, since the "g(x)≥0" condition is automatically satisfied everywhere. Extra candidates would then only fail via radicand-domain issues, not sign.
In x+7=1+x, why is x≥0 built in before any algebra?
Both radicands x+7 and x must be ≥0; the tighter one is x≥0. Any candidate below 0 is rejected on domain grounds before you even check the equality.
What happens to a candidate that makes the radicand zero but the right side positive, e.g. testing x where x=x−6 has radicand 0?
At x=0 the left is 0 but the right is −6; unequal, so rejected. Zero radicand is allowed by domain but still must satisfy the equation itself.
For f(x)=g(x), is checking still required after squaring to f(x)=g(x)?
Yes, because a candidate might make one (or both) radicands negative, leaving no real roots to compare. The equality f=g can hold outside the common domain and produce an extraneous value.
Recall Fast self-test before you close this page
One-sentence why for each: (1) why check every root, (2) why isolate first, (3) why x2=∣x∣.
Why check every root ::: Squaring is one-directional, so candidates may satisfy the squared equation but not the original.
Why isolate first ::: Otherwise squaring a binomial re-introduces a radical through the cross term.
Why x2=∣x∣ ::: The principal root is non-negative, so it returns the magnitude of x, not x itself.