There are two definitions of exponential function: $$e^x=\lim_{n\to\infty} S_n=\lim_{n\to \infty} a_n \text{ ,}$$ where $$S_n=1+x+\frac{x^2}{2!}+\dots+\frac{x^n}{n!}$$ and $$a_n=(1+\frac{x}{n})^n \text{ .}$$
Since the two sequence have the same limit, I guess they are somehow related and reflect different aspects of $e^x$. So my first question is: are there any relationships between $S_n$ and $a_n$?
My other questions come from the following observations:
When x is positive, obviously $S_n$ is increasing. Is $a_n$ also increasing?
When x is negative, $S_n$ goes up and down since it keeps adding numbers of alternating signs as as $n$ grows. Eventually $S_n$ "squeezes" to its limit. What about the behavior of $a_n$ in this case? When $n$ is smaller than $|x|$, I can see that $a_n$ changes signs very often. When $n$ is large, $a_n$ is always positive, and is $a_n$ increasing when $n$ is large?
Define $$ E(x)=\sum_{k=0}^\infty\frac{x^k}{k!} $$ We know that this power series has infinite radius of convergence and is thus a continuous (and differentiable, etc.) function. By careful but elementary application of the Cauchy product an binomial theorem one finds $$ E(x)·E(y)=E(x+y) $$ which as functional equation has the solution $$ E(x)=E(1)^x=e^x $$
By multiplying out $$ \left(1+\frac xn\right)\left(1+\frac yn\right)\left(1-\frac {x+y}n\right)=1-\frac {x^2+xy+y^2}{n^2}-\frac {xy(x+y)}{n^3} $$ one finds that for $e(x)=\lim_{n\to\infty}\left(1+\frac xn\right)^n$ it holds that $$ e(x)e(y)e(-x-y)=\lim_{n\to\infty}\left(1+\frac xn\right)^n\left(1+\frac yn\right)^n\left(1-\frac {x+y}n\right)^n=1 $$ which again implies the functional equation $$ e(x)e(y)=e(x+y) $$ For the Cauchy functional equation one would need to establish for instance continuity at $x=0$ to then again arrive at $$ e(x)=e(1)^x=e^x $$