Problem with limits when using polar coordinates:

61 Views Asked by At

If I did the following limit using x = rcos y = rsin I find that the limit goes to 0. Doesn't that prove that the limit does not exist since I found 2 different limits ?

enter image description here

2

There are 2 best solutions below

0
On

$$\lim _{ r\rightarrow 0 }{ \frac { 3{ r }^{ 2 } }{ \sqrt { { r }^{ 2 }+4 } -2 } } =\lim _{ r\rightarrow 0 }{ \frac { 3{ r }^{ 2 }\left( \sqrt { { r }^{ 2 }+4 } +2 \right) }{ { r }^{ 2 } } } =12$$

7
On

When you make the transformation, you should get

$\displaystyle \lim_{r \to 0} \frac{3r^2}{\sqrt{r^2+4}-2} $.

Now conjugate the denominator to get $\displaystyle \lim_{r \to 0} \frac{3r^2\left(\sqrt{r^2+4}+2\right)}{r^2}=\displaystyle \lim_{r \to 0} 3(\sqrt{r^2+4}+2) =\boxed{12}$