1

How to check if this limit exists: $$\lim_{(x,y)\rightarrow (0,0)}{ \frac{x^4y^4}{(x^2 + y^4)^3}}$$

Can I convert it to polar form ? $$\frac{r^8 (\cos^4 (\theta)\sin^4(\theta)}{r^6 (\cos^6 (\theta) + r^6 \sin^{12} (\theta))} = \frac{r^2}{\cos^6(\theta) + 0} = 0$$

2 Answers2

2

The limit does not exist. If we appoach along either $x=0$ or $y=0$ we get a limit of zero, if we approach along $x=t^2$, $y=t$ we get a limit of $\frac{1}{8}$.

1

Consider $x(t)=t^2$, $y(t)=t$, so that the fraction behaves, as $t \to 0$, like a nonzero constant.

Siminore
  • 35,136