I'm working on a practice exam for my masters quals and I am having difficulties with the following limit. According to wolfram alpha, it's value is 1/2. Does anyone know how to find this limit?
$$\lim_{n\to\infty} \left[ n-{n\over e}\left(1+{1\over n}\right)^n \right].$$
Just use the fact that $$\left(1+\frac1n\right)^n=e^{n\ln(1+\frac1n)}=e^{n\left(\frac1n-\frac{1}{2n^2}+o(\frac{1}{n^2})\right)}=e\cdot e^{-\frac{1}{2n}+o(\frac1n)}=e\left(1-\frac{1}{2n}+o\Bigl(\frac{1}{n^2}\Bigr)\right),$$and the result follows.