If f(x)=g(x)⇒h(x)=k(x), a solution x0 of h(x)=k(x) is extraneous if f(x0)=g(x0).
Where:
f(x)=g(x) = The original equation before any algebraic manipulation
h(x)=k(x) = The transformed equation after operations like squaring both sides or clearing denominators
x0 = A candidate solution that solves the transformed equation but fails in the original
Worked Example
Problem: Solve the equation √(x + 3) = x − 3 and identify any extraneous solutions.
Step 1: Square both sides to eliminate the square root.
(x+3)2=(x−3)2⟹x+3=x2−6x+9
Step 2: Rearrange into standard quadratic form by moving all terms to one side.
0=x2−7x+6
Step 3: Factor the quadratic equation.
(x−1)(x−6)=0⟹x=1 or x=6
Step 4: Check x = 1 in the original equation: √(1 + 3) = √4 = 2, but 1 − 3 = −2. Since 2 ≠ −2, this solution is extraneous.
1+3=2=−2=1−3✗ Extraneous
Step 5: Check x = 6 in the original equation: √(6 + 3) = √9 = 3, and 6 − 3 = 3. Since 3 = 3, this solution is valid.
6+3=3=6−3✓ Valid
Answer: The only valid solution is x = 6. The value x = 1 is an extraneous solution introduced by squaring both sides.
Another Example
This example involves a rational equation (variable in the denominator) rather than a radical equation. It also shows that not every equation of this type produces an extraneous solution—but you must always check.
Problem: Solve the rational equation x/(x − 2) = 4/(x − 2) + 2 and identify any extraneous solutions.
Step 1: Note the restriction: the denominator (x − 2) cannot equal zero, so x ≠ 2.
x=2
Step 2: Multiply every term by (x − 2) to clear the denominators.
x=4+2(x−2)
Step 3: Simplify and solve for x.
x=4+2x−4⟹x=2x⟹−x=0⟹x=0
Step 4: Check x = 0 in the original equation: 0/(0 − 2) = 0, and 4/(0 − 2) + 2 = −2 + 2 = 0. Since 0 = 0, this is valid.
−20=0=−24+2✓ Valid
Answer: The solution x = 0 is valid. No extraneous solution appears in this problem, but the check was still essential because x = 2 would have been extraneous if it had emerged as a candidate.
Frequently Asked Questions
Why do extraneous solutions occur?
Extraneous solutions are introduced when you perform an operation that is not reversible, meaning it does not produce an equivalent equation. Squaring both sides, for instance, can turn a false statement like 2 = −2 into the true statement 4 = 4. Multiplying both sides by an expression containing the variable can similarly introduce solutions that make that expression zero, violating the original domain.
How do you check for extraneous solutions?
Substitute each candidate solution back into the original equation—not the simplified version. If the left side does not equal the right side, or if the value makes any part of the original equation undefined (such as dividing by zero or taking the logarithm of a negative number), then that solution is extraneous and must be discarded.
Can all solutions be extraneous, leaving no valid answer?
Yes. It is possible for every candidate solution to fail the check, which means the original equation has no solution. For example, √(x + 1) = −5 has no solution because a square root cannot produce a negative value, yet squaring both sides would yield x = 24, which is entirely extraneous.
Extraneous Solution vs. Valid Solution
Extraneous Solution
Valid Solution
Definition
A candidate value that solves the transformed equation but not the original
A value that satisfies the original equation
How it arises
Introduced by non-reversible steps like squaring or clearing denominators
Present in both the original and transformed equations
Verification
Fails when substituted back into the original equation
Produces a true statement when substituted back
Action required
Must be identified and discarded
Kept as part of the solution set
Why It Matters
Extraneous solutions appear frequently in Algebra 2 and Precalculus when you solve radical equations, rational equations, and logarithmic equations. Standardized tests such as the SAT and ACT often include problems specifically designed to test whether you check for them. Failing to identify an extraneous solution means reporting an incorrect answer, even when all your algebra was technically correct.
Common Mistakes
Mistake: Checking solutions in the simplified equation instead of the original equation.
Correction: An extraneous solution will always satisfy the simplified equation—that's where it came from. You must substitute back into the original equation before any squaring or denominator-clearing took place.
Mistake: Forgetting to state domain restrictions before solving rational or logarithmic equations.
Correction: Before you manipulate the equation, identify values that would make a denominator zero or a logarithm argument non-positive. Write these restrictions down first so you can immediately reject any candidate solution that violates them.
Related Terms
Solution — An extraneous solution is not a true solution
Simplify — Simplifying can introduce extraneous solutions
Equation — Extraneous solutions arise from solving equations
Satisfy — Extraneous solutions fail to satisfy the original equation