Tell me more ×
Personal Finance & Money Stack Exchange is a question and answer site for people who want to be financially literate. It's 100% free, no registration required.

A common explanation for the mathematical constant e (2.71828...) is that it is the factor by which an investment would grow at 100% interest rate over a period if it is continuously compounded.

In other words, if you were to invest 1 million dollars for one year at a rate of 100%, after one year, the balance would show about 2.71 M$ (or e M$)

However, it is not a case I have ever seen. We often see monthly compounding, sometimes daily, but I've never seen continuous compounding.

Does continuous compounding exist in practice? Is it ever part of a financial product offering? If so, in which cases might it be used?

share|improve this question
I think the point is for you to adjust the variables in that formula to a real world scenario. – CQM Nov 24 '12 at 20:17

2 Answers

Continuous compounding at an interest rate of 100% is unlikely to be used in practice. More generally, if the interest rate is x% per annum and interest is compounded n times during the year (so that at the end of each sub-interval, the amount increases by a factor of (1 + (x/100)/n) ), then the amount has increased over the year by a factor of

(1 + (x/100)/n)^n which is approximately e^(x/100) = 1 + (x/100) + (x/100)^2/2 + (x/100)^3/6 + .... when n is large.

Mathematically, e^(x/100) is the limiting value of (1+(x/100)/n)^n as n tends to infinity. Heuristically, (1 + (x/100)/n)^n gets closer and closer to e^(x/100) as n gets larger and larger (from quarterly to monthly to daily to hourly .... compounding).

So, let us turn the problem around. If the APR is specified as y% per annum, then let x be the solution to the equation

e^(x/100) - 1 = (y/100)

which gives x = 100 log_e (1 + y/100)% as the rate that would be quoted for continuous compounding while the rate for monthly compounding would be quoted as the solution to

(1 + (x/100)/12)^12 = 1 + y/100

which gives x = 12 times 100 times the 12th root of (1 + y/100) %.

As a comparison, an APR of 5% per annum corresponds to a quoted rate of 4.88894...% per annum compounded monthly and 4.8790...% per annum compounded continuously. Weekly and daily compounding would result in quotes somewhere in between these two figures, but as you can see, for a given APR, continuous compounding really does not make that the quoted rate significantly smaller than the more common monthly compounding used for mortgages, auto loans, and the like.

share|improve this answer
+1 what a beautiful explanation, an upvote and hat tip, Dilip. – JoeTaxpayer Nov 24 '12 at 21:03

It really depends on how often interest is calculated. I'll always remember watching on tv they had a big press conference with a utility presenting a large check for taxes owed (I'm pretty sure it was for taxes), in any event they later explained that the check wasn't really being given as it was a Friday and the money wasn't really due til Monday so they were holding the check over the weekend to collect the extra interest! This leads me to believe the compounding was being done quite often e.g. Daily, Weekly. It was interesting to see as it was a large check and if I remember correctly, by holding the money til Monday they were getting roughly an extra $20-30,000 in interest! That's a lot to make over a weekend but as I mentioned it was a very large amount totaling in the tens of millions.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.