Compound Interest
From the maf151 curriculum
Compound Interest
TL;DR
Compound interest is when you earn interest not only on your initial money but also on the interest that money has already earned. It's often called "interest on interest" and makes your money grow much faster over time. Understanding it is crucial for making smart financial decisions whether you're saving or borrowing.
1. The Mental Model
Think of compound interest like a snowball rolling down a hill: it starts small, but as it collects more snow (interest), it gets bigger faster and faster. Each time it rolls, the new "interest" snow adds to its size, allowing it to collect even more snow on the next roll.
2. The Core Material
Compound interest means your money grows because you're earning interest on your initial investment (the principal) PLUS on all the accumulated interest from previous periods. This is different from simple interest, where you only earn interest on the original principal.
The key factors are:
* Principal (P): Your starting amount of money.
* Annual Interest Rate (r): The percentage your money grows each year (expressed as a decimal, e.g., 5% is 0.05).
* Number of Times Compounded Per Year (n): How often the interest is calculated and added to the principal within a year (e.g., annually n=1, semi-annually n=2, quarterly n=4, monthly n=12).
* Time (t): The number of years your money is invested or borrowed.
The formula for calculating the future value (A) of an investment with compound interest is:
A = P (1 + r/n)^(nt)
Let's break down how compounding frequency impacts growth:
* Annually (n=1): Interest is added once a year.
* Semi-annually (n=2): Interest is added twice a year (every 6 months).
* Quarterly (n=4): Interest is added four times a year (every 3 months).
* Monthly (n=12): Interest is added twelve times a year (every month).
* Daily (n=365): Interest is added every day.
The more frequently interest is compounded, the faster your money grows, because you start earning interest on that interest more quickly.
graph TD
A["Initial Principal (P)"] --> B{"First Compounding Period"};
B --> C["Interest Earned (P * r/n)"];
B --> D["New Principal = P + Interest Earned"];
D --> E{"Second Compounding Period"};
E --> F["Interest Earned (New Principal * r/n)"];
E --> G["Even Newer Principal = New Principal + Interest Earned"];
G --> H{"Subsequent Compounding Periods"};
H --> I["Future Value (A)"];
C --> D;
F --> G;
Calculating Future Value
To find out how much your money will be worth in the future, you use the formula A = P (1 + r/n)^(nt).
Calculating Total Interest Earned
Once you have the future value (A), you can find the total interest earned by subtracting your initial principal (P):
Total Interest = A - P
The Power of Time (and Early Investment)
Compound interest is most powerful over long periods. A small amount invested early can grow to be much larger than a large amount invested later, even if the later investment grows at the same rate. This is due to the exponential nature of the formula.
3. Worked Example
You invest $1,000 in a savings account that offers an annual interest rate of 4%. Let's calculate how much you'll have after 5 years if the interest is compounded:
-
Annually (n=1):
P = $1,000, r = 0.04, n = 1, t = 5
A = 1000 * (1 + 0.04/1)^(15)
A = 1000 * (1.04)^5
A = 1000 * 1.21665
A = $1,216.65* -
Monthly (n=12):
P = $1,000, r = 0.04, n = 12, t = 5
A = 1000 * (1 + 0.04/12)^(125)
A = 1000 * (1 + 0.003333)^(60)
A = 1000 * (1.003333)^60
A = 1000 * 1.22099
A = $1,220.99*
As you can see, compounding monthly results in slightly more money ($1,220.99 vs $1,216.65) because the interest is added to your principal more frequently, allowing it to start earning its own interest sooner.
4. Key Takeaways
- Compound interest means you earn interest on your original money plus any accumulated interest.
- The formula for future value is A = P (1 + r/n)^(nt).
- Compounding frequency (n) significantly impacts how much interest you earn; more frequent compounding means more growth.
- Compound interest is most effective over long periods, highlighting the benefit of early investment.
-
Even small differences in interest rates or compounding frequency can lead to large differences over time.
-
Avoid confusing simple interest with compound interest; they grow very differently.
- Don't underestimate the impact of inflation, which can erode the real value of your compound returns.
- Don't just look at the annual interest rate (r); always consider the compounding frequency (n).
- Don't ignore fees, which can reduce your effective compound returns.
5. Now Try It
You're considering two investment options for $5,000 over 10 years. Option A offers 6% annual interest compounded semi-annually. Option B offers 5.8% annual interest compounded monthly. Which option yields more money, and by how much? Outline your steps and show your final calculated amounts for each option.
Frequently asked about Compound Interest
More from maf151
Get the full maf151 curriculum
Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.
Create Free Account