Why is $1^{\infty}$ considered to be an indeterminate form

33.4k Views Asked by At

From Wikipedia: In calculus and other branches of mathematical analysis, an indeterminate form is an algebraic expression obtained in the context of limits. Limits involving algebraic operations are often performed by replacing subexpressions by their limits; if the expression obtained after this substitution does not give enough information to determine the original limit, it is known as an indeterminate form.

  • The indeterminate forms include $0^{0},\frac{0}{0},(\infty - \infty),1^{\infty}, \ \text{etc}\cdots$

My question is can anyone give me a nice explanation of why $1^{\infty}$ is considered to be an indeterminate form? Because, i don't see any justification of this fact. I am still perplexed.

4

There are 4 best solutions below

14
On BEST ANSWER

Forms are indeterminate because, depending on the specific expressions involved, they can evaluate to different quantities. For example, all of the following limits are of the form $1^{\infty}$, yet they all evaluate to different numbers.

$$\lim_{n \to \infty} \left(1 + \frac{1}{n^2}\right)^n = 1$$

$$\lim_{n \to \infty} \left(1 + \frac{1}{n}\right)^n = e$$

$$\lim_{n \to \infty} \left(1 + \frac{1}{\ln n}\right)^n = \infty$$

To expand on this some (and this thought process can be applied to other indeterminate forms, too), one way to think about it is that there's a race going on between the expression that's trying to go to 1 and the expression that's trying to go to $\infty$. If the expression that's going to 1 is in some sense faster, then the limit will evaluate to 1. If the expression that's going to $\infty$ is in some sense faster, then the limit will evaluate to $\infty$. If the two expressions are headed toward their respective values at essentially the same rate, then the two effects sort of cancel each other out and you get something strictly between 1 and $\infty$.

There are some other cases, too, like $$\lim_{n \to \infty} \left(1 - \frac{1}{\ln n}\right)^n = 0,$$ but this still has the expression going to $\infty$ "winning." Since $1 - \frac{1}{\ln n}$ is less than 1 (once $n > 1$), the exponentiation forces the limit to 0 rather than $\infty$.

3
On

Here is some intuitive explanation, suitable also for non-mathematicians. Suppose that an imaginary basketball player has a probability $p = 0.999$ of making a free throw. The probability that he makes $10000$ free throws in a row is very small, the probability that he makes $100$ is high, and the probability that he makes $1000$ is approximately $e^{-1}$.

4
On

Look at the logarithm.

More specifically, consider $f(x)^{g(x)}$ as $x \to \infty$, where $\lim_{x \to \infty} g(x) = \infty$ and $\lim_{x \to \infty} f(x) = 1$. (This is something of the form $1^\infty$.)

Now say $f(x) = e^{h(x)}$, so $h(x) = \log f(x)$. Then $$\lim_{x \to \infty} h(x) = \lim_{x \to \infty} \log f(x) = \log \lim_{x \to \infty} f(x) = \log 1 = 0.$$

Then $$\lim_{x \to \infty} f(x)^{g(x)} = \lim_{x \to \infty} \exp \Big(g(x) \log f(x)\Big) = \exp \Big(\lim_{x \to \infty} g(x) \log f(x)\Big)$$ and since the limit of a product is the product of the limits, that's $$ \exp \left[ \left(\lim_{x \to \infty} g(x)\right) \cdot \left(\lim_{x \to \infty} \log f(x)\right)\right] $$ or

$$ \exp \left[ \left(\lim_{x \to \infty} g(x)\right) \cdot \left(\lim_{x \to \infty} h(x)\right)\right] $$

But the first limit of $g(x)$ is infinity, and the second of $h(x)$ is zero.

So the indeterminacy of $1^\infty$ follows directly from the indeterminacy of $\infty \cdot 0$.

(The indeterminacy of $\infty^0$ actually follows in the same way, by taking the factors in the other order.)

1
On

By continuity of the logarithm,

$$\log(\lim a^b)=\lim\log(a^b)=\lim(\log(a)\cdot b)$$

so that an indeterminate form $1^\infty$ is equivalent to a form $0\cdot\infty$.


A concrete example:

$$\log\left(1.1^{10}\right)={0.9531017980\cdots}=\log(2.5937424601\cdots)$$ $$\log\left(1.01^{100}\right)={0.9950330853\cdots}=\log(2.7048138294\cdots)$$ $$\log\left(1.001^{1000}\right)={0.9995003330\cdots}=\log(2.7169239322\cdots)$$ $$\log\left(1.0001^{10000}\right)={0.9999500033\cdots}=\log(2.7181459268\cdots)$$ $$\cdots$$ $$\log\left(1^\infty\right)=1=\log(2.7182818284\cdots)$$