Cal11 calculator

Solve Equations by Taking Square Roots Calculator

Reviewed by Calculator Editorial Team

Solving quadratic equations by taking square roots is a fundamental algebraic technique. This calculator helps you solve equations of the form ax² + bx + c = 0 by extracting square roots after completing the square. Learn how to use this method and understand the underlying mathematics.

How to Use This Calculator

To solve a quadratic equation using the square root method:

  1. Enter the coefficients a, b, and c from your equation in the calculator.
  2. Click "Calculate" to solve the equation.
  3. Review the solutions and the step-by-step explanation.
  4. Use the chart to visualize the solutions if needed.

The calculator will show you the solutions in both exact and decimal forms, along with a detailed explanation of each step.

The Formula Explained

The square root method for solving quadratic equations involves completing the square. The general form is:

ax² + bx + c = 0

To solve using square roots:

  1. Divide the entire equation by a to make the coefficient of x² equal to 1.
  2. Move the constant term to the other side of the equation.
  3. Complete the square by adding (b/2a)² to both sides.
  4. Take the square root of both sides to solve for x.

This method works best when the equation is in the standard form and the discriminant (b² - 4ac) is non-negative.

Worked Examples

Example 1: Simple Quadratic Equation

Solve x² + 6x + 9 = 0 using the square root method.

  1. Divide by 1 (already done): x² + 6x + 9 = 0
  2. Move the constant: x² + 6x = -9
  3. Complete the square: (x² + 6x + 9) = -9 + 9 → (x + 3)² = 0
  4. Take square roots: x + 3 = 0 → x = -3

The solution is x = -3 (a repeated root).

Example 2: More Complex Equation

Solve 2x² - 8x + 3 = 0 using the square root method.

  1. Divide by 2: x² - 4x + 1.5 = 0
  2. Move the constant: x² - 4x = -1.5
  3. Complete the square: (x² - 4x + 4) = -1.5 + 4 → (x - 2)² = 2.5
  4. Take square roots: x - 2 = ±√2.5 → x = 2 ± √2.5 ≈ 2 ± 1.581

The solutions are approximately x ≈ 3.581 and x ≈ 0.419.

Frequently Asked Questions

When should I use the square root method?

Use the square root method when the quadratic equation is in standard form and you want to solve it by completing the square. This method is particularly useful when the equation doesn't factor easily.

What if the discriminant is negative?

If the discriminant (b² - 4ac) is negative, the equation has no real solutions. The square root method will still work, but the solutions will be complex numbers.

Can I use this method for non-standard forms?

The square root method works best with equations in standard form (ax² + bx + c = 0). For other forms, you may need to rewrite the equation first.