Let $f : \mathbb{R} \to \mathbb{R}$ be a continuous and differentiable function. If $\lim_{x \to \infty} ((f'(x))^2 + f^3(x)) = 0$, prove that $\lim_{x \to \infty} f(x) = 0$.
Here is what I did so far:
$\lim_{x \to \infty} ((f'(x))^2 + f^3(x)) = (\lim_{x \to \infty} f'(x))^2 + (\lim_{x \to \infty} f(x))^2 \cdot \lim_{x \to \infty} f(x) = 0$
From this, we can conclude that $\lim_{x \to \infty} f(x) \leq 0$.
Now, I need to prove that $\lim_{x \to \infty} f(x)$ can't be negative, but I didn't figure out how to do this yet.
Thank you!