## PV of Cash Flows — Infinite Period (Perpetuity)
A perpetuity is a stream of cash flows expected to continue forever, with no end date. Infinite cash flows are classified into two types:
```
Cash Flows for an Infinite Period (Perpetuity)
├── Equal CFs up to Perpetuity (Level Perpetuity)
└── Growing CFs up to Perpetuity (Growing Perpetuity)
```
### A. Equal Cash Flows up to Perpetuity (Level Perpetuity)
When the same cash flow recurs forever:
$$PV = \frac{\text{Annual CF}}{\text{Discount Rate}}$$
Even though the cash flows never stop, the present value is finite — because flows in distant years are discounted so heavily they add almost nothing.
### B. Growing Cash Flows up to Perpetuity (Growing Perpetuity)
When the cash flow grows at a constant rate forever:
$$PV = \frac{CF_1}{(\text{Discount Rate} - \text{Growth Rate})}$$
Where $CF_1$ is the cash flow of the next period (year 1), not the current period.
### Important Conditions
- The growing perpetuity formula is only valid when Discount Rate > Growth Rate. If growth ≥ discount rate, the value is infinite and the formula breaks down.
- Use $CF_1$ (the first future cash flow). If you are given the current cash flow $CF_0$, grow it first: $CF_1 = CF_0 \times (1 + g)$.
This growing-perpetuity logic is the foundation of the dividend growth (Gordon) model used later in valuation and cost of equity.