0

Let $f:[0,\infty[ \rightarrow \mathbb{R}$ be differentiable on $(0,\infty)$ such that $f'(x) \to b \; as \; x \to \infty$

(a) Show that for any $h>0$ we have $\lim_{x \to \infty} \frac{f(x+h) - f(x)}{h}=b$

(b) Show that if $f(x) \to a $ as $x \to \infty$ then $b = 0$

(c) Show that $\lim_{x\to \infty} \frac{f(x)}{x}=b$

I have no clue on how to approach this problem... I tried to show $h \to 0$ but I could not.

So Lo
  • 1,567

1 Answers1

1

For $\epsilon>0$, choose $M>0$ such that $|f'(u)-b|<\epsilon$ for $u\geq M$. Now fix an $h>0$, then for all $x>M$, we have $\left|\dfrac{f(x+h)-f(x)}{h}-b\right|=|f'(\xi_{x,h})-b|<\epsilon$, this proves a).

Now assume the result in a), put $h=1$, for some $N>0$, we have $|f(x+1)-f(x)-b|<\epsilon$ for $x\geq N$. Now taking $x\rightarrow\infty$, we have $|b|=|a-a-b|\leq\epsilon$, this is true for all $\epsilon>0$, so $b=0$.

user284331
  • 55,591