I have the following limit:
$$\lim_{(x,y) \to (0,0)} \frac{\sin(xy)}{\sqrt{x^2 + y^2 + |y|} \times \|(x,y)\|}$$
Where I'm using the usual euclidean norm. I've been trying to find a curve that approximates (0,0) in a way such that the limit is not 0, but I'm really struggling to do so.
We have that
$$\lim_{(x,y) \to (0,0)} \frac{\sin(xy)}{\sqrt{x^2 + y^2 + |y|} \times ||(x,y)||}=\lim_{(x,y) \to (0,0)} \frac{\sin(xy)}{xy} \frac{xy}{\sqrt{x^2 + y^2 + |y|} \times ||(x,y)||}$$
and
$$\lim_{(x,y) \to (0,0)} \frac{\sin(xy)}{xy}=1$$
and by polar coordinates
$$\frac{xy}{\sqrt{x^2 + y^2 + |y|} \times ||(x,y)||}=\frac{r\cos \theta \sin \theta}{\sqrt{r^2+r|\sin \theta|}}\to 0$$
indeed
$$0\le \frac{r|\cos \theta| |\sin \theta|}{\sqrt{r^2+r|\sin \theta|}}\le \frac{r|\cos \theta| |\sin \theta|}{\sqrt{r|\sin \theta|}} \frac{\sqrt{r|\sin \theta|}}{\sqrt{r|\sin \theta|}}=|\cos \theta|\sqrt{r|\sin \theta}| \to 0$$