Checking Solutions and Extraneous Roots
From the math curriculum
Checking Solutions and Extraneous Roots
TL;DR
Always check your answers by plugging them back into the original equation to ensure they work. Sometimes, algebraic steps can create "fake" solutions called extraneous roots that don't satisfy the original problem. This check is crucial for equations with square roots, fractions with variables, or logarithms.
1. The Mental Model
Think of solving an equation like following a recipe. Sometimes, adding an ingredient (an algebraic step) might unintentionally introduce something that looks right but doesn't belong in the final dish. You need a "taste test" (checking your solution) to catch these imposters.
2. The Core Material
When you solve an equation, you're looking for values that make the equation true. However, certain algebraic operations, especially squaring both sides, multiplying by a variable expression, or manipulating logarithms, can introduce solutions that don't actually satisfy the original equation. These are called extraneous roots.
Why Extraneous Roots Happen

Photo by Liudmyla Shalimova on Pexels
- Squaring both sides: If you have an equation like $x = 3$, squaring it gives $x^2 = 9$, which has solutions $x=3$ and $x=-3$. The $-3$ is extraneous because it doesn't satisfy the original $x=3$. This often happens with radical equations.
- Multiplying by a variable expression: If you have $\frac{1}{x} = 2$, multiplying by $x$ gives $1 = 2x$, so $x = \frac{1}{2}$. This works. But if you had $\frac{x-1}{x-1} = 1$, and multiplied by $(x-1)$, you'd get $x-1 = x-1$, which is true for all $x$. However, the original equation is undefined when $x=1$, so $x=1$ is an extraneous root if you simplify it to $1=1$. Essentially, you can't have a zero in the denominator.
- Logarithms: The argument of a logarithm must always be positive. If your solution leads to taking the log of a negative number or zero, it's extraneous.
How to Check for Extraneous Roots
The only way to identify an extraneous root is to substitute your found solution(s) back into the original equation and verify if the equation holds true.
graph TD
A["Start: Solve the equation"] --> B["Get potential solutions (x_1, x_2, ...)"];
B --> C{"Is the original equation a radical, rational, or logarithmic equation?"};
C -- "No, it's linear/polynomial" --> D["Solutions are likely valid"];
C -- "Yes, it might have restrictions" --> E["For each potential solution (x_i):"];
E --> F["Substitute x_i into the ORIGINAL equation"];
F --> G{"Does the original equation hold true (LHS = RHS)?"};
G -- "Yes" --> H["x_i is a valid solution"];
G -- "No" --> I["x_i is an extraneous root"];
H --> J["Collect all valid solutions"];
I --> J;
J --> K["End"];
Understanding Restrictions First
Before you even solve, quickly identify any restrictions on the variable. For instance:
* In $\sqrt{x-2} = 5$, you know $x-2 \ge 0$, so $x \ge 2$.
* In $\frac{1}{x-3} = 2$, you know $x-3 \ne 0$, so $x \ne 3$.
* In $\log(x+1) = 2$, you know $x+1 > 0$, so $x > -1$.
Any solution you find that violates these initial restrictions is automatically extraneous.
3. Worked Example
Let's solve the radical equation: $\sqrt{x+2} + 4 = x$.
-
Isolate the radical:
$\sqrt{x+2} = x - 4$ -
Identify initial restrictions: For $\sqrt{x+2}$ to be defined, $x+2 \ge 0 \Rightarrow x \ge -2$.
Also, for the right side to be equal to a non-negative square root, $x-4 \ge 0 \Rightarrow x \ge 4$.
So, any valid solution must be $x \ge 4$. -
Square both sides:
$(\sqrt{x+2})^2 = (x-4)^2$
$x+2 = x^2 - 8x + 16$ -
Rearrange into a quadratic equation:
$0 = x^2 - 9x + 14$ -
Solve the quadratic equation (by factoring):
$0 = (x-7)(x-2)$
This gives two potential solutions: $x=7$ and $x=2$. -
Check potential solutions in the ORIGINAL equation: $\sqrt{x+2} + 4 = x$
-
Check $x=7$:
$\sqrt{7+2} + 4 = 7$
$\sqrt{9} + 4 = 7$
$3 + 4 = 7$
$7 = 7$
This is TRUE. So, $x=7$ is a valid solution. -
Check $x=2$:
$\sqrt{2+2} + 4 = 2$
$\sqrt{4} + 4 = 2$
$2 + 4 = 2$
$6 = 2$
This is FALSE. So, $x=2$ is an extraneous root.
-
Our initial restriction ($x \ge 4$) already told us $x=2$ couldn't be a solution. The check confirms it.
4. Key Takeaways
- Always plug your potential solutions back into the original equation to confirm they work.
- Extraneous roots often appear when you square both sides of an equation.
- Be extra careful when solving equations with radicals, fractions containing variables, or logarithms.
- Solutions that make a denominator zero or a logarithm's argument negative/zero are always extraneous.
- Identifying restrictions on the variable before solving can often help you spot extraneous roots early.
- An extraneous root is a number that arises during the algebraic process but doesn't actually satisfy the initial problem.
5. Now Try It
Solve the equation $\frac{x}{x-3} = \frac{3}{x-3} + 2$. Make sure to check your solution(s) for extraneous roots. What to do: Find all possible values for x, then verify each one in the original equation. What success looks like: You'll correctly identify the valid solution(s) and explain why any other potential solutions are extraneous.
Frequently asked about Checking Solutions and Extraneous Roots
Study this next
Get the full math curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account