Why is $\infty^0$ indeterminate?

In a recent test question I was required to us L'Hopital's rule to evaluate:

$$\lim_{x\to 0^+} x\ln{(e^{2x}-1)}$$

I assumed that anything multiplied by 0 would give an answer of 0. This turns out not to be the case. Is there a simple explanation as to why infinity multiplied by 0 is not 0?


Solution 1:

Any number, when multiplied by 0, gives 0. However, infinity is not a real number. When we write something like $\infty \cdot 0$, this doesn't directly mean anything; rather, it's shorthand for a certain type of limit, where the first part approaches infinity.

Now, zero times anything approaching $\infty$ will still give a limit of zero. However, that's not what the shorthand $\infty \cdot 0$ means. It means something approaching infinity multiplied by something approaching zero. And this doesn't have to be zero at all.

For a simple example, as $x \rightarrow \infty$, $x^2$ certainly approaches infinity. And $\frac{1}{x^2}$ certainly approaches zero. But $x^2 \cdot \frac{1}{x^2} = 1$, so when we multiply the two together we get something approaching 1 (because it is constantly 1).

In essence, solving these problems boils down to figuring out whether the part approaching infinity grows fast enough to "cancel out" the part approaching zero, or if it's the other way around, or if they grow/shrink at rates that perfectly match each other (as is the case with $x^2$ and $\frac{1}{x^2}$).

Solution 2:

"Infinity times zero" or "zero times infinity" is a "battle of two giants". Zero is so small that it makes everyone vanish, but infinite is so huge that it makes everyone infinite after multiplication. In particular, infinity is the same thing as "1 over 0", so "zero times infinity" is the same thing as "zero over zero", which is an indeterminate form.

Your title says something else than "infinity times zero". It says "infinity to the zeroth power". It is also an indefinite form because $$\infty^0 = \exp(0\log \infty) $$ but $\log\infty=\infty$, so the argument of the exponential is the indeterminate form "zero times infinity" discussed at the beginning. By the way, in many cases, you are right that the argument will be zero because $\log\infty$ is a "smaller" infinity than the normal infinity, and the zero will "beat it". But there is no universal rule: the result will depend on the functions.

Zero is also the winner in your particular homework problem. $$\exp(2x)-1 = 2x+O(x^2)$$ as $x\to 0$, so $\log$ of the argument above is $\log(2x)$ which goes to $-\infty$ but in a slower way than $x$ goes to zero, so the product of $x$ and the logarithm goes to zero as $x\to 0$.

Solution 3:

It's indeterminate because it can be anything you like! Consider these three limits:

$$\lim_{x\to\infty} x \frac{1}{x} = \lim_{x\to\infty} 1 = 1$$

$$\lim_{x\to\infty} x^2 \frac{1}{x} = \lim_{x\to\infty} x = \infty$$

$$\lim_{x\to\infty} x \frac{1}{x^2} = \lim_{x\to\infty} \frac{1}{x} = 0$$

All of them are superficially of the form $\infty$ times $0$, but the results are very different! About the only thing you can say with certainty is that the result won't be negative if the factors are positive (a 'positive indeterminate' if you like).

By simplifying expression such as these to statements about $\infty$ and $0$, you throw away information about the rates at which the quantities involved go to infinity or zero; this information turns out to be crucial to correctly evaluating their product. Likewise for $\infty - \infty$ and $\infty ^ 0$, which as Luboš says, are more or less the same thing (just take the $\log$ or $\exp$).

Solution 4:

In the context of your limit, this can be explained by the fact that your "infinity" is also a $1/0$: $$ \lim_{x \rightarrow 0^+} x \ln( e^{2x} -1 ) = \frac{x}{\frac1{\ln( e^{2x} -1 )}} $$ And since as $x \rightarrow 0^+$, $\ln( e^{2x} -1 ) \rightarrow +\infty$, you get that $\frac1{\ln( e^{2x} -1 )} \rightarrow 0^+$, which means that your limit becomes $0/0$.

It's slightly more obvious why $0/0$ is indeterminate because the solution for $x=0/0$ is the solution for $0x=0$, and every number solves that.