The Math Behind the Rule of 72
The rule of 72 isn't magic—it's mathematics elegantly compressed into mental arithmetic. Understanding where it comes from illuminates why it works, when it works best, and how to adapt it for precision when needed. The journey from the compound interest formula to that simple division rule involves logarithms, the mathematical constant e, and a single crucial insight: that exponential growth follows predictable patterns.
This article walks through the derivation step by step, starting from principles taught in high school algebra and progressing to the logarithmic reasoning that financial professionals use daily. You don't need a background in calculus to understand the core insight, though some comfort with exponents and basic algebra helps.
Quick definition
The rule of 72 derivation traces how the compound interest formula, when solved for the time it takes to double wealth, simplifies to dividing 72 by the annual growth rate. The constant 72 emerges from the natural logarithm of 2 (approximately 0.693) multiplied by 100, then adjusted for practical convenience.
Key takeaways
- The compound interest formula A = P(1 + r)^t describes how money grows at a constant annual rate over time.
- To find doubling time, we set A = 2P, then solve for t using logarithms.
- The natural logarithm (ln) is the tool that converts exponential equations into linear ones, making them solvable.
- The mathematical constant ln(2) ≈ 0.693 emerges naturally when solving for t in the doubling equation.
- Multiplying ln(2) by 100 and rounding gives approximately 69.3, which financial practitioners rounded to 72 for convenience.
- The number 72 was chosen because it's divisible by 2, 3, 4, 6, 8, 9, and 12, making mental math easier with common interest rates.
- The approximation remains accurate within 1% for interest rates between 1% and 10%, where most personal finance decisions occur.
- Variants like the rule of 69.3 (more precise) and rule of 70 (simpler for certain contexts) exist for different use cases.
Starting with the compound interest formula
All growth follows the equation A = P(1 + r)^t, where:
- A is the final amount
- P is the principal (starting amount)
- r is the annual interest rate (as a decimal, so 5% becomes 0.05)
- t is the time in years
Suppose you invest $1,000 at 6% annual interest. After three years, the amount is:
A = 1000(1 + 0.06)^3 = 1000(1.06)^3 = 1000 × 1.191016 = $1,191.02
This formula is the foundation of all compound interest calculations. It's used by banks, investment firms, and financial planners worldwide because it accurately describes how money grows over time.
Now, here's where the rule of 72 comes in: we want to know when A equals 2P (when the money doubles). Setting up the equation:
2P = P(1 + r)^t
Eliminating the principal
The first insight is that the principal P cancels out. Divide both sides by P:
2 = (1 + r)^t
This is profound. The doubling time depends only on the rate r, not on how much money you start with. Whether you invest $1,000 or $1,000,000, the time to double is identical if the rate is the same. This is the nature of exponential growth.
Now we need to solve for t. The only variable on the right side is t, and it's an exponent. To extract it, we need logarithms.
Introducing logarithms
A logarithm is the inverse of an exponent. If 2^5 = 32, then log₂(32) = 5. Logarithms "undo" exponents, converting multiplication into addition and exponents into multiplication.
For our equation 2 = (1 + r)^t, we apply the natural logarithm (denoted ln) to both sides:
ln(2) = ln[(1 + r)^t]
Using the logarithm property that ln(x^y) = y × ln(x), we get:
ln(2) = t × ln(1 + r)
Now t is no longer an exponent; it's simply a coefficient. Solving for t:
t = ln(2) / ln(1 + r)
This is the exact formula for doubling time. For any interest rate r, plug in the values and you get the precise number of years.
Computing ln(2) and ln(1 + r)
The natural logarithm of 2 is a mathematical constant: ln(2) ≈ 0.693147...
For a 6% rate (r = 0.06): ln(1 + 0.06) = ln(1.06) ≈ 0.058268...
So: t = 0.693147 / 0.058268 ≈ 11.9 years
Using a calculator or spreadsheet, we can verify: (1.06)^11.9 ≈ 2. The exact formula works perfectly.
The approximation step
Now comes the clever approximation. When r is small (say, less than 10%), the value ln(1 + r) is very close to r itself (expressed as a decimal). This is a consequence of the Taylor series expansion, a calculus tool, but you don't need calculus to see why it's true:
- For r = 0.05 (5%): ln(1.05) ≈ 0.04879 (actual) vs 0.05 (decimal form). Very close.
- For r = 0.08 (8%): ln(1.08) ≈ 0.07696 (actual) vs 0.08 (decimal form). Still close.
- For r = 0.15 (15%): ln(1.15) ≈ 0.13976 (actual) vs 0.15 (decimal form). Noticeably different but acceptable.
This approximation allows us to simplify the exact formula:
t ≈ ln(2) / r (where r is expressed as a decimal)
For a 6% rate: t ≈ 0.693147 / 0.06 ≈ 11.55 years
Comparing to our exact calculation of 11.9 years: the approximation is off by about 0.35 years, or roughly 4 months. Not perfect, but useful.
Converting to the rule of 72
The formula t ≈ ln(2) / r works, but requires remembering the decimal 0.693147. To make it mental-math friendly, we convert it to a percentage. If r is expressed as a whole number (8 for 8%), the formula becomes:
t ≈ ln(2) × 100 / r_percent
Since ln(2) × 100 ≈ 69.3, we get:
t ≈ 69.3 / r_percent
This is the rule of 69.3, used by precision-focused practitioners. However, 69.3 is awkward for mental arithmetic. Practitioners discovered that 72 works nearly as well (with slightly larger rounding error) and offers a major advantage: 72 is divisible by 2, 3, 4, 6, 8, 9, and 12. This means mental division by common rates (3%, 6%, 8%, 9%, 12%) is fast and clean.
For example:
- 72 ÷ 3 = 24 (exactly)
- 72 ÷ 6 = 12 (exactly)
- 72 ÷ 8 = 9 (exactly)
- 72 ÷ 9 = 8 (exactly)
Versus:
- 69.3 ÷ 3 = 23.1 (requires decimal arithmetic)
- 69.3 ÷ 6 = 11.55 (mental effort)
This is why 72 won out historically: it balances mathematical accuracy with practical usability. In an era before ubiquitous calculators, this trade-off was invaluable.
Accuracy across rate ranges
The approximation error changes depending on the interest rate. Here's why: our substitution of ln(1 + r) with r becomes less accurate at higher rates. At 1% or 2%, the error is tiny. At 50% or 100%, the error is substantial.
Let's check the rule of 72's accuracy:
At 2%: Exact time = ln(2) / ln(1.02) = 0.693147 / 0.01980 ≈ 35.0 years. Rule of 72: 72 / 2 = 36 years. Error: 1 year (2.9% off).
At 6%: Exact time = ln(2) / ln(1.06) = 0.693147 / 0.05826 ≈ 11.9 years. Rule of 72: 72 / 6 = 12 years. Error: 0.1 years (0.8% off).
At 10%: Exact time = ln(2) / ln(1.10) = 0.693147 / 0.09531 ≈ 7.27 years. Rule of 72: 72 / 10 = 7.2 years. Error: 0.07 years (1% off).
At 20%: Exact time = ln(2) / ln(1.20) = 0.693147 / 0.18232 ≈ 3.80 years. Rule of 72: 72 / 20 = 3.6 years. Error: 0.2 years (5.3% off).
At 50%: Exact time = ln(2) / ln(1.50) = 0.693147 / 0.40547 ≈ 1.71 years. Rule of 72: 72 / 50 = 1.44 years. Error: 0.27 years (15.8% off).
The rule performs best between 1% and 10%, with errors under 1%. Beyond 10%, accuracy degrades, especially at very high rates.
A visual representation of the relationship
Why approximations matter in practice
Perfect accuracy matters for formal financial reporting and scientific work. But for daily decision-making, an approximation that's within 1% and requires no calculator is often more valuable than an exact answer requiring a computer.
Consider a personal finance advisor explaining investment options to a client. Saying "your portfolio will double in 10.7 years" requires a calculator and sounds overly precise. Saying "roughly 10 to 11 years" using the rule of 72 is memorable, builds intuition, and doesn't pretend to precision that's false anyway (because future returns are uncertain).
This is why professionals widely use the rule despite its mathematical limitations: it serves its purpose of building intuition efficiently.
The rule of 69.3 and alternatives
For those seeking higher precision without much additional complexity, the rule of 69.3 provides better accuracy across all rates, especially above 10%. The number 69.3 comes directly from ln(2) × 100, so it's the most mathematically pure form.
Similarly, some practitioners prefer the rule of 70 for inflation and macro-economic contexts, partly for historical reasons (it appeared in early economics texts) and partly because many economists work with round inflation rates like 2%, 3%, or 4%, where 70 divides cleanly.
The mathematical relationships:
- Rule of 69.3: Most accurate; requires decimal division for some rates.
- Rule of 70: Convenient for inflation and growth rates; slightly less accurate than 72 for investment returns.
- Rule of 72: Best balance of accuracy (1-10% range) and divisibility; easiest mental math.
Beyond doubling: rules of 114 and 144
The same mathematical approach extends to tripling and quadrupling. For tripling, we set A = 3P:
3 = (1 + r)^t ln(3) = t × ln(1 + r) t = ln(3) / ln(1 + r)
Since ln(3) ≈ 1.0986, the rule becomes:
t ≈ 109.86 / r_percent ≈ Rule of 114 (rounded)
For quadrupling (A = 4P):
ln(4) ≈ 1.3863, so:
t ≈ 138.63 / r_percent ≈ Rule of 144 (rounded)
These follow identical logic as the rule of 72, just with different mathematical constants in the numerator.
Continuous compounding and the role of e
Finance also deals with continuous compounding, where interest accrues instantaneously at every moment, described by the formula A = Pe^(rt), where e is Euler's number (approximately 2.71828).
For continuous compounding, doubling occurs when: 2 = e^(rt) ln(2) = rt t = ln(2) / r
This gives directly: t ≈ 0.693 / r (in decimal form) or 69.3 / r (in percentage form)
Interestingly, continuous compounding is slightly more favorable (faster doubling) than discrete annual compounding, which is why the rule of 69.3 bridges both models. In practice, investments compound quarterly, monthly, or daily—not continuously—so the rule of 72 remains more practical.
Common misconceptions about the math
One frequent error is assuming the rule's approximation is "close enough" at all rates. At 50% annual returns, a rule of 72 prediction is off by nearly 16%. This isn't a problem if you're just estimating, but it's worth recognizing the limitation.
Another misconception is that the logarithms involved are obscure or advanced. They're not. Natural logarithms simply answer the question: "What exponent gets me there?" This is a fundamental tool of science and economics, no more advanced than long division is in grade school.
A third error is conflating the rule of 72 with actual investment returns. The rule is a mathematical shortcut, not a prediction. If you apply it to expected stock returns (which fluctuate unpredictably year to year), you're working with estimates of estimates. The rule is accurate for stable, known rates. For variable returns, the rule gives a reasonable long-term average estimate.
FAQ
Why is it called the "rule of 72" and not "rule of 69.3"?
Historically, before widespread calculator access, 72 was chosen for its divisibility by common rates. The mathematical purity of 69.3 mattered less than the practical speed of mental arithmetic. The name stuck even as calculators became universal, partly from tradition and partly because practitioners still value quick mental estimates.
Does the rule apply to negative growth rates?
Yes, but it describes halving, not doubling. If an asset depreciates at 5% annually, then 72 ÷ 5 = 14.4 years to lose half its value. This is useful for understanding inflation's effect on currency purchasing power.
How does the rule change if I have multiple compounding periods per year?
The rule, as stated, assumes annual compounding. For quarterly (4 times per year) or monthly (12 times per year) compounding, the effective annual rate is slightly higher than the stated nominal rate, which speeds up doubling slightly. For precision, adjust the rate upward before applying the rule. However, for most personal finance purposes, the difference is negligible, and the rule as stated remains useful.
Can I use the exact formula on a calculator instead?
Absolutely. If you have access to a calculator with a logarithm function, the exact formula t = ln(2) / ln(1 + r) is straightforward. Press "ln" on your calculator twice, and you're done. The rule of 72 is faster when you don't have a calculator, or when you want to build intuition without devices.
Why do some sources use 69 instead of 69.3 or 72?
Different sources round the natural logarithm of 2 differently. 69 is a middle ground, easier than 69.3 but slightly more accurate than 72. In practice, all three (69, 69.3, 72) are used depending on the context and the author's preference.
Does the rule work for continuous compounding?
Yes, and it's slightly different. For continuous compounding, the rule of 69.3 is more accurate than 72, because the constant ln(2) ≈ 0.693 appears directly in the derivation without the approximation step. Most real-world investments compound discretely (annually, monthly), so the rule of 72 remains more practical.
Real-world application: comparing two investment options
A real-world scenario illustrates the derivation's value. Suppose you're comparing two investment vehicles:
- Option A: A bond fund returning 4% annually.
- Option B: A stock index fund expected to return 8% annually.
Using the rule of 72:
- Option A doubles in 72 ÷ 4 = 18 years.
- Option B doubles in 72 ÷ 8 = 9 years.
But let's use the exact formula to verify:
- Option A: t = ln(2) / ln(1.04) = 0.693147 / 0.039220 ≈ 17.7 years (rule of 72 error: 0.3 years)
- Option B: t = ln(2) / ln(1.08) = 0.693147 / 0.077012 ≈ 9.0 years (rule of 72 error: negligible)
The rule is accurate enough for decision-making. Over a 36-year investing horizon:
- Option A (18-year doubling): $1,000 → $2,000 (18 yr) → $4,000 (36 yr)
- Option B (9-year doubling): $1,000 → $2,000 (9 yr) → $4,000 (18 yr) → $8,000 (27 yr) → $16,000 (36 yr)
The exact formula would give slightly different numbers, but not enough to change the strategic insight: the higher return compounds dramatically over decades.
Related concepts
- What Is the Rule of 72? — Understand the practical application of this rule before diving into derivation.
- Rule of 72 Worked Examples — Apply these mathematical principles to realistic scenarios.
- Chapter 2: Compound Interest Fundamentals — Explore the compound interest formula and its applications in depth.
- The Role of Time in Wealth Building — See how time amplifies the effect of constant growth rates.
Summary
The rule of 72 emerges from solving the compound interest formula for doubling time using logarithms, a core mathematical tool that converts exponential equations into linear ones. Starting from A = P(1 + r)^t and setting A = 2P, we isolate t through logarithmic operations to get t = ln(2) / ln(1 + r). By approximating ln(1 + r) with r (valid for small rates) and converting ln(2) ≈ 0.693 into percentage form (69.3), we arrive at a rule. Practitioners chose 72 instead of 69.3 because it divides cleanly by common interest rates, making mental arithmetic practical. The rule's accuracy within 1% for rates between 1% and 10% makes it invaluable despite its mathematical approximations. Understanding this derivation deepens intuition about exponential growth and shows why small changes in rates produce dramatic differences in doubling time over long periods. Whether you use the rule of 72, the more precise rule of 69.3, or the exact logarithmic formula, the underlying mathematics remains constant: exponential growth is governed by the natural logarithm, and doubling time depends solely on the rate, not the starting amount.
Next
Continue to Rule of 72 Worked Examples to apply these mathematical foundations to real investment and savings scenarios.