Compounding Shortcuts for Repeated Growth
You don't need a calculator to know what 8% for ten years does to your money — a single approximation, added instead of multiplied, gets you within a rounding error every time.
Prerequisites: Doing Arithmetic Fast Under Pressure
An interviewer asks: "$100 grows at 8% a year, compounded, for 9 years. Roughly what's the final value, and please don't reach for a calculator." Multiplying by itself nine times in your head is a non-starter. But you already know, roughly, that repeated multiplicative growth behaves almost like repeated addition when the rate is small — and "almost" is close enough for an interview, if you know how close.
Try estimating in your head before reading on. Then check it against a calculator and see how far off you were.
The trap: trying to multiply it out exactly
Compounding is inherently multiplicative — multiplied by itself times — and multiplying decimals repeatedly in your head is exactly the kind of task that eats your working memory and produces silently wrong answers. The fix is to notice that for small , each multiplication by adds approximately to the running total, because the cross-terms from compounding are second order and small.
For small and up to a few dozen, . Growth compounds multiplicatively, but when the rate is small, it looks almost additive — add up the rate times and you're close. The approximation gets worse as or grows, and there's a simple correction when you need one.
Where the approximation comes from
Expand using the binomial theorem:
In words: the first two terms are "1" and " copies of added up" — that's the linear approximation. Every term after that involves or higher, and if is a small number like 0.08, is tiny, so those terms barely move the answer unless is also large. The whole approximation is just "keep the first two terms of the expansion, throw away the rest."
Worked example: 8% for 9 years
Linear approximation: , so $100 becomes roughly $172.
The true value: , so $100 becomes about $199.90.
That's a 16% miss — too large to call "close enough" for a real answer, which is the whole point of showing it: the plain linear rule quietly breaks down once gets large (here , not small at all). You need the standard correction.
The correction: add half of squared-ish, or just use
A much better approximation for moderate comes from remembering that when is small (since ). So instead of , estimate .
In words: compounding at rate for periods is close to continuous growth at total rate . Here . You likely have memorised or close to it (from the rule that , tied to the rule of 72's ). So the estimate is $100 times 2.01, about $201 — within half a percent of the true $199.90, versus the linear rule's 16% miss.
A second worked example, going the other way: -5% for 14 years
A portfolio loses 5% a year for 14 years. Linear estimate: , i.e. 70% of value lost — but this rule can't even go negative gracefully once passes 1, a sign you've left its comfort zone. Exponential estimate: , so about half the value remains, a 50% loss. The true value is — the exponential estimate is off by about two percentage points, dramatically better than the linear rule's answer, which is off by twenty.
The plain rule is only trustworthy when itself is small — a rough rule of thumb is –0.3. Interviewers often pick numbers ( years at percent) specifically so that is large enough to expose someone using the linear shortcut past its limits. When in doubt, or when exceeds about 0.3, switch to .
The transferable technique
Any repeated multiplicative process — compounding returns, population growth, radioactive decay, volatility scaling with — has the same two-tier mental toolkit: a cheap linear approximation for small total change, and the exponential form (or for decay) for anything bigger, anchored to memorised values like and . Recognising which regime puts you in, before you start calculating, is the actual skill being tested.
Related concepts
Practice in interviews
Further reading
- Weisberg, mental-math approximation notes for interviews