All Tools

Quadratic Equation Solver

Find roots of ax² + bx + c = 0 with visual graph

ax² + bx + c = 0

Solution

Root 1 (x₁)
Root 2 (x₂)
Discriminant (D)
Nature of Roots
Vertex
Axis of Symmetry

The Quadratic Formula

x = (-b ± √(b² - 4ac)) / 2a

The discriminant D = b² - 4ac determines the nature of roots: D > 0 gives two distinct real roots, D = 0 gives one repeated real root, D < 0 gives two complex conjugate roots.

Frequently Asked Questions

What is the quadratic formula?
x = (-b ± sqrt(b²-4ac)) / 2a. It gives the roots of any quadratic equation ax²+bx+c=0.
What is the discriminant?
D = b²-4ac. If D>0: two real roots, D=0: one repeated root, D<0: two complex conjugate roots.
What is the vertex of a parabola?
The vertex is at x=-b/(2a). It's the minimum point if a>0 or maximum if a<0.