Find $$\lim_{(x,y) \to (0,0)} \frac{xy-\sin(x)\sin(y)}{x^2+y^2}$$
What I did was:
- Find the second order Taylor expansion for $xy-\sin(x)\sin(y)$ at $(0,0)$:
$P_2 (0,0)=f(0,0)+df_{(0,0)}+d^2f_{(0,0)}+r_2(0,0)$
- $f(0,0)=0$
- $df_{(0,0)}=\frac{\partial f}{\partial x} (0,0) \Delta x + \frac{\partial f}{\partial y} (0,0) \Delta y = 0$
- $d^2f_{(0,0)}=\frac{\partial f}{\partial x} (0,0) \Delta x^2 + \frac{\partial f}{\partial x \partial y} (0,0) \Delta x \Delta y + \frac{\partial f}{\partial y} (0,0) \Delta y^2 = 0$
$\implies$ $P_2(0,0)=r_2(0,0)$
- Now I have $\lim_{(x,y) \to (0,0)} \frac{r_2(0,0)}{x^2+y^2}$
$\implies \lim_{(x,y) \to (0,0)} \frac{r_2(0,0)}{x^2+y^2} = \lim_{(x,y) \to (0,0)} \frac{r_2(0,0)}{x^2+y^2} \cdot \frac{\sqrt{x^2+y^2}}{\sqrt{x^2+y^2}} = \lim_{(x,y) \to (0,0)} \frac{r_2(0,0)}{\sqrt{x^2+y^2}} \cdot \frac{\sqrt{x^2+y^2}}{x^2+y^2}= 0$
However, wolframalpha is telling me the limit does not exist...
We have that
$$\frac{xy-\sin(x)\sin(y)}{x^2+y^2}=\frac{xy}{x^2+y^2}\left(1-\frac{\sin(x)}x\frac{\sin(y)}y\right)\to 0$$
indeed $\frac{xy}{x^2+y^2}$ is bounded and $1-\frac{\sin(x)}x\frac{\sin(y)}y \to 0$
As an alternative by polar coordinates
$$\frac{xy-\sin(x)\sin(y)}{x^2+y^2}=\cos\theta\sin \theta-\frac{\sin(r\cos\theta)}r\frac{\sin(r\sin\theta)}r=$$
$$=\cos\theta\sin \theta-\left(\cos \theta+o(r)\right)\left(\sin \theta+o(r)\right)=o(r) \to 0$$