$$f(x,y)={xy^2\over x^2+y^2}, \text{ with } f(0,0)=0$$ Show that $f$ is not differentiable at $(0,0)$.
I know that by definition, I need to show that $$\lim_{h->0} \frac{||f(x+h,y+h)-f(0,0)||}{||h||}=0$$ (both partial derivatives are 0).
However when I plugged in $x+h$ and $y+h$, I was stuck. Would really appreciate the help.