The other day I was asked to solve the following multivariable limit:
$$\lim_{(x,y)\to(0,0)}\frac{x-y}{x+y}$$
As simple as it was I was stumped. I tried some algebraic manipulation using conjugates, which got me nowhere. Then I tried defining $x$ and $y$ by their polar definitions and got stuck here:
$$\lim_{r\to0}\frac{r\cos\theta-r\sin\theta}{r\cos\theta+r\sin\theta}$$
$$=\frac{\cos\theta-\sin\theta}{\cos\theta+\sin\theta}$$
But I didn't know what to do from here.
The only other approach that struck me as a possibility was partial fractions.
What's the best way to tackle this limits problem and ones like it?