Multivariable Limit Calculation – lim (x,y)?(0,0)

limitsmultivariable-calculus

I have to prove that the limit

$$\lim_ {{(x,y)} \to {(0,0)}} \frac{xy^2\ln\frac{|x|}{|y|}}{{(x^2+y^2)}^{\frac 12}}$$

does not exist. I've tried to find two different paths that show that the limit is divergent, but I couldn't find any. I've also tried to bound it, and it didn't work. Can somebody explain me how to do this? Thank you!

PS: This is part of a much larger excercise, I didn't include it because it was irrelevant. I just need to prove that it does not converges to zero.

Best Answer

The limit is $0$.

As it appears, the function is not defined for $x=0,y\neq0$ or $y=0,x\neq0$ but it could be extended continuously there since $z \ln|z| \rightarrow 0$ as $z\rightarrow 0$.

$$\lim_ {{(x,y)} \to {(0,0)}} \frac{xy^2\ln\frac{|x|}{|y|}}{{(x^2+y^2)}^{\frac 12}}=\lim_ {{(x,y)} \to {(0,0)}} \frac{xy\ln|x|-xy\ln |y|}{{[1+(x/y)^2]}^{\frac 12}}=0.$$

Note that

$$\lim_{x\rightarrow 0} x\ln|x|=0, \\ \lim_{y\rightarrow 0} y\ln|y|=0,\\ [1+(x/y)^2]^\frac1{2} \neq 0$$

Since, in this limit, $x$ and $y$ tend to $0$ together -- we cannot have $xy = 1$, for example.

Hence,

$$\lim_{(x,y)\rightarrow (0,0)} xy\ln|x|-xy\ln |y|=0$$

So the numerator tends to $0$ regardless of the path and the denominator is never $0$. The denominator could approach $\infty$ as $y$ tends faster to $0$ than $x$, e.g., $y=x^2$. In that case , the limit of the ratio converges more rapidly to $0$.

Related Question