Solution copied

Quadratic Solver

Find the roots of ax² + bx + c = 0 – real or complex.

Enter Coefficients

x² + 0x + 0 = 0
Δ = 1
x₁ = 3, x₂ = 2
Equation: x² − 5x + 6 = 0
Discriminant (Δ): 1
Δ > 0 → Two distinct real roots
Roots: x₁ = 3, x₂ = 2

How it works