Find the least number $a$ such that $x^4+ax^3+2017x^2-360x+16 \ge0$ for all positive $x$.
I tried to solve this by differentiating but it is too complicated. Is there good way to solve?
Find the least number $a$ such that $x^4+ax^3+2017x^2-360x+16 \ge0$ for all positive $x$.
I tried to solve this by differentiating but it is too complicated. Is there good way to solve?
Your inequality can be written:
$f(x)=(x^2+45x-4)^2+(a-90)x^3\ge 0$
$x^2+45x-4=0$ has two solutions: $x_0\approx -45.089<0$ and $x_1\approx 0.088714>0$
In order to have $f(x_1)\ge 0$ one needs $a\ge 90$
We notice that $a\ge 90$ is also a sufficient condition for $f(x)\ge0$ when $x$ is positive.
So the least value $a$ is $90$