Quadratic Equation Solver
Solve ax² + bx + c = 0 using the quadratic formula.
AlgebraFormula
x = (−b ± √(b²−4ac)) / 2a
The discriminant (b²−4ac) determines the nature of roots: positive = 2 real roots, zero = 1 repeated root, negative = complex roots.
Result
—
Calculation Breakdown
STEP-BY-STEP DETAILS
ParameterValue
Result—