Let $f$ be a real function $f(x)=ax^2+bx+c:a\neq0$ such that $\forall x \in \mathbb R:f(x) \ge0$.
I've proved that if $\sqrt{\Delta}=\sqrt{b^2-4ac}$ exists, then $x=\dfrac{-b+\sqrt{\Delta}}{2a}$ or $x=\dfrac{-b-\sqrt{\Delta}}{2a}$. Supposing that there exists $x:f(x)=0$, how to prove that $\sqrt{\Delta}$ exists and that it's equal to $0$?
If there exists $\;x_1\;$ s.t. $\;f(x)=0\;$ , then it is given by
$$x_1=\frac{-b\pm\sqrt\Delta}{2a}\;,\;\;\text{with}\;\;\;\Delta:=b^2-4ac$$
It thus must be that $\;\Delta\ge0\;$ , otherwise its square root is not a real number. but if $\;\Delta>0\;$ then there are two possibilities above because of the $\;\pm\;$ signs, and we thus get a different solution $\;x_2\;$ for $\;f(x)=0\;$. So we can say that
$$x_1=\frac{-b+\sqrt\Delta}{2a}\;,\;\;x_2=\frac{-b-\sqrt\Delta}{2a}$$
and because $\;\sqrt\Delta\neq0\;$ , we then get $\;x_1\neq x_2\;$ . Suppose $\;x_1<x_2\;$ , then:
$$f(x)=a(x-x_1)(x-x_2)$$
but then, for any $\;x_1<d<x_2\;$ , we get $\;f(d)<0\;$ (since clearly $\;a>0\;$ ...why?) . Contradiction. Finish now the argument.