Move sliders — watch roots and vertex update live
The quadratic formula solves ax² + bx + c = 0 for any values of a, b, and c:
x = (−b ± √(b² − 4ac)) / 2a
This calculator pre-draws the parabola and plots the two roots (red and green dots) and the vertex (purple dot) analytically. As you drag the a, b, c sliders, every point moves instantly — no solving needed.
When b² − 4ac < 0, the discriminant is negative and the roots become complex — the parabola no longer crosses the x-axis and the root dots disappear. Ask the AI to explain what's happening at any step.