Following is the formula to calculate continuous compounding
A = P e^(RT)
Continuous Compound Interest Formula
where, P = principal amount (initial investment)
r = annual interest rate (as a decimal)
t = number of years
A = amount after time t
The above is specific to continuous compounding. The general compounding formula is $$A=P\left(1+\frac{r}{n}\right)^{nt}$$
I want to understand how continuous compounding formula is derived from general compounding formula, given t=1, n=INFINITY.
One of the more common definitions of the constant $e$ is that: $$ e = \lim_{m \to \infty} \left(1 + \frac{1}{m}\right)^m $$ Thus we have, with a change of variables $n = mr$, that $$ \lim_{n \to \infty} P\left(1 + \frac{r}{n}\right)^{nt}\\ = \lim_{m \to \infty} P\left(1 + \frac{1}{m}\right)^{mrt}\\ = P\left(\lim_{m \to \infty}\left(1 + \frac{1}{m}\right)^m\right)^{rt}\\ = Pe^{rt} $$ and you have your continuous compounding formula.