0

How to compute $$ \lim\limits_{x\to - \infty} x^x? $$

My thoughts

This is an $\infty^{\infty} $ indeterminate form, but I don't know how to approach it. I have thought about writing $x^x$ as $e^{x\ln x} $, but the problem is that $x \to - \infty$, so I have no clue how to compute it.

Updated context
Edit : the symbol $x$ is an integer. Thanks for pointing out that otherwise the function doesn't take real values.

3 Answers3

2

If $x\ll 0$ is an integer much lower than $0$, then $x^{-1}$ is very close to $0$, and $x^x$ is even closer to $0$. So the we get a determinate form, and the limit is $0$.

Arthur
  • 199,419
2

We need not restrict $x$ to be an integer. Note that for $x\in \mathbb{R}$, with $x<0$, we have

$$\begin{align} |x^x|&=\left| e^{x\log(x)}\right|\\\\ &=\left| e^{-|x|(\log(|x|)+i(2k+1)\pi)}\right|\\\\ &=\frac1{|x|^{|x|}} \end{align}$$

Inasmuch as the magnitude of $x^x$ approaches $0$ as $x\to -\infty$, we find that

$$\lim_{x\to-\infty}x^x=0$$

Mark Viola
  • 179,405
1

Let $x=-n$ where $n\in\Bbb N$.

$$x^x=(-n)^{-n}=\frac{(-1)^n}{n^n}$$

This is an alternating sequence with the denominator $n^n$ approaching $\infty$ as $n\to\sup\Bbb N=\infty$, so the reciprocal approaches $0$.

A more rigorous approach would be to use the $\epsilon$-$\delta$ definition though.

learner
  • 1,407