Sunday, February 17, 2019

real analysis - If a function is continuous and differentiable everywhere is the derivative continuous?



Suppose f is continuous on [a,b] and differentiable on (a,b). Does it follow that f is continuous on (a,b)?


Answer



The function,




f(x)={x2sin1x if x00 if x=0



is diffrentiable on R



But,



f(x)={2xsin1xcos1x if x00 if x=0



Is not continuous on x=0, since limx0cos1x is not exist.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...