I know that $\lim_{x \to \infty }(1 + \frac{1}{x})^x=e$, but what if it is $\lim_{x \to \infty }( \frac{1}{x}-1)^x$?
2026-05-15 15:34:36.1778859276
What is this limit $\lim_{x \to \infty} (\frac{1}{x} - 1)^x$?
136 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
The limit does not exist. To see this, first pull out $-1$ from the base of the exponent
$$\left(\frac{1}{x}-1\right)^x=(-1)^x\left(1-\frac{1}{x}\right)^x$$
Now there is a common identity which you may already know of that states $$\lim_{x\to \infty}\left(1+\frac{a}{x}\right)^x=e^a$$
Therefore, the factor of $\left(1-\frac{1}{x}\right)^x$ converges to $e^{-1}$, but $(-1)^x$ does not converge at all, and so the limit you gave does not exist.
To see why the identity holds, its easier to first see that $\lim_{x\to \infty}\left(1+\frac{a}{x}\right)^x=\lim_{y\to 0}\left(1+ay\right)^{1/y}$ by setting $y=1/x$. Then,
$$\lim_{y\to 0}\left(1+ay\right)^{1/y} = L$$
$$\lim_{y\to 0}\frac{1}{y}\log\left(1+ay\right) = \log L$$
Using L'Hopital's rule we see that
$$\lim_{y\to 0}\frac{\log\left(1+ay\right)}{y} = \lim_{y\to 0}\frac{a/\left(1+ay\right)}{1}=a=\log L$$
Thus $L=e^a$.