$$\lim_{(x,y)\rightarrow (0,0)} \frac{\sin(x\cdot y)}{x}$$ How can I find this limit?
4 Answers
Note that $|\sin(t)| \leq |t|$ so that $$|\frac{\sin(x y)}{x}| \leq |\frac{xy}{x}| = |y| \to 0$$ as $(x,y) \to 0$. It follows that the limit is zero.
- 27,877
Put $x=r\cos\theta,y=r\sin\theta$ then,$$\lim_{(x,y)\rightarrow (0,0)} \frac{\sin(x\cdot y)}{x}=\lim_{r\to 0}\frac{\sin(r^2\sin\theta \cos\theta)}{r\cos\theta}=\lim_{r\to 0}\frac{\sin(r^2\sin\theta \cos\theta)}{r^2\cos\theta\sin\theta}(r\sin\theta)=\lim_{r\to 0}\frac{\sin(r^2\sin\theta \cos\theta)}{r^2\cos\theta\sin\theta}\lim_{r\to 0}r\sin\theta=1.0=0$$
- 393,674
- 14,672
Just expand in Taylor series as $(x,y) \to (0,0): \sin (x,y) =xy+O((xy)^3)$. You get $$ \lim_{(x,y) \to (0,0)}\frac{\sin(xy)}{x}=\lim_{(x,y) \to (0,0)}y+O(x^2y^3)=0 $$
- 19,262
From $|\sin \phi|\le|\phi|$ we find $\left\lvert\frac{\sin(xy)}{y}\right\rvert\le\lvert x\rvert$ and hence $$\lim_{(x,y)\to(0,0)}\frac{\sin(xy)}{y}=0.$$
- 374,180