Discriminant Analysis 🔍
What is the Discriminant?
The discriminant is a special number calculated from a quadratic equation in the form ax² + bx + c = 0. It tells us about the nature of the roots (solutions) without actually solving the equation!
Formula: D = b² - 4ac
Step-by-Step Guide
- Identify coefficients a, b, and c from ax² + bx + c = 0
- Plug them into the formula: D = b² - 4ac
- Calculate the value of D
- Interpret the result:
- D > 0 → Two distinct real roots
- D = 0 → One real root (a repeated root)
- D < 0 → No real roots (two complex roots)
Worked Examples
Example 1: x² + 5x + 6 = 0
a = 1, b = 5, c = 6
D = (5)² - 4(1)(6) = 25 - 24 = 1
Since D > 0, this equation has two distinct real roots.
Example 2: 2x² - 4x + 2 = 0
a = 2, b = -4, c = 2
D = (-4)² - 4(2)(2) = 16 - 16 = 0
Since D = 0, this equation has one real root (a repeated root).
Common Mistakes to Avoid 🚫
- Forgetting that b² is always positive, even if b is negative: (-5)² = 25
- Mixing up the signs of coefficients, especially when b or c are negative
- Not calculating 4ac correctly - remember to multiply all three numbers
- Confusing the discriminant result - D > 0 means TWO roots, not one
Tips & Tricks
- Memory Aid: "Positive = 2, Zero = 1, Negative = None" for the number of real roots
- Always write the equation in standard form ax² + bx + c = 0 first
- The discriminant is the part under the square root in the quadratic formula
- If D is a perfect square, the roots will be rational numbers
Practice Suggestions
Start with simple equations where a = 1, then progress to equations with negative coefficients and fractions. Try creating your own equations with specific discriminant values. Practice with these:
- x² + 3x - 4 = 0
- 3x² - 6x + 3 = 0
- 2x² + x + 5 = 0