What is the limit of this expression in terms of some known mathematical constants (if any)? $$\lim_{x\to\infty} \left(\frac{x-1}{x}\right)^x$$
2026-03-26 12:13:55.1774527235
limit of an expression
28 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$y=\left(\frac{x-1}{x}\right)^x\implies \log(y)=x \log\left(\frac{x-1}{x}\right)=x \log\left(1-\frac{1}{x}\right)$$ Using Taylor series$$\log(y)=x\left(-\frac{1}{x}-\frac{1}{2 x^2}+O\left(\frac{1}{x^3}\right)\right)=-1-\frac{1}{2 x}+O\left(\frac{1}{x^2}\right)$$ Continuing with $$y=e^{\log(y)}=\frac{1}e\left(1-\frac{1}{2 x}\right)+O\left(\frac{1}{x^2}\right)$$ which shows the limit and also how it is approached.