I have this limit to calculate:
$$l=\lim_{(x,y)\to(0,0)}\frac{\sin(x^2y+x^2y^3)}{x^2+y^2}$$
I solve it by going to the polar coordinates. Since $(x,y)\to 0$ means the same as $\sqrt{x^2+y^2}\to 0$, I get (after dealing with the sine in a standard way),
$$l=\,\lim_{r\to0}\frac{r^3\cos^2\theta\sin\theta+r^5\cos^2\theta\sin^3\theta}{r^2} =\lim_{r\to0}\,r(\cos^2\theta\sin\theta+r\cos^2\theta\sin^3\theta)=0. $$
I'm quite sure this actually works, but the free variable $\theta$ bothers me. It seems to me that some explanation for it is needed since it's not "for every fixed $\theta$", which I think would be the standard interpretation of this formula. How should I phrase this solution so it's rigorous?
Note that $$\vert \cos^2(\theta) \sin(\theta) + r \cos^2(\theta) \sin^3(\theta) \vert \leq \vert \cos^2(\theta) \sin(\theta) \vert + r \vert \cos^2(\theta) \sin^3(\theta) \vert \leq 1 + r$$ Hence, we have that $$\left \vert r \left( \cos^2(\theta) \sin(\theta) + r \cos^2(\theta) \sin^3(\theta) \right) \right \vert \leq r(1+r)$$ Now let $r \to 0$ and conclude the limit is $0$ using squeeze theorem.