Have you ever solved an equation carefully, gotten an answer, and then been told it is “not actually a solution”? That feels wrong at first. How can correct algebra lead to a “fake” answer? In this lesson we explore rational and radical equations where this strange thing happens: we sometimes create extraneous solutions that look valid algebraically but do not truly satisfy the original equation.
A rational expression is a fraction whose numerator and denominator are polynomials, such as \(\dfrac{2x+1}{x-3}\) or \(\dfrac{5}{x^2+4x}\). A rational equation is an equation in which at least one side contains a rational expression, for example \(\dfrac{2}{x-1} = 3\).
A radical expression involves a root, such as \(\sqrt{x+5}\) or \(\sqrt[3]{2x-1}\). A radical equation is an equation where the variable appears inside a radical, such as \(\sqrt{x+3} = x-1\).
When solving equations, we are not just doing steps mechanically. We are reasoning about what values of the variable actually make the equation true. Every algebraic move we make—adding, multiplying, squaring—can change which values are allowed. That is where extraneous solutions come from.
Before solving, we always think about the domain of the equation: the values of the variable that even make sense to plug in. For a rational expression like \(\dfrac{1}{x-2}\), the denominator cannot be zero. So \(x \neq 2\). This restriction is often shown on a number line with a hole at \(x = 2\), as in [Figure 1].
For radical expressions with an even index (like square roots, fourth roots), the radicand must be nonnegative if we only work with real numbers. For example, in \(\sqrt{x-1}\) we need \(x - 1 \ge 0\), so \(x \ge 1\). If we get a number that violates these domain conditions, it cannot be a solution, no matter what the algebra seemed to say.

For radical equations, another subtle domain idea appears: the expression \(\sqrt{x}\) represents the nonnegative square root. So if we write \(y = \sqrt{x}\), then \(y \ge 0\), even though \(y^2 = x\) would also be true for negative \(y\). This asymmetry becomes important when we square both sides later on.
As we move through examples, keep asking: what values are even allowed, and does my final answer truly make the original equation’s left side equal the right side?
To solve simple rational equations (especially linear ones in the denominator), a common strategy is:
This checking step is where we connect back to reasoning: we verify that our algebra did not accidentally allow forbidden values.
Example 1: Rational equation with no extraneous solutions
Solve \(\dfrac{2}{x-1} = 3\).
Step 1: Domain restriction. The denominator \(x - 1\) cannot be zero. So \(x \neq 1\).
Step 2: Clear the fraction. Multiply both sides of the equation by \(x - 1\):
\[ (x-1) \cdot \frac{2}{x-1} = 3(x-1) \]
On the left, \(x-1\) cancels in numerator and denominator, leaving \(2\):
\(2 = 3(x-1)\)
Step 3: Solve the linear equation.
Distribute:
\(2 = 3x - 3\)
Add \(3\) to both sides:
\(5 = 3x\)
Divide by \(3\):
\[ x = \frac{5}{3} \]
Step 4: Check and compare with domain.
Our restriction was \(x \neq 1\). The solution \(x = \dfrac{5}{3}\) is allowed. Substitute into the original equation:
Left side:
\[ \frac{2}{x-1} = \frac{2}{\frac{5}{3} - 1} = \frac{2}{\frac{5}{3} - \frac{3}{3}} = \frac{2}{\frac{2}{3}} = 2 \cdot \frac{3}{2} = 3 \]
Right side: \(3\).
The equation balances, so \(x = \dfrac{5}{3}\) is a valid solution.
When solving rational equations, extraneous solutions usually appear because we multiply both sides by an expression that can be zero, such as \(x-2\). Algebraically, this seems allowed, but if \(x-2 = 0\), we would be multiplying by zero and losing information. So we might “create” a solution that actually makes the original expression undefined. The number-line view from [Figure 1] is a good reminder: values that make denominators zero are simply not in the game.
Example 2: Rational equation with an extraneous solution
Solve \(\dfrac{x}{x-2} = 3\).
Step 1: Domain restriction. Denominator \(x-2\) cannot be zero, so \(x \neq 2\).
Step 2: Clear the denominator. Multiply both sides by \(x-2\):
\[ (x-2) \cdot \frac{x}{x-2} = 3(x-2) \]
The left side simplifies to \(x\):
\(x = 3(x-2)\)
Step 3: Solve.
Distribute on the right:
\(x = 3x - 6\)
Subtract \(3x\) from both sides:
\(-2x = -6\)
Divide by \(-2\):
\(x = 3\)
Step 4: Check solution.
We found \(x = 3\). This does not violate the domain restriction \(x \neq 2\), so it is a candidate. Substitute back:
Left side:
\[ \frac{x}{x-2} = \frac{3}{3-2} = \frac{3}{1} = 3 \]
Right side: \(3\).
The equation holds, so \(x = 3\) is a valid solution. This example did not create an extraneous solution, but it showed the importance of tracking domain restrictions.
Example 3: Rational equation where a “solution” violates the domain
Solve \(\dfrac{1}{x} + 1 = \dfrac{x+1}{x}\).
Step 1: Domain restriction. Denominator \(x\) cannot be zero, so \(x \neq 0\).
Step 2: Get a common denominator.
The left side is \(\dfrac{1}{x} + 1\). Rewrite \(1\) as \(\dfrac{x}{x}\):
\[ \frac{1}{x} + 1 = \frac{1}{x} + \frac{x}{x} = \frac{1 + x}{x} \]
So the equation becomes
\[ \frac{1+x}{x} = \frac{x+1}{x} \]
These two sides are actually the same expression. Any allowed \(x\) should work, as long as \(x \neq 0\).
Step 3: Reason about solutions.
Because both sides are identical rational expressions, every real number except \(0\) makes the equation true. The solution set is “all real numbers, \(x \neq 0\).”
This example highlights a different kind of reasoning: instead of blindly multiplying both sides, notice when expressions are actually equal for all allowed values.
Example 4: Rational equation producing an extraneous candidate
Solve \(\dfrac{2}{x} = \dfrac{4}{x-2}\).
Step 1: Domain restrictions. We need \(x \neq 0\) and \(x \neq 2\).
Step 2: Clear denominators. Multiply both sides by \(x(x-2)\):
\[ x(x-2) \cdot \frac{2}{x} = x(x-2) \cdot \frac{4}{x-2} \]
Simplify each side:
Left side: \(2(x-2)\). Right side: \(4x\).
So
\(2(x-2) = 4x\)
Step 3: Solve.
Distribute:
\(2x - 4 = 4x\)
Subtract \(2x\) from both sides:
\(-4 = 2x\)
Divide by \(2\):
\(x = -2\)
Step 4: Check solution.
Check domain: \(x = -2\) is allowed because \(-2 \neq 0\) and \(-2 \neq 2\). Substitute into original equation:
Left side:
\[ \frac{2}{x} = \frac{2}{-2} = -1 \]
Right side:
\[ \frac{4}{x-2} = \frac{4}{-2-2} = \frac{4}{-4} = -1 \]
The equality holds, so no extraneous solution here. However, if our algebra had ever led to \(x = 0\) or \(x = 2\), those would have been extraneous because they violate the domain seen in [Figure 1]-style diagrams.
Radical equations often arise from geometry and physics. For instance, in free-fall motion, distance fallen \(d\) is related to time \(t\) by \(d = 4.9t^2\), so \(t = \sqrt{\dfrac{d}{4.9}}\). Solving radical equations means dealing carefully with roots.
A typical strategy for equations with a single square root is:
Example 5: Radical equation with valid solutions only
Solve \(\sqrt{x+1} = x-1\).
Step 1: Domain consideration.
For \(\sqrt{x+1}\), we need \(x+1 \ge 0\), so \(x \ge -1\). Also, \(\sqrt{x+1}\) is always \(\ge 0\), so the right side \(x-1\) must be \(\ge 0\) as well. That gives \(x \ge 1\). Combined, the domain condition is \(x \ge 1\).
Step 2: Square both sides.
Square the equation \(\sqrt{x+1} = x-1\):
\[ (\sqrt{x+1})^2 = (x-1)^2 \]
So
\[ x+1 = x^2 - 2x + 1 \]
Step 3: Rearrange into standard form.
Subtract \(x+1\) from both sides:
\[ 0 = x^2 - 2x + 1 - x - 1 \]
Combine like terms:
\[ 0 = x^2 - 3x \]
Factor:
\(0 = x(x-3)\)
So the algebraic solutions are \(x = 0\) or \(x = 3\).
Step 4: Check both solutions in the original equation.
Check \(x = 0\):
Left side: \(\sqrt{0+1} = \sqrt{1} = 1\).
Right side: \(0 - 1 = -1\).
Not equal, so \(x = 0\) is an extraneous solution.
Check \(x = 3\):
Left side: \(\sqrt{3+1} = \sqrt{4} = 2\).
Right side: \(3 - 1 = 2\).
They match, and \(3 \ge 1\), so \(x = 3\) is a valid solution.
This is our first clear example of how squaring both sides can create an extraneous solution. Algebra produced \(x = 0\), but the original equation rejected it.
Why do extraneous solutions appear so often with radicals? Because operations like squaring are not one-to-one. If \(a = b\), then \(a^2 = b^2\). But the reverse is not always true: if \(a^2 = b^2\), then \(a = b\) or \(a = -b\). When we square both sides, we might be including extra possibilities that never satisfied the original equation. Graphically, squaring can add extra intersections that are not real solutions of the original radical equation.

Example 6: Radical equation with one extraneous solution
Solve \(\sqrt{x+3} = x-1\).
Step 1: Domain consideration.
We need \(x+3 \ge 0\), so \(x \ge -3\). Because the left side \(\sqrt{x+3}\) is nonnegative, we also need \(x-1 \ge 0\), so \(x \ge 1\). Altogether, \(x \ge 1\).
Step 2: Square both sides.
\[ (\sqrt{x+3})^2 = (x-1)^2 \]
So
\[ x+3 = x^2 - 2x + 1 \]
Step 3: Rearrange and solve.
Subtract \(x+3\) from both sides:
\[ 0 = x^2 - 2x + 1 - x - 3 \]
\[ 0 = x^2 - 3x - 2 \]
We might try to factor \(x^2 - 3x - 2\), but there are no integers whose product is \(-2\) and whose sum is \(-3\). So we use the quadratic formula. For \(x^2 - 3x - 2 = 0\), we have \(a = 1\), \(b = -3\), \(c = -2\). Then
\[ x = \frac{3 \pm \sqrt{(-3)^2 - 4(1)(-2)}}{2} = \frac{3 \pm \sqrt{9 + 8}}{2} = \frac{3 \pm \sqrt{17}}{2} \]
So the algebraic solutions are \(x = \dfrac{3 + \sqrt{17}}{2}\) and \(x = \dfrac{3 - \sqrt{17}}{2}\).
Step 4: Check both solutions.
First, approximate:
\(\sqrt{17} \approx 4.123\).
So
\(x_1 = \dfrac{3 + \sqrt{17}}{2} \approx \dfrac{3 + 4.123}{2} = \dfrac{7.123}{2} \approx 3.5615\).
\(x_2 = \dfrac{3 - \sqrt{17}}{2} \approx \dfrac{3 - 4.123}{2} = \dfrac{-1.123}{2} \approx -0.5615\).
Check domain \(x \ge 1\): \(x_1 \approx 3.56\) is allowed; \(x_2 \approx -0.56\) is not allowed. So \(x_2\) is immediately extraneous.
Check \(x_1\) in the original equation:
Left side: \(\sqrt{x_1+3}\).
Right side: \(x_1 - 1\).
Without going through all decimals, we know from algebra that if a root satisfies both the domain condition and the squared equation, it will land at the intersection shown in [Figure 2]. A quick calculator check will confirm the equality numerically. Thus the only valid solution is \(x = \dfrac{3 + \sqrt{17}}{2}\).
Example 7: Radical equation with two radicals
Solve \(\sqrt{x+5} - \sqrt{x-1} = 2\).
Step 1: Domain considerations.
We need \(x+5 \ge 0\) and \(x-1 \ge 0\). So \(x \ge -5\) and \(x \ge 1\). Combined: \(x \ge 1\).
Step 2: Isolate one radical.
Move one radical to the other side:
\[ \sqrt{x+5} = 2 + \sqrt{x-1} \]
Step 3: Square both sides.
Square:
\[ (\sqrt{x+5})^2 = (2 + \sqrt{x-1})^2 \]
Left side: \(x+5\).
Right side: \(4 + 4\sqrt{x-1} + (\sqrt{x-1})^2 = 4 + 4\sqrt{x-1} + x-1\).
So we get
\[ x+5 = x + 3 + 4\sqrt{x-1} \]
Subtract \(x+3\) from both sides:
\[ 2 = 4\sqrt{x-1} \]
Divide both sides by \(4\):
\[ \frac{1}{2} = \sqrt{x-1} \]
Step 4: Square again to remove the remaining radical.
\[ \left(\frac{1}{2}\right)^2 = (\sqrt{x-1})^2 \]
\[ \frac{1}{4} = x-1 \]
Add \(1\) to both sides:
\[ x = 1 + \frac{1}{4} = \frac{5}{4} \]
Step 5: Check in the original equation.
We must check carefully because we squared twice.
Original equation: \(\sqrt{x+5} - \sqrt{x-1} = 2\).
Plug in \(x = \dfrac{5}{4}\).
Left side:
\[ \sqrt{\frac{5}{4}+5} - \sqrt{\frac{5}{4}-1} = \sqrt{\frac{5}{4} + \frac{20}{4}} - \sqrt{\frac{5}{4} - \frac{4}{4}} = \sqrt{\frac{25}{4}} - \sqrt{\frac{1}{4}} \]
\[ = \frac{5}{2} - \frac{1}{2} = 2 \]
Right side: \(2\).
The equation holds and \(x = \dfrac{5}{4} \ge 1\), so it is a valid solution. In problems like this, it is common for extra algebraic roots to appear; checking prevents them from slipping through.
Rational and radical equations appear in many real contexts, and extraneous solutions often correspond to impossible or meaningless situations.
Rational equations in real life. Suppose you travel a certain distance \(D\) in two parts: first at speed \(v_1\) for time \(t_1\), then at speed \(v_2\) for time \(t_2\). The average speed involves an expression like
\[ \textrm{average speed} = \frac{D}{t_1 + t_2} \]
When you solve for one of the times or speeds, you often end up with rational equations in the unknown. Values that make denominators zero correspond to “zero time” or “infinite speed,” which are impossible. Those represent extraneous algebraic possibilities that we must discard.
Radical equations in geometry and physics. In geometry, the diagonal of a rectangle of sides \(a\) and \(b\) is \(\sqrt{a^2 + b^2}\). If you solve for one side in terms of the diagonal and the other side, you may create radical equations. Any negative length that appears from algebra is extraneous because lengths must be nonnegative.
In physics, the time it takes for an object to fall a certain distance can be found from \(d = 4.9t^2\). Solving for \(t\) gives \(t = \sqrt{\dfrac{d}{4.9}}\). The negative root of \(t^2 = \dfrac{d}{4.9}\) is mathematically valid but physically impossible, since time measured in this context cannot be negative. This is another form of extraneous solution, similar in spirit to the unwanted negative values that might appear after squaring both sides of a radical equation, as we saw in [Figure 2].
In all these settings, we are not just following rules: we are interpreting what our algebraic steps mean and checking whether the results fit the situation.