A cubic equation $x^{3}+ax^2+bx+c$ has all negative real roots and $a, b, c\in R$ with $a<3.$
Prove that $b+c<4.$
My attempt :
Let the cubic be $f(x)$
Plotting graph we see that ,
$f(x\geq 0)>0$.
So we can see that a relation between $a, b, c$ can be established by putting $x=1$, so,
$1+a+b+c> 0$.
So $b+c>-4$.
Also by using Vieta's Formula we get $a, b, c > 0$.
Now I'm uncertain how to proceed, any help will be appreciated. This is a problem of a maths olympiad. Thanks.
Let $-p,-r,-q$ be it roots, so $p,q,r>0$. Now by Vitea formulas we have $$p+r+q =a < 3$$ and $$b+c = pr+pq+qr +qpr$$
So we need to check if $$pr+pq+qr +qpr<4$$
By Am-Gm ineaquality we have $$pqr \leq ({p+q+r\over 3})^3 < 1$$
It is easy to check that (say with Cauchy inequality) $$p^2+q^2+r^2\geq pq+pr+qr$$ so $$(p+q+r)^2\geq 3(pq+pr+qr)$$ and thus $$pq+pr+qr \leq 3$$ so $$pq+pr+qr +pqr< 3+1=4$$
and we are done.