Existence of Derivative at x=0

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
sergey90
Messages
10
Reaction score
0

Homework Statement


f(x)= xsin(1/x) if x!=0
= 0 if x=0

does the derivative exist at x=0?

Can somebody please provide a visual backup of the result? Is this supposed to be a cusp that's why there is no derivative on a continuous function?

Homework Equations





The Attempt at a Solution


Using the squeeze theorem we see that the function is continuous at 0, but when we compute the derivative limit, we are left with limit[h->0]sin(1/h) which doesn't exist.
 
Physics news on Phys.org
The derivative at 0 is given by
[tex]\lim_{h\to 0}\frac{f(h)- f(0)}{h}=\lim_{h\to 0}\frac{h sin(1/h)}{h}= \lim_{h\to 0}sin(1/h)[/tex]
As h goes to 0, 1/h goes to infinity so sin(1/h) alternates and does not have a limit.

No, there is no "cusp". That occurs when you have differing limits from the right and left. Here, there is no "limit from the left" or "limit from the right".
 
Recall that : |sinx| ≤ 1 [itex]\forall[/itex]x[itex]\in[/itex][itex]\Re[/itex]

Which means : -1 ≤ sinx ≤ 1 [itex]\forall[/itex]x[itex]\in[/itex][itex]\Re[/itex]

Lets say f(x) = sinx, you now have f(x) bounded between h(x) = -1 and g(x) = 1. Now think about the squeeze theorem.