Mathwords logoReference LibraryMathwords

Extraneous Solution

Extraneous Solution
Spurious Solution

A solution of a simplified version of an equation that does not satisfy the original equation. Watch out for extraneous solutions when solving equations with a variable in the denominator of a rational expression, with a variable in the argument of a logarithm, or a variable as the radicand in an nth root when n is an even number.

 

Example solving x−6=√x: x²−13x+36=0, (x−9)(x−4)=0, gives x=9 or x=4; x=4 is extraneous.

Key Formula

If f(x)=g(x)    h(x)=k(x), a solution x0 of h(x)=k(x) is extraneous if f(x0)g(x0).\text{If } f(x) = g(x) \;\Rightarrow\; h(x) = k(x), \text{ a solution } x_0 \text{ of } h(x)=k(x) \text{ is extraneous if } f(x_0) \neq g(x_0).
Where:
  • f(x)=g(x)f(x) = g(x) = The original equation before any algebraic manipulation
  • h(x)=k(x)h(x) = k(x) = The transformed equation after operations like squaring both sides or clearing denominators
  • x0x_0 = 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=(x3)2    x+3=x26x+9(\sqrt{x+3})^2 = (x-3)^2 \implies x + 3 = x^2 - 6x + 9
Step 2: Rearrange into standard quadratic form by moving all terms to one side.
0=x27x+60 = x^2 - 7x + 6
Step 3: Factor the quadratic equation.
(x1)(x6)=0    x=1   or   x=6(x - 1)(x - 6) = 0 \implies x = 1 \;\text{ 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=22=13✗ Extraneous\sqrt{1+3} = 2 \neq -2 = 1 - 3 \quad \text{✗ 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=63✓ Valid\sqrt{6+3} = 3 = 6 - 3 \quad \text{✓ 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.
x2x \neq 2
Step 2: Multiply every term by (x − 2) to clear the denominators.
x=4+2(x2)x = 4 + 2(x - 2)
Step 3: Simplify and solve for x.
x=4+2x4    x=2x    x=0    x=0x = 4 + 2x - 4 \implies x = 2x \implies -x = 0 \implies 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.
02=0=42+2✓ Valid\frac{0}{-2} = 0 = \frac{4}{-2} + 2 \quad \text{✓ 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 SolutionValid Solution
DefinitionA candidate value that solves the transformed equation but not the originalA value that satisfies the original equation
How it arisesIntroduced by non-reversible steps like squaring or clearing denominatorsPresent in both the original and transformed equations
VerificationFails when substituted back into the original equationProduces a true statement when substituted back
Action requiredMust be identified and discardedKept 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

  • SolutionAn extraneous solution is not a true solution
  • SimplifySimplifying can introduce extraneous solutions
  • EquationExtraneous solutions arise from solving equations
  • SatisfyExtraneous solutions fail to satisfy the original equation
  • Rational ExpressionClearing denominators can create extraneous solutions
  • LogarithmLog equations often produce extraneous solutions
  • nth RootSquaring radical equations is a common source
  • RadicandDomain of the radicand restricts valid solutions