# Growing Annuity

A growing annuity is a **finite** stream of cash flows that **grow at a constant rate** and that are **evenly spaced in time**.

E.g., Income streams, savings strategies, project revenue/expense streams

![](/files/-M5-0Yxpi3HqC-8tRu1D)The PV of a growing annuity is computed as follows:

PV of Growing Annuity = $$\frac{CF}{R-g}\*(1-(\frac{1+R}{1+g})^{-T})$$

Again, this formula assumes that the first cash flow occurs at t=1. If it occurs at t=0, add it to the above formula.

Also, g must be less than R.

## Simple Example

```
How much do you have to save today to withdraw $100 at the end of this year, $102.5 after the next year,
$105.06 the year after, and so on for the next 19 years, if you earn 5% per annum?
```

The timeline is as follows:![](/files/-M5-0YxrOh35sNFyjM2L)CF=100, g=0.025, T=20, R=0.05

So, PV = $$\frac{100}{0.05-0.025}\*(1-(\frac{1+0.05}{1+0.025})^{-20})$$ = $1529.69


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vikram-bajaj.gitbook.io/introduction-to-corporate-finance-coursera/main-2/time-value-of-money/growing-annuity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
