Continuously Compounding Interest

How to calculate the continuously compounded interest rate, which is equivalent to a given (nominal) annual interest rate?

I’ve found the above hard to google (maybe these are not the correct finance terms), so I’ve decided to add my own entry on the subject. In chase you just want the answer, here it is: rc=log(1+ra)r_c = \log{\left(1 + r_a\right)}

To find out why this is true, and how it would work for different compounding periods, read on.

The formula for compound interest (that you find on the web) is: Wt=W0(1+rn)ntW_t = W_0\,\left(1 + \frac{r}{n}\right)^{nt}

where W0W_0 is the initial wealth, WtW_t is the wealth after tt years, rr is the nominal annual interest rate, and nn is the number of compounding periods per year.

As we vary the number of compounding periods, we notice that we get a higher return as the number goes up. Note that this is the case even though we divide the interest rate rr by the number of compounding periods nn.

The effect of compound interest The effect of compound interest, with an initial investment of $1,000 and 20% annual interest, compounded at various frequencies. Source. Licensed under CC-BY-SA-3.0

Since we’ve noticed that we get more money as we increase the number of compounding periods, we might be interested in what happens when we grant ourselves infinitely many compounding periods. Contrary to what you might think, we don’t get infinite money.

We can figure it out by letting nn approach infinity. Wt=limnW0(1+rn)ntW_t = \lim_{n \to \infty} W_0 \left(1 + \frac{r}{n}\right)^{nt}

If we set mnrm \coloneqq \frac{n}{r}, we get Wt=limmW0(1+1m)mrt=W0[limm(1+1m)m]rt\begin{aligned} W_t &= \lim_{m \to \infty} W_0 \left(1 + \frac{1}{m}\right)^{mrt} \\[1em] &= W_0\left[\lim_{m \to \infty} \left(1 + \frac{1}{m}\right)^m\right]^{rt} \end{aligned}

Since we know that (1+1n)n\left(1 + \frac{1}{n}\right)^n converges to ee, we get Wt=W0ertW_t = W_0\,e^{rt}

This corresponds to the purple line in the chart above. As you can see, it results in the highest growth for the given interest rate.

Now, we might be interested in the rate, which when compounded continuously, would result in the same growth as annual compounding, but smoothly distributed throughout the year. In the graph, this would correspond to a continuous line that touches every left corner of the annual line (green).

The continuously compounded rate rcr_c for this curve would be slightly lower than the corresponding annual interest rate rar_a. But by how much?

We already have the formulas for discrete and periodic compounding, so we can equate them and solve for rcr_c: W0erct=W0(1+ran)ntlogerct=log(1+ran)ntrct=ntlog(1+ran)rc=nlog(1+ran)\begin{aligned} W_0\,e^{r_c t} &= W_0\left(1 + \frac{r_a}{n}\right)^{nt} \\[1em] \log{e^{r_c t}} &= \log{\left(1 + \frac{r_a}{n}\right)^{nt}} \\[1em] r_c t &= nt\,\log{\left(1 + \frac{r_a}{n}\right)} \\[1em] r_c &= n \,\log{\left(1 + \frac{r_a}{n}\right)} \end{aligned}

Since n=1n = 1 when compounding once per year, we get rc=log(1+ra)r_c = \log{\left(1 + r_a\right)}

which is equal to the statement in the introduction.

Conversely, we can derive a formula to calculate nominal interest rates for different compounding periods, given the continuously compounded interest rate: ra=erc1nnr_a = \frac{\sqrt[n]{e^{r_c} - 1}}{n}

or in the case of n=1n = 1, ra=erc1r_a = e^{r_c} - 1


© 2022 Florian Klampfer

Powered by Hydejack v9.1.6