Convergence of Series (Harder)

sid9221
Messages
110
Reaction score
0
Prove that:
(1-\frac{1}{n})^n \rightarrow \frac{1}{e} as n \to \infty

you may use the fact that

(1+\frac{1}{n})^n \rightarrow e

I have no idea where to even begin, can someone point me in the right direction ?
 
Physics news on Phys.org
Try this: Multiply both sides by e.
(1-\frac{1}{n})^n .e \rightarrow \frac{1}{e} .e
(1-\frac{1}{n})^n .(1+\frac{1}{n})^n \rightarrow 1
If you can simplify the L.H.S. to get 1 on the R.H.S., then you have proved the convergence of the series.
 
sharks said:
Try this: Multiply both sides by e.
(1-\frac{1}{n})^n .e \rightarrow \frac{1}{e} .e
(1-\frac{1}{n})^n .(1+\frac{1}{n})^n \rightarrow 1
If you can simplify the L.H.S. to get 1 on the R.H.S., then you have proved the convergence of the series.

Really don't know if you can sub in a sequence like that besides I need to prove it converges to \frac{1}{e} not that it simply converges.
 
(1-\frac{1}{n})^n .(1+\frac{1}{n})^n \rightarrow 1
( (1-\frac{1}{n}).(1+\frac{1}{n})) ^n \rightarrow 1
(1-\frac{1}{n}+\frac{1}{n}-\frac{1}{n^2})^n \rightarrow 1
(1-\frac{1}{n^2})^n \rightarrow 1
\lim_{n\to \infty}(1-\frac{1}{n^2})^n=1
 
sid9221 said:
Prove that:
(1-\frac{1}{n})^n \rightarrow \frac{1}{e} as n \to \infty

you may use the fact that

(1+\frac{1}{n})^n \rightarrow e

I have no idea where to even begin, can someone point me in the right direction ?
Let ##a_n = \left(1 - \frac{1}{n}\right)^n##. Try determining what ##\log a_n## converges to.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top