I want to prove that
$$\lim_{(x,y)\to(1,0)} \frac{x-y}{x^2+y^2} = 1$$
But I'm out of ideas:
$$\bigg|\frac{x-y}{x^2+y^2} - 1\bigg| = \bigg|\frac{x-y-x^2-y^2}{x^2+y^2} \bigg| \leq \frac{|x||x-1| + |y||y+1|}{|x^2+y^2|} \leq \frac{|x-1|}{|x|} + \frac{|y+1|}{|y|}$$
For the first term use the fact that $\frac {|x-1|} {|x|}<2|x-1|$ as soon as $|x-1|<\frac 1 2$. In the second term you have got into trouble by getting $y^{2}$ in the denominator. Instead it should have $x^{2}$ in that term also. You then have tp make $\frac {y||y+1|} {x^{2}}$ small for which you can use the idea I just mentioned for the first term.