Thanks for reading!
Intuitively, why does...
$$\lim_{n \rightarrow \infty} \left(1+\frac{1}{n}\right)^{xn}=\lim_{n \rightarrow \infty} \left(1+\frac{x}{n}\right)^{n}=e^x$$
Note, I'm not asking why $e^x$ is one of the two limits. I understand the first limit, or at least I think I do.
In terms of continuous growth however (I don't just want a mathematical proof - the more intuitive the answer is the better), I'd like to understand why the two limits are equivalent!
Why is letting some principal amount grow by $\frac{1}{n}$ times its current value $xn$ times equal to letting that principal grow by $\frac{x}{n}$ times its current value $n$ times if we allow $n \rightarrow \infty$?
Thanks!
In general $$\lim_{x\to \infty} \left( 1+\frac{a}{x} \right) ^{bx}=e^{ab}$$ and they are only based on the definition of the number $e$ $$e:=\lim_{n\to \infty} \left( 1+\frac{1}{n} \right)^n $$ Here is a simple proof: $$\begin{align} \lim_{x\to \infty} \left( 1+\frac{a}{x} \right) ^{bx} &= \lim_{x\to \infty} \left[ \left( 1+\frac{a}{x} \right)^{x/a} \right]^{ab} \\ &= \lim_{n\to \infty} \left[ \left( 1+\frac{1}{n} \right)^n \right]^{ab} \quad (\textrm{take } n=x/a) \\ &= \left[ \lim_{n\to \infty} \left( 1+\frac{1}{n} \right)^n \right]^{ab} \\ &= e^{ab}. \end{align}$$