Solving Equations by Extracting Square Roots Method

What Is the Extracting Square Roots Method?

It's a technique for solving quadratic equations without using the quadratic formula. Instead of factoring or completing the square step-by-step, you isolate the squared term and take the square root of both sides.

This method works only when the equation is already in the form:

(ax + b)² = c   or   ax² = c

If your equation doesn't fit this pattern, find a different method. Forcing this one will waste your time.

When This Method Actually Saves You Time

The extracting square roots method is fastest when:

For anything with an x term, skip this. Use factoring or the quadratic formula instead.

The Basic Process: 4 Steps

Step 1: Isolate the Squared Term

Get the perfect square alone on one side. Move everything else to the other side.

Step 2: Take the Square Root of Both Sides

Don't forget the ± symbol. This is where most people mess up. √(something) = ±(something else).

Step 3: Solve for x

Isolate the variable. You'll get two solutions in most cases.

Step 4: Check Your Answers

Plug both solutions back into the original equation. If either one doesn't work, discard it.

Worked Examples

Example 1: Simple Case

Solve: x² = 49

Step 1: The squared term is already isolated. ✓

Step 2: Take the square root of both sides.

x = ±√49

Step 3: Simplify.

x = ±7

Done. Two solutions: x = 7 or x = -7.

Verify: 7² = 49 ✓    (-7)² = 49 ✓

Example 2: With a Coefficient Outside the Square

Solve: 3x² = 75

Step 1: Divide both sides by 3.

x² = 25

Step 2: Take the square root.

x = ±√25

Step 3: Simplify.

x = ±5

Example 3: Binomial Squared

Solve: (x + 2)² = 36

Step 1: Already isolated. ✓

Step 2: Take the square root of both sides.

x + 2 = ±√36

x + 2 = ±6

Step 3: Split into two equations.

x + 2 = 6   →   x = 4

x + 2 = -6   →   x = -8

Verify: (4 + 2)² = 36 ✓    (-8 + 2)² = (-6)² = 36 ✓

Example 4: Fraction Involved

Solve: (x - 5)² = 8

Step 2: Take the square root.

x - 5 = ±√8

Step 3: Simplify √8 = 2√2, then solve.

x = 5 ± 2√2

x = 5 + 2√2 or x = 5 - 2√2

These are irrational solutions. That's fine. Not every quadratic gives you nice integers.

Quick Reference: Comparing Solution Methods

Method Best For Speed Difficulty
Extracting Square Roots Equations in form (ax + b)² = c Fastest Easy
Factoring Factorable quadratics Fast if you see the factors Medium
Completing the Square Any quadratic, vertex form Slow Hard
Quadratic Formula Any quadratic Consistent Medium

If extracting square roots applies, use it. It's the fastest option by far.

Getting Started: Practice Problems

Try these. Answers below.

  1. x² = 121
  2. 4x² = 64
  3. (x - 4)² = 49
  4. (2x + 1)² = 25
  5. (x + 3)² = 11

Answers:

  1. x = ±11
  2. x = ±4
  3. x = 11 or x = -3
  4. x = 2 or x = -3
  5. x = -3 ± √11

Common Mistakes That Will Cost You Points

When to Bail and Use a Different Method

Equation: x² + 6x + 5 = 0

Has an x term. Extracting square roots won't work here without first completing the square, which defeats the purpose.

Use factoring: (x + 5)(x + 1) = 0 → x = -5 or x = -1.

Or use the quadratic formula if factoring doesn't come to you quickly.

Bottom Line

The extracting square roots method is a specialized tool. It works fast when your equation is already a perfect square or can be written as one. For everything else, use factoring or the quadratic formula.

Know which tool fits which job. That's the actual skill here.