Skip to content

Time from Lump Sum

Time for a lump sum to grow to a target with periodic compounding.

When to use: Use with monthly or quarterly compounding to find time to reach a goal.

Calculator

Formula

n=ln(FV/PV)m×ln(1+km)n = \frac{\ln(FV/PV)}{m \times \ln\left(1 + \frac{k}{m}\right)}

Variables

SymbolNameDescriptionUnit
nNumber of YearsTime to reach goalyears
FVFuture ValueTarget value$
PVPresent ValueStarting amount$
kInterest RateNominal annual rate%
mPeriods/YearCompounding frequencyinteger

Real-Life Examples

Example 1: Monthly CD Doubling

How long to double $10,000 at 5% compounded monthly?

Given

FV = 20,000PV = 10,000k = 0.05m = 12

Step-by-Step

1.n = ln(2) / [12 × ln(1 + 0.05/12)]
2.n = 0.6931 / [12 × 0.004167]
3.n = 0.6931 / 0.04988
4.n = 13.89 years
Result:13.89

With monthly compounding at 5%, doubling takes about 13.89 years.

Example 2: Quarterly Growth

How long for $30,000 to reach $50,000 at 6% quarterly?

Given

FV = 50,000PV = 30,000k = 0.06m = 4

Step-by-Step

1.n = ln(50000/30000) / [4 × ln(1.015)]
2.n = 0.5108 / 0.05955
3.n = 8.58 years
Result:8.58

It takes about 8.58 years with quarterly compounding.

Frequently Asked Questions

Yes, but only slightly. Monthly compounding reaches a goal a bit faster than annual compounding at the same nominal rate. The improvement is more noticeable at higher interest rates and for longer time periods.

Use this formula with FV = 2 × PV, your annual rate as k, and m = 12. The result is the number of years to double with monthly compounding, which will be slightly less than with annual compounding.

The formula converts the periodic growth factor into an annual equivalent. The term m × ln(1 + k/m) represents the effective annual growth rate in logarithmic terms, accounting for the compounding frequency.