What Makes a Solution Extraneous: Causes and Checks

A solution becomes extraneous when an algebraic step you used to solve the equation isn’t perfectly reversible. You arrive at a value that satisfies the transformed equation but not the original one. This happens because certain operations, specifically squaring both sides and multiplying both sides by a variable expression, can create new solutions that didn’t exist before. Understanding exactly how each operation does this will help you spot and eliminate these false answers.

The Core Problem: Irreversible Operations

Most algebraic steps are perfectly reversible. If you add 5 to both sides, you can subtract 5 to get back. If you multiply both sides by 3, you can divide by 3 to undo it. The original equation and the new equation have exactly the same solutions.

Two common operations break this rule. Squaring both sides of an equation and multiplying both sides by an expression containing a variable can both produce equations that are “wider” than the original, meaning they accept more solutions. When you solve the new, wider equation, some of those solutions belong only to it, not to the equation you started with. Those are your extraneous solutions.

Squaring Both Sides in Radical Equations

Squaring is the most frequent source of extraneous solutions. The reason comes down to sign information. When you square a number, you lose track of whether it was positive or negative: both 3 and −3 produce 9 when squared. So if you start with an equation and square both sides, the squared version can’t distinguish between the original equation and a different one where a sign is flipped.

Here’s a concrete example. Suppose you need to solve √x = −5. Squaring both sides gives x = 25. But plugging 25 back into the original equation yields √25 = 5, not −5. The value x = 25 is extraneous. The original equation actually has no solution at all, because a square root (by definition) returns a non-negative value and can never equal −5. Squaring hid that fact by treating −5 the same as 5.

This pattern shows up in any equation where you square to eliminate a radical. You might get two solutions from the resulting quadratic, and one of them (sometimes both) may fail when substituted back into the original. The squaring step is legitimate algebra, but it’s a one-way street: the squared equation implies the original, but the original doesn’t necessarily imply the squared equation in reverse.

Multiplying by a Variable Expression in Rational Equations

When you solve an equation with fractions that have variables in the denominator, the standard technique is to multiply both sides by the common denominator to clear the fractions. This step can introduce extraneous solutions because you may be multiplying by zero without realizing it.

Consider a simple rational equation where x appears in a denominator. If you multiply both sides by that denominator to simplify, you’re implicitly assuming that expression isn’t zero. If one of your final answers makes that denominator equal zero, you’ve divided by zero in the original equation, which is undefined. That answer is extraneous: it emerged from the solving process but doesn’t live in the domain of the original equation.

The fix is straightforward. Before you even start solving, note which values of x would make any denominator zero. Those values are automatically excluded. If one of them shows up in your final answer set, cross it out.

Logarithmic Equations and Domain Restrictions

Logarithms only accept positive inputs. You can’t take the log of a negative number or zero. When you combine or manipulate logarithmic expressions to solve an equation, you can end up with solutions that violate this restriction.

For example, solving an equation like log₆(x + 2) + log₆(x − 3) = 1 might yield two solutions after you combine the logs and convert to exponential form. If one of those solutions is x = −3, plugging it back in gives log₆(−1) + log₆(−6), and neither of those logarithms is defined. That solution is extraneous because it falls outside the domain of the original equation, even though the algebra produced it cleanly.

The mechanism here is slightly different from squaring. You haven’t introduced false solutions through an irreversible step so much as you’ve temporarily ignored the domain while doing valid algebra. The result is the same: a value that solves the simplified equation but not the original.

Absolute Value Equations

Solving an absolute value equation like |3x + 2| = 4x + 5 requires splitting it into two cases: one where the expression inside the absolute value is positive (3x + 2 = 4x + 5) and one where it’s negative (3x + 2 = −(4x + 5)). Each case produces a solution, but one or both may be extraneous.

In this example, case 1 gives x = −3 and case 2 gives x = −1. Checking x = −3: the left side becomes |−9 + 2| = |−7| = 7, but the right side becomes 4(−3) + 5 = −7. Since 7 ≠ −7, this solution is extraneous. The issue is that an absolute value is always non-negative, so any solution that forces the other side of the equation to be negative can’t be valid. Only x = −1 works here.

Trigonometric Equations

The same squaring problem appears in trigonometry. If you square both sides of an equation involving sine and cosine to use a Pythagorean identity, you can introduce extraneous solutions just as you would with radicals. Additionally, dividing both sides by a trig expression (like sin²x) risks losing solutions where that expression equals zero. This isn’t quite the same as creating extraneous solutions, but it’s the mirror-image problem: instead of gaining false answers, you lose real ones.

How to Check for Extraneous Solutions

The only reliable method is substitution. Take each solution you found and plug it back into the original equation, not the version you manipulated. Verify that both sides are equal and that every expression in the equation is actually defined for that value. If a solution produces a false statement, an undefined expression, or a domain violation, discard it.

You can also anticipate problems before solving. Identify the domain of the original equation upfront: which values of x make denominators zero, put negative numbers inside square roots, or create negative arguments for logarithms. Write those restrictions down. Any solution that lands in a restricted zone is automatically extraneous, and you won’t need to check it by substitution.

The key habit is recognizing which solving step might have introduced the problem. If you squared both sides, expect to check for sign errors. If you multiplied by a variable expression, check for zero denominators. If you combined logarithms, verify the domain. Knowing where extraneous solutions come from makes catching them routine rather than surprising.