The Quadratic Formula
For any quadratic equation ax² + bx + c = 0, the solutions are given by: x = (−b ± √(b² − 4ac)) / 2a.
The Discriminant (Δ)
- Δ = b² − 4ac
- Δ > 0: Two distinct real roots
- Δ = 0: One repeated real root (the parabola touches the x-axis)
- Δ < 0: Two complex/imaginary roots (no real x-intercepts)
Vertex & Axis of Symmetry
- Axis of Symmetry: x = −b / 2a
- Vertex: (−b/2a, f(−b/2a)) — the minimum or maximum point
Factoring Check 💡
If both roots are integers, the equation factors nicely: (x − r₁)(x − r₂) = 0. Try a=1, b=−3, c=2 → roots are 2 and 1 → factors as (x−2)(x−1) = 0.