4

I need counterexamples for the following (I guess these claims are not correct):

  1. If $ lim_{n\to \infty} n\cdot (f(\frac{1}{n}) - f(0) ) =0$ then $f$ is differentiable at $x=0$ and $f'(0)=0$ .

  2. If f is defined in a neighberhood of $a$ including $a$ and differentiable at a neighberhood of $a$ (except maybe at $a$ itself), and $lim_{x\to a^- } f'(x) = lim_{x\to a^+} f'(x) $ , then $f$ is differentiable at $x=a$.

  3. If $f$ is diff for all $x$ and satisfies $lim_{x\to \infty } f'(x) =0 $ then there exists a number $L<\infty$ for which $ lim_{x\to \infty} f(x)= L$

  4. If $f$ is diff for all $x$ and satisfies $lim _{x\to \infty} f(x)= L $ then $lim_{x\to\infty} f'(x)=0 $ .

  5. If $f $ is diff at $x=0$ and $lim_{x\to 0 } \frac{f(x)}{x} =3 $ , then $f(0)=0$ and $f'(0)=3$

Thoughts:

5) I think this claim is correct and follows from the uniqueness of the derivative... I have no idea how to prove it, but it sounds reasonable

3) Isn't a counterexample for this is $f(x)=lnx$ ?

4) I have tried using some trigonometric functions, but still couldn't manage to find a counterexample

2) I guess that an example for this would be a function that its derivative isn't defined at this point , but its limits do

1) have no idea... It sounds incorrect (although I guess that the other direction of the claim is correct)

Help?

Thanks !

criticism
  • 127
  • For 5., use the definition of derivative: $f'(0)=\lim_{x\to0}\frac{f(x)-f(0)}x$, so if $f(0)=0$, we are done. But $f(0)=\lim_{x\to0}f(x)=\lim_{x\to0}x\cdot\frac{f(x)}x=0\cdot3=0$. Here, I used that $f(0)=\lim_{x\to0}f(x)$, which means that $f$ is continuous at $0$, which we know is true since $f$ is differentiable at $0$, and differentiability entails continuity. – Andrés E. Caicedo Dec 13 '13 at 08:02
  • 1
    For 4 consider something like $f(x)=\frac{\sin(e^x)}{x^2+1}$. – Eric Dec 13 '13 at 08:39
  • @Eric : Can you please explain why does that limit of your example doesn't go do zero ? The derivative of what you mentioned goes to infinity ? Thanks! – criticism Dec 13 '13 at 17:35
  • @AndresCaicedo : Thanks a lot! – criticism Dec 13 '13 at 17:36
  • For the function, $f(x)$, that I gave above, $\lim_{x\to\infty}f(x)=0$. If you don't want it to be zero just add $L$ to it. The derivative is $\frac{e^x\cos(e^x)(x^2+1)-\sin(e^x)2x}{(x^2+1)^2}$ so the limit of $f'(x)$ does not exist. It might be easier to consider something like $\frac{\sin(x^3)}{x^2+1}$. We use this denominator because it is non-zero for all $x\in\mathbb{R}$. – Eric Dec 13 '13 at 20:52

3 Answers3

2
  1. There is a lot of space between $1/n$
  2. The only place to go wrong is at $x=a$. Break it there.
Empy2
  • 50,853
  • I know. this is why I guess the claim is incorrect. But I can't find any proper counterexample that will allow the limit to be zero if I plug in $\frac{1}{n}$ , but won't be zero for other values...
  • I tried using $f(x)=x^2, x\neq 0 $ and $f(0)=4$ , but it doesn't work, because the derivative will be 0 in any case... will you please help me with these 2? THanks !
  • – criticism Dec 13 '13 at 17:51