Consider the function:
$$f:\mathbb{R^2}\rightarrow\mathbb{R}$$ $$f(x,y)=\frac{x^2y^2}{x^4+y^2}\forall (x,y)\neq(0,0)$$ $$f(0,0)=0$$
It's clearly differentiable for all $(x,y)\neq(0,0)$. I have shown that both partial derivatives at the origin are $0$, however, I'm having trouble showing whether is is differentiable or not. I haven't even been able to prove whether its continuous at the origin or not.
By guess on the continuity is that it is indeed continuous, based on the graph itself and on the fact that both iterated limits are $0$, and so are the limits when choosing $y=\pm x$ and $y=\pm x^2$. However, I can't bound the expression by any arbitrary $\epsilon>0$:
$$|\frac{x^2y^2}{x^4+y^2}|<\epsilon$$
which would be a sufficiente condition for the continuity of $f$ in $(0,0)$
On the other hand, since all partial derivatives are $0$, if the function were differentiable, the differential $L$ would have to be $0$, and so, we would have that:
$$f((0,0)+(h,k))-f((0,0))=L(h,k) + ||(h,k)||\cdot\rho(h,k)$$
Where $L(h)$ is the linear differential $0$ and $\lim_{(h,k)\to(0,0)}\rho(h,k)=0$ That is:
$$\frac{h^2k^2}{h^4+k^2}=||(h,k)||\cdot\rho(h,k)$$
So we have to prove that the function $\rho(h,k)$ defined by:
$$\rho(h,k)=\frac{h^2k^2}{||(h,k)||\cdot h^4+k^2}=\frac{h^2k^2}{\sqrt{h^2+k^2}\cdot (h^4+k^2)}$$
Does or does not converge to $(0,0)$ when $(h,k)$ tends towards $(0,0)$. How to show both of these concerns? (Continuity and differentiability).