I was trying to build an example of a function that is differentiable at $0$, and around $0$. But the derivative is not continuous at $0$
A family of functions that work is: (thank you Andrew D. Hwang for the general form)
$$ f(x) = \left\{ \begin{array}{ll} x^{1+\epsilon}\psi(x^{-\alpha})) & \mbox{if } x\ne0 \\ 0 & \mbox{if x=0} \end{array} \right. $$
With $\psi$ a periodic and bounded function (or a modified trig function) and $\alpha>0,\epsilon>0$
Is there an example that does not belong to this family of functions? (I have found such examples, but I am not satisfied with them because of how I built them (they are not deeply different), so I'm still interested to get ideas!)
Do you know if there is another family of functions that would be differentiable at $0$ with derivatives not continuous at $0$?
– Albert Beton Oct 09 '16 at 03:48