Math101Quadratic Equation
A quadratic equation contains a squared variable and asks for the values that make its related parabola reach zero.
A quadratic equation in one variable can be written as $ax^2+bx+c=0$, where $a\ne0$.
What makes it quadratic
The greatest exponent is $2$. Each of these is quadratic:
$$
x^2-5x+6=0,
\qquad 2x^2=7x+4,
\qquad (x-3)^2=16.
$$
They look different, but each can be rearranged into standard form.
Solving by factoring
Factoring is efficient when the structure is visible. It is not the only valid method.
Solving by square roots
Methods that always extend
Any quadratic can be converted to vertex form by Completing the Square. That same process produces the Quadratic Formula:
$$
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
$$
The discriminant $D=b^2-4ac$ predicts the real roots:
- $D>0$: two distinct real roots;
- $D=0$: one repeated real root;
- $D<0$: no real roots.
Choosing a method
- Put the equation in a recognizable form.
- If it is a perfect square, use square roots.
- If it factors readily, factor.
- If vertex information matters, complete the square.
- Otherwise use the formula.
