I'm trying to check if this two-variable function has a limit on the point $(0,0)$:
$$\lim _{ (x, y) \to (0,0) } {{ xy \sin y } \over { x^2 + y^2 }}$$
So my method was:
$$ {{xy \sin y} \over {x^2 + y^2}} = {{y \sin y} \over y^2} {x \over { ( {x^2 \over y^2 }) + 1 }} $$
Clearly
$$ \lim_{y \to 0} {y \sin y \over y^2} = 1 $$
But
$$ {x \over { ( {x^2 \over y^2 }) + 1 }} = { xy^2 \over x^2 + y^2 } $$
Moreover
$$ | { xy^2 \over x^2 + y^2 } | < |x| $$
and $\lim_{x \to 0} x = 0$.
Thus
$$ \lim _{(x, y) \to (0, 0)} {x \over { ( {x^2 \over y^2 }) + 1 }} = 0 $$
Hence
$$\lim _{ (x, y) \to (0,0) } {{ xy \sin y } \over { x^2 + y^2 }} = 1 \times 0 = 0$$
But calculators say that the limit does not exist.
I wonder where I have done wrong.