Prove that $\lim\limits_{(x,y)\to (0,0)} \frac{\sin(xy)}{xy}$ exists, using $(\epsilon ,\delta)$-argument

875 Views Asked by At

I need to prove that the limit of $\frac{\sin(xy)}{xy}$ exists using the $\epsilon$-$\delta$ limit definition as $(x,y)\to (0,0)$

I know that the limit exist and is equal to $1$. I worked on it using the squeeze theorem, but been trying on how to prove it using the limit definition but I don't really know how to start.

2

There are 2 best solutions below

1
On BEST ANSWER

(2017-09-01 21:00: This answer just received a revenge downvote. Oh well...)


For every real number $t$,

$$\left|\sin t-t\right|\leqslant\tfrac16|t|^3\tag{$\ast$}$$

hence $$f(x,y)=\frac{\sin(xy)}{xy}$$ is such that, for every $(x,y)$ such that $xy\ne0$ (that is, where $f(x,y)$ exists), $$|f(x,y)-1|\leqslant\tfrac16|xy|^2$$ which should be enough to conclude that, indeed,

$$\lim_{(x,y)\to(0,0)}f(x,y)=1$$

To prove $(\ast)$, start from $$|\cos t|\leqslant1\tag{$\circ$}$$ and integrate thrice, that is, note that this upper bound yields $$|\sin t|=\left|\int_0^t\cos s\,ds\right|\leqslant|t|$$ which implies $$|\cos t-1|=\left|\int_0^t\sin s\,ds\right|\leqslant\tfrac12t^2$$ which implies $$|\sin t-t|=\left|\int_0^t(\cos s-1)\,ds\right|\leqslant\tfrac16|t|^3$$ as desired.

To conclude, $(\circ)$ is the only prerequisite we used, and $(\circ)$ itself follows readily, for example, from the fact that $$\cos^2t+\sin^2t=1$$

0
On

If you used the squeeze theorem you have walked half of the way. However, a proof using the definition could go like this. If we assume that $\sin z = \sum_{n=0}^{\infty} (-1)^n\frac{z^{2n+1}} {(2n+1)!}$ then $|{\frac{\sin z}{z}-1}| \le z^2$ if $|z|<1$. So, if $\epsilon>0$ then pick $\delta= \sqrt{\epsilon}$. It follows that if $|x| < \delta$ and $|y|<\delta$ then $|\frac{\sin(xy)}{xy}-1| < |xy| < \delta^2=\epsilon$