Skip to main content
Speclore

Perpetuity

Reference data and engineering information about perpetuity for miscellaneous applications.

perpetuity

Overview

Engineering reference data for Perpetuity in miscellaneous.

Key Formulas

Unit Conversion

y=xky = x \cdot k

Multiply by conversion factor.

Linear Interpolation

y=y1+(xx1)(y2y1)x2x1y = y_1 + \frac{(x - x_1)(y_2 - y_1)}{x_2 - x_1}

Estimate between two known points.

Percentage

p=partwhole×100%p = \frac{\text{part}}{\text{whole}} \times 100\%

Part as fraction of whole.

Variables

SymbolDescriptionUnit
xxInput value
yyOutput value
kkConversion factor

Examples

Basic Perpetuity Example

Consider an asset that generates a fixed annual cash flow of $100 forever. With a discount rate of 10%, the present value is calculated as:

P=Fi=1000.10=1000P = \frac{F}{i} = \frac{100}{0.10} = 1000

This value represents the fair price of the perpetuity.

Growing Perpetuity Example

For a growth-oriented asset, such as a company with a first-year net income of $200 and a constant growth rate of 3% annually, assuming a 10% discount rate, the present value is:

P=Fig=2000.100.03=2000.072857.14P = \frac{F}{i - g} = \frac{200}{0.10 - 0.03} = \frac{200}{0.07} \approx 2857.14

Note: The growing perpetuity formula requires i>gi > g to ensure the present value is finite and positive.

Key Considerations

  • Perpetuities model infinite-life assets like endowments, trusts, and resource fields.
  • The basic formula P=F/iP = F / i derives from summing the infinite series n=1F(1+i)n\sum_{n=1}^{\infty} \frac{F}{(1+i)^n}.
  • For growing perpetuities, the growth rate gg must remain constant and less than ii to avoid divergence.
  • Real-world applications often involve adjusting FF for inflation or using risk-adjusted discount rates ii.

References