Fiveable

🔟Elementary Algebra Unit 9 Review

QR code for Elementary Algebra practice questions

9.6 Solve Equations with Square Roots

9.6 Solve Equations with Square Roots

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Solving Equations with Square Roots

Solving equations with square roots means undoing a radical to find the value of the variable hidden inside it. This skill shows up constantly in geometry, physics, and later algebra courses, so getting comfortable with the process now pays off. The biggest catch: squaring both sides of an equation can create extraneous solutions that look right but aren't, so you always need to check your answers.

How to Solve a Radical Equation

The core strategy is to isolate the square root, square both sides to remove it, then solve what's left. Here's the step-by-step process:

  1. Isolate the radical on one side of the equation. Use addition, subtraction, multiplication, or division to get the square root term by itself.
  2. Square both sides to eliminate the square root. This works because (x)2=x(\sqrt{x})^2 = x. Be careful to square the entire side, not just individual terms.
  3. Solve the resulting equation. Expand, combine like terms, and isolate the variable using inverse operations.
  4. Check every solution in the original equation (the one with the radical still in it). Throw out any solution that doesn't work.

Worked Example

Solve x+3=5\sqrt{x + 3} = 5

  1. The radical is already isolated.
  2. Square both sides: x+3=25x + 3 = 25
  3. Subtract 3: x=22x = 22
  4. Check: 22+3=25=5\sqrt{22 + 3} = \sqrt{25} = 5
Radical equation solving techniques, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Solving Radical Equations

Example with an Extraneous Solution

Solve 2x+1=x1\sqrt{2x + 1} = x - 1

  1. The radical is already isolated.

  2. Square both sides: 2x+1=(x1)2=x22x+12x + 1 = (x - 1)^2 = x^2 - 2x + 1

  3. Rearrange: 0=x24x0 = x^2 - 4x, so 0=x(x4)0 = x(x - 4). This gives x=0x = 0 or x=4x = 4.

  4. Check x=0x = 0: 2(0)+1=1=1\sqrt{2(0) + 1} = \sqrt{1} = 1, but 01=10 - 1 = -1. Since 111 \neq -1, this is extraneous. Discard it.

  5. Check x=4x = 4: 2(4)+1=9=3\sqrt{2(4) + 1} = \sqrt{9} = 3, and 41=34 - 1 = 3

The only solution is x=4x = 4.

Extraneous Solutions

Squaring both sides of an equation is a valid algebraic step, but it can introduce answers that don't actually satisfy the original equation. This happens because squaring removes the distinction between positive and negative values (both 323^2 and (3)2(-3)^2 equal 9).

That's why checking is not optional. To identify extraneous solutions:

  • Plug each answer back into the original radical equation.
  • If the left side doesn't equal the right side, that solution is extraneous.
  • Only keep solutions that make the original equation true.

Also remember that a square root (by definition) produces a non-negative output. So if your equation has something=negative number\sqrt{\text{something}} = \text{negative number}, there's no solution at all.

Radical equation solving techniques, 8.4: Solving Radical Equations - Mathematics LibreTexts

Square Root Formulas in Applications

Several common formulas require solving for a variable that's under a square root or inside a squared term.

  • Pythagorean theorem: a2+b2=c2a^2 + b^2 = c^2, where aa and bb are the legs of a right triangle and cc is the hypotenuse. To find a missing side, you isolate the squared term and take the square root. For example, if a=3a = 3 and c=5c = 5: b2=259=16b^2 = 25 - 9 = 16, so b=4b = 4.
  • Falling object (gravity) formula: d=12gt2d = \frac{1}{2}gt^2, where dd is the distance fallen, gg is acceleration due to gravity (9.8 m/s29.8 \text{ m/s}^2 on Earth), and tt is time in seconds. Solving for tt gives t=2dgt = \sqrt{\frac{2d}{g}}.
  • Speed formula: v=2adv = \sqrt{2ad}, where vv is speed, aa is acceleration, and dd is distance. To solve for dd, square both sides to get v2=2adv^2 = 2ad, then d=v22ad = \frac{v^2}{2a}.
  • Circle area: A=πr2A = \pi r^2. Solving for the radius gives r=Aπr = \sqrt{\frac{A}{\pi}}.

In each case, the same process applies: isolate the radical (or create one by taking a square root), then solve.

  • Square root functions and domain: The expression x\sqrt{x} is only defined for x0x \geq 0 (in real numbers). This means the expression inside any square root must be non-negative, which can restrict which solutions are valid.
  • Functions and inverses: Squaring and taking a square root are inverse operations, but they don't perfectly "undo" each other in all cases. The square root function only returns the non-negative root, which is exactly why extraneous solutions can appear when you square both sides.