I have the following function:
$f(x,y)= \ \begin{cases} (x^2 + y^2)\cdot \sin(\frac{1}{\sqrt{x^2+y^2}}) & (x,y)\neq (0,0) \\ \\0 & (x,y)=(0,0) \end{cases} \\$
Now, I am asked to prove that this function is not continuously differentiable at $(0,0)$, but it is differentiable on $R^2$. I have proven that it is differentiable by taking the first order partial derivatives, using the precise definition. It turns out that:
$\frac{\partial f}{\partial x} at (0,0) = 0$
and $\frac{\partial f}{\partial y} at (0,0) = 0$
My question is how to proceed from here and prove that this function is not twice differentiable at $(0,0)$.