Using polar coordinates to evaluate a multivariable limit

Jimmy25
Messages
69
Reaction score
0

Homework Statement



When you substitute polar coordinates into a multivariable limit, do you treat theda as a constant when evaluating? (I know how to use polar coordinates to evaluate a limit but haven't learned what they are yet)

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Jimmy25 said:

Homework Statement



When you substitute polar coordinates into a multivariable limit, do you treat theda as a constant when evaluating? (I know how to use polar coordinates to evaluate a limit but haven't learned what they are yet)

Generally you wouldn't treat \theta as a constant because the most important concept in taking a multivariable limit is that the limit doesn't exist if it depends on the path you take to the point.

As an example, consider

\lim_{(x,y)\rightarrow (0,0)} \frac{x^2y}{x^4+y^2} = \lim_{r->0} \frac{r\cos^2\theta\sin\theta}{r^2 \cos^4\theta + \sin^2\theta} = \lim_{r->0} \frac{r \cos^2\theta}{\sin\theta}.

If we just take r\rightarrow 0, we find that this vanishes. However, if we also take \theta\rightarrow 0 at the same rate as r, we find \cos^2(0)=1. Therefore the limit does not exist.
 
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