I was asked to find limit of $f(x,y)= \frac{\sin^2 (x-y)}{|x|+|y|}$ as $(x,y)$ approaches $(0,0)$. I have an idea that it tends to $0$, but can't find a suitable way to proceed.Please help with any suggestions to proceed.
as per suggestions I tried by converting the given function to polar co-ordinates. so $\frac {(x-y)^2}{|x|+|y|}$. which gives $r\cdot \frac{(\cos(t)-\sin(t))^2}{(\cos(t)+\sin(t))}$. On using the limit as r goes to zero, we get answer as zero. Is there anything else to be taken care in this case?
HINT
We have that
$$\frac{\sin^2 (x-y)}{|x|+|y|}=\frac{\sin^2 (x-y)}{(x-y)^2}\cdot \frac{(x-y)^2}{|x|+|y|}$$
and by $t=x-y \to 0$
$$\frac{\sin^2 (x-y)}{(x-y)^2}=\frac{\sin^2 t}{t^2}\to 1$$
then we need to evaluate $\frac{(x-y)^2}{|x|+|y|}\to ?$.
Added after editing
For the latter, by polar coordinates we obtain
$$r\cdot \frac{(\cos t-\sin t)^2}{ |\cos t|+ |\sin t|}$$
and the key point here is that the denominator $|\cos t|+ |\sin t|$ is bounded and never equal to zero therefore for some $c>0$
$$0\le r\cdot \frac{(\cos t-\sin t)^2}{ |\cos t|+ |\sin t|}\le r\cdot c$$
and we can conclude by squeeze theorem.