CHAPTER 9: Compound Interest Formula (part 2)
- Definition: A=P(1+nr)nt
- A = future value of the investment/loan
- P = principal
- r = annual interest rate (decimal)
- n = number of times interest is compounded per year
- t = time in years
- Interest earned (if you want only interest): I=A−P=P((1+nr)nt−1)
- Quick example (monthly compounding):
- P=10,000
- r = 0.06\
- n=12
- t=20
- A=10,000(1+120.06)12⋅20=33,102.04
- Interest earned: I=A−P=23,102.04
- Quick takeaway: compound interest grows faster than simple interest over time.
Variations by compounding period
- General form (same as core): A=P(1+nr)nt
- Common special cases:
- Annual: A=P(1+r)t
- Quarterly: A=P(1+4r)4t
- Monthly: A=P(1+12r)12t
- Daily: A=P(1+365r)365t
- Inverse formulas:
- Solve for P: P=(1+nr)ntA
- Solve for r: r=n[(PA)nt1−1]×100%
- Solve for t: t=nln(1+nr)ln(PA)
- Note on Effective Annual Rate (EAR):
- EAR=(1+nr)n−1
- Nominal rate r, split across periods; EAR may differ across compounding frequencies.
- Steps:
- Identify P,r,n,t from the scenario.
- Compute A=P(1+nr)nt.
- If you want only interest, use I=A−P.
- Quick consistency check example (monthly):
- For monthly compounding with hypothetical values, the same steps apply as in the core formula.
Monthly contributions (compound interest with deposits)
- When you make regular deposits (PMT) each period, the future value combines principal growth and the annuity part:
- End of period deposits:
A=P(1+nr)nt+PMT⋅nr(1+nr)nt−1 - Beginning of period deposits (annuity due):
A=P(1+nr)nt+PMT⋅nr(1+nr)nt−1×(1+nr)
- Example (end-of-period deposits):
- If P=5,000, PMT=100, r=0.03, n=12, t=10,
- Principal growth: P(1+nr)nt=5,000(1+120.03)120≈6,746.77
- Series growth: PMT⋅nr(1+nr)nt−1≈13,974.14
- Total: A≈20,720.91
- Example (principal-only, and then deposits): the same structure applies; you add the annuity portion to the grown principal.
Using Excel or Google Sheets
- Basic future value (no deposits):
- A=P(1+nr)nt
- With monthly deposits (end of period):
- A=P(1+nr)nt+PMT⋅nr(1+nr)nt−1
- Related built-in function:
- FV(rate, nper, pmt, [pv], [type]) can compute the future value directly, where
- rate = annual rate / n
- nper = nt
- pmt = PMT
- pv = -P
- type = 0 (end of period) or 1 (beginning)
Quick reference: key notes
- The basic formula assumes a nominal annual rate r split evenly across the periods.
- For precise equivalence of effective annual rate across different compounding intervals, use EAR formula above.
- The simple vs compound comparison (example):
- Simple interest over 10 years on P=10,000,r=0.03: Isimple=Prt=10,000×0.03×10=3,000
- Compound interest over same terms yields higher total: A=10,000(1+120.03)120≈13,493.54, so Icompound=A−P≈3,493.54
- Period settings: same formulas apply with the appropriate n (e.g., monthly n = 12, daily n = 365).
Summary tips for quick recall
- Always identify P, r, n, t first; then apply the core formula for A.
- To include monthly deposits, add the annuity term to the principal growth term.
- Use the EAR formula to compare different compounding frequencies on an apples-to-apples basis.
- For back-solving (finding P, r, or t), use the inverse formulas provided above.