1

My book uses epsilon to solve this and the answer should be zero but I'd like another easier way

$$\lim_{(x,y) \to (0,0)} \frac{4xy^2}{x^2+y^2}$$

gt6989b
  • 54,422

3 Answers3

3

Substitute $x=r \sin \theta$ and $y=r \cos \theta$.

$$\lim_{r \to 0} 4 r^3 \cos \theta \sin^2 \theta=0 $$

Aleksandar
  • 1,771
2

hint: $ 0 \leq \left|\dfrac{4xy^2}{x^2+y^2}\right| \leq |4x|$

DeepSea
  • 77,651
2

Recall that $x^2+y^2\geqslant 2xy$ for any choice of $x,y$, so that $$\left|\frac{4xy^2}{x^2+y^2}\right|\leqslant \left|\frac{4xy^2}{2xy}\right| = |2y|$$

Pedro
  • 122,002