โ† back to economics

Interest and Time Value

Sources: Wikipedia (CC BY-SA 4.0) ยท Adam Smith, Wealth of Nations (1776, public domain)

A dollar today is worth more than a dollar tomorrow. Compound interest turns this intuition into arithmetic: future value grows exponentially, present value shrinks by discounting. Every investment decision reduces to comparing present values.

Compound interest

If you invest principal P at annual rate r, compounded once per year, after t years you have FV = P(1 + r)t. Compounding more frequently (n times per year) gives FV = P(1 + r/n)nt. As n approaches infinity, you get continuous compounding: FV = Pert.

Years Value simple compound 0 15 30 P
Scheme

Present value and discounting

Present value reverses the direction: PV = FV / (1 + r)t. The discount rate r encodes your opportunity cost. A dollar arriving in 10 years at 7% discount is worth only $0.51 today. This is the foundation of all valuation.

Scheme

Net present value

NPV sums the present values of all future cash flows, minus the initial investment. If NPV is greater than zero, the project creates value. NPV is additive: two independent projects can be evaluated separately.

Scheme

Annuities

An annuity is a fixed payment C repeated for n periods. The present value of an annuity has a closed form: PV = C * (1 - (1+r)-n) / r. Mortgages, bonds, and pensions are all annuities in disguise. The connection to integrals: a continuous annuity is the integral of Ce-rt from 0 to T.

Scheme
Neighbors

Cross-references

  • Calculus Ch.7 โ€” integrals: continuous discounting as integration

Foundations (Wikipedia)