Cal11 calculator

Solving Equations with Square Roots Calculator

Reviewed by Calculator Editorial Team

This guide explains how to solve equations containing square roots using algebraic methods. We'll cover the different approaches, provide step-by-step solutions, and demonstrate how to use our calculator for quick results.

How to Solve Equations with Square Roots

Equations with square roots require special techniques because the square root function is not linear. Here's the general approach:

  1. Isolate the square root term on one side of the equation.
  2. Square both sides to eliminate the square root.
  3. Solve the resulting equation.
  4. Check all potential solutions in the original equation to eliminate extraneous roots.

Extraneous roots are solutions that appear mathematically valid but don't satisfy the original equation. Always check your solutions!

Methods for Solving Square Root Equations

Method 1: Isolate and Square

This is the most common method. Let's solve √(x + 3) = 5:

  1. Square both sides: (√(x + 3))² = 5² → x + 3 = 25
  2. Solve for x: x = 25 - 3 → x = 22
  3. Check: √(22 + 3) = √25 = 5 ✓

Method 2: Square Both Sides First

For equations where the square root is not isolated, square both sides first. Example: √(2x + 1) + 3 = 7

  1. Subtract 3 from both sides: √(2x + 1) = 4
  2. Square both sides: 2x + 1 = 16
  3. Solve for x: 2x = 15 → x = 7.5
  4. Check: √(2*7.5 + 1) + 3 = √16 + 3 = 4 + 3 = 7 ✓

Method 3: Rationalizing

For equations with square roots in denominators, rationalize first. Example: 1/(√x - 2) = 3

  1. Multiply numerator and denominator by conjugate: (√x + 2)/(x - 4) = 3
  2. Cross multiply: √x + 2 = 3x - 12
  3. Isolate square root: √x = 3x - 14
  4. Square both sides: x = (3x - 14)² → x = 9x² - 84x + 196
  5. Rearrange: 9x² - 85x + 196 = 0
  6. Solve quadratic equation using quadratic formula
  7. Check potential solutions in original equation

Worked Examples

Example 1: Simple Square Root Equation

Solve √(3x - 2) = 4

  1. Square both sides: 3x - 2 = 16
  2. Solve for x: 3x = 18 → x = 6
  3. Check: √(3*6 - 2) = √16 = 4 ✓

Example 2: Equation with Square Root and Linear Term

Solve √(2x + 5) - 3 = 0

  1. Add 3 to both sides: √(2x + 5) = 3
  2. Square both sides: 2x + 5 = 9
  3. Solve for x: 2x = 4 → x = 2
  4. Check: √(2*2 + 5) - 3 = √9 - 3 = 3 - 3 = 0 ✓

Example 3: Equation with Square Root in Denominator

Solve 1/(√x + 1) = 2

  1. Multiply numerator and denominator by conjugate: (√x - 1)/(x - 1) = 2
  2. Cross multiply: √x - 1 = 2x - 2
  3. Isolate square root: √x = 2x - 1
  4. Square both sides: x = (2x - 1)² → x = 4x² - 4x + 1
  5. Rearrange: 4x² - 5x + 1 = 0
  6. Solve quadratic equation: x = [5 ± √(25 - 16)]/8 → x = [5 ± 3]/8
  7. Potential solutions: x = 1 or x = 0.25
  8. Check x=1: 1/(√1 + 1) = 1/2 ≠ 2 ✗ (extraneous root)
  9. Check x=0.25: 1/(√0.25 + 1) = 1/(0.5 + 1) = 1/1.5 ≈ 0.666 ≠ 2 ✗ (extraneous root)
  10. Conclusion: No valid solutions in real numbers

Frequently Asked Questions

Why do I need to check solutions when solving square root equations?

Squaring both sides of an equation can introduce extraneous roots that don't satisfy the original equation. Checking solutions ensures you only provide valid answers.

What if I get a negative number under a square root?

Square roots of negative numbers are not real numbers. If your equation leads to a negative under the square root, there are no real solutions.

Can I solve equations with cube roots the same way?

No, cube roots require different methods. You would cube both sides to eliminate the cube root, but you must be careful about the sign of the radicand.

What if my equation has multiple square roots?

Isolate one square root first, then square both sides. Repeat for any remaining square roots, checking solutions at each step.