Proof of Continuous compounding formula

28.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On BEST ANSWER

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.

0
On

Rewrite your formula as $$ A=P \left[ \left( 1+ \frac{r}{n} \right)^{\frac{n}{r}} \right]^{rt} $$ and let $ w=\frac{n}{r} $ then

$$ A= P\left[ \left( 1+\frac{1}{w} \right)^w \right]^{rt} $$

As the frequency of compounding $n$ is increased the newly created $w$ will increase as well; thus as $ n \rightarrow \infty $ , $w \rightarrow \infty $ as well and the bracketed expression tends to the number $e$.

Consequently we find that as $ n \rightarrow \infty $

$$ A = Pe^{rt} $$