Skip to content

PV of Growing Annuity

Present value of a growing payment stream with continuous compounding.

When to use: Use in academic continuous-time models for valuing growing cash flow streams.

Calculator

Formula

PVA=PMT×1e(kg)×nkgPVA = PMT \times \frac{1 - e^{-(k - g) \times n}}{k - g}

Variables

SymbolNameDescriptionUnit
PVAPresent Value of AnnuityPresent value of all growing payments$
PMTFirst PaymentThe first payment amount (or continuous payment rate)$
kInterest RateNominal annual discount rate%
gGrowth RateContinuous growth rate of payments%
nNumber of YearsTime horizon in yearsyears

Real-Life Examples

Example 1: Continuous Growing Cash Flow

A project generates $50,000/year growing at 3%, discounted at 8% continuously for 20 years.

Given

PMT = 50,000k = 0.08g = 0.03n = 20

Step-by-Step

1.PVA = $50,000 × [1 - e^(-(0.05)(20))] / 0.05
2.PVA = $50,000 × [1 - e^(-1.0)] / 0.05
3.PVA = $50,000 × [1 - 0.3679] / 0.05
4.PVA = $50,000 × 12.6424
5.PVA = $632,120.56
Result:632,120.56

The growing cash flow stream is worth $632,120.56 with continuous compounding.

Example 2: Academic Example

$10,000/year growing at 2%, 6% continuous discounting for 15 years.

Given

PMT = 10,000k = 0.06g = 0.02n = 15

Step-by-Step

1.PVA = $10,000 × [1 - e^(-(0.04)(15))] / 0.04
2.PVA = $10,000 × [1 - e^(-0.6)] / 0.04
3.PVA = $10,000 × [1 - 0.5488] / 0.04
4.PVA = $10,000 × 11.2795
5.PVA = $112,795.22
Result:112,795.22

The present value is $112,795.22 with continuous compounding.

Frequently Asked Questions

It values a stream of payments growing at rate g and discounted at rate k, both applied continuously. The formula PMT × (1 - e^(-(k-g)n)) / (k-g) is the continuous-time analog of the discrete growing annuity formula.

When k = g, the formula simplifies to PMT × n. The growth and discounting exactly offset, so the present value is simply the payment rate times the number of years.

The continuous version uses exponential functions instead of power functions. At the same nominal rates, continuous compounding produces a slightly lower present value because the effective discount rate is higher.