Solve quadratic equations of the form ax² + bx + c = 0. Shows roots, discriminant, and vertex of the parabola.
x² - 5x + 6 = 0 (a=1, b=-5, c=6)
x₁ = 3, x₂ = 2
Δ = 25 - 24 = 1 > 0 (two real roots)
x² + 1 = 0 (a=1, b=0, c=1)
x₁ = 0 + 1i, x₂ = 0 - 1i
Δ = 0 - 4 = -4 < 0 (complex roots)
The vertex of the parabola is at x = -b/(2a). If a > 0, the parabola opens upward; if a < 0, it opens downward.