5

I have the limit $$\lim_{(x,y)\to(0,0)}\frac{x^3y^2}{x^4+y^4},$$ and would like to show with an $\epsilon-\delta$ proof that it is zero. I know with a situation like $$\left|\frac{x^4y}{x^4+y^4}\right|\leq y$$ or something similar, but I can't find a way to do the same thing here, as no single term in the numerator is of sufficient degree, although I think I could get this with a small hint.

2 Answers2

2

My hint:

$$L=\lim_{(x,\: y)\to (0,\: 0)}\frac{x^3y^2}{x^4+y^4}=\lim_{(x,\: y)\to (0,\: 0)}\frac{x^2y^2}{x^4+y^4}\: .x$$

Because $$\left|\frac{x^2y^2}{x^4+y^4}\right|\leq\frac{1}{2}\to L=0$$

Iloveyou
  • 2,503
  • 1
  • 16
  • 18
0

Let $z=\max (|x|,|y|).$ Then $$|x^3 y^2|\leq z^5.$$ And for $(x,y)\ne (0,0)$ we have $x^4+y^4\geq z^4>0$, implying $$0<1/(x^4+y^4)\leq 1/z^4 .$$ So for $(x,y)\ne (0,0)$ we have $$|(x^3 y^2)/(x^4+y^4|\leq z^5(1/z^4)=z.$$