Quadratic Equation Solver
Solve ax² + bx + c = 0 for real and complex roots.
a·x² + b·x + c = 0
x₁ = 2, x₂ = 1
Discriminant: 1
Enter the coefficients a, b and c to find the roots of a quadratic equation, including complex ones.
How to use
- Enter coefficients a, b and c.
- Read the roots.
- Check the discriminant for the root type.
Frequently asked questions
- What is the discriminant?
- b² − 4ac; positive gives two real roots, zero gives one, negative gives complex roots.
- What if a is 0?
- The equation becomes linear and is solved as bx + c = 0.