The question original text is...
Given that $a, b, c$ are distinct real numbers such that expressions $ax^2+bx+c, bx^2+cx+a$ and $cx^2+ax+b$ are always non-negative. Prove that the quantity ${a^2+b^2+c^2 \over ab+bc+ca}$ can never lie in $(- \infty, 1] \cup [4, \infty).$
So, basically we are supposed to prove that value of ${a^2+b^2+c^2 \over ab+bc+ca}$ lies in $(1,4)$. I solved solved that ${a^2+b^2+c^2 \over ab+bc+ca}<4$ but cannot solve for minimum value.
Quadratic expressions $ax^2+bx+c$, $bx^2+cx+a$, $cx^2+ax+b$ are non negative, so $a>0,\ b>0,\ c>0$ and for discriminant, $$b^2-4ac \le 0 \\ c^2-4ba \le 0 \\ a^2-4cb \le 0$$ If all of the discriminants were $0$, then we will have $b^2=4ac$ and $c^2=4ba$, putting value of $a$ from former to latter we will have $b^3=c^3$, since both $b$ and $c$ are positive $b=c$, similarly from other equations we will finally get $$a=b=c$$ which will throw a contradiction since $b^2=4ac$. So, all three discriminants cannot be simultaneously $0$. Hence, sum of all three discrimininats will be less than $0$, i.e. $$ a^2+b^2+c^2-4(ab+bc+ca) < 0$$ From this we will get $${a^2+b^2+c^2 \over ab+bc+ca} < 4$$
I am not able to prove that ${a^2+b^2+c^2 \over ab+bc+ca} > 1$