Solve Square Root Equations- Comprehensive Guide
What Is a Square Root Equation?
A square root equation is any equation that contains a variable under a square root symbol. The variable is your unknown โ the thing you're actually solving for. These equations show up constantly in algebra, physics, engineering, and anywhere else where distances or magnitudes matter.
The core principle is simple: if xยฒ = a, then x = ยฑโa. But the execution gets messy fast. You have to isolate radicals, square both sides, and verify your answers. Most students mess up at least one of these steps.
The Golden Rule: Isolate First
Before you square anything, isolate the radical expression on one side of the equation. This reduces the chance of errors when you eliminate the root.
Example:
โx + 5 = 12
Subtract 5 from both sides:
โx = 7
Now you're ready to square. Much cleaner than the alternative.
How to Solve Square Root Equations
Follow these steps in order. Skipping or reordering them is where most mistakes happen.
Step 1: Isolate the Radical
Move everything except the radical to the other side. If you have multiple radicals, isolate one at a time and repeat the process.
Step 2: Square Both Sides
Eliminate the square root by squaring. But here's the catch โ you must square the entire side, not just the radical.
Wrong: โx + 5 = 12 โ x + 25 = 144
Right: โx + 5 = 12 โ (โx + 5)ยฒ = 144
The second approach is correct. You square the entire expression.
Step 3: Solve the Resulting Equation
After squaring, you'll have a regular equation. Solve it using standard algebraic methods โ combine like terms, factor, use the quadratic formula, whatever applies.
Step 4: Check for Extraneous Solutions
This step is non-negotiable. When you square both sides of an equation, you can introduce solutions that don't actually work. Plug every answer back into the original equation. If it fails, discard it.
Solving Square Root Equations โ Examples
Example 1: Simple Case
Solve โ(x + 3) = 5
Step 1: The radical is already isolated.
Step 2: Square both sides
(โ(x + 3))ยฒ = 5ยฒ
x + 3 = 25
Step 3: Solve
x = 22
Step 4: Check
โ(22 + 3) = โ25 = 5 โ
Answer: x = 22
Example 2: With a Coefficient
Solve 2โ(x - 1) = 14
Step 1: Isolate the radical
2โ(x - 1) = 14
โ(x - 1) = 7
Step 2: Square both sides
(โ(x - 1))ยฒ = 7ยฒ
x - 1 = 49
Step 3: Solve
x = 50
Step 4: Check
2โ(50 - 1) = 2โ49 = 2(7) = 14 โ
Answer: x = 50
Example 3: Two Radicals
Solve โ(x + 2) + โ(x - 1) = 3
Step 1: Isolate one radical
โ(x + 2) = 3 - โ(x - 1)
Step 2: Square both sides
(โ(x + 2))ยฒ = (3 - โ(x - 1))ยฒ
x + 2 = 9 - 6โ(x - 1) + (x - 1)
x + 2 = x + 8 - 6โ(x - 1)
2 = 8 - 6โ(x - 1)
6โ(x - 1) = 6
โ(x - 1) = 1
Step 3: Square again
x - 1 = 1
x = 2
Step 4: Check
โ(2 + 2) + โ(2 - 1) = โ4 + โ1 = 2 + 1 = 3 โ
Answer: x = 2
Common Mistakes to Avoid
- Forgetting to check answers. Extraneous solutions are common. Always verify.
- Squaring only the radical. You must square the entire side of the equation.
- Dropping the negative root. Remember: โ25 = 5, but xยฒ = 25 means x = ยฑ5. The square root symbol gives only the principal (positive) root.
- Not isolating before squaring. This complicates expansion and introduces errors.
- Algebra errors when expanding. (a + b)ยฒ = aยฒ + 2ab + bยฒ. Don't forget the middle term.
Square Root Equations vs. Quadratic Equations
Sometimes solving a square root equation leads to a quadratic. That's fine โ just solve the quadratic and check all results.
Example:
Solve โ(x + 5) = x - 1
Square both sides:
x + 5 = (x - 1)ยฒ
x + 5 = xยฒ - 2x + 1
0 = xยฒ - 3x - 4
0 = (x - 4)(x + 1)
Solutions: x = 4 or x = -1
Check x = 4: โ(4 + 5) = 3 = 4 - 1 โ
Check x = -1: โ(-1 + 5) = 2 โ -2 โ
Discard x = -1. Answer: x = 4
Quick Reference: Solving Methods
| Equation Type | Best Approach |
|---|---|
| โx = number | Square both sides directly |
| coefficient ยท โx = number | Divide first, then square |
| โx = expression with x | Square both sides, then solve |
| โx + โy = number | Isolate one, square, repeat |
| โx = expression leading to quadratic | Solve quadratic, check all answers |
Getting Started: Practice Problems
Try these. Solutions below.
- Solve โ(2x + 1) = 7
- Solve 3โ(x + 4) = 15
- Solve โ(x + 6) = x - 4
- Solve โ(x + 1) + โ(x - 3) = 4
Answers:
- x = 24
- x = 21
- x = 5 (check: x = 3 is extraneous)
- x = 4
When You're Stuck
If squaring once doesn't eliminate the radical, square again. If you still have a radical, isolate it and repeat. The process is mechanical โ isolate, square, simplify, repeat until the radical is gone.
Don't try to "simplify" by taking square roots of sums. โ(a + b) โ โa + โb. This is a trap that looks tempting but is mathematically wrong.
That's it. No fluff. Practice the steps, check your answers, and you'll get it.