The problem statement is:
Prove: If $f(x)$ is differentiable for x>0 and
$$\lim_{x \to \infty} (f(x)+\frac {df}{dx}(x)) =0$$
and if
$$\lim_{x \to \infty} f(x)$$ exists, then
$$\lim_{x \to \infty} f(x) = \lim_{x \to \infty} \frac{df}{dx}(x)=0$$
My work:
I don't see how the differentiability assumption on f can be used (or is even needed?), but I have that, for every $\epsilon$>0, there exists M = $max(M_1,M_2)$, such that x>M implies that
$$|f(x)+ \frac{df}{dx}(x)| < \epsilon$$ $$\implies-\epsilon < f(x) + \frac{df}{dx}(x) < \epsilon$$ $$\implies -\frac{df}{dx}(x) -\epsilon < f(x) < -\frac{df}{dx}(x) +\epsilon$$
and since by assumption we know that the limit at infinity for f(x) exists, then the limit must be $-\frac{df}{dx}$, by the last inequality above.
Now I think the goal is to just show that the limit at infinity of $|\frac{df}{dx}|=0.$ Then we would have the desired equality, by the Squeeze Theorem.
But what can I say about the limit of $|\frac{df}{dx}|$?
Thanks,