How the Quadratic Formula Works
A quadratic equation is any polynomial of the form ax² + bx + c = 0, where a ≠ 0. The quadratic formula provides the exact solution for any such equation by expressing the roots (x-intercepts) in terms of the coefficients a, b, and c.
Enter the three coefficients — a (coefficient of x²), b (coefficient of x), and c (the constant) — and the calculator shows both roots, the discriminant, vertex coordinates, and step-by-step working.
The Quadratic Formula
x = (−b ± √(b² − 4ac)) / 2a
Discriminant Δ = b² − 4ac
Vertex: x = −b/2a, y = c − b²/4a
Interpreting the Discriminant
| Discriminant | Nature of Roots | Graph Behavior |
|---|---|---|
| Δ > 0 | Two distinct real roots | Parabola crosses x-axis at two points |
| Δ = 0 | One repeated real root | Parabola touches x-axis at one point (vertex) |
| Δ < 0 | Two complex (imaginary) roots | Parabola doesn't cross x-axis |