What is ?
e.g. I borrow money at an annual interest rate , at a yearly compound rate: $$
\underbrace{ x(1) }{ \text{loan after 1 year} } = (1+r) \cdot \underbrace{ x(0) }{ \text{initial loan} }
x(1) = \underbrace{ \lim_{ n \to \infty } \left( \left( 1 + \frac{r}{n} \right)^{n} \right) }_{ \LARGE e^{r} } \cdot x(0)
The loan amount $x$ is continuously increasing at a rate $r$ proportional to the current loan amount… as a [[differential equations|differential equation]]:\frac{dx}{dt} = rx \to x(t)=e^{rt}x(0)
> [!definition] Power series definition of $e^{at}$ > > $$ > e^{at} = \sum_{n=0}^{\infty} \frac{(at)^{n}}{n!} > $$ > [!sr]- What is $\lim_{ n \to \infty }\left( \frac{n-1}{n} \right)^{n}$ ? > >$$ > \lim_{ n \to \infty } \left( \frac{n-1}{n} \right)^{n} = \lim_{ n \to \infty } \left( \frac{n}{n} - \frac{1}{n} \right)^{n} = \lim_{ n \to \infty } \left( 1 - \frac{1}{n} \right)^{n} = e^{-1} = \frac{1}{e} >$$