Quadratic Equation Solver
Solve ax² + bx + c = 0 with step-by-step solution using the quadratic formula.
ax² + bx + c = 0
Steps
About
The quadratic formula x = (-b ± √(b² – 4ac)) / 2a solves any quadratic equation ax² + bx + c = 0. The discriminant (b² – 4ac) determines the nature of the roots: positive gives two real roots, zero gives one repeated root, and negative gives two complex roots.