$f(x,y) := \begin{cases} \frac{xy}{x^2+y^2}, &\mbox{if } (x,y) \neq (0,0)\\ 0, & \mbox{if } (x,y)=(0,0) \end{cases}$
I need to show that all partial derivatives in $(0,0)^T$ exist which I already did, but how can I show that $f$ is not differentiable in $(0,0)^T$?
Because it's not even continuous there. See what happens when $x=y$.