benorin said:
Also, if after transforming to polar/sphereical coordinates (when the limit is at the origin) the function contains [tex]\theta[/tex] and/or [tex]\phi[/tex], then it (the limit) is dne.
Uhmm, not quite correct, if the angle, i.e [tex]\theta[/tex] appears in the numerator, then the limit can still exists. But if it appear in the denominator, then you should beware as the limit
may not (I just say may not) exist there.
-----------------
Example 1:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2y}{x ^ 2 + y ^ 2}[/tex]. After changing to polar-coordinate, we have:
[tex]\lim_{r \rightarrow 0} r \cos ^ 2 \theta \sin \theta[/tex]. Now since:
[tex]-1 \leq \sin \theta , \cos \theta \leq 1[/tex], so by using the
Squeeze Theorem, one can show that the limit is 0, i.e:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2y}{x ^ 2 + y ^ 2} = 0[/tex].
The function contains [tex]\theta[/tex] but the limit
does exist.
Example 2:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{xy ^ 3}{2x ^ 2 + 3y ^ 6}[/tex].
By changing to polar-coordinate, we have:
[tex]\lim_{r \rightarrow 0} \frac{r ^ 2 (\cos \theta \sin ^ 3 \theta)}{2 \cos ^ 2 \theta + 3 r ^ 4 \sin ^ 6 \theta}[/tex]
[tex]\theta[/tex] appears in the denominator, you cannot conclude anything about this limit. And you start to suspect that the limit does not exist, since if [tex]\theta \rightarrow \frac{\pi}{2}[/tex], as [tex]r \rightarrow 0[/tex], then the limit is in one of the
Indeterminate forms 0 / 0.
And so, you should look for an example that shows the limit avaluates to different values as we approach (0, 0) along different paths.
x = 0, and x = y
3 works in this case.
Example 3:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{xy}{|x| + |y|}[/tex]. Now change to polar-coordinate, we have:
[tex]\lim_{r \rightarrow 0} \frac{r \sin \theta \cos \theta}{|\cos \theta| + |\sin \theta|}[/tex].
One can show that:
[tex]1 \leq | \cos \theta | + | \sin \theta | \leq \sqrt{2}[/tex], so by using the
Squeeze Theorem, one can again, say that the limit is 0.
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{xy}{|x| + |y|} = 0[/tex].
So it's
not that if the expression contains [tex]\theta[/tex], or if [tex]\theta[/tex] is in the denominator then the limit does not exist, it's just one should make careful judgement to see if the limit exists or not exists. And you can improve your skills by
practising...
By the way, as you said before, the limitation of polar coordinate is that it not taught in your university...
--------------
P.S, and also sometimes, we need to use some well-known limits of one variable function.
Example 4:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x + y}{\sin x + \sin y}[/tex]
In this case, polar-coordinate fails. Since if we change everything to polar-coordinate, we have:
[tex]\lim_{r \rightarrow 0} \frac{r (\sin \theta + \cos \theta)}{\sin (r \cos \theta) + \sin (r \sin \theta)}[/tex], and this looks way too complicated, right? So we must find another way to go about this problem:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x + y}{\sin x + \sin y}[/tex]
[tex]= \lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{2 \frac{x + y}{2}}{2 \sin \left( \frac{x + y}{2} \right) \cos \left( \frac{x - y}{2} \right)}[/tex]
[tex]= \lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{\frac{x + y}{2}}{\sin \left( \frac{x + y}{2} \right) \cos \left( \frac{x - y}{2} \right)}[/tex]
We then can use:
[tex]\lim_{r \rightarrow 0} \frac{\sin r}{r} = 1[/tex], and conclude that:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x + y}{\sin x + \sin y} = 1[/tex]