Find the partial derivatives of $f (x,y) = x^2\sin(1/x)+y^2$ at $(0,0)$
Is this function differentiable at the origin? $$f(x,y) = x^2\sin(1/x)+y^2 \quad \text{if $(x,y) \ne 0$} $$ $$ = y^2 \qquad \text{if $(x,y) = 0$} $$
I found that $$\frac{df}{dx} =2x\sin(1/x)-\cos(1/x)$$ $$\frac{df}{dy} =y^2$$
df/dy(0,0) is easy it's df/dy=0^2=0
But df/dx(0,0) is a bit more complicated as $\sin(1/x)$ is undefined at x=0 perhaps i can use squeeze theorem to say that the limit of df/dx as it approaches x=0 is 0 but that would be the limit and not df/dx(0,0)
How do i find $\frac{df}{dx}(0,0)$