Quadratics by Taking Square Roots with Steps Calculator
This guide explains how to solve quadratic equations by taking square roots, including the formula, step-by-step method, and practical examples. The calculator on this page provides instant solutions with detailed steps.
Introduction
Quadratic equations are fundamental in algebra and appear in many real-world problems. One common method to solve them is by taking square roots, which works when the equation can be simplified to a perfect square.
This approach is particularly useful when the quadratic equation has a leading coefficient of 1 and no linear term. The method involves isolating the squared term and then taking the square root of both sides.
Method: Taking Square Roots
To solve a quadratic equation by taking square roots, follow these steps:
- Start with the standard quadratic equation: ax² + bx + c = 0
- Divide all terms by a to make the coefficient of x² equal to 1: x² + (b/a)x + (c/a) = 0
- Move the constant term to the other side: x² + (b/a)x = -c/a
- Complete the square by adding (b/2a)² to both sides: x² + (b/a)x + (b/2a)² = -c/a + (b/2a)²
- Write the left side as a perfect square: (x + b/2a)² = -c/a + (b²/4a²)
- Take the square root of both sides: x + b/2a = ±√(-c/a + b²/4a²)
- Simplify the expression under the square root: x + b/2a = ±√(b² - 4ac)/2a
- Solve for x: x = [-b ± √(b² - 4ac)] / 2a
This method is most straightforward when the quadratic equation can be easily completed to a perfect square. For more complex equations, other methods like factoring or the quadratic formula may be more appropriate.
Formula
The standard quadratic equation is:
When solved by taking square roots, the solutions are given by:
This formula is derived from completing the square and taking the square root of both sides.
Worked Example
Let's solve the quadratic equation x² - 6x + 9 = 0 using the method of taking square roots.
- Start with the equation: x² - 6x + 9 = 0
- Notice that this is a perfect square trinomial: (x - 3)² = 0
- Take the square root of both sides: x - 3 = 0
- Solve for x: x = 3
This equation has a double root at x = 3. The discriminant (b² - 4ac) is zero, indicating a repeated real root.
This example shows how taking square roots can quickly solve a perfect square quadratic equation. For non-perfect square equations, completing the square and then taking square roots provides the solution.
FAQ
When should I use the taking square roots method for quadratic equations?
Use this method when the quadratic equation can be easily completed to a perfect square or when it's a perfect square trinomial. This approach is most straightforward for equations where the coefficient of x² is 1 and the equation can be written as a perfect square.
What if the quadratic equation isn't a perfect square?
If the equation isn't a perfect square, you can still complete the square and then take the square roots. This will give you the same solutions as the quadratic formula but with a different approach.
How do I know if a quadratic equation has real roots?
A quadratic equation has real roots if the discriminant (b² - 4ac) is greater than or equal to zero. If the discriminant is positive, there are two distinct real roots. If it's zero, there's one real root (a repeated root).