The Rule of 72: What It Is and How to Use It in Investing (2024)

Rate of ReturnRule of 72Actual # of YearsDifference (#) of Years
2%36.0351.0
3%24.023.450.6
5%14.414.210.2
7%10.310.240.0
9%8.08.040.0
12%6.06.120.1
25%2.93.110.2
50%1.41.710.3
72%1.01.280.3
100%0.710.3

Notice that although it gives an estimate, the Rule of 72 is less precise as rates of return increase.

The Rule of 72 and Natural Logs

The Rule of 72 can estimate compounding periods using natural logarithms. In mathematics, the logarithm is the opposite concept of a power; for example, the opposite of 10³ is log base 10 of 1,000.

Ruleof72=ln(e)=1where:e=2.718281828\begin{aligned} &\text{Rule of 72} = ln(e) = 1\\ &\textbf{where:}\\ &e = 2.718281828\\ \end{aligned}Ruleof72=ln(e)=1where:e=2.718281828

e is a famous irrational number similar to pi. The mostimportantproperty of the numbereis related to the slope of exponential and logarithm functions, and its first few digits are 2.718281828.

The natural logarithm is the amount of time needed to reach a certain level of growth withcontinuous compounding.

The time value of money (TVM) formula is the following:

FutureValue=PV×(1+r)nwhere:PV=PresentValuer=InterestRaten=NumberofTimePeriods\begin{aligned} &\text{Future Value} = PV \times (1+r)^n\\ &\textbf{where:}\\ &PV = \text{Present Value}\\ &r = \text{Interest Rate}\\ &n = \text{Number of Time Periods}\\ \end{aligned}FutureValue=PV×(1+r)nwhere:PV=PresentValuer=InterestRaten=NumberofTimePeriods

To see how long it will take an investment to double, state the future value as 2 and the present value as 1.

2=1×(1+r)n2 = 1 \times (1 + r)^n2=1×(1+r)n

Simplify, and you have the following:

2=(1+r)n2 = (1 + r)^n2=(1+r)n

To remove the exponent on the right-hand side of the equation, take the natural log of each side:

ln(2)=n×ln(1+r)ln(2) = n \times ln(1 + r)ln(2)=n×ln(1+r)

This equation can be simplified again because the natural log of (1 + interest rate) equals the interest rate as the rate getscontinuously closerto zero. In other words, you are left with:

ln(2)=r×nln(2) = r \times nln(2)=r×n

The natural log of 2 is equal to 0.693 and, after dividing both sides by the interest rate, you have:

0.693/r=n0.693/r = n0.693/r=n

By multiplying the numerator and denominator on the left-hand side by 100, you can express each as a percentage. This gives:

69.3/r%=n69.3/r\% = n69.3/r%=n

Read about Investopedia's 10 Rules of Investing by picking up a copy of our special issue print edition.

How to Adjust the Rule of 72 for Higher Accuracy

The Rule of 72 is more accurate if it is adjusted to more closely resemble the compound interest formula—which effectively transforms the Rule of 72 into the Rule of 69.3.

Many investors prefer to use the Rule of 69.3 rather than the Rule of 72. For maximum accuracy—particularly forcontinuous compounding interest rateinstruments—use the Rule of 69.3.

The number 72, however, has many convenient factors including two, three, four, six, and nine. This convenience makes it easier to use the Rule of 72 for a close approximation of compounding periods.

How toCalculate the Rule of 72 Using Matlab

The calculation of the Rule of 72 in Matlab requires running a simple command of "years = 72/return," where the variable "return" is the rate of return on investment and "years" is the result for the Rule of 72. The Rule of 72 is also used to determine how long it takes for money to halve in value for a given rate ofinflation. For example, if the rate of inflation is 4%, a command "years = 72/inflation" where the variable inflation is defined as "inflation = 4" gives 18 years. Matlab, short for matrix laboratory, is a programming platform from MathWorks used for analyzing data and more.

Does the Rule of 72 Work for Stocks?

Stocks do not have a fixed rate of return, so you cannot use the Rule of 72 to determine how long it will take to double your money. However, you still can use it to estimate what kind of average annual return you would need to double your money in a fixed amount of time. Instead of dividing 72 by the rate of return, divide by the number of years you hope it takes to double your money. For example, if you want to double your money in eight years, divide 72 by eight. This tells you that you need an average annual return of 9% to double your money in that time.

What Are 3 Things the Rule of 72 Can Determine?

There are two things the Rule of 72 can tell you reasonably accurately: how many years it will take to double your money and what kind of return you will need to double your money in a fixed period of time. Because you know how long it will take to double your money, it's also easy to figure out how long it would take to quadruple your money. For example, if you can double your money in seven years, you can quadruple it in 14 years by allowing the interest to compound.

Where Is the Rule of 72 Most Accurate?

The Rule of 72 provides only an estimate, but that estimate is most accurate for rates of return between 5% and 10%. Looking at the chart in this article, you can see that the calculations become less precise for rates of return lower or higher than that range.

The Bottom Line

The Rule of 72 is a quick and easy method for determining how long it will take to double an investment, assuming you know the annual rate of return. While it is not precise, it does provide a ballpark figure and is easy to calculate. Investments, such as stocks, do not have a fixed rate of return, but the Rule of 72 still can give you an idea of the kind of return you'd need to double your money in certain amount of time. For example, to double your money in six years, you would need a rate of return of 12%.

I am an experienced financial analyst with a deep understanding of investment concepts and financial mathematics. My expertise lies in evaluating investment strategies, analyzing rates of return, and utilizing mathematical formulas for financial planning. Now, let's delve into the concepts discussed in the article.

  1. Rate of Return:

    • The rate of return is a crucial metric in investment, representing the gain or loss on an investment relative to its initial cost. It is expressed as a percentage.
  2. Rule of 72:

    • The Rule of 72 is a quick formula used to estimate the number of years it takes for an investment to double, given a fixed annual rate of return. The formula is: Years to Double = 72 / Annual Rate of Return.
  3. Actual # of Years and Difference (#) of Years:

    • These columns in the table showcase the actual time it takes for an investment to double, providing a comparison with the Rule of 72 estimates. The difference illustrates the variance between the estimated and actual doubling times.
  4. Natural Logs and Rule of 72 Adjustment:

    • The article introduces natural logarithms and their connection to the Rule of 72. The Rule of 72 can be adjusted to a more accurate Rule of 69.3, aligning it closely with the compound interest formula.
  5. Time Value of Money (TVM) Formula:

    • The TVM formula is a fundamental concept, expressing the future value of an investment based on the present value, interest rate, and the number of time periods.
  6. Calculation of Rule of 72 Using Matlab:

    • The article mentions using Matlab to calculate the Rule of 72 with a simple command, demonstrating how technology can be employed for financial analysis.
  7. Rule of 72 for Stocks:

    • Stocks, with their variable rates of return, are discussed in relation to the Rule of 72. While the Rule of 72 may not directly apply to stocks, it can be used to estimate the required average annual return for doubling money in a specified time.
  8. Rule of 72 Accuracy:

    • The article emphasizes that the Rule of 72 provides a reliable estimate, particularly for rates of return between 5% and 10%, and becomes less precise outside this range.
  9. Bottom Line:

    • The Rule of 72 is presented as a quick and easy method for estimating the time required to double an investment. It's acknowledged for its simplicity, providing a ballpark figure despite not being precise. The application of the Rule of 72 to stocks is also discussed.

In summary, the article covers various aspects of investment mathematics, including the Rule of 72, natural logarithms, and the Time Value of Money formula, offering insights into estimating investment growth and planning.

The Rule of 72: What It Is and How to Use It in Investing (2024)

References

Top Articles
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 6557

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.