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:

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:

  1. Isolate the squared expression on one side
  2. Take the square root of both sides
  3. Simplify — remember to account for both positive and negative roots
  4. 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 = 4x = 7

x - 3 = -4x = -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:

  1. 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.
  2. Move everything except the squared term to one side. Get x² or (expression)² alone.
  3. Take the square root of both sides. Don't forget the ± symbol. This is where most people mess up.
  4. Solve each branch. If you have x - 5 = ±3, write out both equations: x - 5 = 3 AND x - 5 = -3.
  5. 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:

MethodBest ForSpeedDifficulty
Square RootsEquations in form x² = k or (expr)² = kFastEasy
Factoring trinomials that factor cleanlyFastModerate
Quadratic FormulaAny quadratic equationSlowerModerate
Completing the SquareWhen other methods failSlowestHard

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

Practice Problems

Try these on your own before checking:

  1. x² = 121
  2. x² - 64 = 0
  3. (x + 2)² = 25
  4. 9x² = 144
  5. (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.