Find the limit
$$\displaystyle\lim_{(x,y)\to(0,0)}\frac{-16x^3y^3}{(x^4+2y^2)^2}$$
Let $x=r\sin \theta$ and $y=r\cos \theta$.
$$ \begin{align} \lim_{(x,y)\to(0,0)}\frac{-16x^3y^3}{(x^4+2y^2)^2}&=\lim_{r\to0}\frac{-16r^3\cos ^3 \theta r^3\sin ^3\theta}{(r^4\cos^4\theta+2r^2\sin^2\theta)^2} \\ &=\lim_{r\to0}\frac{-16r^3\cos ^3 \theta r^3\sin ^3\theta}{r^4(r^2\cos^4\theta+2\sin^2\theta)^2}\\ &=\lim_{r\to0}\frac{-16r^2\cos ^3 \theta \sin ^3\theta}{(r^2\cos^4\theta+2\sin^2\theta)^2}\\ &=\frac{-16(0)^2\cos ^3 \theta \sin ^3\theta}{((0)^2\cos^4\theta+2\sin^2\theta)^2}\\ &=\frac{0}{(0+2\sin^2\theta)^2}\\ &=0 \end{align} $$
Does this logic follow? Can I ignore the case where $2\sin^2\theta=0$ meaning it is of the form $\frac{0}{0}$? How else would I approach this limit.