Does the quadratic formula always work for a quadratic? If it does, why are the factors sometimes imaginary numbers?
2026-04-08 05:47:42.1775627262
On
Does the quadratic formula always work for a quadratic?
8.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Another reason why the factors are sometimes imaginary or complex is because not every parabola crosses the x-axis in the real plane. For an example, the equation $y=x^2 +1$ has as a vertex (and minimum) $(0,1)$ ,and goes up from there. So there cannot be any real roots. The actual roots ($\pm i$) are in the complex plane, and the fundamental theorem of algebra states that a polynomial always has a full complement of complex roots (Up to repetition)
To answer your question, yes, the formula always works for quadratic equations, because from the equation $ax^2+bx+c=0$, one can derive the formula $x=\frac{-b\pm \sqrt{b^2-4ac}}{2a}$ manually. Here is a video on Youtube showing such a derivation.
The factors become imaginary numbers if $b^2-4ac<0$, which means $b^2-4ac$ is negative. And taking the square root of a negative number produces an imaginary number.