I need to find the limit:
$ \lim \limits_{P \to P_.0} \frac{x^2 y^2}{x^2 + y^2}$ where $P_0 = {0,0}$
I know that I can find the limit using polar coordinates, BUT how can I find it with $\epsilon - \delta$ definition? Please explain step step so I can understand it.
With the AM-GM inequality: for $x,y)\neq (0,0)$ $$ 0 \leq \frac{x^2 y^2}{x^2+y^2} \leq \frac{x^2 y^2}{2\sqrt{x^2 y^2 }} = \frac{\lvert x y\rvert }{2} \xrightarrow[(x,y)\to(0,0)]{}0 $$ the last part being "easy" to quantify with $\epsilon$ and $\delta$, as $\sqrt{x^2+y^2}=\left\lVert \begin{pmatrix} x\\y\end{pmatrix}\right\rVert_2\leq \delta$, the very same AM-GM inequality implies $\sqrt{2\lvert xy \rvert }\leq \delta$.