1

I am doing some exercises for my Calculus 3 exam and I get stuck in this exercise: (I need to find the limit or say that it does not exist)

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

I tried to change it polar coordinates (so that I have only one variable) but it is messy and I dont understand it...

Can someone explain me how to do it? Thanks!

Pedro
  • 122,002
Edwardo
  • 213
  • http://math.stackexchange.com/questions/174190/prove-that-lim-limits-x-y-to-0-0-fracxy2x2-y4-0?rq=1 – Amzoti Mar 30 '13 at 00:21

1 Answers1

9

Approach $(0, 0)$ along $(t, t)$ as $t \to 0$ to get: $$ \lim_{t \to 0} \frac{t^3}{t^2 + t^4} = 0 $$

Approach $(0, 0)$ along $(t, \sqrt{t})$ as $t \to 0$ to get: $$ \lim_{t \to 0} \frac{t^2}{t^2 + t^2} = \frac{1}{2} $$

Thus, the limit doesn't exist.


In general, this question is a good resource on how to handle such problems. The technique I've used here is to find two paths that approach $(0, 0)$ but each gives a different limit.

Ayman Hourieh
  • 39,603