HarmonyFidelisHarmonyFidelis
Login
NewsMajor ProjectsActorsAcademy

Compound interest

When interest is added to the principal, it in turn earns interest: the sum no longer grows by a fixed amount each period, it is multiplied by a fixed factor.

Compound interest

Compound interest

Definition

One hundred euros lent at 5 % a year earn 5 € in the first year. What remains is to decide the fate of those 5 €. If they are withdrawn, the principal lent stays at 100 € and the second year will again earn 5 €. If they are left in place, the principal becomes 105 € and the second year earns 5,25 € — because the first year's interest now earns interest too.

Compound interest is interest computed on a principal to which the interest of the preceding periods has been added. That addition has a name: compounding.

The mechanism is therefore contained entirely in a rule for handling accrued interest: pay it out to the beneficiary, or fold it into the principal. Nothing else distinguishes the two modes of calculation.

Simple interest and compound interest

Write CCC for the initial principal, iii for the rate per period expressed as a fraction (5 % is written 0,050{,}050,05) and nnn for the number of periods.

Under simple interest, each period earns the same amount CiCiCi, always computed on the initial principal:

Vn=C (1+n i)V_n = C\,(1 + n\,i)Vn​=C(1+ni)

Under compound interest, each period multiplies the accumulated sum by the same factor 1+i1+i1+i — the common ratio of the progression:

Vn=C (1+i)nV_n = C\,(1 + i)^nVn​=C(1+i)n

Simple interestCompound interest
Basis of calculationThe initial principal, unchangingThe principal increased by the accrued interest
What stays constantThe amount earned per periodThe multiplying factor per period
ProgressionArithmeticGeometric
Over a single periodC(1+i)C(1+i)C(1+i)C(1+i)C(1+i)C(1+i) — identical

The two modes coincide over one period, since no interest has yet been able to be compounded. What separates them is duration, and the gap is no small matter. For 100 € at 5 % a year:

DurationSimple interestCompound interest
1 year105,00 €105,00 €
10 years150,00 €162,89 €
30 years250,00 €432,19 €
50 years350,00 €1 146,74 €

As soon as the rate is positive, the ratio between the two columns grows without bound with nnn: the numerator (1+i)n(1+i)^n(1+i)n grows geometrically, with common ratio 1+i>11+i > 11+i>1, while the denominator 1+ni1+ni1+ni grows only affinely. No duration therefore bounds the lead that compounding takes — it keeps widening for as long as the principal stays in place.

Why the progression is geometric

The value at the end of a period is always obtained in the same way from that of the preceding period:

Vk+1=Vk+i Vk=Vk (1+i)V_{k+1} = V_k + i\,V_k = V_k\,(1+i)Vk+1​=Vk​+iVk​=Vk​(1+i)

The interest produced in each period is proportional to the sum currently present, and that sum increases: the amount earned therefore grows along with it, whereas it stayed fixed under simple interest. Since the factor 1+i1+i1+i depends neither on kkk nor on VkV_kVk​, applying the relation nnn times in succession gives Vn=C(1+i)nV_n = C(1+i)^nVn​=C(1+i)n — a proof by induction, whose inductive step is this equality and whose base case is V0=CV_0 = CV0​=C.

This property — an increase proportional to the quantity already present — is the characteristic property of exponential growth, provided the coefficient of proportionality stays the same in every period. In discrete time, period by period, it takes the form of a geometric progression.

The doubling time

How many periods does it take for the principal to double? It is enough to solve (1+i)n=2(1+i)^n = 2(1+i)n=2:

n=ln⁡2ln⁡(1+i)n = \frac{\ln 2}{\ln(1+i)}n=ln(1+i)ln2​

This number does not depend on the principal: doubling 100 € or 100 million takes the same time, because the formula is multiplicative.

Since ln⁡2≈0,693\ln 2 \approx 0{,}693ln2≈0,693 and ln⁡(1+i)≈i\ln(1+i) \approx iln(1+i)≈i for small rates, one first obtains n≈69,3/(100 i)n \approx 69{,}3/(100\,i)n≈69,3/(100i). Common practice raises this number to 72, which gives the approximation known as the rule of 72: the doubling time is about 72/(100 i)72/(100\,i)72/(100i), that is, 72 divided by the rate expressed as a percentage. This substitution is a computational convenience, not an exact result: 72 is divisible by more integers than 69 or 70, the two integers that bracket 69,3. The upward adjustment also corrects the bias left by the approximation ln⁡(1+i)≈i\ln(1+i) \approx iln(1+i)≈i — it cancels it around 8 %, overshoots it for lower rates, and does not quite close it for higher ones.

Rate per periodExact doublingRule of 72
2 %35,00 periods36,00
5 %14,21 periods14,40
8 %9,01 periods9,00
12 %6,12 periods6,00
20 %3,80 periods3,60

The approximation is excellent around 8 % and degrades at both ends: it overstates the time for lower rates and understates it for higher ones. It is an instrument for mental arithmetic, not a substitute for the formula.

The compounding frequency

A quoted rate is not enough to determine a return: one has to know at what pace the interest is folded into the principal. By convention, an annual nominal rate iii compounded mmm times a year applies, mmm times over, the periodic rate i/mi/mi/m — nothing in mathematics requires this, it is a market convention. At the end of a year, that is after mmm compounding periods, the principal is therefore worth:

C(1+im)mC\left(1 + \frac{i}{m}\right)^{m}C(1+mi​)m

The annual effective rate is the increase actually obtained over the year, namely (1+i/m)m−1(1+i/m)^m - 1(1+i/m)m−1. For a nominal rate of 10 %:

CompoundingAnnual factorEffective rate
Annual (m=1m=1m=1)1,10000010,0000 %
Half-yearly (m=2m=2m=2)1,10250010,2500 %
Quarterly (m=4m=4m=4)1,10381310,3813 %
Monthly (m=12m=12m=12)1,10471310,4713 %
Daily (m=365m=365m=365)1,10515610,5156 %

At a positive nominal rate, compounding more often therefore raises the effective rate. Two nominal rates are thus comparable only once brought to the same frequency — or converted into effective rates.

But the gain runs out: the sequence does not take off, it converges. Its limit as mmm grows without bound defines continuous compounding:

lim⁡m→∞(1+im)m=e i\lim_{m \to \infty} \left(1 + \frac{i}{m}\right)^{m} = e^{\,i}m→∞lim​(1+mi​)m=ei

where e≈2,71828e \approx 2{,}71828e≈2,71828 is the notable number obtained in the case i=1i = 1i=1, namely lim⁡m→∞(1+1/m)m\lim_{m \to \infty}(1+1/m)^mlimm→∞​(1+1/m)m. Here e0,1≈1,105171e^{0{,}1} \approx 1{,}105171e0,1≈1,105171, that is 10,5171 % effective. Between daily compounding and continuous compounding, less than two thousandths of a percentage point remains: past a certain pace, raising the frequency changes almost nothing.

This limit has a value of its own that the calculation at finite mmm does not give: e ie^{\,i}ei no longer depends on mmm. It therefore supplies a single reference, independent of the compounding pace, and an expression C e iTC\,e^{\,iT}CeiT — where TTT is the duration counted in years, that is n=mTn = mTn=mT compounding periods — which is easier to handle than C(1+i/m)mTC(1+i/m)^{mT}C(1+i/m)mT.

The snowball image

Compounding is often described as a snowball: as it rolls it picks up snow, grows, and its increased surface makes it pick up still more. The image renders the essential feature faithfully — the increase depends on the size already reached.

It stops being faithful on one point: a real slope has a length, snow comes in finite quantity, and the ball ends up stopping or breaking apart. The formula C(1+i)nC(1+i)^nC(1+i)n, for its part, contains no saturation term: nothing in it bounds the growth. The analogy illuminates the mechanism; it proves nothing, and must not be taken for a description of the limits of the real mechanism.

What the formula assumes

The equality Vn=C(1+i)nV_n = C(1+i)^nVn​=C(1+i)n is exact under four conditions, and its result is correctly interpreted only under two others.

For the formula to apply:

  • A constant rate over the whole horizon. If the rate varies from one period to the next, the factors have to be multiplied one by one: Vn=C (1+i1)(1+i2)⋯(1+in)V_n = C\,(1+i_1)(1+i_2)\cdots(1+i_n)Vn​=C(1+i1​)(1+i2​)⋯(1+in​). The power is only the special case where all the rates are equal.
  • Compounding that actually takes place. Interest paid out and withdrawn each period falls under simple interest, whatever name the product is given.
  • A principal left intact. Any contribution or withdrawal of capital along the way falls outside the formula: each flow must then be compounded separately, from its own date.
  • Proportional deductions only. A fixed charge per period takes the value out of the form C(1+i)nC(1+i)^nC(1+i)n, since one then subtracts an amount the factor cannot absorb. A proportional deduction, by contrast, preserves the form — but changes the rate to be used, as the next condition states.

For the result to mean something:

  • The right rate. Proportional charges and taxes levied each period reduce the factor: it is the net rate that must appear in the formula. The gap between gross and net then widens with duration, their ratio growing like the nnn-th power of (1+i)/(1+inet)(1+i)/(1+i_{\mathrm{net}})(1+i)/(1+inet​).
  • A stable unit of measure. A return of 5 % in current euros, when prices rise by 3 %, does not leave 2 % of additional purchasing power, but 1,05/1,03−1≈1,94 %1{,}05/1{,}03 - 1 \approx 1{,}94\,\%1,05/1,03−1≈1,94%: rates compound, they do not add. Subtraction is only an approximation of this, and all the cruder the higher the rates. (The word nominal here takes on a second sense — before correction for inflation, as opposed to a real return — not to be confused with the nominal rate of the section on compounding frequency, which stands opposed to the effective rate.)

Two remarks, finally. The mechanism is indifferent to which side of the loan you are on: a debt whose unpaid interest is added to the principal grows according to exactly the same formula. And if iii lies between −1-1−1 and 000, the factor 1+i1+i1+i lies between 0 and 1: the same geometric progression then describes an erosion, ever slower in absolute value.

Summary

Compound interest makes interest bear on the interest already earned: the sum follows a geometric progression of common ratio 1+i1+i1+i, whose lead over simple interest, as soon as the rate is positive, grows without bound with duration.