Let $f(x)$ be twice differentiable on $(0,\infty)$ and let $\lim_{x\to \infty} f(x) = L<\infty$ and $|f''(x)| \le M$ for some $M>0$.
Prove that $\lim_{x \to \infty} f'(x) = 0$.
I've tried to use taylor with remainder in a lot of different ways and am still unable to crack this one.
First note that $\int_0^\infty f'(x)dx = L-f(0)$ since $L$ is the limit of $f(x)$ as $x\to\infty$. Note also that $f'(x)$ is continuous, moreover it is uniformly continuous by the mean value theorem. Specifically we have $$|f'(x) - f'(y)| = |f''(\xi)| |x-y| \le M|x-y|$$ where $\xi \in [x,y]$.
From here we may use the answer to this problem to complete the proof.