Enter Coefficients

Your Equation
ax² + bx + c = 0
Cannot be 0
Example Equations
Parabola Graph
x y
Vertex
Roots
Y-intercept
Coefficient 'a' cannot be zero. For a linear equation (when a=0), use a linear equation solver.

Discriminant

b² - 4ac --
Nature of Roots --

Solutions

x1 --
x2 --

Parabola Properties

Vertex --
Axis of Symmetry --
Y-intercept --
Opens --

Root Properties

Sum of Roots --
Product of Roots --
Equation ax² + bx + c = 0
Solution(s) --

Step-by-Step Solution

Quadratic Formula Reference

Quadratic Formula

x = (-b +/- sqrt(b² - 4ac)) / 2a
Solves any quadratic equation ax² + bx + c = 0

Discriminant

D = b² - 4ac
D > 0: two real roots | D = 0: one root | D < 0: complex roots

Vertex Formula

x = -b/2a, y = f(-b/2a)
The vertex is the maximum or minimum point of the parabola

Sum of Roots

x1 + x2 = -b/a
Sum of the roots equals negative b over a

Product of Roots

x1 * x2 = c/a
Product of the roots equals c over a

Vertex Form

y = a(x - h)² + k
Where (h, k) is the vertex of the parabola