Unlock the complete toolkit for solving quadratic equations! Learn four powerful methods: square root method, completing the square, quadratic formula, and factoring. Understand when to use each method and how to analyze solutions using the discriminant.
Use the square root method when the quadratic equation is in the form (x + h)² = k or x² = k.
(x + h)² = k
Direct square root application
Always consider ± when taking square root
x = ±√k
Complete the square to transform any quadratic equation into perfect square form, then apply the square root method.
For x² + bx, add (b/2)²
Creates perfect square trinomial
Maintain equation balance
Keep equation equivalent
The quadratic formula works for any quadratic equation in standard form ax² + bx + c = 0.
Δ = b² - 4ac > 0
Two distinct real solutions
Δ = b² - 4ac = 0
One repeated real solution
Δ = b² - 4ac < 0
No real solutions (complex)
Use factoring when the quadratic can be easily factored into two binomials. This method is often the fastest when applicable.
Fastest when applicable
No complex calculations needed
Not always possible
May require trial and error
A rectangular garden has a length that is 3 meters longer than its width. The area of the garden is 28 square meters. Find the dimensions of the garden.
Problem 1:
Solve using square root method:
x + 2 = 3 → x = 1
x + 2 = -3 → x = -5
Solutions: x = 1 or x = -5
Problem 2:
Solve using quadratic formula:
Problem 3:
A rectangle has area 15 and perimeter 16. Find its dimensions.
Let width = x, length = y
xy = 15, 2x + 2y = 16 → x + y = 8
y = 8 - x
x(8 - x) = 15
8x - x² = 15
x² - 8x + 15 = 0
(x - 3)(x - 5) = 0
Dimensions: 3 × 5