Skip to main content
Speclore

Interest Formulas

Reference data and engineering information about interest formulas for economics applications.

interestformulas

Overview

Engineering reference data for Interest Formulas in economics.

Key Formulas

Present Value

PV=FV(1+r)nPV = \frac{FV}{(1+r)^n}

Discount a future value to present.

Net Present Value

NPV=t=0nCt(1+r)tNPV = \sum_{t=0}^{n} \frac{C_t}{(1+r)^t}

Sum of discounted cash flows.

Compound Interest

FV=PV(1+r)nFV = PV(1+r)^n

Future value with compound interest.

Variables

SymbolDescriptionUnit
PVPVPresent value$
FVFVFuture value$
rrInterest/discount rate
nnNumber of periodsyears

Formulas and Examples

The core interest formulas involve discounting and accumulating cash flows.

Future Value (Single Cash Accumulation)

The accumulated value FF of a present sum PP invested at interest rate ii for nn periods is: F=P(1+i)nF = P(1 + i)^n

  • PP: Principal or present sum (Future Value)
  • ii: Interest rate per period
  • nn: Number of interest periods

The factor (1+i)n(1 + i)^n is the single payment compound amount factor.

Example: An amount of 1000 is invested at 10% annual interest for 10 years. F=1000×(1+0.1)10=2594F = 1000 \times (1 + 0.1)^{10} = 2594

Present Value (Discounting Process)

The present value PP of a future cash flow FF is calculated via discounting: P=F(1+i)nP = \frac{F}{(1 + i)^n}

  • PP: Present value (Present Worth)
  • FF: Future cash flow
  • ii: Discount rate per period
  • nn: Number of periods

The factor 1(1+i)n\frac{1}{(1 + i)^n} is the single payment present worth factor.

Example: A sum of 1000 is paid in 10 years. The discount rate is 10% per year. P=1000(1+0.1)10=386P = \frac{1000}{(1 + 0.1)^{10}} = 386

References