Quadratic Formula Calculator
Solve quadratic equations ax²+bx+c=0. Find roots, vertex, axis of symmetry, and discriminant.
| Property | Value |
|---|
Solve any quadratic equation ax² + bx + c = 0 for its roots, discriminant, vertex, axis of symmetry, and y-intercept.
How Quadratic Formula Calculator Works
The quadratic formula, x = (−b ± √(b² − 4ac)) / 2a, solves for both roots at once. The discriminant, Δ = b² − 4ac, determines what kind of roots exist without needing to compute them: a positive discriminant means two distinct real roots, zero means exactly one repeated real root, and a negative discriminant means two complex (imaginary) roots.
The vertex — the parabola's highest or lowest point — is found by completing the square: its x-coordinate is h = −b/2a, and substituting that back into the original equation gives the y-coordinate k. The vertical line x = h is the parabola's axis of symmetry, since the curve is a mirror image on either side of it.
The sign of coefficient a determines which way the parabola opens (upward if positive, downward if negative), and Vieta's formulas give the sum (−b/a) and product (c/a) of the two roots directly from the coefficients, without needing to solve for the individual roots first.
See It In Action
Who Uses Quadratic Formula Calculator and Why
- Solving for the roots of a quadratic equation on an algebra assignment.
- Finding the vertex (maximum or minimum point) of a parabola modeling something like projectile motion.
- Checking the discriminant's sign before graphing to know in advance how many real solutions to expect.
- Verifying a factored answer using Vieta's formulas, comparing the sum and product of the roots to −b/a and c/a.
Mistakes to Avoid
- Entering a=0, which turns the equation linear rather than quadratic — this calculator requires a nonzero a to apply the quadratic formula at all.
- Interpreting a negative discriminant as 'no solution' rather than 'two complex roots' — the parabola simply never crosses the x-axis in that case, but complex solutions still exist.
- Making a sign error on b when computing by hand and cross-checking — the formula uses −b, so a positive b becomes negative inside the calculation.
Tips for Best Results
- Check the discriminant's sign first as a quick preview of what kind of roots to expect before working through the full formula.
- Use the vertex's x-coordinate (h = −b/2a) as a fast way to confirm the axis of symmetry before or after graphing.
Fixing Common Problems
The calculator won't compute a result. — Check that a is not zero — with a=0 the equation is linear, not quadratic, and the quadratic formula doesn't apply.
Terms Explained
Discriminant: The value b² − 4ac, which determines whether a quadratic has two real roots (positive), one repeated real root (zero), or two complex roots (negative).
Vieta's formulas: Formulas giving the sum (−b/a) and product (c/a) of a quadratic's roots directly from its coefficients, without solving for the roots individually.