Solving by Square Roots- Methods and Examples
What Is Solving by Square Roots?
Solving by square roots is a technique for handling quadratic equations that fit a specific pattern. Instead of factoring or using the quadratic formula, you isolate the squared term and take the square root of both sides.
This method works fast when your equation looks like x² = number or (something)² = number. It's clean, direct, and avoids the mess of expanding everything out.
When to Use This Method
Not every quadratic equation is a good fit. This technique shines when:
- You have a perfect square on one side
- The equation has no x-term (no linear coefficient)
- Constants are already isolated on one side
Equations like x² = 49, (x-3)² = 16, or 4x² = 36 are perfect candidates. If you see mixed terms like 3x² + 5x - 2 = 0, this method won't help you.
The Basic Process
Here's how it works:
- Isolate the squared expression on one side
- Take the square root of both sides
- Simplify — remember to account for both positive and negative roots
- Solve for the variable if needed
That's it. Four steps. Nothing fancy.
Simple Examples
Example 1: x² = 49
This is as straightforward as it gets.
Take the square root of both sides:
x = ±√49
x = ±7
Two solutions: x = 7 or x = -7.
Example 2: x² - 25 = 0
First, isolate the squared term:
x² = 25
Now take the square root:
x = ±√25
x = ±5
Example 3: 4x² = 36
Divide both sides by 4 first:
x² = 9
Take the square root:
x = ±3
Example 4: (x - 3)² = 16
When you have a binomial squared, you still take the square root of both sides:
x - 3 = ±√16
x - 3 = ±4
Now solve both cases:
x - 3 = 4 → x = 7
x - 3 = -4 → x = -1
Two solutions: x = 7 or x = -1.
Getting Started: A Step-by-Step How To
Here's how to attack any equation with this method:
- Check the structure. Do you see x² by itself? A binomial squared? If yes, proceed. If you see x² + 5x + 6, go back to factoring or the quadratic formula.
- Move everything except the squared term to one side. Get x² or (expression)² alone.
- Take the square root of both sides. Don't forget the ± symbol. This is where most people mess up.
- Solve each branch. If you have x - 5 = ±3, write out both equations: x - 5 = 3 AND x - 5 = -3.
- Check your answers. Plug both back into the original equation to make sure they work.
Solving by Square Roots vs. Other Methods
Here's how this stacks up against the alternatives:
| Method | Best For | Speed | Difficulty |
|---|---|---|---|
| Square Roots | Equations in form x² = k or (expr)² = k | Fast | Easy |
| Factoring | trinomials that factor cleanly | Fast | Moderate |
| Quadratic Formula | Any quadratic equation | Slower | Moderate |
| Completing the Square | When other methods fail | Slowest | Hard |
The square root method is the fastest option when your equation fits. Use it when you can. Don't force other methods when this one applies.
Common Mistakes to Avoid
- Forgetting the ±. Every time you take a square root of both sides, you need ±. x² = 16 gives x = 4 AND x = -4. Missing the negative root means losing half your answers.
- Taking the square root of each term separately. √(9 + 16) ≠ √9 + √16. The first equals 5, the second equals 7. Don't do that.
- Not isolating first. You can't take square roots through addition or subtraction. Get the squared term alone first.
- Arithmetic errors. √144 = 12, not 14. Know your perfect squares cold.
Practice Problems
Try these on your own before checking:
- x² = 121
- x² - 64 = 0
- (x + 2)² = 25
- 9x² = 144
- (x - 7)² = 49
Answers: 1) x = ±11 2) x = ±8 3) x = 3 or x = -7 4) x = ±4 5) x = 14 or x = 0
The Bottom Line
Solving by square roots works when equations are already in the right form. It's not a universal solution, but when it applies, it's the fastest path to the answer. Master the ±, know your perfect squares, and always check your work.