Solving Equations Square Roots Calculator
This guide explains how to solve quadratic equations that include square roots. We'll cover the step-by-step method, provide a calculator for quick solutions, and discuss common pitfalls to avoid.
How to Solve Quadratic Equations with Square Roots
Quadratic equations with square roots can be solved using the quadratic formula. Here's the step-by-step process:
- Identify the coefficients a, b, and c in the equation ax² + bx + c = 0.
- Calculate the discriminant (D = b² - 4ac).
- If D is positive, there are two real solutions.
- If D is zero, there's one real solution.
- If D is negative, there are two complex solutions.
- Apply the quadratic formula: x = [-b ± √(D)] / (2a).
- Simplify the square root if possible.
For equations with square roots in the coefficients, you may need to rationalize the denominator after applying the quadratic formula.
The Quadratic Formula
The quadratic formula is:
x = [-b ± √(b² - 4ac)] / (2a)
Where:
- a, b, c are coefficients from the quadratic equation ax² + bx + c = 0
- √(b² - 4ac) is the square root of the discriminant
- The ± symbol indicates there are two possible solutions
This formula works for any quadratic equation, including those with square roots in the coefficients.
Worked Examples
Example 1: Simple Quadratic Equation
Solve x² - 5x + 6 = 0
- Identify coefficients: a=1, b=-5, c=6
- Calculate discriminant: D = (-5)² - 4(1)(6) = 25 - 24 = 1
- Apply quadratic formula: x = [5 ± √1]/2
- Solutions: x = (5 + 1)/2 = 3 and x = (5 - 1)/2 = 2
Example 2: Equation with Square Roots
Solve √x² - 3√x + 2 = 0
- Let y = √x, then equation becomes y² - 3y + 2 = 0
- Identify coefficients: a=1, b=-3, c=2
- Calculate discriminant: D = (-3)² - 4(1)(2) = 9 - 8 = 1
- Apply quadratic formula: y = [3 ± √1]/2
- Solutions: y = (3 + 1)/2 = 2 and y = (3 - 1)/2 = 1
- Convert back to x: x = y² = 4 and x = 1
Common Mistakes
When solving quadratic equations with square roots, be careful about these common errors:
- Forgetting to square both sides when dealing with square roots
- Incorrectly applying the quadratic formula (especially with negative coefficients)
- Not rationalizing denominators when necessary
- Miscounting the number of solutions based on the discriminant
- Making sign errors when simplifying square roots
Double-check each step of your calculations to avoid these pitfalls.