WolframAlpha claims that the following limit does not exist:
$$ \lim_{(x,y)\to(0,0)} \frac{xy\sin{y}}{3x^2+y^2} $$
https://www.wolframalpha.com/input/?i=lim+(xysiny)%2F(3x%5E2%2By%5E2)+as+%7Bx-%3E0,+y-%3E0%7D
However, I just proved that its limit is zero. Here is how:
$2|(\sqrt{3} x)(y)| \leq 3x^2 + y^2 $ by AM-GM.
Therefore, $ |xy \sin{y}| \leq \frac{1}{2\sqrt3}(3x^2+y^2)|\sin{y}|$
And so, $ 0 \leq |\frac{xy\sin{y}}{3x^2+y^2}| \leq \frac{1}{2\sqrt{3}}|\sin{y}|$
- The one on the left and the right both go to zero as $(x,y)\to(0,0)$; therefore our expression in the middle must also converge to zero.
- Finally, because $|\frac{xy\sin{y}}{3x^2+y^2}|$ converges to zero, $\frac{xy\sin{y}}{3x^2+y^2}$ converges to zero as well.
I am absolutely sure my proof is logical and correct, especially because WolframAlpha says '0' to this: https://www.wolframalpha.com/input/?i=lim+(xy%5E2)%2F(3x%5E2%2By%5E2)+as+%7Bx-%3E0,+y-%3E0%7D .
However, my textbook also claims it to be nonexistent.
What is the limit?
If it really is zero, then why does WolframAlpha claim it to be nonexistent?
If it isn't zero, where did I go wrong?
Yes, the limit is $0$. You can also prove that using the fact that$$\frac{xy\sin y}{3x^2+y^2}=\frac{xy^2}{3x^2+y^2}\times\frac{\sin y}y,$$that$$\lim_{(x,y)\to(0,0)}\frac{xy^2}{3x^2+y^2}=0$$ and that $\lim_{y\to0}\frac{\sin y}y=1$.