The first time I saw the compound interest formula, I did what most people do: I memorised it, used it to answer a question, and moved on. It was only later — when I tried to guess an answer before calculating it — that I realised I had no intuition for it at all. My guess was not slightly wrong. It was wrong by a factor of three.
That gap between what I expected and what the arithmetic produced is the reason this is the first thing I wanted to write about.
The formula, and what each part is doing
The standard expression for compound growth is:
Here P is the principal — what you start with. r is the annual rate. n is how many times a year interest is applied. t is the number of years. A is what you end up with.
The interesting part is not the formula. It is where t sits. It is in the exponent. Everything else — how much you start with, what rate you earn — sits in the base. Doubling P doubles A. Doubling t does something far less polite.
Why our intuition fails
Human beings are good at estimating straight lines. Given the first two points of a linear sequence, most people can extend it accurately. Given the first two points of an exponential sequence, most people badly underestimate the fifth.
Try it. ₹10,000 growing at 8% a year. After 1 year it is ₹10,800 — a change small enough to feel unimpressive. After 30 years it is a little over ₹1,00,000. The money did not become ten times more interesting at some particular moment. It grew at exactly the same rate the whole way. What changed was how long it had been growing.
The rate is what you notice. The time is what actually does the work.
The rule of 72, and why it is a good approximation
A useful shortcut: divide 72 by the annual percentage rate and you get roughly the number of years it takes to double.
At 8%, that is 9 years. At 6%, 12 years. At 12%, 6 years. The approximation comes from taking logarithms of the doubling condition — ln(2) ≈ 0.693, and 69.3 is close enough to 72 that the arithmetic becomes something you can do in your head. 72 is chosen over 69 because it divides cleanly by more numbers.
What I find genuinely interesting is what this implies about the difference between rates. Going from 6% to 8% does not sound like much. But it moves the doubling time from 12 years to 9. Over a 36-year horizon, that is three doublings versus four — the difference between 8× and 16×.
Continuous compounding
If you increase n — compounding monthly, then daily, then hourly — the result does not run away. It converges:
This was the moment the topic stopped being about money for me. The number e is not a finance concept. It appears here because the structure of the problem — a quantity growing in proportion to its own size — is the same structure that appears in population growth, in radioactive decay, in how a rumour spreads. Compound interest is one instance of a much more general shape.
What I take away from it
Three things.
- Time is the dominant variable, and it is the one you cannot buy back later.
- Small differences in rate compound into large differences in outcome, which is an argument for caring about costs and fees far more than most people do.
- The formula is not really about money. It is about a shape that appears wherever growth is proportional to size.
I built a small calculator alongside this piece so I could see the curve move as I changed the inputs. Reading the formula taught me the notation. Watching the curve taught me the behaviour.