I was trying to evaluate the following limit:
$$ \lim_{(x,y) \to (0,0)} \frac{x^2 y e^y}{x^4 + 4y^2}. $$
I attempted to convert this into polar coordinates. Substituting $x = r \cos \theta$ and $y = r \sin \theta$, the expression becomes:
$$ \frac{(r^2 \cos^2 \theta)(r \sin \theta) e^{r \sin \theta}}{(r^4 \cos^4 \theta) + 4(r^2 \sin^2 \theta)}. $$
When $ \theta = 0 $, the function itself is $ 0 $, and when $ \theta \neq 0 $, the limit appears to approach $ 0 $ as $ r \to 0 $. Thus, I concluded that the limit converges to $ 0 $ for all values of $ \theta $.
However, when I approached the limit along the path $ y = mx^2 $, I found that the limit does not exist.
Could someone point out the error in my reasoning? Some suggested that I violated the property of limits because I directly substituted $ r = 0 $ into the expression:
$$ \frac{0}{0 + 4 \sin^2 \theta}. $$
They claimed this approach is not rigorous, but I do not understand why. Is there a problem with how I handled the substitution in polar coordinates?
θ fixed is useful or not?
– LACKHOLE Dec 16 '24 at 01:18