2

One encounters the following definitions for $e^x$ \begin{align} e^x &= \sum_{n = 0}^\infty \frac{x^n}{n!} \\ e^x &= \lim_{n \to \infty} \left( 1 + \frac{x}{n}\right)^n \end{align} One can show that these two definitions are equivalent. For example, it can be shown that they both are the unique solution to the differential equation $f' = f$ with $f(0) = 1$.

My question, which is admittedly a bit vague, is why are these two definitions equivalent? How are the sum and the limit expressions related? Is there a direct way to transform one into the other?

Edit

In the accepted answer for the linked question, the chain of equivalences: series expression $\iff$ unique solution to differential equation $\iff$ limit expression is shown. My question is if there's a way to bypass "unique solution to differential equation" in this chain of equivalences.

1 Answers1

3

Hint:

Using the binomial expansion,

$\lim\limits_{n\to\infty}\left(1+\dfrac xn\right)^n=\lim\limits_{n\to\infty}\left(1+x+\dfrac{n(n-1)}{n^2}\dfrac{x^2}2+\dfrac{n(n-1)(n-2)}{n^3}\dfrac{x^3}6+...\right).$

J. W. Tanner
  • 60,406