Time value of money - Calculations Formulas and Derivations
Understand the core time‑value‑of‑money concepts, the essential present/future value formulas for single sums, annuities and perpetuities, and how they’re derived—including continuous compounding.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
How is the present value of a future sum defined?
1 of 21
Summary
Time Value of Money: Standard Calculations and Definitions
Introduction
The concept of time value of money is fundamental to finance. It recognizes a simple truth: a dollar today is worth more than a dollar in the future. Why? Because you can invest that dollar today and earn returns. This principle underlies nearly every financial valuation problem you'll encounter.
To compare amounts of money occurring at different times, we use two core operations: discounting (converting future amounts to present value) and compounding (converting present amounts to future value). This section teaches you the standard formulas and when to apply them.
Single Sum Calculations
Present Value of a Single Future Sum
Present value (PV) is the current worth of money you will receive in the future. To find it, we discount the future amount backward using a discount rate—essentially reversing the growth that would occur if you invested that money today.
The formula is:
$$PV = FV \cdot (1+i)^{-n}$$
Where:
$FV$ = future value (amount you'll receive later)
$i$ = discount rate per period (as a decimal)
$n$ = number of periods into the future
Key insight: The higher the discount rate, the lower the present value. A 5% discount rate makes future money worth less (relative to a 3% rate) because you'd need less money today to grow to that same future amount.
Example: You expect to receive $1,000 in 3 years. If the appropriate discount rate is 5% per year, what's the present value?
$$PV = 1000 \cdot (1.05)^{-3} = 1000 \cdot 0.8638 = \$863.80$$
This means $863.80 invested today at 5% would grow to $1,000 in three years.
The image above shows how present value decreases as time extends into the future, with steeper drops at higher discount rates. Notice how a 9% discount rate creates a much more dramatic decrease than a 3% rate.
Future Value of a Single Present Sum
Future value (FV) is the opposite operation: it tells you what a sum of money today will grow to in the future.
The formula is:
$$FV = PV \cdot (1+i)^{n}$$
Where:
$PV$ = present value (amount you have today)
$i$ = interest rate per period
$n$ = number of periods
Example: If you invest $1,000 today at 5% annual interest for 3 years:
$$FV = 1000 \cdot (1.05)^{3} = 1000 \cdot 1.1576 = \$1,157.60$$
Notice that the future value formula is just the inverse of the present value formula. If you discount $1,157.60 back three periods at 5%, you'll get $1,000.
Annuity Calculations
An annuity is a series of equal payments occurring at evenly spaced intervals. Think of rent payments, loan payments, or retirement withdrawals. Annuities are everywhere in finance, making these formulas essential.
Two Types of Annuities
There's an important distinction based on when payments occur:
Ordinary annuity (annuity in arrears): Payments occur at the end of each period
Annuity due (annuity in advance): Payments occur at the beginning of each period
This matters because payments at the beginning of a period have an extra period to grow, so an annuity due is always worth more than an ordinary annuity.
Present Value of an Ordinary Annuity
Present value of an annuity (PVA) is the current worth of a stream of equal future payments.
The formula is:
$$PV = A \cdot \frac{1-(1+i)^{-n}}{i}$$
Where:
$A$ = annuity payment (same each period)
$i$ = discount rate per period
$n$ = number of periods
Example: You'll receive $500 at the end of each year for 4 years. If the discount rate is 6%, what's the present value?
$$PV = 500 \cdot \frac{1-(1.06)^{-4}}{0.06} = 500 \cdot \frac{1-0.7921}{0.06} = 500 \cdot 3.4651 = \$1,732.55$$
This means $1,732.55 today is equivalent to receiving $500 per year for four years, assuming a 6% discount rate.
Why this formula works: You're essentially discounting each $500 payment individually:
Year 1: $500 × (1.06)^{-1}$
Year 2: $500 × (1.06)^{-2}$
Year 3: $500 × (1.06)^{-3}$
Year 4: $500 × (1.06)^{-4}$
The formula condenses this sum into a single calculation using geometric series algebra.
Present Value of an Annuity Due
An annuity due simply requires adjusting the ordinary annuity result by one period:
$$PV{\text{due}} = PV{\text{ordinary}} \cdot (1+i)$$
Why? Each payment is received one period earlier, so it compounds for one additional period. Multiply by $(1+i)$ to shift forward by one period.
Example: Using the previous example but with payments at the beginning of each year:
$$PV{\text{due}} = 1,732.55 \cdot 1.06 = \$1,836.50$$
The annuity due is worth $103.95 more because each payment arrives earlier.
Future Value of an Ordinary Annuity
Future value of an annuity (FVA) is the accumulated value of regular payments invested at a given interest rate.
The formula is:
$$FV = A \cdot \frac{(1+i)^{n}-1}{i}$$
Where the variables have the same meanings as before.
Example: You invest $500 at the end of each year for 4 years at 6% interest. What's the future value?
$$FV = 500 \cdot \frac{(1.06)^{4}-1}{0.06} = 500 \cdot \frac{1.2625-1}{0.06} = 500 \cdot 4.3746 = \$2,187.30$$
Notice the comparison: the ordinary annuity's present value was $1,732.55, but its future value is $2,187.30. The extra $454.75 is interest earned on the payments as they accumulate.
Future Value of an Annuity Due
Similarly, for an annuity due:
$$FV{\text{due}} = FV{\text{ordinary}} \cdot (1+i)$$
Each payment compounds for one additional period, so:
$$FV{\text{due}} = 2,187.30 \cdot 1.06 = \$2,318.54$$
Growing Annuities
A growing annuity is a series of payments that increase by a constant percentage each period. For example, a salary that increases 3% annually, or rent that escalates each year.
Present Value of a Growing Annuity
When payments grow at a constant rate $g$ each period (where $g \neq i$):
$$PV = A \cdot \frac{1-\left(\frac{1+g}{1+i}\right)^{n}}{i-g}$$
Where:
$A$ = first payment
$g$ = growth rate of payments
$i$ = discount rate
$n$ = number of periods
Example: Your salary starts at $50,000 and grows 3% annually. You'll work for 20 years. What's the present value of your salary stream at a 6% discount rate?
$$PV = 50,000 \cdot \frac{1-\left(\frac{1.03}{1.06}\right)^{20}}{0.06-0.03}$$
$$PV = 50,000 \cdot \frac{1-0.5438}{0.03} = 50,000 \cdot 15.207 = \$760,350$$
This tells you the lump sum that would be equivalent to receiving those growing salary payments.
Critical assumption: The discount rate must exceed the growth rate ($i > g$), or the formula breaks down. This makes intuitive sense: if your salary grew faster than the discount rate, the present value would be infinite (or negative).
Perpetuities
A perpetuity is a stream of equal payments that continues forever, never ending. While perpetual payments sound theoretical, real examples include preferred stocks that pay perpetual dividends or government bonds that never mature.
Present Value of a Perpetuity
The present value formula is remarkably simple:
$$PV = \frac{A}{i}$$
Where:
$A$ = the perpetual payment
$i$ = discount rate
Example: A preferred stock pays $10 annually forever. What's its value if the required return is 5%?
$$PV = \frac{10}{0.05} = \$200$$
This is elegant: pay $200 today, and you'll receive $10 per year forever, earning exactly 5% annually.
How this formula arises: It's the limit of the ordinary annuity formula as $n$ approaches infinity. The term $(1+i)^{-n}$ approaches zero, leaving only $\frac{A}{i}$.
Present Value of a Growing Perpetuity
A growing perpetuity has payments that increase at a constant rate $g$ forever, provided $i > g$:
$$PV = \frac{A}{i-g}$$
This is also called the Gordon growth model in dividend valuation contexts.
Example: A stock pays a $2 dividend today, expected to grow 4% annually forever. With a 10% required return:
$$PV = \frac{2 \cdot 1.04}{0.10 - 0.04} = \frac{2.08}{0.06} = \$34.67$$
Note: We multiply the dividend by $(1+g)$ because $A$ represents the next payment, not today's.
Why $i > g$ is necessary: If growth exceeded the discount rate, the value would be infinite. This violates economic intuition about valuation.
Continuous Compounding
<extrainfo>
When to Use Continuous Compounding
In most of this course, you'll use the standard formulas with discrete compounding (annual, monthly, etc.). However, some advanced applications assume continuous compounding, where interest compounds instantaneously.
Present Value with Continuous Compounding
With a continuously compounded rate $r$, the present value formula becomes:
$$PV = FV \cdot e^{-rt}$$
Where:
$e$ = Euler's number (≈ 2.71828)
$r$ = continuously compounded rate
$t$ = time in years
This replaces the $(1+i)^{-n}$ term from discrete compounding.
Example: What's the present value of $1,000 due in 3 years at a continuous rate of 5%?
$$PV = 1000 \cdot e^{-0.05 \times 3} = 1000 \cdot e^{-0.15} = 1000 \cdot 0.8607 = \$860.71$$
Compare this to discrete annual compounding ($863.80 from our earlier example)—the difference is small.
Variable Discount Rates Over Time
Continuous compounding truly shines when discount rates change over time. If $r(t)$ varies with time:
$$PV = FV \cdot \exp\left(-\int{0}^{T} r(t)\,dt\right)$$
This formula elegantly handles any time-varying discount rate using calculus, which would be cumbersome with discrete compounding.
Why Use Continuous Compounding?
Mathematical convenience: Continuous rates simplify calculus-based derivations
Handling variable rates: Time-varying rates integrate smoothly into formulas
Approximation quality: Continuous compounding closely approximates daily compounding (the practical limit for most financial markets)
For exam purposes, focus on discrete formulas unless your course specifically covers continuous compounding. Most applications use annual, quarterly, or monthly compounding.
</extrainfo>
Summary of Key Formulas
| Calculation | Formula |
|---|---|
| Present Value of Single Sum | $PV = FV \cdot (1+i)^{-n}$ |
| Future Value of Single Sum | $FV = PV \cdot (1+i)^{n}$ |
| PV of Ordinary Annuity | $PV = A \cdot \frac{1-(1+i)^{-n}}{i}$ |
| PV of Annuity Due | $PV{\text{due}} = PV{\text{ordinary}} \cdot (1+i)$ |
| FV of Ordinary Annuity | $FV = A \cdot \frac{(1+i)^{n}-1}{i}$ |
| FV of Annuity Due | $FV{\text{due}} = FV{\text{ordinary}} \cdot (1+i)$ |
| PV of Growing Annuity | $PV = A \cdot \frac{1-\left(\frac{1+g}{1+i}\right)^{n}}{i-g}$ |
| PV of Perpetuity | $PV = \frac{A}{i}$ |
| PV of Growing Perpetuity | $PV = \frac{A}{i-g}$ |
Test-Taking Tips
Identify the annuity type: Always determine whether payments occur at period's end (ordinary) or period's beginning (due) before selecting your formula.
Check for growth: If payments change each period, you need a growing annuity formula, not an ordinary one.
Verify rate vs. growth assumptions: For perpetuities and growing annuities, confirm that the discount rate exceeds the growth rate.
Watch your discount rate period: If payments are monthly but you're given an annual rate, convert the annual rate to a monthly rate ($i{\text{monthly}} = i{\text{annual}}/12$) and adjust $n$ accordingly.
Annuity due adjustment: Remember that annuity due is always worth more than ordinary annuity. If your due calculation yields a lower value, you've made an error.
Flashcards
How is the present value of a future sum defined?
The current worth of a future amount, calculated by discounting the future sum at a specified discount rate.
What is the relationship between the discount rate and the present value of a future sum?
A higher discount rate yields a lower present value.
What is the formula for the present value of a single future sum?
$PV = FV(1+i)^{-n}$ (where $PV$ is present value, $FV$ is future value, $i$ is interest rate, and $n$ is number of periods).
What is the formula for the future value of a single present sum?
$FV = PV(1+i)^{n}$ (where $FV$ is future value, $PV$ is present value, $i$ is interest rate, and $n$ is number of periods).
What is the general definition of an annuity?
A series of equal payments occurring at evenly spaced intervals.
What is the difference between an ordinary annuity and an annuity due regarding payment timing?
Ordinary annuity payments occur at the end of each period, while annuity due payments occur at the beginning of each period.
What is the definition of the future value of an annuity?
The accumulated value of a series of equal payments invested at a given interest rate.
What is the formula for the present value of an ordinary annuity?
$PV = A \frac{1-(1+i)^{-n}}{i}$ (where $A$ is the payment amount, $i$ is interest rate, and $n$ is number of periods).
How is the present value of an annuity due calculated relative to an ordinary annuity?
$PV{\text{due}} = PV{\text{ordinary}}(1+i)$.
What is the formula for the future value of an ordinary annuity?
$FV = A \frac{(1+i)^{n}-1}{i}$ (where $A$ is the payment amount, $i$ is interest rate, and $n$ is number of periods).
How is the future value of an annuity due calculated relative to an ordinary annuity?
$FV{\text{due}} = FV{\text{ordinary}}(1+i)$.
How is the present value of an annuity derived mathematically?
By summing the present values of individual payments as a geometric series with first term $A$ and ratio $(1+i)^{-1}$.
What characterizes a growing annuity?
Payments increase by a constant growth rate each period.
What is the formula for the present value of a growing annuity when $i \neq g$?
$PV = A \frac{1-\left(\frac{1+g}{1+i}\right)^{n}}{i-g}$ (where $A$ is initial payment, $g$ is growth rate, $i$ is interest rate, and $n$ is number of periods).
What is a perpetuity?
A stream of equal payments that continues forever.
What is the formula for the present value of a perpetuity?
$PV = \frac{A}{i}$ (where $A$ is the payment and $i$ is the discount rate).
How is the perpetuity formula derived from the annuity formula?
By letting the number of periods $n$ approach infinity, which makes the term $(1+i)^{-n}$ approach zero.
What condition must be met for the growth rate $g$ in a growing perpetuity relative to the discount rate $i$?
The growth rate must be less than the discount rate ($g < i$).
What is the formula for the present value of a growing perpetuity (Gordon growth model)?
$PV = \frac{A}{i-g}$ (where $A$ is the initial payment, $i$ is the discount rate, and $g$ is the growth rate).
What is the formula for the present value of a payment at time $t$ using a continuously compounded rate $r$?
$PV = FV e^{-rt}$.
How is the present value calculated if the continuously compounded discount rate $r(t)$ varies over time?
$PV = FV \exp\left(-\int{0}^{T} r(t) dt\right)$.
Quiz
Time value of money - Calculations Formulas and Derivations Quiz Question 1: How does the present value of a future amount change when the discount rate increases, assuming all other factors remain constant?
- It decreases. (correct)
- It increases.
- It remains the same.
- It first increases then decreases.
Time value of money - Calculations Formulas and Derivations Quiz Question 2: Which formula correctly gives the future value of a single present sum after \\(n\\) periods at an interest rate \\(i\\) per period?
- \\(FV = PV\\,(1+i)^{n}\\) (correct)
- \\(FV = PV\\,(1-i)^{n}\\)
- \\(FV = PV\\,e^{i n}\\)
- \\(FV = PV\\,\\frac{1-(1+i)^{-n}}{i}\\)
Time value of money - Calculations Formulas and Derivations Quiz Question 3: In deriving the present value of an ordinary annuity, the series summed is a geometric series. What are the first term and the common ratio of this series?
- First term \\(A\\), common ratio \\((1+i)^{-1}\\) (correct)
- First term \\(A\\), common ratio \\((1+i)\\)
- First term \\(PV\\), common ratio \\(i\\)
- First term \\(FV\\), common ratio \\(\\frac{1}{1+i}\\)
Time value of money - Calculations Formulas and Derivations Quiz Question 4: Under continuous compounding at a constant rate \\(r\\), how is the present value (PV) of a payment due at time \\(t\\) related to its future value (FV)?
- \\(PV = FV\\,e^{-rt}\\) (correct)
- \\(PV = FV\\,e^{rt}\\)
- \\(PV = FV\\,(1+r)^{-t}\\)
- \\(PV = FV\\,(1-r)^{t}\\)
Time value of money - Calculations Formulas and Derivations Quiz Question 5: What is the present value of a perpetuity that pays an amount $A$ each period when the discount rate per period is $i$?
- $\displaystyle \frac{A}{i}$ (correct)
- $\displaystyle A \times i$
- $\displaystyle \frac{A}{1+i}$
- $\displaystyle A \times (1+i)$
Time value of money - Calculations Formulas and Derivations Quiz Question 6: How is the perpetuity present‑value formula $PV = \frac{A}{i}$ derived from the ordinary annuity formula?
- Let the number of periods $n$ approach infinity, causing $(1+i)^{-n}$ to become zero. (correct)
- Set the growth rate $g$ equal to the interest rate $i$ in the growing‑annuity formula.
- Replace the periodic payment $A$ with $A(1+i)$ in the annuity formula.
- Differentiate the annuity formula with respect to $i$ and set $n=1$.
Time value of money - Calculations Formulas and Derivations Quiz Question 7: If the discount rate varies over time as $r(t)$, what is the present value of a future payment $FV$ due at time $T$?
- $\displaystyle PV = FV\,\exp\!\Bigl(-\int_{0}^{T} r(t)\,dt\Bigr)$ (correct)
- $\displaystyle PV = FV\,\bigl(1 - \int_{0}^{T} r(t)\,dt\bigr)$
- $\displaystyle PV = \dfrac{FV}{1+\int_{0}^{T} r(t)\,dt}$
- $\displaystyle PV = FV\,\bigl(1+\int_{0}^{T} r(t)\,dt\bigr)$
Time value of money - Calculations Formulas and Derivations Quiz Question 8: Which of the following statements correctly describes an ordinary annuity?
- Payments are made at the end of each period. (correct)
- Payments are made at the beginning of each period.
- Payments increase by a constant growth rate each period.
- A single lump‑sum payment is made at the end of the term.
Time value of money - Calculations Formulas and Derivations Quiz Question 9: In a growing annuity, which two rates appear in the present‑value formula?
- The interest rate and the growth rate. (correct)
- The discount rate and the inflation rate.
- The nominal rate and the effective rate.
- The compounding frequency and the payment frequency.
Time value of money - Calculations Formulas and Derivations Quiz Question 10: If a future amount of $1{,}000$ is to be received in 3 years and the periodic interest rate is 5%, what is its present value?
- $863.84 (correct)
- $950.00
- $1{,}050.00
- $1{,}157.63
Time value of money - Calculations Formulas and Derivations Quiz Question 11: Which formula gives the future value of an ordinary annuity with payment A, interest rate i per period, for n periods?
- FV = A × [(1 + i)^{n} − 1] ⁄ i (correct)
- FV = A × [1 − (1 + i)^{−n}] ⁄ i
- FV = A × (1 + i)^{n}
- FV = A ⁄ i × [1 − (1 + i)^{−n}]
Time value of money - Calculations Formulas and Derivations Quiz Question 12: The derivation of the future value of an ordinary annuity relies on summing which type of series?
- A geometric series (correct)
- An arithmetic series
- A harmonic series
- A Fibonacci series
Time value of money - Calculations Formulas and Derivations Quiz Question 13: How does the present‑value formula for a growing perpetuity arise from the growing‑annuity formula?
- By taking the limit as n → ∞, which leaves PV = A⁄(i − g) (correct)
- By setting the growth rate equal to the interest rate.
- By differentiating the growing‑annuity formula with respect to n.
- By substituting g = 0 into the growing‑annuity formula.
Time value of money - Calculations Formulas and Derivations Quiz Question 14: When calculating the future value of an ordinary annuity, payments are assumed to be made at which point in each period?
- At the end of each period (correct)
- At the beginning of each period
- Continuously throughout the period
- At irregular intervals
Time value of money - Calculations Formulas and Derivations Quiz Question 15: For the present‑value formula of a growing perpetuity, $PV = \dfrac{A}{i-g}$, which condition must be satisfied?
- The discount rate $i$ must be greater than the growth rate $g$ (correct)
- The discount rate $i$ must equal the growth rate $g$
- The discount rate $i$ must be less than the growth rate $g$
- The growth rate $g$ must be zero
Time value of money - Calculations Formulas and Derivations Quiz Question 16: As the number of periods $n$ becomes very large, the present value of an ordinary annuity approaches which expression?
- \(\displaystyle \frac{A}{i}\) (correct)
- \(A\,i\)
- \(\displaystyle \frac{A}{i^{2}}\)
- \(A\,(1+i)\)
Time value of money - Calculations Formulas and Derivations Quiz Question 17: Which of the following cash‑flow situations is best modeled by an annuity due rather than an ordinary annuity?
- Rent paid at the beginning of each month (correct)
- Salary received at the end of each month
- Monthly utility bill paid after usage
- Quarterly dividend received at period end
Time value of money - Calculations Formulas and Derivations Quiz Question 18: The perpetuity present‑value formula $PV = \dfrac{A}{i}$ is valid under which of the following conditions?
- The discount rate $i$ is positive (correct)
- The discount rate $i$ is zero
- The discount rate $i$ is negative
- Payments $A$ grow over time
Time value of money - Calculations Formulas and Derivations Quiz Question 19: Continuous compounding is often used because it approximates which of the following discrete compounding frequencies?
- Daily compounding (correct)
- Monthly compounding
- Annual compounding
- No compounding
Time value of money - Calculations Formulas and Derivations Quiz Question 20: The derivation of the present value of a growing annuity sums the discounted payments using which type of series?
- Geometric series (correct)
- Arithmetic series
- Harmonic series
- Exponential series
Time value of money - Calculations Formulas and Derivations Quiz Question 21: How is the future value of an annuity due related to the future value of an ordinary annuity?
- FV<sub>due</sub> = FV<sub>ordinary</sub> × (1 + i) (correct)
- FV<sub>due</sub> = FV<sub>ordinary</sub> ÷ (1 + i)
- FV<sub>due</sub> = FV<sub>ordinary</sub> + i
- FV<sub>due</sub> = FV<sub>ordinary</sub> − i
How does the present value of a future amount change when the discount rate increases, assuming all other factors remain constant?
1 of 21
Key Concepts
Time Value of Money
Present Value
Future Value
Discount Rate
Continuous Compounding
Annuities and Perpetuities
Annuity
Growing Annuity
Perpetuity
Growing Perpetuity
Mathematical Foundations
Geometric Series
Definitions
Present Value
The current worth of a future cash flow obtained by discounting it at a specified interest rate.
Future Value
The amount to which a present sum of money will grow over time when invested at a given interest rate.
Annuity
A series of equal payments made at regular intervals, which can be valued using present or future value formulas.
Growing Annuity
An annuity whose payments increase at a constant growth rate each period, requiring adjusted valuation formulas.
Perpetuity
An infinite series of equal periodic payments, whose present value equals the payment divided by the discount rate.
Growing Perpetuity
An infinite series of payments that grow at a constant rate, valued by dividing the initial payment by the difference between the discount rate and the growth rate (Gordon growth model).
Continuous Compounding
The mathematical limit of compounding interest infinitely often, expressed using exponential functions.
Discount Rate
The interest rate used to convert future cash flows into present values, reflecting time value of money and risk.
Geometric Series
A sequence of terms where each term is a constant multiple of the previous, fundamental to deriving annuity and perpetuity formulas.