Value of limit $(1+e^{-x})^{2^x logx}$

125 Views Asked by At

I want to calculate the limit: $$ \lim_{x\to +\infty}(1+e^{-x})^{2^x \log x}$$ The limit shows itself in an $1^\infty$ Indeterminate Form. I tried to elevate $e$ at the logarithm of the function:

$$\lim_{x\to +\infty} \log(e^{(1+e^{-x})^{2^x \log x}}) = e^{\lim_{x\to +\infty} \log((1+e^{-x})^{2^x \log x})} = e^{\lim_{x\to +\infty} 2^x \log x \cdot \log(1+e^{-x}) }$$

And then rewrite the exponent as a fraction, to get an $\frac{\infty}{\infty}$ form:

$$= \lim_{x\to +\infty} \frac{2^x \log x}{\frac{1}{\log(1+e^{-x})}} $$

But I don't know how to apply an infinite comparing technique here, and even applying de l'Hôpital seems to lead to nothing...

Could you guys give me some help?

Furthermore: is there a way to calculate this limit without using series expansions or other advanced mathematic instruments?

Thank you very much in advance.

P.S. Wolfram says this limit goes to 1, but I still really want to know how.

3

There are 3 best solutions below

4
On BEST ANSWER

We have:

$$(1+e^{-x})^{2^x logx}=e^{2^x \log x\log(1+e^{-x})}\to e^0 = 1$$

indeed

$$2^x \log x\log(1+e^{-x})=\frac{2^x\log x}{e^{x}}\log\left[\left(1+\frac{1}{e^x}\right)^{e^x}\right]\to 0\cdot \log e=0$$

$$\frac{2^x\log x}{e^{x}}=\frac{\log x}{\left(\frac{e}{2}\right)^{x}}\stackrel{\text{l'Hospital}}=\frac{\frac{1}{x}}{\left(\frac{e}{2}\right)^{x}\log{\frac{e}{2}}}=\frac{1}{x\left(\frac{e}{2}\right)^{x}\log{\frac{e}{2}}}\to 0$$

1
On

If we call the expression $f(x)$ then $$\ln f(x)=2^x\log x\,\ln(1+e^{-x})=O\left(\frac{2^x\log x}{e^{x}}\right)\to0$$ as $x\to\infty$ as $2/e<1$.

0
On

Consider the more general case of $$y=(1+e^{-x})^{a^x\, \log(x)}$$ Tak logarithms of both sides $$\log(y)={a^x \log(x)}\log(1+e^{-x})$$ When $x$ is large $$\log(1+e^{-x})\sim e^{-x}$$ making $$\log(y)\sim \left(\frac a e\right)^x \log(x)$$ Now, consider the cases where $a<e$ and $a >e$.