3

I am asked to prove that the limit of this multivariable function is equal to zero. I used the squeeze theorem to say that the limit is greater than 0 and less than x+y, by taking the limit of those we get that it is between zero and zero thus making it = to 0.

2 Answers2

3

The limit is not $0$ and in fact does not exist.

  • If the limit is taken along the line $x=y$, then the limit is trivially $0$.

  • However, if the limit is approached along the path described parametrically by $x(t)=t$ and $y(t)=-t+e^{-1/t}$, then the limit becomes

$$\begin{align}\lim_{(x,y)\to (0,0)}\sqrt{|x-y|}\log|x+y|&=-\lim_{t\to 0}\frac{\sqrt{|2t-e^{-1/t}|}}{t}\\\\&=-\infty\end{align}$$

Mark Viola
  • 179,405
0

There may be some lack of rigor in this, but still.

$$\sqrt{x-y}\log(|x+y|) = \log\left(|x+y|^{\sqrt{x-y}}\right)$$

Since $x\to 0$ and $y\to 0$ we can say either $(x+y)\to 0$ and $(x-y)\to 0$.

Now we know that

$$\lim_{z\to 0}\ z^z = 1$$

And also

$$\lim_{z\to 0}\ z^{\sqrt{z}} = 1$$ and so

$$\log\left(|x+y|^{\sqrt{x-y}}\right) = \log(1) = 0$$

The lack of rigor consists in the fact that actually we may have $x-y = i\epsilon$ for $|\epsilon| <<< 1$.

Enrico M.
  • 26,114