Quadratic Formula Calculator
Solve ax² + bx + c = 0 — real or complex roots, discriminant, and vertex
| Discriminant (b² − 4ac) | 1.0000 |
| Nature of roots | Two real roots |
| Vertex | (1.5000, -0.2500) |
Frequently Asked Questions
Solving ax² + bx + c = 0 with the quadratic formula gives one, two, or zero real roots depending on the discriminant's value — a single sub-calculation that determines the entire character of the solution before the roots themselves are even computed, which is why the discriminant deserves attention on its own, not just as an intermediate step.
Why the discriminant determines everything about the solution
The discriminant (b² − 4ac) determines the nature of the roots before the rest of the formula is even applied: a positive discriminant means two distinct real roots exist; a discriminant of exactly zero means there's one repeated real root (the parabola touches the x-axis at exactly one point); and a negative discriminant means there are no real roots at all — the solutions exist only as a pair of complex conjugate numbers, since the formula would otherwise require taking the square root of a negative number. This is why checking the discriminant's sign first, before working through the rest of the calculation, immediately tells you what kind of answer to expect — real, repeated, or complex.
A worked example
Two quadratic equations with very similar-looking coefficients can have qualitatively different types of solutions — one with a positive discriminant giving two distinct real roots, another with a negative discriminant giving a complex-conjugate pair — purely because of how the discriminant's specific combination of a, b, and c values works out, not because of any obvious visual difference in how the equations are written.
How this connects to your other math calculations
The vertex of the parabola described by the quadratic equation — its minimum or maximum point — is calculated using a related but distinct formula from the roots themselves, and understanding both together gives a complete picture of the parabola's shape and where it crosses the x-axis (if it does at all). For related root-finding of a different kind, the Root Calculator handles finding the nth root of a plain number rather than solving a full polynomial equation.
Common mistakes
Forgetting to check the discriminant's sign before attempting to compute real-number roots is a common mistake that leads to confusion when a negative discriminant is encountered — always check the discriminant first, since a negative value means the equation genuinely has no real roots, and the correct next step is computing complex roots, not concluding there was a calculation error.