Quadratic Formula Calculator
Enter the coefficients a, b and c of ax² + bx + c = 0 and press Solve. The calculator returns both roots, the discriminant, vertex and axis of symmetry.
Quadratic Equation: ax² + bx + c = 0
Roots & Parabola Analysis
The quadratic formula explained
A quadratic equation has the form ax² + bx + c = 0. Its solutions are given by x = (-b ± √(b² - 4ac)) / 2a. The expression under the square root, b² - 4ac, is called the discriminant.
The discriminant decides the nature of the roots: if it is positive there are two distinct real roots; if zero, exactly one repeated real root; if negative, two complex roots. The calculator handles all three cases automatically.
The vertex and axis of symmetry
The graph of a quadratic is a parabola. Its vertex, the highest or lowest point, sits at x = -b / (2a), and the vertical line through that point is the axis of symmetry.
The value of a tells you the direction: a positive a opens upward (vertex is a minimum), a negative a opens downward (vertex is a maximum). These details are included in the results.
How to use this calculator
- Rewrite your equation in the form ax² + bx + c = 0.
- Enter the coefficients a, b and c.
- Press Solve to see the roots.
- Read the discriminant, vertex and axis of symmetry for the graph.
Pro tips
- Move every term to one side before reading off the coefficients.
- If a is 0 the equation is linear, not quadratic — this calculator requires a ≠ 0.
- A perfect square discriminant gives rational roots that you can verify by factoring.
Advantages & considerations
✅ Advantages
- Handles real, repeated and complex roots
- Shows discriminant, vertex and axis
- Works with decimal coefficients
⚠️ Considerations
- Complex roots are displayed as a ± bi pairs
- Requires a non-zero leading coefficient