Calculate Doubling Time

Bacteria populations, money invested at a guaranteed interest rate, the population of certain cities; these quantities tend to grow exponentially. This means that the larger they get, the faster they grow. With a short "doubling time," or amount of time it takes the quantity to grow, even a tiny quantity can rapidly become enormous. Learn how to find this value using a quick and easy formula, or delve into the math behind it.

Steps

Estimating Doubling Time with the Rule of 70

  1. Check that the growth rate is small enough for this method. Doubling time is a concept used for quantities that grow exponentially. Interest rates and the growth of a population are the most common examples used. If the growth rate is less than about 0.15 per time interval, we can use this fast method for a good estimate.[1] If the problem doesn't give you the growth rate, you can find it in decimal form using <math>\frac{CurrentQuantity - PastQuantity}{Past Quantity}</math>.
    • Example 1: The population of an island grows at an exponential rate. From 2015 to 2016, the population increases from 20,000 to 22,800. What is the population's growth rate?
      • 22,800 - 20,000 = 2,800 new people. 2,800 ÷ 20,000 = 0.14, so the population is growing by 0.14 per year. This is small enough that the estimate will be fairly accurate.
  2. Multiply the growth rate by 100 to express it as a percentage. Most people find this more intuitive than the decimal fraction.
    • Example 1 (cont): The island had a growth rate of 0.14, written as a decimal fraction. This represents <math>\frac{0.14}{1}</math>. Multiply the numerator and denominator by 100 to get <math>\frac{0.14}{1} x \frac{100}{100} = \frac{14}{100} =</math> 14% per year.
  3. Divide 70 by the percentage growth rate. The answer will be the number of time intervals it takes the quantity to double. Make sure you express the growth rate as a percentage, not a decimal, or your answer will be off. (If you're curious why this "rule of 70" works, read the more detailed method below.)
    • Example 1 (cont): The growth rate was 14%, so the number of time intervals required is <math>\frac{70}{14} = 5</math>.
  4. Convert your answer to the desired unit of time. In most cases, you'll already have the answer in terms of years, seconds, or another convenient measurement. If you measured the growth rate across a larger span of time, however, you may want to multiply to get your answer in terms of single units of time.
    • Example 1 (cont): In this case, since we measured the growth across one year, each time interval is one year. The island population doubles every 5 years.
    • Example 2: The second, spider-infested island nearby is much less popular. It also grew from a population of 20,000 to 22,800, but took 20 years to do it. Assuming its growth is exponential, what is this population's doubling time?
      • This island has a 14% growth rate over 20 years. The "rule of 70" tells us it will also take 5 time intervals to double, but in this case each time interval is 20 years. (5 time intervals) x (20 years/time interval) = 100 years for the spider-infested island's population to double.

Deriving the "Rule of 70" Formula

  1. Understand the exponential growth rate formula. If you start with an initial amount <math>A_0</math> that grows exponentially, the final amount <math>A_f</math> is described by the formula <math>A_f = A_0(1 + r)^{t}</math>. The variable r represents the growth rate per time period (as a decimal), and t is the number of time periods.
    • To make sense of this formula, picture a $100 investment with a 0.02 annual interest rate. Every time you calculate growth, you multiply the amount you have by 1.02. After one year, that's ($100)(1.02), after two years that's ($100)(1.02)(1.02), and so on. This simplifies to <math>(1.02)^t</math>, where t is the number of time periods.
    • Note: If r and t do not use the same time unit, use the formula <math>A_f = A_0(1 + \frac{r}{n})^{nt}</math>, where n is the number of times growth is calculated per time period. For example, if r = 0.05 per month and t = 4 years, use n = 12, since there are twelve months in a year.
  2. Rewrite this formula for continuous growth. In most real-world situations, a quantity grows "continuously" instead of increasing only at regular intervals. In this case, the formula for growth is <math>A_f = A_0(e)^{rt}</math>, using the mathematical constant e.[2]
    • This formula is often used to approximate population growth, and always when calculating continuously compounded interest. In situations where growth is calculated at regular intervals, such as annually compounded interest, the formula above is more accurate.
    • You can derive this from the formula from the one above using Understand-Calculus.
  3. Plug in values for a doubled population. When the population doubles, the final amount <math>A_f</math> will equal twice the initial amount, or <math>2A_0</math>. Plug this into the formula and remove all A terms using algebra:
    • <math>2A_0 = A_0(e)^{rt}</math>
    • Divide both sides by <math>A_0</math>
    • <math>2 = e^{rt}</math>
  4. Rearrange to solve for t. If you haven't learned about Understand-Logarithms yet, you may not know how to get the t out of the exponent. The term <math>log_m(n)</math> means "the exponent m is raised by to get n." Because the constant e comes up so often in real world situations, there's a special term "natural log," abbreviated "ln," that means <math>log_e</math>. Use this to isolate t on one side of the equation:
    • <math>2 = e^{rt}</math>
    • <math>ln(2) = ln(e^{rt})</math>
    • <math>ln(2) = rt</math>
    • <math>\frac{ln(2)}{r} = t</math>
  5. Plug in growth rate and solve. Now you can solve for t by entering the decimal growth rate r into this formula. Notice that ln(2) is approximately equal to 0.69. Once you convert the growth rate from decimal to percentage form, you can round this value to get the "rule of 70" formula.
    • Now that you know this formula, you can adjust it to solve similar problems. For example, find "tripling time" with the formula <math>t_{triple} = \frac{ln(3)}{r}</math>.



Tips

  • Some financial investments fluctuate up and down instead of growing at a steady rate. In order to compare these to other options, investors use the compound annual growth rate formula (CAGR): <math>(\frac{A_f}{A_0})^{\frac{1}{t}} - 1</math>. The answer tells you what the exponential growth rate would be if growth were steady.[3] Note that this growth rate is in decimal form.
  • If the growth occurs at a constant rate regardless of the total size (such as "5 people per year" instead of a percentage), don't use the method above. Describe this linear growth pattern as <math>A_t = A_0 + rt</math>, where <math>A_t</math> is the amount at time t, <math>A_0</math> is the amount at time 0, r is the constant rate of growth, and t is the amount of time elapsed. There is no constant doubling time for linear growth rate, but you can solve the doubling time problem for a specific point in time. Set <math>A_t</math> equal to <math>2A_0</math> and solve for t. Your answer will only by true for that specific value of <math>A_0</math>.

Warnings

  • Some guides use the formula 0.7 ÷ growth rate instead. This is the correct formula when growth rate is expressed as a decimal. Make sure not to confuse this with the formula above (70 ÷ growth rate as a percentage), or your answer will be off by a factor of 100.

Related Articles

Sources and Citations