So I'm trying to find this limit: $$\lim_{(x,y)\to(0,0)}\frac{\sin(x^2y^2)}{(x^2+y^2)^{3/2}}$$
What I've tried so far is setting the value up for the sandwich theorem:
$$0\leq \Big|\frac{sin(x^2y^2)}{(x^2+y^2)^{3/2}}\Big|\leq\Big|\frac{sin(x^2y^2)}{(2x^2y^2)^{3/2}}\Big|$$ (using AM-GM inequality)
What troubles me is that I can't find a way to prove that this is less then/equal to zero.
Thanks in advance.
Generally not a good idea to introduce something in your denominator that will be unbounded in the required neighbourhood, if you have a choice. Why not change the numerator:
$$0\le\left|\frac{\sin(x^2y^2)}{(x^2+y^2)^{3/2}}\right|\le \frac{|x^2y^2|}{(x^2+y^2)^{3/2}}\le\frac{\left(\frac{x^2+y^2}{2}\right)^2}{(x^2+y^2)^{3/2}}=\frac{1}{4}\sqrt{x^2+y^2}\to 0$$
when $(x,y)\to(0,0)$.