Proving Limit of (-2xy)/sqrt(x^2+y^2) at (0,0)

  • Thread starter Thread starter sinClair
  • Start date Start date
  • Tags Tags
    Limit
sinClair
Messages
22
Reaction score
0

Homework Statement


For a problem I came down to having to show that the limit of (-2xy)/sqrt(x^2+y^2) does not exist as (x,y)->(0,0)


Homework Equations





The Attempt at a Solution


I tried taking iterated limits and showing they are not equal but I still get 0. I also tried approaching (0,0) from various directions i.e. setting x=y and x=y^2 but that has not helped either. Can anyone help me out? Thanks.
 
Physics news on Phys.org
How about trying, x=-y.

PS. When you have an expression symmetrical in x and y, that is replacing every x by y and every y by x, gives the original expression, interchanging limits, taking x then y, then y then x, will always give the same result.
 
Agh, I actually posted the wrong limit. I actually meant (-2xy^2)/sqrt(x^2+y^2).
 
Gib_Z, even the original would go to 0 on the line y= -x so that does not help.

sinClair, are you sure you have the problem right? In fact, there is no way to prove the limit does not exist for the very good reason that it does exist! Notice that the "total power" in the numerator is greater than in the denominator: in the first fraction given, the power in the numerator is 2, in the denominator 1. In the second, with y2 instead of y, the power in the numerator is 3, in the denominator 1. That is enough to guarantee that the limit does exist and is 0.

One way to handle limits in 2 variables, especially when the limit is taken at (0,0), is to change to polar coordinates. In polar coordinates the single variable r measures the distance from (0,0). The limit exists if and only if the limit as r goes to infinity is independent of \theta. Since x= r cos(\theta) and y= r sin(\theta), \sqrt{x^2+ y^2}= r and your limit becomes
\frac{-2r^3 sin^2(\theta)cos(\theta)}{r}= -2r^2 sin^2(\theta)cos(\theta)[/itex] and that goes to 0 no matter what \theta is.
 
So it turns out I was responsible for some bad arithmetic and got the limit expression wrong. I was really worried when you replied, Ivy! The actual limit is (-2xy^2)/(x^2+y^2)^(3/2) as (x,y)->(0,0).

Thanks for the response Ivy. I was not aware of that method of handling limits. But do you mean that "as r goes to 0 is independent of theta"?
 
I mean that the limit depends only on r, not on \theta!

Now you have
\frac{-2xy^2}{(x^2+ y^2)^{3/2}}

In polar coordinates that is
\frac{-2r^3 cos(\theta)sin^2(\theta)}{r^3}= -2 cos(\theta)sin^2(\theta)

That has no "r" in it. It's limit depends upon \theta- no matter how close to (0,0) you are, different values of \theta will give different values to the function so there is no limit.

Of course, now that we finally have the correct formula, what you were doing will work:

If y= x,
f(x,y)= f(x,x)= \frac{-2x^3}{(2^{3/2}x^3}= -2^{-1/3}
while if y= -x, x= -y and
f(x,y)= f(-y,y)= \frac{2y^3}{(2^{3/2}y^3}= 2^{-1/3}

Since those are different, the limit does not exist.
 
Ok, got it.
 
Back
Top