In short

An extraneous root is a number that appears when you solve an equation but does not satisfy the original equation — it was smuggled in by an algebraic step that widened the problem. A lost root is a genuine solution that vanishes because an algebraic step narrowed the problem. Both happen for specific, predictable reasons — squaring both sides can create extraneous roots; dividing both sides by an expression that might be zero can destroy real ones. The cure is the same in every case: check every candidate in the original equation, and be suspicious of any step that is not reversible.

Start with something simple. The equation \sqrt{x} = -3 has no solution — a square root is never negative. But watch what happens if you square both sides: you get x = 9. Plug x = 9 back in: \sqrt{9} = 3 \neq -3. The number 9 looks like a solution if you only stare at the squared version, but it fails the original equation completely. Where did it come from?

Or try this in the other direction. The equation x(x - 2) = 0 has two solutions: x = 0 and x = 2. Now divide both sides by x: you get x - 2 = 0, so x = 2. The root x = 0 has vanished. It was a perfectly good solution, and a single algebraic step made it disappear.

These two phenomena — solutions appearing out of nowhere, and solutions silently vanishing — are not rare accidents. They happen in predictable places, for clear reasons. Once you see the mechanism, you stop being surprised and start being careful.

How extraneous roots arise

An extraneous root is a number that satisfies the transformed equation but not the original one. It is created when an algebraic step maps two different equations into the same equation — the step is not reversible, so information is lost in the forward direction, and a fake solution slips through in the backward direction.

Three moves are the usual culprits.

Squaring both sides

If a = b, then a^2 = b^2. That is true. But the reverse is not: a^2 = b^2 only means a = b or a = -b. Squaring destroys the sign, so when you square an equation, you are also accepting solutions where one side equals the negative of the other.

Take \sqrt{x + 3} = x - 3. Squaring gives x + 3 = (x - 3)^2 = x^2 - 6x + 9, which rearranges to x^2 - 7x + 6 = 0, factoring as (x - 1)(x - 6) = 0. Two candidates: x = 1 and x = 6.

Check x = 1: left side = \sqrt{4} = 2, right side = 1 - 3 = -2. Not equal. Extraneous.

Check x = 6: left side = \sqrt{9} = 3, right side = 6 - 3 = 3. Equal. Genuine.

The squaring step accepted x = 1 because at that value \sqrt{x+3} equals the negative of x - 3. The squared equation cannot tell the difference.

Multiplying both sides by an expression that can be zero

If you multiply both sides of an equation by (x - 5), you create a new equation that is satisfied whenever x = 5 — regardless of whether the original was. You have grafted an extra root onto the equation.

Consider \dfrac{x}{x - 5} = \dfrac{5}{x - 5}. The natural first move is to multiply both sides by (x - 5), giving x = 5. But plug x = 5 back in: both denominators become zero, so the original equation is undefined at x = 5. There is no solution at all — the candidate x = 5 is extraneous.

Cross-multiplying a rational equation

This is a special case of the previous move. Any time you clear denominators in a rational equation, you are implicitly multiplying by factors that might be zero. The candidates you get at the end must be tested against the original denominators.

How extraneous roots enter and how checking catches themA flowchart showing the path from original equation through a non-reversible step to a wider equation. The wider equation produces candidate solutions. Each candidate is tested in the original equation. Those that pass are genuine roots; those that fail are extraneous and are discarded.Original equationnon-reversible step (square, multiply by variable…)Wider equation (more solutions)Candidate solutions: x₁, x₂, …check in originalcheck in originalPasses → genuineFails → extraneous
Every non-reversible step widens the equation, potentially letting in solutions that the original never had. The fix is simple: after solving the wider equation, check every candidate in the original. Candidates that pass are genuine; candidates that fail are extraneous and must be discarded.

How roots are lost

Lost roots are the mirror image: a step narrows the equation, throwing away solutions that were genuinely there.

Dividing both sides by an expression containing the variable

If x \cdot f(x) = x \cdot g(x) and you divide both sides by x, you get f(x) = g(x) — but you have silently assumed x \neq 0. If x = 0 was a solution of the original, it is now gone.

Take x^2 = 4x. Dividing both sides by x gives x = 4. But the original factors as x(x - 4) = 0, giving x = 0 and x = 4. The root x = 0 was lost.

The safe alternative: move everything to one side and factor. x^2 - 4x = 0, so x(x - 4) = 0, and both roots survive.

Taking a single branch of a square root

When you solve x^2 = 9 by writing x = 3, you have lost x = -3. The correct move is x = \pm 3. This is so common that it barely feels like "losing a root," but the mechanism is the same — you chose one of two valid branches and forgot the other.

Imposing domain restrictions prematurely

If an equation involves \sqrt{x - 1}, you know x \ge 1. But some students write that restriction and then carry it through in a way that discards a valid root of a different piece of the equation. Keep the restriction for checking, not for solving — find all algebraic candidates first, then filter at the end.

Dividing by x loses the root at x equals zeroTwo panels side by side. The left panel shows the graph of y equals x squared minus four x, a parabola opening upward crossing the x-axis at zero and four, with both roots marked as red dots. The right panel shows the graph of y equals x minus four, a straight line crossing the x-axis only at four, with one red dot. A large crossed-out circle at the origin in the right panel marks where the lost root used to be.x² − 4x = 0xy01234x = 0x = 4x − 4 = 0xy01234x = 4lost!
Left: the parabola $y = x^2 - 4x$ crosses the $x$-axis at $x = 0$ and $x = 4$ — both are roots. Right: after dividing both sides by $x$, the equation reduces to $x - 4 = 0$, a straight line through $x = 4$ only. The root at $x = 0$ has been erased. The crossed-out circle marks where it used to live.

Checking solutions

The single most reliable habit in algebra is this: always substitute every candidate back into the original equation. Not the simplified version. Not the version after you squared. The original, exactly as it was written before you touched it.

The check has two jobs.

  1. Catch extraneous roots. A candidate that fails the original equation is extraneous — discard it.
  2. Confirm genuine roots. A candidate that passes is a real solution.

For equations involving square roots, a correct check also reveals why the extraneous root appeared — you will find that the two sides have equal magnitude but opposite sign, because squaring erased the sign difference.

For rational equations, the check is even simpler: plug the candidate into each denominator. If any denominator hits zero, the candidate is extraneous, regardless of what the numerator does.

Here is an interactive test. The equation is \sqrt{x + 3} = x - 3. Drag the red point along the x-axis to any candidate value. The two readouts show the left side \sqrt{x+3} and the right side x - 3. A genuine root is a position where both readouts agree.

Interactive check of candidates for the equation square root of x plus 3 equals x minus 3A coordinate plane with x from negative 3 to 10 and y from negative 4 to 6. Two curves are plotted: the square root curve y equals square root of x plus 3 in dark ink, and the line y equals x minus 3 in accent red. A draggable red point moves along the x-axis and two readouts display the values of each side of the equation at the current x value. The curves intersect at x equals 6 only.xy0246810↔ drag the red point
The dark curve is $y = \sqrt{x+3}$ and the red line is $y = x - 3$. Drag the red point and watch both readouts. At $x = 1$, the square root gives $2$ while the line gives $-2$ — same magnitude, opposite sign. At $x = 6$, both give $3$. Only $x = 6$ is a genuine intersection.

Avoiding errors

Knowing why extraneous roots appear and why roots get lost is the best defence, but a few mechanical habits make the process almost automatic.

Before you solve:

While you solve:

After you solve:

The pattern is: find all candidates, then filter. The algebraic machinery finds candidates; the checking step filters out the fakes and confirms the real ones.

Worked examples

Example 1: Solve $\sqrt{2x + 3} = x$

This is a radical equation — a square root on one side, a polynomial on the other. Squaring is inevitable, so extraneous roots are possible.

Step 1. Note the domain restriction.

The square root requires 2x + 3 \ge 0, so x \ge -\tfrac{3}{2}. Also, \sqrt{2x+3} \ge 0, so the right side must also be non-negative: x \ge 0.

Why: the square root function never outputs a negative value. If x is negative, the equation has no chance of being satisfied, regardless of the algebra. Recording this now saves trouble later.

Step 2. Square both sides.

2x + 3 = x^2

Why: this is the only way to remove the square root. The step is non-reversible — it treats \sqrt{2x+3} = x and \sqrt{2x+3} = -x as the same thing — so extra candidates may appear.

Step 3. Rearrange and factor.

x^2 - 2x - 3 = 0
(x - 3)(x + 1) = 0

Candidates: x = 3 and x = -1.

Why: standard quadratic factoring. The product (x-3)(x+1) = 0 forces one factor to be zero.

Step 4. Check each candidate in the original equation \sqrt{2x + 3} = x.

x = 3: left side = \sqrt{9} = 3, right side = 3. Matches.

x = -1: left side = \sqrt{1} = 1, right side = -1. Does not match — the two sides have the same magnitude but opposite signs, exactly the signature of a squaring artefact.

Why: the check catches the extraneous root. At x = -1, squaring made 1 = 1 true, but the original equation says 1 = -1, which is false.

Result: x = 3 is the only solution.

Graph of y equals square root of 2x plus 3 and y equals x showing one intersection at x equals 3A coordinate plane with axes. The curve y equals the square root of 2x plus 3 starts at x equals negative 1.5 and rises gently. The line y equals x goes through the origin at 45 degrees. They intersect at the single point (3, 3), marked with a red dot. A faint dashed vertical line at x equals negative 1 shows where the extraneous candidate was — the curve gives y equals 1 while the line gives y equals negative 1, and both points are marked with small open circles.xy0123−112x = 3√(2·(−1)+3) = 1y = −1 (off graph)
The dark curve is $y = \sqrt{2x + 3}$ and the red line is $y = x$. They meet at exactly one point: $(3, 3)$. The dashed vertical line at $x = -1$ shows the extraneous candidate — the curve gives $y = 1$ while the line gives $y = -1$, on opposite sides of the $x$-axis. Squaring could not tell these apart, but the graph can.

The graph makes it vivid: the curve and the line touch once, at (3, 3). At x = -1 they are on opposite sides of the x-axis — one positive, one negative — so they never actually meet there. Squaring collapsed that sign difference, creating the illusion of a second intersection.

Example 2: Solve $\dfrac{x^2 - 9}{x - 3} = 6$

This is a rational equation. Clearing the denominator is the natural move, but it risks creating an extraneous root at x = 3.

Step 1. Note the domain restriction.

The denominator x - 3 cannot be zero, so x \neq 3.

Why: division by zero is undefined. Any candidate that gives x = 3 must be rejected, no matter what the numerator does.

Step 2. Simplify the left side.

\frac{x^2 - 9}{x - 3} = \frac{(x-3)(x+3)}{x - 3}

For x \neq 3, the (x-3) factors cancel, giving x + 3.

Why: factoring the numerator as a difference of squares reveals the common factor. Cancelling is valid only when the factor is non-zero, which is guaranteed by the domain restriction.

Step 3. Solve the simplified equation.

x + 3 = 6
x = 3

Why: straightforward algebra — subtract 3 from both sides.

Step 4. Check the candidate against the domain restriction.

The only candidate is x = 3, but the domain restriction says x \neq 3.

Why: at x = 3, the original expression \dfrac{x^2 - 9}{x - 3} is \dfrac{0}{0}, which is undefined. The cancellation in Step 2 was valid for all x \neq 3, but the candidate happens to be exactly the forbidden value.

Result: The equation has no solution.

Graph of the rational function (x squared minus 9) over (x minus 3) showing a hole at x equals 3A coordinate plane with a straight line y equals x plus 3 drawn in dark ink, except for a small open circle (hole) at the point (3, 6) where the function is undefined. A horizontal dashed line at y equals 6 meets the line exactly at the hole. The hole shows that the equation equals 6 has no solution because the function is not defined at the one x value where the line would reach y equals 6.xy01234−1−212345y = 6hole at (3, 6)
The function $\dfrac{x^2 - 9}{x - 3}$ simplifies to $x + 3$ everywhere except $x = 3$, where it has a hole — the small open circle at $(3, 6)$. The dashed line $y = 6$ passes through exactly that hole. The equation $\dfrac{x^2 - 9}{x - 3} = 6$ asks "where does the function hit the dashed line?" — and the answer is nowhere, because the one intersection point is the one point where the function does not exist.

The graph tells the whole story. The function looks like the line y = x + 3, but with a single point missing — a hole at (3, 6). The horizontal line y = 6 passes through that exact hole. So the curves never actually meet, and the equation has no solution. The algebra found x = 3 as a candidate, but the graph shows that the function simply is not defined there.

Common confusions

Going deeper

If you understand the three moves that create extraneous roots and the two moves that lose them, and you always check your candidates, you have everything you need for school and competitive exams. The material below is for readers who want to see the pattern underneath.

The underlying idea: non-invertible functions

Every extraneous-root problem has the same abstract shape. You start with an equation f(x) = g(x). You apply some function h to both sides to get h(f(x)) = h(g(x)). If h is injective (one-to-one) — meaning different inputs always give different outputs — then the new equation has exactly the same solutions as the old one. No extraneous roots can appear.

But if h is not injective, different inputs can map to the same output. Squaring is the classic example: h(t) = t^2 sends both 3 and -3 to 9. So the equation h(f(x)) = h(g(x)) is satisfied whenever f(x) = g(x) or f(x) = -g(x). The second case is the source of the extraneous roots.

Lost roots work the same way in reverse. Dividing both sides by x is the same as applying h(t) = t/x — but this function is undefined at x = 0, so any solution at x = 0 is thrown away. The function h was not defined on the full domain of the original equation, and the missing piece of the domain took a root with it.

The general principle: an algebraic step that applies an injective function on the full domain of the equation preserves the solution set exactly. Any deviation — h is not injective, or h is not defined on the whole domain — can either add extraneous roots or lose genuine ones.

How competitive exams test this

JEE and other competitive papers rarely ask "find the extraneous root" directly. Instead, they embed the trap inside a larger problem. A common pattern: an equation has two candidate solutions, and the answer options list both individual values plus their sum. Students who skip the check choose the sum; students who check find that one candidate is extraneous and choose the single survivor. The entire question is testing whether you habitually check.

Another pattern: a problem asks "how many solutions does this equation have?" The algebra gives three candidates, but two are extraneous. The answer is one, and students who trust the algebra without checking answer three. These are free marks for anyone who has internalised the checking habit.

Connection to equivalence transformations

In formal algebra, a step that preserves the solution set is called an equivalence transformation. Adding the same expression to both sides (when defined) is an equivalence transformation. Multiplying both sides by a non-zero constant is an equivalence transformation. Squaring is not — it is an implication transformation, meaning the new equation is implied by the old one but does not imply it back. The arrow goes one way, and the backward direction is where the extraneous roots hide.

When you write \Leftrightarrow (double arrow) between two lines of algebra, you are claiming equivalence — the two equations have exactly the same solutions. When you write \Rightarrow (single arrow), you are claiming only implication — the new equation may have more solutions. The discipline of choosing the right arrow is what experienced problem-solvers use to keep track of where extraneous roots might appear.

Where this leads next

The checking habit you built here applies in every equation-solving context that follows.