How to use quadratic formula to prove that if a quadratic equation has any non-real roots, then there must be 2 roots which are conjugates of each other?
I figure this might have something to do with difference of two squares?
$(a-bi)(a+bi)$ as it would mean the roots are conjugates of each other
Or maybe the discriminant formula $b^2-4ac > 0$? But I do not know how to formally write this proof.
Any help would be much appreciated!
This only applies when all the coefficients are real numbers.
For $ax^2 + bx + c =0$ you have $x = \frac{-b\pm \sqrt{b^2-4ac} } {2a} $.
For one root to be non-real you need the discriminant $b^2-4ac<0$. If you let $D^2 =4ac-b^2$, then the roots can now be written as $x = - \frac{b}{2a}\pm i\frac{D}{2a}$, which are, by definition (same real part, non-zero imaginary part of opposite sign), conjugate complex numbers.