Consider the function $g:\mathbb{R^2} \rightarrow \mathbb{R}$ defined by
$g(x,y) = \left\{\begin{matrix} \dfrac{x^3y}{x^2+y^2}& \textrm{if } (x,y) \neq (0,0) \\ 0 & \textrm{if }(x,y) = (0,0) \end{matrix}\right.$
How do I prove this is continuous?
I know that I have to:
Consider $x_0 \in \mathbb{R^2}$, and let $\epsilon > 0$ be given. I am confused on how to pick a $\delta$ that will work such that $d(x,x_o) < \delta$.