I am given $f \in C^2([0,\infty))$ and $\lim_{x \to \infty}f(x) = L \in \mathbb{R}$. I am also given there is a real number $M$ such that $f'(x) + f''(x) < M$ for all $x \in [0,\infty)$. Prove that $\lim_{x \to \infty}f'(x) = 0$.
My thoughts
This is similar to a frequently asked question: If $\lim_{x \to \infty}f(x) = L$ then if $\lim_{x \to \infty} f'(x)= L'$ exists it is necessary that $L' = 0$. Possible approaches are:
(1) Originally I thought to show upper bound on $f' + f''$ along with $f(x) \to L$ guarantees that the limit of $f'$ exists. but I just realized the function $f(x) = \sin(x^2)/x$ is a counterexample.
(2) Somehow use the Taylor expansion $f(y) = f(x) + f'(x)(y-x) + \frac{1}{2} f''(\xi)(x-y)^2$ ($\xi \in (x,y)$). Here I am having difficulty tying $f'$ and $f''$ together to use the bound.