Show continuity at $(0,0)$ of $f(x,y)=\frac{xy}{\sqrt{x^2+y^2}}$ for $(x,y)\neq (0,0)$ and $f(0,0)=0$.
A solution I saw was to write
$$\lim_{(x,y)\to 0}x\dfrac{y}{\sqrt{x^2+y^2}}$$
$$\lim_{(x,y)\to 0}x \cdot \lim_{(x,y)\to 0}\dfrac{y}{\sqrt{x^2+y^2}}$$
The term on the left tends to $0$ and the term on the right has absolute value less than $1$.
My Question
Originally I tried to use polar coordinates to solve.
$$f(x,y)=f(r\cos\theta,r\sin\theta)$$
$$f(x,y)=\dfrac{xy}{\sqrt{x^2+y^2}}= r\cos\theta \sin\theta$$
But I wasn't sure how to proceed. I'm not comfortable working in polar form but I'm thinking it's obvious that $r\cos\theta\sin\theta \to 0$ as $(r\cos\theta,r\sin\theta)$.
Is it the case that for $(r\cos\theta,r\sin\theta) \to (0,0)$ we must have that $r \to 0$ since when $\sin\theta=0 \Rightarrow \cos\theta \neq 0$.
You can use $|\sin\theta|\leq1$ and $|\cos\theta|\leq1$ to make $$r\sin\theta\cos\theta\to0$$ as $r\to0$. Like Descartes coordinates here we have both $r\to0$ and $\theta\to0$ for evaluating the limit. Then $$\lim_{(x,y)\to(0,0)}f(x,y)=\lim_{(r,\theta)\to(0,0)}r\cos\theta\sin\theta \to0$$ means the function is continuous in origin.