🧮
Quadratic equation: the discriminant in 5 seconds
$\Delta = b^2 - 4ac$. Three cases, three scenarios. The universal method for all $ax^2 + bx + c = 0$.
The universal method
To solve (with ), compute the discriminant:
Then look at the sign of :
| Case | Number of solutions | Formula |
|---|---|---|
| Two distinct solutions | ||
| One double solution | ||
| No real solution | — |
Example:
- , , .
- .
- → two solutions.
- , .
The key move
Always write down , , before computing . This is where 90% of sign mistakes happen.
Verification trick
Sum of roots = , product of roots = . A quick check on your work.
On the example: and ✓. and ✓.
?Your turn
How many solutions does 2x² − 4x + 5 = 0 have?
#quadratic#discriminant#equation#roots
