4

$$\lim_{(x,y)\rightarrow (0,0)} \frac{\sin(x\cdot y)}{x}$$ How can I find this limit?

g3d
  • 531

4 Answers4

7

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.

nullUser
  • 27,877
2

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$$

Asaf Karagila
  • 393,674
Aang
  • 14,672
2

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 $$

Alex
  • 19,262
1

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.$$