Basics
Quadratic Equations
Standard form, the quadratic formula, and the role of the discriminant.
A quadratic equation is a degree-two polynomial equation in a single variable. Every quadratic can be solved by the formula below. The sign of its discriminant (the expression under the radical) tells whether the roots are real or complex without computing them. The formula is the general result of completing the square on the standard form.
The standard form fixes coefficients a, b, c with a non-zero leading coefficient. The condition a ≠ 0 makes the equation genuinely quadratic; with a = 0 it collapses to a linear equation and the formula’s denominator vanishes.
The quadratic formula gives both roots from the coefficients directly. The ± captures the parabola’s symmetry about its axis x = -b/(2a): the two roots lie equidistant from this vertical line, offset by the radical term. When the discriminant is computable, the formula is the most direct route to the roots.
The discriminant b2 - 4ac controls how many times the parabola crosses the x-axis. The three cases below give two crossings, one tangent touch, or no real crossing.
If the discriminant is positive, the parabola crosses the x-axis at two distinct points. The radical evaluates to a positive real, so the ± produces two distinct values, matching the diagram.
If the discriminant is zero, the parabola is tangent to the x-axis at one point: a repeated root. The radical vanishes and the ± collapses to a single value x = -b/(2a), the x-coordinate of the vertex.
If the discriminant is negative, the roots are a complex-conjugate pair and the parabola does not meet the x-axis. The radical becomes imaginary, and the ± gives two complex roots that mirror one another across the real axis.