The Quadratic Formula
For any equation ax² + bx + c = 0 where a ≠ 0, the solutions are given by:
x = (-b ± √(b² - 4ac)) / 2a
Discriminant (b² - 4ac)
The discriminant determines the nature of the roots:
- Positive: Two distinct real roots
- Zero: One repeated real root (parabola touches x-axis)
- Negative: Two complex conjugate roots (parabola doesn't cross x-axis)
Examples
- x² - 5x + 6 = 0 → x = 2 or x = 3 (discriminant = 1)
- x² - 4x + 4 = 0 → x = 2 (discriminant = 0)
- x² + x + 1 = 0 → x = -0.5 ± 0.866i (discriminant = -3)
Vertex Form
The vertex of the parabola y = ax² + bx + c is at (-b/2a, c - b²/4a). The axis of symmetry is x = -b/2a.