Quadratic Equation Calculator
Demo Examples
Introduction to Quadratic Equations
A quadratic equation is a fundamental concept in mathematics with the standard form ax² + bx + c = 0, where a ≠ 0.
Quadratic Formula
x = (-b ± √(b² - 4ac)) / (2a)
Discriminant Information
Δ = b² - 4ac determines the nature of roots:
- Δ > 0: Two distinct real roots
- Δ = 0: One repeated root
- Δ < 0: Two complex conjugate roots