Written by the Fiveable Content Team โข Last updated August 2025
Written by the Fiveable Content Team โข Last updated August 2025
Definition
A quadratic equation is a second-degree polynomial equation in a single variable, typically written as $ax^2 + bx + c = 0$, where $a \neq 0$. The solutions to the quadratic equation are known as the roots of the equation.
Quadratic equations can be solved using factoring, completing the square, or the quadratic formula.
The quadratic formula is given by $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
The discriminant ($b^2 - 4ac$) determines the nature and number of roots: if it is positive, there are two real roots; if it is zero, there is one real root; if it is negative, there are two complex roots.
The graph of a quadratic equation is a parabola that opens upwards if $a > 0$ and downwards if $a < 0$.
The vertex form of a quadratic equation is $y = a(x-h)^2 + k$, where $(h, k)$ represents the vertex of the parabola.