Skip to content

Quadratic Equation Solver

Solve ax² + bx + c = 0 for real roots

Updated

What is the Quadratic Equation Solver?

How it works

Examples

Two real roots

2x^2 + 3x - 5 = 0
x₁ = 1, x₂ = -2.5

Double root

x^2 - 4x + 4 = 0
x = 2 (repeated)

Complex roots

x^2 + x + 1 = 0
x = -0.5 ± 0.866i

Frequently asked questions