To undo a square root, isolate the radical, square both sides, then test the result in the original statement.
A square root is a one-way filter. It returns the principal root, not every number whose square matches the value underneath the radical. That’s why “reversing” a square root is not just a matter of squaring whatever you see and calling it done.
In algebra, the clean move is to isolate the square root first. Then square both sides. That removes the radical and gives you an equation you can work with. The catch is that squaring can create answers that were never valid in the first place, so the last check is part of the job, not an optional extra.
What Reversing A Square Root Actually Means
When you take the square root of a number, you move from a square back to its principal root. Reversing that action means getting back to the original squared expression. In plain terms, if √x = 7, reversing the square root means squaring both sides so that x = 49.
That works nicely in bare-bones cases. It gets trickier once the radical sits inside a longer equation, such as √(x + 5) = 9 or √(2x – 3) + 4 = 10. In those cases, you must peel away the outside pieces first so the radical stands alone.
- If the square root is already isolated, square both sides right away.
- If there’s a number added or subtracted outside the radical, move it first.
- If there are two radicals, you may need to isolate one, square, then repeat.
- If you get a final answer, plug it back into the starting equation.
How To Reverse a Square Root In An Equation
Here’s the pattern that works most of the time. It stays tidy and cuts down on careless mistakes.
Step 1: Isolate The Radical
Get the square root by itself on one side of the equation. If the problem is √(x + 12) – 5 = 4, add 5 first. That gives you √(x + 12) = 9.
Step 2: Square Both Sides
Now square the left side and the right side. Since the square and square root undo each other here, x + 12 = 81. Then subtract 12 to get x = 69.
Step 3: Check The Result In The Original
Put 69 back into the first equation: √(69 + 12) – 5 = √81 – 5 = 9 – 5 = 4. It works, so 69 stays.
This square-then-check flow lines up with the treatment used in OpenStax’s section on equations with square roots, which stresses isolating the radical before you square both sides.
Where People Slip Up
The biggest error comes from squaring too soon. Say you start with √(x – 1) + 3 = 8. If you square the whole left side before isolating the radical, you create a messy expansion and invite mistakes. Move the 3 first. Then square.
The second trap is forgetting that the square root symbol means the principal square root. That output is never negative in the real-number system. So if you isolate a square root and get √(2x + 1) = -6, you can stop right there. No real solution exists.
The third trap is the fake answer, often called an extraneous solution. This happens because squaring changes the equation. Khan Academy’s lesson on square-root equations walks through this issue clearly: an answer can survive the algebra and still fail the original equation.
Reversing A Square Root In Algebra Problems
Different equation styles call for slightly different handling. The core move stays the same, yet the setup matters.
Case 1: A Plain Radical Equation
Example: √x = 11
Square both sides: x = 121. Check: √121 = 11. Done.
Case 2: Something Sits Inside The Radical
Example: √(3x + 4) = 10
Square both sides: 3x + 4 = 100. Then 3x = 96, so x = 32. Check: √(96 + 4) = √100 = 10.
Case 3: A Number Sits Outside The Radical
Example: √(x – 7) + 2 = 9
Subtract 2 first: √(x – 7) = 7. Then square: x – 7 = 49. So x = 56.
Case 4: A Radical On Both Sides
Example: √(x + 1) = √(2x – 8)
Since both sides are already radicals, square both sides: x + 1 = 2x – 8. That gives x = 9. Check: √10 = √10. Good.
| Problem Type | What To Do | Watch For |
|---|---|---|
| √x = a | Square both sides | a must be 0 or greater |
| √(ax + b) = c | Square, then solve the linear equation | Check the final x |
| √(ax + b) + c = d | Move c first, then square | Don’t square too early |
| a + √(bx + c) = d | Subtract a, isolate the radical | The isolated side must be nonnegative |
| √(ax + b) = √(cx + d) | Square both sides at once | Still check the answer |
| √(ax + b) = -c | Stop before squaring | No real solution if c is positive |
| Two radicals in one equation | Isolate one radical, square, then repeat | Extra roots show up often |
| Square-root function y = √x | Swap x and y, then square | Track the restricted domain and range |
How To Reverse A Square Root In Functions
With functions, “reverse” often means “find the inverse.” The square-root parent function is y = √x. To reverse it, swap x and y first. That gives x = √y. Then square both sides: y = x².
There’s one detail you can’t skip: the inverse only matches the original range. Since y = √x never outputs negative values, the inverse relation y = x² is tied to x ≥ 0 when you treat it as the inverse of the square-root function. Wolfram MathWorld’s entry on square roots notes this principal-root idea, which is the reason the output stays nonnegative.
That domain-and-range pairing explains why reversing a square root in function form is a little stricter than reversing it in a one-line equation. In an equation, you’re hunting for values that make the statement true. In a function, you’re also protecting the rule that defines the output.
Worked Examples That Show The Full Process
Example 1: One Clean Answer
Solve √(2x + 5) = 9.
- Square both sides: 2x + 5 = 81
- Subtract 5: 2x = 76
- Divide by 2: x = 38
- Check: √(76 + 5) = √81 = 9
Example 2: An Answer That Fails The Check
Solve √(x + 4) = x – 2.
Square both sides: x + 4 = (x – 2)² = x² – 4x + 4. Rearranging gives x² – 5x = 0, so x = 0 or x = 5.
Now check each one in the original equation.
- x = 0 gives √4 = -2, which is false.
- x = 5 gives √9 = 3, which is true.
So the only valid answer is x = 5.
Example 3: A Radical Plus A Constant
Solve √(3x – 2) + 1 = 8.
- Subtract 1: √(3x – 2) = 7
- Square both sides: 3x – 2 = 49
- Add 2: 3x = 51
- Divide by 3: x = 17
- Check: √(51 – 2) + 1 = √49 + 1 = 8
| Equation | After Reversing The Square Root | Valid Answer |
|---|---|---|
| √x = 6 | x = 36 | 36 |
| √(x + 3) = 5 | x + 3 = 25 | 22 |
| √(2x – 1) = 7 | 2x – 1 = 49 | 25 |
| √(x – 4) + 2 = 8 | x – 4 = 36 | 40 |
| √(x + 4) = x – 2 | x = 0 or x = 5 after squaring | 5 only |
A Fast Check Before You Move On
If you want one compact rule set, use this:
- Get the square root alone.
- Square both sides once the radical is isolated.
- Solve the new equation.
- Plug the answer back into the starting equation.
That order keeps the work clean. It also guards against the most common miss: carrying a fake answer all the way to the end. When the square root is part of a function, add one more check for domain and range so the inverse still matches the original rule.
References & Sources
- OpenStax.“9.6 Solve Equations with Square Roots.”Shows the standard algebra process for isolating radicals, squaring both sides, and checking solutions.
- Khan Academy.“Solving Square-Root Equations.”Explains why extraneous solutions appear after squaring and why each answer must be tested.
- Wolfram MathWorld.“Square Root.”Defines square roots and the principal square root, which supports the domain and inverse-function points in the article.