0

I am trying to evaluate $$\lim_{(x,y)\to(0,0)}\frac{x^2y}{x^2+y^4}$$

I was thinking of using $$0\leq\frac{x^2y}{x^2+y^4}<\frac{(x^2+y^4)\cdot y}{x^2+y^4}=y$$ which tends to as $(x,y)\to(0,0)$, which means that the limit is $0$ by the squeeze theorem. Is that correct?

Vasting
  • 2,055

1 Answers1

5

$$\left|\frac{x^2y}{x^2+y^4}\right|\le\frac{x^2|y|}{x^2}=|y|\xrightarrow[(x.y)\to(0,0)]{}0$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287