For $x>0$ and $n\in\mathbb{N}$, we have $$ \lim_{n\to\infty}\left(1-\frac{x}{n}\right)^n=e^{-x}. $$ I would like to study the asymptotic order of the convergence. By a Taylor expansion, I think $$ \left(1-\frac{x}{n}\right)^n=e^{-x}+\mathcal{O}\left(\frac{x}{n}\right)^{2n}\;\mbox{as}\;n\to\infty. $$
Does anyone please give me some help or hints (or references)? Thanks so much!
We have that
$$\left(1-\frac{x}{n}\right)^n=e^{n\log\left(1-\frac{x}{n}\right)}$$
then use Taylor's expansion
and therefore
$$e^{n\log\left(1-\frac{x}{n}\right)}=e^{n\left(-\frac xn-\frac12 \frac {x^2}{n^2}+O\left(\frac1{n^3}\right)\right)}=e^{-x}\cdot e^{-\frac12 \frac {x^2}{n}+O\left(\frac1{n^2}\right)}=e^{-x}\left(1-\frac12 \frac {x^2}{n}+O\left(\frac1{n^2}\right)\right)$$
that is
$$\left(1-\frac{x}{n}\right)^n=e^{-x}-e^{-x}\frac12 \frac {x^2}{n}+O\left(\frac1{n^2}\right)$$