Solving Equations with a Single Radical
From the math curriculum
Solving Equations with a Single Radical
TL;DR
To solve an equation with a single radical, isolate the radical term first, then raise both sides to the power that eliminates the radical. Always check your solutions by plugging them back into the original equation to identify any extraneous solutions.
1. The Mental Model
Think of solving radical equations like peeling an onion. You want to remove the outermost layer (terms added or subtracted) first, then the next layer (multiplied or divided terms), until you're left with just the radical. Then, you "undo" the radical.
2. The Core Material
When you're faced with an equation that has a square root, cube root, or any other root, your main goal is to get rid of that root. You do this by raising both sides of the equation to a power that matches the index of the radical.
The Basic Steps
- Isolate the radical: Get the radical expression by itself on one side of the equation. This means moving any other terms (numbers, variables) to the other side.
- Raise both sides to a power: If it's a square root, square both sides. If it's a cube root, cube both sides, and so on. This will eliminate the radical.
- Solve the resulting equation: After eliminating the radical, you'll have a simpler equation (often linear or quadratic) that you already know how to solve.
- Check for extraneous solutions: This is super important! Sometimes, the process of squaring (or raising to an even power) can introduce solutions that don't actually work in the original equation. Always plug your answers back into the very first equation.
graph TD
A["Start: Equation with a radical"] --> B["Isolate the radical term"];
B --> C["Raise both sides to the power of the radical's index"];
C --> D["Solve the resulting equation (e.g., linear or quadratic)"];
D --> E["Check all solutions in the original equation"];
E -- "Solution works?" --> F{"Yes"};
E -- "Solution doesn't work?" --> G{"No"};
F --> H["Keep the solution"];
G --> I["Discard (extraneous)"];
H --> J["End"];
I --> J;
Why checking is crucial (Extraneous Solutions)
Let's say you have the equation $\sqrt{x} = -2$. If you square both sides, you get $(\sqrt{x})^2 = (-2)^2$, which simplifies to $x = 4$. However, if you plug $x=4$ back into the original equation, you get $\sqrt{4} = -2$, which is $2 = -2$. This is false! So, $x=4$ is an extraneous solution. The original equation $\sqrt{x} = -2$ has no real solutions because a square root (by convention, the principal root) cannot be negative.
3. Worked Example
Let's solve $\sqrt{2x + 1} + 3 = 8$.
-
Isolate the radical:
Subtract 3 from both sides:
$\sqrt{2x + 1} = 8 - 3$
$\sqrt{2x + 1} = 5$ -
Raise both sides to a power:
Since it's a square root, square both sides:
$(\sqrt{2x + 1})^2 = 5^2$
$2x + 1 = 25$ -
Solve the resulting equation:
Subtract 1 from both sides:
$2x = 25 - 1$
$2x = 24$
Divide by 2:
$x = \frac{24}{2}$
$x = 12$ -
Check for extraneous solutions:
Plug $x=12$ back into the original equation:
$\sqrt{2(12) + 1} + 3 = 8$
$\sqrt{24 + 1} + 3 = 8$
$\sqrt{25} + 3 = 8$
$5 + 3 = 8$
$8 = 8$
This is true, so $x=12$ is a valid solution.
4. Key Takeaways
- Always get the radical term by itself on one side of the equation first.
- Raise both sides of the equation to the power that matches the index of the radical to eliminate it.
- Be careful with negative signs when raising to a power; $(-5)^2$ is $25$, but $-5^2$ is $-25$.
- After eliminating the radical, solve the remaining equation using standard algebraic techniques.
- Always check all your potential solutions by substituting them into the original equation.
Common Mistakes to Avoid

Photo by KATRIN BOLOVTSOVA on Pexels
- Forgetting to check for extraneous solutions, especially after squaring both sides.
- Squaring individual terms on one side instead of the entire side (e.g., $(a+b)^2 \neq a^2+b^2$).
- Making arithmetic errors when isolating the radical or solving the resulting equation.
- Assuming a square root sign automatically means both positive and negative results in the solution step (e.g., $\sqrt{9}=3$, not $\pm3$). The $\pm$ comes in when you introduce the square root (e.g., $x^2=9 \implies x=\pm3$).
5. Now Try It
Solve the equation $\sqrt{3x - 2} - 4 = 1$. Then, verify your solution by plugging it back into the original equation.
What success looks like: You should find a single value for $x$ that, when substituted back into the original equation, makes both sides equal. If you find a value that doesn't work, explain why it's extraneous.
Frequently asked about Solving Equations with a Single Radical
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