How to find $ \lim_{(x,y)\to(0,0)} \frac{\sin^2 (x-y)}{|x|+|y|} $?

2k Views Asked by At

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?

4

There are 4 best solutions below

8
On

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.

0
On

With $|\sin t | \le |t|$ we get $\frac{|\sin (x-y)|}{|x|+|y|} \le 1$, hence

$0 \le \frac{\sin^2 (x-y)}{|x|+|y|} \le |\sin (x-y)|$.

This gives $\frac{\sin^2 (x-y)}{|x|+|y|} \to 0$ as $(x,y) \to (0,0)$.

4
On

Attempt:

$|\sin^2(x-y)| \le |x-y|^2$ , $x,y$ real.

$|\dfrac{ \sin^2 (x-y)}{|x|+|y|}|\le \dfrac{|x-y|^2}{|x|+|y|} \le$

$\dfrac{ (|x|+|y|)^2}{|x|+|y|}= |x+y| \le$

$ |x|+|y| = \sqrt{x^2} +\sqrt{y^2}\le$

$2\sqrt{x^2+y^2}.$

Chose $\delta =\epsilon/2$.

0
On

Let $x=r\cos\theta, y=r\sin\theta$, we have \begin{align} \displaystyle\lim_{(x,y)\to(0,0)}\cfrac {\sin^2(x-y)}{|x|+|y|}&=\lim_{(x,y)\to(0,0)}\cfrac {(x-y)^2}{|x|+|y|}\\ &=\lim_{r\to 0}\cfrac{r(\cos\theta-\sin\theta)^2}{|\cos\theta|+|\sin\theta|}\\ \end{align}

We assert $\cfrac{(\cos\theta-\sin\theta)^2}{|\cos\theta|+|\sin\theta|}$ has upper bound $1$ and lower bound $0$, thus it's finite. So the RHS evaluate to $0$.