Question: Given the following function, determine whether the following function is continuous at $(0,0)$
$$ f(x,y)=\begin{cases}\frac{x^2y^2}{x^4+y^2}, &x^2+y^2 \neq 0,\\ 0 ,&x^2+y^2=0. \end{cases}$$
I know of three methods for approaching such problems:
rewrite the function in terms of polar coordinates, then try to find the limit,
bound the function from above and below, then apply the squeeze theorem, and
take limits along the line $y=x$.
Using the first technique of rewriting the function in terms of polar coordinates, it appears that the function is continuous at $(0,0)$. I would like to be able to answer the question using the squeeze theorem. I can bound the numerator, but I don't know how to bound the denominator so that the limit goes to zero at the origin.