Show limit of derivative is zero.

138 Views Asked by At

I'm trying to show that if $f:\mathbb{R}\to\mathbb{R}$ is continuously differentiable such that $\lim_{x\to\infty} \dfrac{f(x)}{x}=0$ and $\alpha=\lim_{x\to\infty} f'(x)$ exists and is finite, then $\alpha=0$. My idea is to implement the mean value theorem but I cannot do it.

2

There are 2 best solutions below

2
On

Hint

By MVT, there is $c_x\in (x,2x)$ s.t. $$\frac{f(2x)-f(x)}{x}=f'(c_x).$$

0
On

Suppose that $\alpha>0$. Then there's a $M>0$ such that $x\geqslant M\implies f'(x)>\frac\alpha2$. Therefore, if $x>M$,$$\frac{f(x)-f(M)}{x-M}>\frac\alpha2,$$by the mean value theorem. So$$\frac{f(x)-f(M)}{x-M}-\frac{f(x)}x>\frac\alpha4$$if $x$ is large enough. But this is impossible, since$$\frac{f(x)-f(M)}{x-M}-\frac{f(x)}x=\frac{Mf(x)-xf(M)}{x(x-M)}=\frac M{x-M}\cdot\frac{f(x)}x-\frac{f(M)}{x-M}\to0.$$