Quadratic Equation Solver
Solve quadratic equations of the form ax² + bx + c = 0 with step-by-step solutions, discriminant analysis, and interactive parabola visualization.
Enter Coefficients
Discriminant
Solutions
Parabola Properties
Root Properties
Step-by-Step Solution
Quadratic Formula Reference
Quadratic Formula
Discriminant
Vertex Formula
Sum of Roots
Product of Roots
Vertex Form
Frequently Asked Questions
What is the quadratic formula?
The quadratic formula is x = (-b +/- sqrt(b^2 - 4ac)) / 2a. It solves any quadratic equation of the form ax^2 + bx + c = 0, where a is not equal to 0. Enter your coefficients and this calculator will solve it instantly.
What is the discriminant and what does it tell us?
The discriminant is b^2 - 4ac. If it's positive, the equation has two distinct real roots. If it's zero, there's one repeated real root. If it's negative, the equation has two complex conjugate roots.
How do I find the vertex of a parabola?
The vertex of a parabola y = ax^2 + bx + c is at the point (-b/2a, f(-b/2a)). The x-coordinate is -b/2a, and the y-coordinate is found by substituting this x value back into the equation.
What are complex roots?
Complex roots occur when the discriminant is negative. They are written in the form a + bi and a - bi, where i is the imaginary unit (sqrt(-1)). Complex roots always come in conjugate pairs.