If the graph of $f(x)=2x^3+ax^2+bx$ intersects the $x$-axis at three distinct points, then what is minimum value of $a+b$? Here $a$ and $b$ are natural numbers.
My attempt:
As the graph intersects the $x$-axis at three distinct points, it has $2$ local maxima/minima. Let these $2$ local maxima/minima be $x_1, x_2$.
I found $f'(x)=6x^2+2ax+b$
So $x_1, x_2$ are the roots of $6x^2+2ax+b=0$
I could not solve this further. I think the minimum value of $a+b$ is $\sqrt {ab}$.
Is my approach correct or is there any other method?