Investment Growth Calculator

Project the future value of a lump sum and regular contributions with AI-powered step-by-step solutions
Future value of $10,000 at 7% compounded annually for 10 years
Future value of $500 per month for 20 years at 6% compounded monthly
Effective annual rate for 6% nominal compounded monthly
Real return if the nominal return is 8% and inflation is 3%

The Two Formulas Behind Every Projection

An investment projection is arithmetic on two building blocks.

A lump sum left to compound:

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

where PP is the starting amount, rr the nominal annual rate as a decimal, nn the number of compounding periods per year, and tt the number of years.

A stream of equal deposits (an ordinary annuity), one at the end of each period:

FV=PMTโ‹…(1+i)Nโˆ’1iFV = PMT \cdot \frac{(1+i)^N - 1}{i}

where i=r/ni = r/n is the periodic rate and N=ntN = nt the number of deposits. This is a geometric series: each deposit compounds for a different length of time, and the closed form just sums them.

When you both start with a balance and keep contributing, add the two results.

A projection is arithmetic on assumptions, not a forecast. Real returns vary, and AI-Math states no rate for you โ€” enter your own and the solver shows every step of the calculation.

Rates: Nominal, Effective and Real

Effective annual rate

A "6% nominal rate compounded monthly" does not grow money by 6% in a year. The effective annual rate does:

EAR=(1+rn)nโˆ’1EAR = \left(1 + \frac{r}{n}\right)^{n} - 1

EAR is the only fair way to compare offers with different compounding frequencies. Compounding more often always raises the EAR, but with sharply diminishing returns โ€” monthly to daily is a tiny move.

Solving for the rate or the time

Rearranging the lump-sum formula gives both inverses:

reff=(AP)1/tโˆ’1,t=lnโก(A/P)lnโก(1+r/n)โ‹…nr_{\text{eff}} = \left(\frac{A}{P}\right)^{1/t} - 1, \qquad t = \frac{\ln(A/P)}{\ln(1 + r/n) \cdot n}

The first is the compound annual growth rate (CAGR) โ€” the single annual rate that would have produced the observed result.

Real (inflation-adjusted) return

Subtracting inflation from the nominal rate is only an approximation. The exact relation is

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

Project with the real rate when you want the answer expressed in today's purchasing power.

Common Mistakes to Avoid

  • Mismatching ii and NN: if the rate is per month, the count must be in months. A monthly rate with a count in years is the single most common error.
  • Percent left as a whole number: r=0.07r = 0.07, not 77. Using 77 raises the result by an absurd factor.
  • Using the lump-sum formula for contributions: deposits made over time do not each compound for the full term. Use the annuity formula, or sum them individually.
  • Ordinary annuity vs annuity-due: the formula above assumes deposits at the end of each period. For deposits at the start, multiply by (1+i)(1+i).
  • Comparing nominal rates across compounding frequencies: convert both to EAR first, otherwise you are comparing different things.
  • Reporting nominal growth as though it were spending power: over 20 or 30 years the gap between the nominal and real figure is large. Say which one you mean.
  • Ignoring fees and taxes: they change the effective rate that belongs in the formula, and both depend on your account and jurisdiction.

Examples

Step 1: n=1n = 1, so A=P(1+r)t=10000ร—1.0710A = P(1 + r)^t = 10000 \times 1.07^{10}
Step 2: 1.0710โ‰ˆ1.96715141.07^{10} \approx 1.9671514
Step 3: Aโ‰ˆ10000ร—1.9671514โ‰ˆ19,671.51A \approx 10000 \times 1.9671514 \approx 19{,}671.51
Step 4: Growth: 19,671.51โˆ’10,000=9,671.5119{,}671.51 - 10{,}000 = 9{,}671.51
Answer: A \approx \19{,}671.51,ofwhich, of which $9{,}671.51$ is compound growth

Step 1: i=0.06/12=0.005i = 0.06/12 = 0.005, N=20ร—12=240N = 20 \times 12 = 240
Step 2: (1+i)N=1.005240โ‰ˆ3.3102045(1+i)^N = 1.005^{240} \approx 3.3102045
Step 3: (1+i)Nโˆ’1i=2.31020450.005โ‰ˆ462.0409\dfrac{(1+i)^N - 1}{i} = \dfrac{2.3102045}{0.005} \approx 462.0409
Step 4: FVโ‰ˆ500ร—462.0409โ‰ˆ231,020.45FV \approx 500 \times 462.0409 \approx 231{,}020.45
Step 5: Deposits made: 240ร—500=120,000240 \times 500 = 120{,}000
Answer: FV \approx \231{,}020.45fromfrom$120{,}000ofdepositsโ€”aboutof deposits โ€” about$111{,}020$ of compound growth

Step 1: EAR: (1+0.06/12)12โˆ’1=1.00512โˆ’1โ‰ˆ1.0616778โˆ’1(1 + 0.06/12)^{12} - 1 = 1.005^{12} - 1 \approx 1.0616778 - 1
Step 2: EARโ‰ˆ0.0616778=6.1678%EAR \approx 0.0616778 = 6.1678\% โ€” not 6%
Step 3: Real return: 1+rreal=1.08/1.03โ‰ˆ1.04854371 + r_{\text{real}} = 1.08 / 1.03 \approx 1.0485437
Step 4: rrealโ‰ˆ0.0485437=4.8544%r_{\text{real}} \approx 0.0485437 = 4.8544\%, not the 5% a subtraction would suggest
Answer: EARโ‰ˆ6.1678%EAR \approx 6.1678\%; real return โ‰ˆ4.8544%\approx 4.8544\%

Frequently Asked Questions

The nominal rate is the quoted annual figure before compounding is accounted for; the effective annual rate (EAR) is the growth actually delivered over a year. EAR = (1 + r/n)^n โˆ’ 1. Only EAR values are directly comparable between offers that compound at different frequencies.

Compute the lump sum's growth with A = P(1 + r/n)^(nt), compute the contributions separately with FV = PMTยท((1+i)^N โˆ’ 1)/i, then add the two. The contributions need their own formula because each deposit compounds for a different length of time.

Use the nominal rate if you want the future dollar balance, and the real rate if you want the answer in today's purchasing power. The exact conversion is 1 + r_real = (1 + r_nominal)/(1 + inflation); subtracting the two rates is only a rough approximation.

Much less than people expect. At a 6% nominal rate, monthly compounding gives an EAR of about 6.1678% and daily compounding about 6.1831% โ€” a gap of roughly 0.015 percentage points. The rate itself matters far more than the frequency.

Related Solvers

Try AI-Math for Free

Get step-by-step solutions to any math problem. Upload a photo or type your question.

Start Solving