Vertex Form Calculator: solve vertex form problems step-by-step. Clear formula, worked example, and FAQs included.
A quadratic equation calculator solves equations of the form ax² + bx + c = 0, finding the values of x (roots) where the parabola crosses the x-axis. Quadratic equations appear throughout physics, engineering, economics, and geometry. The discriminant (b² − 4ac) determines the nature of the roots: positive = two real roots; zero = one repeated root; negative = two complex roots. Percentage Calculator and Ratio Calculator provide related mathematical tools.
x = (−b ± √(b² − 4ac)) ÷ 2a
Discriminant Δ = b² − 4ac: Δ > 0 → two distinct real roots; Δ = 0 → one repeated root; Δ < 0 → two complex roots.
Example: x² − 5x + 6 = 0. a=1, b=−5, c=6. Δ = 25−24 = 1. x = (5 ± 1) ÷ 2. Roots: x₁ = 3, x₂ = 2.
Two real roots mean the parabola crosses the x-axis twice. One repeated root means it touches but doesn't cross. Complex roots mean the parabola doesn't cross the x-axis — the equation has no real solutions. Vertex of the parabola: x = −b÷(2a), y = c − b²÷(4a).
Mathematical calculations are deterministic — results are exact for the inputs provided. Floating-point arithmetic in digital calculators may introduce small rounding errors for very large or very small coefficients. This calculator is for educational purposes.