Quadratic Equation Solver
Solve quadratic equations ax² + bx + c = 0 with comprehensive step-by-step math breakdowns, behavior presets, and real-time interactive plotting.
Live Equation Preview
📈 Curve Properties
Visual Parabola Plot
Detailed Mathematical Solution
Equation coefficients: a = 3, b = 5, c = -2
Discriminant Δ = b² - 4ac = (5)² - 4(3)(-2)
Δ = 25 - (-24) = 49
Since Δ > 0, equation has two distinct real roots: x = (-b ± √Δ) / 2a
x = (-(5) ± √49) / (2 * 3)
x = (-5 ± 7.0000) / 6
x₁ = (-5 + 7.0000) / 6 = 0.3333 (1/3)
x₂ = (-5 - 7.0000) / 6 = -2.0000
Understanding Quadratic Equations
A quadratic equation is a second-order algebraic polynomial. The graph of a quadratic equation represents a symmetrical curve known as a parabola.
Standard Quadratic Formula
x = [ -b ± √(b² - 4ac) ] / 2a
What Vertex represents?
The vertex coordinate represents the absolute minimum point (if opens up, where a > 0) or maximum point (if opens down, where a < 0) of the parabola.