Roots of a Quadratic Equation
The quadratic formula solves any equation of the form ax² + bx + c = 0. This worksheet evaluates the discriminant (which tells you how many real roots exist) and both roots.
The roots are x = (−b ± √(b² − 4ac))/(2a), and the discriminant is Δ = b² − 4ac.
Inputs
The three coefficients of ax² + bx + c.
Discriminant
A positive discriminant gives two distinct real roots, zero gives one repeated root, and a negative value gives a complex-conjugate pair.
Results
The two roots are where the parabola crosses the x-axis. Their sum equals −b/a and their product c/a — a quick sanity check (here, sum 3.5 and product 1.5). The quadratic formula underpins everything from projectile times to control-system poles.