The solution on the textbook is $\sqrt e$. I assume I have to use the notable limit $$\lim_{x\to0+} (1+x)^{1/x}=e$$ after transforming the function into $((1+\frac x2)^{\frac 2x})^{\frac12}$ but I am stumped on the intermediate passages.
2026-05-14 15:59:57.1778774397
On
Finding $\lim\limits_{x\to0+} (\frac{e^x-1}{x})^{\frac1x}$ without Taylor's series.
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
If you take $\log$, and use the inequality $$\frac{x-1}{x}\leq \log(x)\leq x-1$$ which is quite ideal around the value $x=1$ (which happens to be $\exp'(0)$), you can get the inequalities below: $$\frac{e^x-x-1}{x^2}\cdot \frac{x}{e^x-1}=\frac{\frac{e^x-1}{x}-1}{\frac{e^x-1}{x}}\cdot\frac{1}{x}\leq\frac{\ln\left(\frac{e^x-1}{x}\right)}{x}\leq \frac{\frac{e^x-1}{x}-1}{x}=\frac{e^x-x-1}{x^2}$$
Both functions on the left and right tend to $1/2$, if you can show those instead.
Given that $$ \lim_{x\to0}\left(\frac{e^x-1}{x}\right)^{1/x}=\lim_{x\to0}\exp\left[{\frac{1}{x}\;\log\left(\frac{e^x-1}{x}\right)}\right] $$ and that $$ \lim_{x\to0}\frac{1}{x}\;\log\left[1+\left(\frac{e^x-1}{x}-1\right)\right] =\lim_{x\to0}\frac{1}{x}\left(\frac{e^x-1}{x}-1\right)=\lim_{x\to0}\left(\frac{e^x-1-x}{x^2}\right) $$ this other question could be relevant:
How to find $\lim\limits_{x\to0}\frac{e^x-1-x}{x^2}$ without using l'Hopital's rule nor any series expansion?