Here's the problem: Let $x$ be any real number. Show that $$ \lim_{m \to \infty} \left( 1 + \frac{x}{m} \right)^m = \sum_{n=0}^ \infty \frac{x^n}{n!} $$ I'm sure there are many ways of pulling this off, but there are 3 very important hints to complete the exercise in the desired manner:
- Expand the left side as a finite sum using the Binomial Theorem. Call the summation variable $n$.
- Now add into the finite sum extra terms which are $0$ for $n>m$, in order to make it look like an infinite series.
- What happens to the limit on $m$ outside the series?
So far I was able to use Hint 1 to expand the left side: $$ \lim_{m \to \infty} \left( 1 + \frac{x}{m} \right)^m = \lim_{m \to \infty} \sum_{n=0}^m \binom {m}{n} \left( \frac{x}{m} \right)^n $$
No matter what I do with the binomial coefficients and factorials, I can't figure out what extra terms to add per Hint 2. Any suggestions?
$$\sum_{n=0}^m {m \choose n} \left( \frac{x}{m} \right)^n = \sum_{n=0}^\infty {m \choose n} \left( \frac{x}{m} \right)^n$$ since ${m \choose n} = 0$ for $n > m$.