2

Let $f: (0, \infty) \longrightarrow \mathbb{R}$ be differentiable. Show that if $\lim_{t \to \infty}f'(t) = 0$, then $\lim_{t \to \infty}\frac{f(t)}{t} = 0$.

I don't really even know where to start. If we take $\epsilon > 0$, there is $M \in \mathbb{R}$ for which $t > M$ implies that $|f'(t)| < \epsilon$. I'm assuming that we should use the same $M$, but I'm not sure what else.

Sprinkle
  • 1,166

2 Answers2

3

Hint: L'Hopital's rule can be applied to $\lim_{t \to \infty} \frac{f(t)}{g(t)}$ merely on the condition that $g(t) \to \infty$.

RRL
  • 90,707
2

Fix $m > 0$ and pick $T$ such that for $t > T$, $|f'(t)| < m$. Then for $t > T$, by MVT there exists $c \in (T,t)$ such that $f(t)= f(T) + f'(c)(t - T)$. Hence $f(t)/t = f(T)/t + f'(c)(1 - T/t)$, so $|f(t)/t| < |f(T)|/t + m(1 - T/t)$. For $t$ large enough we can guarantee that $|f(T)|/t < m$, hence $|f(t)/t| < 2m$, and since $m$ was arbitrary we have $|f(t)/t| \rightarrow 0$.

Alex Zorn
  • 4,304