1. Number and Algebra

Compound Interest

Compound Interest 💡

Introduction: Why money grows faster with time

Hello students, imagine you put money into a savings account and leave it there for several years. At first, the bank pays interest on your original money. Then, in later years, the bank pays interest on both your original money and the interest already earned. This is called compound interest 📈.

In this lesson, you will learn the main ideas and vocabulary of compound interest, how to calculate it, and why it matters in real life. By the end, you should be able to:

  • explain what compound interest means and use the correct terms,
  • apply formulas for compound growth and compounding periods,
  • connect compound interest to sequences, functions, and financial modelling,
  • interpret results using IB Mathematics: Applications and Interpretation SL reasoning,
  • use technology to model and compare different growth situations.

Compound interest appears in savings, investments, loans, inflation, and even population growth. It is one of the clearest examples of how a small change repeated many times can create a large effect over time.

What compound interest means

Simple interest is calculated only on the original amount. Compound interest is calculated on the original amount plus any interest already added. This is why compound growth increases more quickly than simple growth.

The key terms are:

  • Principal: the starting amount of money, written as $P$.
  • Interest rate: the percentage added each compounding period, written as $r$.
  • Compounding period: how often interest is added, such as yearly, monthly, or daily.
  • Future value: the amount after interest has been added, often written as $A$.
  • Compound growth factor: the multiplier used each period, written as $1+r$ when the rate is per period.

If a bank gives $5\%$ interest per year, that means each year the balance is multiplied by $1.05$. This repeated multiplication is what makes compound interest a sequence.

For example, if $P=1000$ and the interest rate is $5\%$ per year, then after one year the amount is $1000(1.05)=1050$. After two years, the amount becomes $1050(1.05)=1102.50$. Notice that the second year earns interest on $1050$, not just on $1000$.

This idea is important because it shows how mathematics can describe real financial change using repeated multiplication rather than repeated addition.

The compound interest formula

When interest is compounded $n$ times per year at an annual rate of $r$, the formula is:

$$A=P\left(1+\frac{r}{n}\right)^{nt}$$

where:

  • $A$ is the final amount,
  • $P$ is the principal,
  • $r$ is the annual interest rate written as a decimal,
  • $n$ is the number of compounding periods per year,
  • $t$ is the time in years.

This formula works because the interest rate is split into smaller parts over the year. For example, if interest is compounded monthly, then $n=12$, so the monthly rate is $\frac{r}{12}$.

Example 1: yearly compounding

Suppose students invests $2000$ at an annual interest rate of $4\%$ compounded yearly for $3$ years.

Here, $P=2000$, $r=0.04$, $n=1$, and $t=3$.

$$A=2000(1.04)^3$$

$$A=2249.728$$

So the future value is about $2249.73$.

The interest earned is:

$$2249.728-2000=249.728$$

So the total interest is about $249.73$.

Example 2: monthly compounding

Now suppose the same $2000$ is invested at $4\%$ per year, but compounded monthly for $3$ years.

Here, $P=2000$, $r=0.04$, $n=12$, and $t=3$.

$$A=2000\left(1+\frac{0.04}{12}\right)^{36}$$

$$A\approx 2249.97$$

This is slightly more than yearly compounding because interest is added more often.

That difference may seem small for a short time, but over many years it can become large.

Compound interest as a sequence and function

Compound interest is closely linked to sequences in Number and Algebra. Each term in the sequence represents the amount after another compounding period.

If the amount grows by a fixed factor each period, then the values form a geometric sequence. The general term can be written as:

$$u_n=Pr^n$$

for a geometric sequence, but in compound interest the multiplier is usually written as a growth factor. A better financial model is:

$$A_t=P(1+i)^t$$

where $i$ is the interest rate per period and $t$ is the number of periods.

This is an example of an exponential function. The graph rises slowly at first and then increases more quickly as time passes 📊.

If you plot time on the horizontal axis and amount on the vertical axis, the curve starts near the principal and bends upward. This shape helps explain why long-term saving can be powerful.

Compound interest also connects to algebraic representation and manipulation. You may need to rearrange the formula to solve for different variables.

For example, if you know the final amount and want the time, you can use logarithms:

$$t=\frac{\ln\left(\frac{A}{P}\right)}{n\ln\left(1+\frac{r}{n}\right)}$$

This is useful when solving questions such as “How long will it take for money to double?”

Example 3: solving for time

Suppose $1500$ grows to $3000$ at $6\%$ compounded yearly.

Here, $P=1500$, $A=3000$, $r=0.06$, and $n=1$.

$$3000=1500(1.06)^t$$

Divide by $1500$:

$$2=(1.06)^t$$

Take natural logs:

$$\ln 2=t\ln(1.06)$$

So:

$$t=\frac{\ln 2}{\ln(1.06)}\approx 11.90$$

It takes about $11.9$ years for the money to double.

Technology-supported interpretation

In IB Mathematics: Applications and Interpretation SL, technology is important for modelling and interpreting compound interest. A spreadsheet, graphing calculator, or dynamic graphing tool can help you see patterns quickly.

For example, in a spreadsheet you can create columns for year and balance. Then use a formula like:

$$A_{k+1}=A_k(1+r)$$

This recursive rule shows the amount after each period. It is helpful for understanding how each step depends on the previous one.

Technology can also help compare different financial situations:

  • yearly compounding vs monthly compounding,
  • different interest rates,
  • different starting amounts,
  • saving versus borrowing.

A graph can show that even a small change in $r$ may lead to a much larger final amount after many years. This helps with interpretation, which is an important skill in AI SL.

For example, if one account pays $3\%$ and another pays $4\%$, the difference in one year may be small. But over $20$ years, the higher rate can produce a much larger balance because the growth is repeated over and over.

Technology also helps with checking answers. If your hand calculation gives an unusual result, you can use a calculator or spreadsheet to confirm whether your model and rounding are correct.

Real-world meaning and financial modelling

Compound interest is not just a classroom idea. It is used in real financial products such as savings accounts, fixed deposits, and some loans. It also appears in credit card debt, where interest can grow quickly if balances are unpaid.

This is why understanding compound interest is part of financial literacy 💳. A person who understands compounding can better compare offers, estimate future savings, and recognise how debt can increase.

Compound interest also fits into numerical modelling. A model simplifies reality by making assumptions. For instance, the formula usually assumes:

  • the interest rate stays constant,
  • money is not added or withdrawn,
  • compounding happens regularly,
  • the account follows the stated rules.

In real life, these assumptions may not always be true. Interest rates can change, deposits may be added, and fees may be charged. That is why good mathematical interpretation is important: you must know what the model includes and what it leaves out.

Conclusion

Compound interest is a powerful idea in Number and Algebra because it uses repeated multiplication, algebraic formulas, sequences, and graphs to describe growth over time. students, when you understand compound interest, you are not just learning a formula. You are learning how mathematics models real financial change and how small repeated effects can become large over time.

In IB Mathematics: Applications and Interpretation SL, compound interest helps you practise algebraic manipulation, exponential modelling, interpretation of graphs, and technology-based problem solving. These skills are useful in finance and in many other areas where growth matters.

Study Notes

  • Compound interest means interest is earned on both the original principal and past interest.
  • The main formula is $A=P\left(1+\frac{r}{n}\right)^{nt}$.
  • $P$ is the principal, $A$ is the final amount, $r$ is the annual rate as a decimal, $n$ is the number of compounding periods per year, and $t$ is time in years.
  • More frequent compounding usually gives a slightly larger final amount.
  • Compound interest creates a geometric sequence and an exponential graph.
  • To solve for time, logarithms may be needed, such as $t=\frac{\ln\left(\frac{A}{P}\right)}{n\ln\left(1+\frac{r}{n}\right)}$.
  • Technology like spreadsheets and graphing calculators helps check calculations and compare models.
  • Compound interest is important in savings, loans, debt, and long-term financial planning.

Practice Quiz

5 questions to test your understanding