Math

Quadratic Solver

Solve ax² + bx + c = 0 using the quadratic formula. Shows all working.
Coefficients
x² + x + = 0
x = (−b ± √(b²−4ac)) / 2a  ·  Discriminant Δ = b²−4ac
Δ > 0: two real roots  ·  Δ = 0: one real root  ·  Δ < 0: complex roots
📐 Accuracy Note: Results are calculated using standard formulas and are provided for educational and reference purposes. While we strive for accuracy, floating-point arithmetic and rounding may introduce small errors. Do not rely on this tool for safety-critical, professional, or high-precision applications without independent verification.