Exploring Limits in Polar Coordinates

quietrain
Messages
648
Reaction score
2

Homework Statement


find limit if exist, or not then why

f(x,y) = xy / sqrt(x2+y2)
as (x,y) --> (0,0)

The Attempt at a Solution



can i change to polar coordinates
x=rcost
y=rsint

so f(r,t) = rcostsint

so as x,y tends to 0, r t will tend to 0 too?but cos(t) at 0 gives me 1?
so i can only rely on r?

so i say since r tends to 0 , rcostsint gives 0 , so the limit exist and is 0? but what about the variable t?

thanks!
 
Physics news on Phys.org
quietrain said:

Homework Statement


find limit if exist, or not then why

f(x,y) = xy / sqrt(x2+y2)
as (x,y) --> (0,0)

The Attempt at a Solution



can i change to polar coordinates
x=rcost
y=rsint

so f(r,t) = rcostsint

so as x,y tends to 0, r t will tend to 0 too?but cos(t) at 0 gives me 1?

When (x, y) tends to (0, 0), r will tend to 0, however t does not. This is because you can go to (0, 0) along many ways, so the angle t can be anything.

Say, if you go to (0, 0) along the x-axis from the left, then t = \pi.
If you go to (0, 0) along the y-axis from upwards, then t = \frac{\pi}{2}.

so i can only rely on r?

so i say since r tends to 0 , rcostsint gives 0 , so the limit exist and is 0? but what about the variable t?

If you can prove that the limit of your final expression (in r, and t) will tend to some value L as r tends to 0, and that limit does not depend on t. Then your original limit is also L.

In your example, we have: -r \le r\cos t\sin t \le r. And let r tend to 0. By the Squeeze Theorem rcostsint will also tend to 0 (no matter what value of t is). So we have:

\lim_{(x, y) \rightarrow (0, 0)} \frac{xy}{\sqrt{x ^ 2 + y ^ 2}} = 0

Is everything clear now? :)
 
thank you so much!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top