The Quadratic Formula 🎯
What is it and why is it useful?
The quadratic formula is a powerful tool that gives you the solutions (or "roots") for any quadratic equation. A quadratic equation is an equation that can be written in the standard form: ax² + bx + c = 0.
It's incredibly useful because it always works, even when factoring is difficult or impossible. Whenever you're stuck, the quadratic formula is your reliable backup plan!
The Formula
The famous formula is:
x = [-b ± √(b² - 4ac)] / 2a
Step-by-Step Guide
- Identify a, b, and c from your equation: ax² + bx + c = 0.
- Write down the formula so you don't forget it.
- Substitute the values of a, b, and c directly into the formula.
- Simplify under the radical (the b² - 4ac part). This is called the discriminant.
- Simplify the entire expression, including the square root and the fraction.
- Write both solutions: one with the '+' sign and one with the '-' sign.
Worked Examples
Example 1: 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
- Solutions: x = (-6+2)/2 = -2 and x = (-6-2)/2 = -4
Example 2: Solve 2x² - 4x - 6 = 0
- a = 2, b = -4, c = -6
- x = [4 ± √((-4)² - 4(2)(-6))] / 2(2)
- x = [4 ± √(16 + 48)] / 4
- x = [4 ± √64] / 4
- x = [4 ± 8] / 4
- Solutions: x = (4+8)/4 = 3 and x = (4-8)/4 = -1
Common Mistakes to Avoid 🚫
- Forgetting the ± sign: You MUST write both the plus AND minus versions.
- Sign errors with b: If b is negative, -b becomes positive. For -b, write the opposite sign.
- Not using parentheses: When substituting, put values in parentheses to avoid order of operations errors.
- Only dividing part of the numerator: The entire numerator (both terms!) is divided by 2a.
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!"
- Check the Discriminant: The part under the radical (b² - 4ac) tells you about the solutions:
- Positive = Two real solutions
- Zero = One real solution
- Negative = Two complex solutions
- Simplify first: Always check if you can divide the entire equation by a common factor to make numbers smaller.
How to Practice
- Start with equations where a=1 to build confidence.
- Practice with equations that have negative b and c values.
- Mix it up! Try some problems that are factorable and some that aren't.
- Always check your answers by plugging them back into the original equation.
- Use online practice sites like Khan Academy for instant feedback.