More accurate estimation of mathematical constant $e$

127 Views Asked by At

Very often in books and also on Wikipedia we can find that: $$e \approx \left(1+\frac{1}{n}\right)^n$$ but I want more accurate estimation, it means instead using $\approx$ I wonder if I can use $\leq$, $\geq$ or $>,<$ and if it is possible how can I show that?

3

There are 3 best solutions below

2
On BEST ANSWER

The following inequality holds: $$(1+1/n)^n < e < (1+1/n)^{n+1}.$$

9
On

The approximation comes from the fact, that

$$lim_{n->\infty}(1+\frac{1}{n})^n = e$$

2
On

The following inequalities hold : $$\frac{2n+2}{2n+1}\left(1+\frac 1n\right)^n\lt e\lt\frac{2n+1}{2n}\left(1+\frac 1n\right)^n,$$ $$\frac{2n}{2n+1}\left(1+\frac 1n\right)^{n+1}\lt e\lt\frac{2n+1}{2n+2}\left(1+\frac 1n\right)^{n+1}.$$

Also, $$e\lt\left(1+\frac 1n\right)^{n+(1/2)}\lt e\times\exp\frac{1}{4n(n+1)}.$$