I need to prove that this equation has exactly one real root.
$f(x) = x^3 + 3x^2 + 16$
I have tried proving it by showing that has at least one real root, and then taking the derivative. This method does not work since it can have a negative derivative.
Any hints you could give me would be great.
You have
$f(x) = x^2(x+3) + 16$ so only for $x< -3$ can there be a real root.
Now you have
$f'(x) = 3 x (x+2)$ and for $x< -3$ this is always positive. Hence there is only one real root. This can easily be guessed to be $x = -4$.