Quadratic Equation Solver

Solve ax² + bx + c = 0 with full step-by-step working, including complex roots.

Ad slot (AdSense unit placeholder)

The quadratic formula

x = (-b ± √(b²-4ac)) / 2a

The discriminant (b²-4ac) tells you the nature of the roots: positive gives two real roots, zero gives one repeated real root, negative gives two complex roots.