I tried to show that $f(x,y)=\frac{xy}{x^2+y^2}$ is differentiable at $(1,1)$ by doing the following but I got stuck:
$$\lim_{(h,k)\longrightarrow(0,0)}\frac{f(1+h,1+k)-f(1,1)-f_x(1,1)h-f_y(1,1)k}{\sqrt{h^2+k^2}}$$
$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{\frac{(1+h)(1+k)}{(1+h)^2+(1+k)^2}-\frac{1}{2}-0-0}{\sqrt{h^2+k^2}}$$
$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{\frac{2(1+h)(1+k)-(1+h)^2-(1+k)^2}{2[(1+h)^2+(1+k)^2]}}{\sqrt{h^2+k^2}}$$
$$=\lim_{(h,k)\longrightarrow(0,0)}\frac{-(h-k)^2}{2[(1+h)^2+(1+k)^2]\sqrt{h^2+k^2}}$$
Would appreciate any help from hence forth. Thank you!