Skip to main content

Investment Growth and Returns

Every investment is a bet that money today can become more money later. But "more" is a slippery word: more than what, over how long, and measured how? A stock that doubles in ten years and one that doubles in two years both "doubled," yet one is a mediocre outcome and the other is spectacular. The mathematics of investment returns exists precisely to cut through this fog — to turn messy, uneven, multi-year growth into a single honest number you can compare, trust, and act on.

This page teaches you the small toolkit that professional investors and finance students actually use: how to compute a rate of return, why the geometric average (CAGR) is the truthful one, how inflation quietly eats your gains, and why compounding is described as the most powerful force in finance. Master these and you can read any fund fact sheet, spot a misleading advertisement, and reason clearly about your own money.

Learning Objectives

  • Compute simple (holding-period) and annualized rates of return correctly.
  • Understand and calculate the Compound Annual Growth Rate (CAGR) and explain why it beats a simple average.
  • Distinguish the arithmetic mean return from the geometric mean return, and know when each applies.
  • Convert between nominal and real returns using the Fisher relationship.
  • Quantify the power of compounding over long horizons, including the Rule of 72.
  • Recognize the common ways return figures are misused or misunderstood.

Quick Answer

A rate of return measures gain relative to what you invested: r=(VendVstart)/Vstart r = (V_{\text{end}} - V_{\text{start}})/V_{\text{start}}. Over multiple years, the single most honest summary is the CAGR, the constant yearly rate that would carry your starting value to your ending value: CAGR=(Vend/Vstart)1/n1\text{CAGR} = (V_{\text{end}}/V_{\text{start}})^{1/n} - 1. This is a geometric average, and it is always less than or equal to the naive arithmetic average whenever returns vary. Nominal returns ignore inflation; real returns subtract it, and only real returns tell you whether your purchasing power grew. Finally, compounding — earning returns on your returns — makes growth exponential, so time in the market matters far more than most beginners expect.

Where It Came From

The core idea — that money grows by a multiplicative factor each period — is ancient. Babylonian clay tablets from around 2000 BCE contain compound interest problems, and one famous tablet asks how long it takes money to double at 20% annual interest, essentially the first "Rule of 72" calculation in history. The word interest itself descends from the medieval Latin interesse, "that which is between," referring to compensation for the gap in time between lending and repayment.

The mathematical machinery matured alongside a real economic need. As banking, insurance, and government bonds spread through Renaissance and Enlightenment Europe, lenders and annuity-sellers desperately needed to price cash flows across time. In 1683 Jacob Bernoulli, studying continuously compounded interest, stumbled onto the constant e2.71828e \approx 2.71828 — the limit of (1+1/n)n(1 + 1/n)^n as compounding becomes infinitely frequent. Compounding literally gave birth to one of mathematics' most important numbers.

The specifically investing questions came later. When stock markets grew large in the 19th and 20th centuries, a new problem appeared: an investment's value bounces up and down, so what does its "average return" even mean? The realization that you must use the geometric mean — not the ordinary average — to describe multi-period growth was hard-won and is still widely misunderstood. The separation of real from nominal returns was sharpened by economist Irving Fisher in the early 1900s, whose "Fisher equation" formalized how inflation erodes stated returns. Together these tools let us compare a 1920s bond to a 2020s index fund on equal, inflation-adjusted footing.

Measuring a Single Return: Holding-Period and Annualized

The holding-period return (HPR) is the total percentage gain over however long you held the asset, including any income (dividends, interest):

rHPR=(VendVstart)+IncomeVstart r_{\text{HPR}} = \frac{(V_{\text{end}} - V_{\text{start}}) + \text{Income}}{V_{\text{start}}}

Worked example. You buy a share for $80, collect $4 in dividends during the year, and sell for $92.

rHPR=(9280)+480=1680=0.20=20% r_{\text{HPR}} = \frac{(92 - 80) + 4}{80} = \frac{16}{80} = 0.20 = 20\%

That is a one-year return, so it is already annual. But suppose the $80-to-$92-plus-$4 story unfolded over three years. A 20% total return over three years is not 20% per year. To annualize a total return over nn years:

rannual=(1+rtotal)1/n1 r_{\text{annual}} = (1 + r_{\text{total}})^{1/n} - 1

rannual=(1.20)1/31=1.06271=0.06276.27% r_{\text{annual}} = (1.20)^{1/3} - 1 = 1.0627 - 1 = 0.0627 \approx 6.27\%

Notice we take a root, not divide by 3. Dividing 20% by 3 gives 6.67%, which is wrong because it ignores that each year's growth builds on the last. This rooting operation is the seed of CAGR.

CAGR: The Honest Growth Rate

The Compound Annual Growth Rate is the constant annual rate that turns your starting value into your ending value over nn periods:

CAGR=(VendVstart)1/n1 \text{CAGR} = \left(\frac{V_{\text{end}}}{V_{\text{start}}}\right)^{1/n} - 1

Worked example. A fund grows from $10,000 to $18,000 over 6 years.

CAGR=(1800010000)1/61=(1.8)0.16671 \text{CAGR} = \left(\frac{18000}{10000}\right)^{1/6} - 1 = (1.8)^{0.1667} - 1

Computing (1.8)1/6(1.8)^{1/6}: since ln(1.8)0.5878\ln(1.8) \approx 0.5878, we have 0.5878/6=0.09797 0.5878/6 = 0.09797, and e0.097971.1029e^{0.09797} \approx 1.1029. So

CAGR1.10291=0.1029=10.29% \text{CAGR} \approx 1.1029 - 1 = 0.1029 = 10.29\%

Check it: 10000×(1.1029)610000×1.800=18000 10000 \times (1.1029)^6 \approx 10000 \times 1.800 = 18000. It works. CAGR smooths away all the year-to-year volatility and reports the single equivalent steady rate.

Arithmetic vs Geometric Mean: Why Averages Lie

Suppose an investment returns +50% +50\% one year and 50%-50\% the next. The arithmetic mean is (50%+(50%))/2=0%(50\% + (-50\%))/2 = 0\%, suggesting you broke even. You did not. Start with $100:

100×1.50=150,150×0.50=75 100 \times 1.50 = 150, \qquad 150 \times 0.50 = 75

You have $75 — a 25% loss. The true multi-period return is the geometric mean:

rgeo=[(1.50)(0.50)]1/21=(0.75)1/21=0.86601=13.4% r_{\text{geo}} = \left[(1.50)(0.50)\right]^{1/2} - 1 = (0.75)^{1/2} - 1 = 0.8660 - 1 = -13.4\%

Check: 100×(0.866)2=100×0.75=75 100 \times (0.866)^2 = 100 \times 0.75 = 75. Correct. CAGR is the geometric mean of the yearly growth factors. A key fact:

The geometric mean is always less than or equal to the arithmetic mean, and the gap grows with volatility.

This is why advertisements love arithmetic averages — they flatter volatile funds. Always ask for the CAGR.

Real vs Nominal Returns: Beating Inflation

A nominal return is the raw percentage your money grew. A real return adjusts for inflation, telling you how much more you can actually buy. The exact relationship is the Fisher equation:

1+rreal=1+rnominal1+i 1 + r_{\text{real}} = \frac{1 + r_{\text{nominal}}}{1 + i}

where ii is the inflation rate.

Worked example. Your portfolio returns 8% nominal in a year when inflation is 3%.

1+rreal=1.081.03=1.04854,rreal=4.85% 1 + r_{\text{real}} = \frac{1.08}{1.03} = 1.04854, \qquad r_{\text{real}} = 4.85\%

The quick approximation rrealrnominali=8%3%=5% r_{\text{real}} \approx r_{\text{nominal}} - i = 8\% - 3\% = 5\% is close but slightly overstates the truth; use the exact formula when precision matters or when rates are large. Over decades this gap compounds: a "7% nominal" return with 3% inflation is really about 3.88% real — barely half the headline figure.

The Power of Compounding

Compounding means returns earn returns. After nn years at rate rr:

Vn=V0(1+r)n V_n = V_0 (1 + r)^n

Because nn sits in the exponent, growth is exponential, and the back years do most of the heavy lifting.

Worked example. $5,000 invested at 8% for 40 years:

V40=5000×(1.08)40=5000×21.72=108,600 V_{40} = 5000 \times (1.08)^{40} = 5000 \times 21.72 = 108,600

The same 5,000withsimpleinterest(nocompounding)wouldearn5,000 with *simple* interest (no compounding) would earn 5000 \times 0.08 \times 40 = 16,000 16,000 of interest, reaching only $21,000. Compounding added roughly $87,600 — over five times more — purely from earning returns on prior returns.

The Rule of 72 gives a fast doubling-time estimate: years to double 72/(rate in %)\approx 72 / (\text{rate in }\%). At 8%, money doubles about every 72/8=9 72/8 = 9 years. Over 40 years that is roughly four-and-a-half doublings, matching the 21.7-fold growth above.

Real-World Applications

  • Comparing funds: Fund fact sheets report CAGR (often labeled "annualized return") so you can compare a 3-year fund against a 10-year fund fairly.
  • Retirement planning: Projecting a 401(k) or pension uses V0(1+r)n V_0(1+r)^n, and real (inflation-adjusted) returns are essential so your target reflects actual future purchasing power.
  • Business valuation: Analysts describe revenue or user growth as CAGR to strip out lumpy year-to-year noise.
  • Loan and bond pricing: The same compounding math determines yields to maturity and effective annual rates.
  • Personal decisions: Deciding whether to pay off a 6% loan or invest is really a comparison of compound growth rates net of tax and inflation.

Common Mistakes

1. Averaging returns arithmetically. Misconception: "The fund made +30% then −20%, so it averaged +5%." Why wrong: 100130104 100 \to 130 \to 104 is only a 4% total gain over two years, about 1.98% per year geometrically, not 5%. Correction: Use the geometric mean / CAGR for anything spanning multiple periods.

2. Ignoring inflation. Misconception: "My savings earned 3%, so I'm richer." Why wrong: If inflation was 4%, your real return was about 0.96%-0.96\% — you lost purchasing power. Correction: Always translate nominal returns to real returns before judging success.

3. Dividing total return by the number of years. Misconception: "It grew 60% over 6 years, so 10% a year." Why wrong: That ignores compounding; the true CAGR is (1.6)1/618.15%(1.6)^{1/6}-1 \approx 8.15\%. Correction: Take the nn-th root of the growth factor, don't divide.

Comparison and Connections

CAGR, arithmetic mean, and simple return answer different questions. The table clarifies:

MeasureFormulaBest used for
Simple / HPR(VendVstart)/Vstart(V_{\text{end}}-V_{\text{start}})/V_{\text{start}}Total gain over one holding period
Arithmetic mean1nrt\frac{1}{n}\sum r_tEstimating a single future year's expected return
Geometric mean / CAGR(Vend/Vstart)1/n1(V_{\text{end}}/V_{\text{start}})^{1/n}-1Actual realized growth over many periods
Real return(1+rnom)/(1+i)1(1+r_{\text{nom}})/(1+i)-1Purchasing-power growth

The deepest connection is to exponential functions and the number ee: continuous compounding gives V=V0ert V = V_0 e^{rt}. CAGR is simply the growth factor's geometric mean, and the Rule of 72 is a linear approximation of the logarithmic doubling time ln2/ln(1+r)\ln 2 / \ln(1+r).

Practice Questions

Recall

State the CAGR formula and explain what each symbol means.

Answer: CAGR=(Vend/Vstart)1/n1\text{CAGR} = (V_{\text{end}}/V_{\text{start}})^{1/n} - 1, where VendV_{\text{end}} and VstartV_{\text{start}} are ending and starting values and nn is the number of years. It is the constant annual rate equivalent to the actual growth.

Understanding

Why is the geometric mean return never greater than the arithmetic mean when returns vary?

Answer: Losses and gains are multiplicative, not additive. A percentage loss reduces the base that the next gain acts on, so volatility drags the compounded result below the naive average. The gap widens as returns become more volatile; the two means are equal only when every period's return is identical.

Application

An index rose from 2,400 to 3,600 over 5 years. Find the CAGR.

Answer: (3600/2400)1/51=(1.5)0.21(3600/2400)^{1/5}-1 = (1.5)^{0.2}-1. Since ln1.5=0.4055\ln 1.5 = 0.4055, 0.4055/5=0.0811 0.4055/5 = 0.0811, e0.0811=1.0845e^{0.0811}=1.0845. CAGR 8.45%\approx 8.45\%.

Analysis

A fund advertises "average annual return 12%" but its actual value grew from $10,000 to $27,000 over 10 years. Are these consistent? What might explain a discrepancy?

Answer: True CAGR =(27000/10000)1/101=(2.7)0.11= (27000/10000)^{1/10}-1 = (2.7)^{0.1}-1. With ln2.7=0.9933\ln 2.7 = 0.9933, 0.09933 0.09933, e0.09933=1.1044e^{0.09933}=1.1044, so CAGR 10.4%\approx 10.4\%, not 12%. The advertised 12% is likely the arithmetic average of yearly returns, which overstates realized growth because of volatility. Always trust the value-to-value CAGR.

FAQ

Is CAGR the same as annualized return? Yes — "annualized return" on fund sheets is normally CAGR: the geometric, compounded annual rate.

Does CAGR account for volatility or risk? No. CAGR captures only start and end values; two funds with identical CAGR can have wildly different bumpiness. Pair CAGR with a risk measure like standard deviation.

Should I use arithmetic or geometric mean? Use the geometric mean (CAGR) to describe past realized growth. The arithmetic mean is appropriate only when estimating the expected return of a single upcoming period.

Why does a 50% loss need more than a 50% gain to recover? Because the gain acts on a smaller base. After a 50% loss, $100 becomes $50; recovering to $100 requires a 100% gain, not 50%. This asymmetry is exactly why volatility lowers geometric returns.

How much does inflation really matter over a lifetime? Enormously. At 3% inflation, prices roughly double every 24 years (Rule of 72). A "7% return" over 30 years is about 3.9% real — the nominal figure roughly triples your purchasing-power growth on paper compared to reality.

Quick Revision

  • HPR: r=(VendVstart+income)/Vstart r = (V_{\text{end}} - V_{\text{start}} + \text{income})/V_{\text{start}}.
  • Annualize a total return: take the nn-th root, don't divide by nn.
  • CAGR (geometric mean): (Vend/Vstart)1/n1(V_{\text{end}}/V_{\text{start}})^{1/n} - 1; always \le arithmetic mean.
  • Real return (Fisher): (1+rnom)/(1+i)1rnomi(1 + r_{\text{nom}})/(1 + i) - 1 \approx r_{\text{nom}} - i.
  • Compounding: Vn=V0(1+r)n V_n = V_0(1+r)^n; exponential, back-loaded growth.
  • Rule of 72: doubling time 72/rate%\approx 72/\text{rate}\%.

Prerequisites

  • Compound interest and the number ee (exponential functions)
  • Inflation and purchasing power

Next Topics

  • Risk, volatility, and standard deviation of returns
  • Present value, discounting, and the time value of money