The Quadratic Formula
The quadratic formula is a powerful tool that solves any quadratic equation. A quadratic equation is an equation where the highest power of the variable (usually 'x') is 2. They look like: ax² + bx + c = 0.
It's useful because methods like factoring don't always work. The quadratic formula always gives you the solution(s)!
The Formula
The solutions for x in ax² + bx + c = 0 are:
x = [-b ± √(b² - 4ac)] / (2a)
Step-by-Step Guide
- Identify a, b, and c. Write down the numbers in front of x², x, and the constant.
- Plug into the formula. Carefully substitute a, b, and c into the formula.
- Simplify under the radical. Calculate the value of b² - 4ac (this is the discriminant).
- Solve for both answers. Calculate the + version and the - version.
Example 1: Two Real Solutions
Solve: x² + 6x + 8 = 0
- a = 1, b = 6, c = 8
- x = [-6 ± √(6² - 4(1)(8))] / (2(1))
- x = [-6 ± √(36 - 32)] / 2
- x = [-6 ± √4] / 2
- x = (-6 + 2)/2 = -2 OR x = (-6 - 2)/2 = -4
Solutions: x = -2, -4
Example 2: One Real Solution
Solve: 2x² - 4x + 2 = 0
- a = 2, b = -4, c = 2
- x = [4 ± √((-4)² - 4(2)(2))] / (2(2))
- x = [4 ± √(16 - 16)] / 4
- x = [4 ± √0] / 4
- x = 4 / 4 = 1
Solution: x = 1
Common Mistakes ⚠️
- Sign Errors: 'b' is the coefficient, including its sign. If the equation is x² - 3x + 2 = 0, then b = -3.
- Order of Operations: Simplify under the square root (b² - 4ac) completely before taking the square root.
- The Denominator: The entire numerator, -b ± √(b²-4ac), is divided by 2a. Use parentheses!
- Negative Coefficients: When b is negative, -b becomes positive. For example, if b = -5, then -b = -(-5) = 5.
Tips & Tricks
- Memory Aid: Sing to "Pop Goes the Weasel": "x equals negative b, plus or minus the square root, of b squared minus four a c, all over two a!" 🎵
- Discriminant Check: Look at b² - 4ac first.
- Positive = Two real solutions
- Zero = One real solution
- Negative = Two complex solutions (for later grades!)
- Always write the equation in standard form (ax²+bx+c=0) first.
How to Practice
Start with simple equations where a=1. Then move to equations with a > 1 and negative values for b and c. Check your answers by plugging them back into the original equation. Practice at least 3-5 problems a day to build muscle memory. The more you use it, the easier it gets!