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

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.

  1. Solve โˆš(2x + 1) = 7
  2. Solve 3โˆš(x + 4) = 15
  3. Solve โˆš(x + 6) = x - 4
  4. Solve โˆš(x + 1) + โˆš(x - 3) = 4

Answers:

  1. x = 24
  2. x = 21
  3. x = 5 (check: x = 3 is extraneous)
  4. 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.