Simple and Compound Interest: Learn It 3

Compound Interest

We want to simplify the process for calculating compounding because creating a table like the one on the previous page is time-consuming. Luckily, math is good at giving you ways to take shortcuts. To find an equation to represent this, if [latex]P_m[/latex] represents the amount of money after [latex]m[/latex] months, then we could write the recursive equation:

[latex]P_0 = $1000[/latex]

[latex]P_m= (1+0.0025)P_{m-1}[/latex]

You may recognize this as the recursive form of exponential growth.

recursive growth

Recall the underlying process of recursive growth. From a starting amount, [latex]P_0[/latex], each subsequent amount, [latex]P_m[/latex], grows in proportion to itself, [latex]P_{m-1}[/latex], at some rate [latex]r[/latex].

[latex]P_m=P_{m-1}+r\cdot P_{m-1}[/latex]

Factoring out the [latex]P_{m-1}[/latex] from each term on the right-hand side

[latex]P_m=(1+r)\cdot P_{m-1}[/latex].

In the example below, we’ll build an explicit equation for the growth.

Multiplying terms containing exponents

In the example below, you’ll need to use the rules for multiplying like bases containing exponents

[latex]a^{m}a^{n}=a^{m+n}[/latex]

That is, when multiplying like bases, we add the exponents.

Build an explicit equation for the growth of [latex]$1000[/latex] deposited in a bank account offering [latex]3\%[/latex] interest, compounded monthly.

While this formula works fine, it is more common to use a formula that involves the number of years, rather than the number of compounding periods. If [latex]t[/latex] is the number of years, then [latex]m = nt[/latex]. Making this change gives us the standard formula for compound interest.

How did we get [latex]m = nt[/latex]?

Recall that [latex]m[/latex] represents the number of compounding periods that an investment remains in the account, and [latex]n[/latex] represents the number of times per year that your interest is compounded. If your deposit earns interest compounded monthly, then [latex]n = 12[/latex]. If you leave the deposit in for [latex]1[/latex] year, then [latex]m = 12[/latex]. But if you leave the deposit in for [latex]2[/latex] years, then [latex]m = 2*12 = 24[/latex]. Looking at that another way, [latex]m = t(\text{years}) * n[/latex].

An investment of [latex]$1000[/latex] earning interest of [latex]4\%[/latex] compounded quarterly ([latex]4[/latex] times per year) is left in the account for [latex]3[/latex] years.

We have [latex]4[/latex] compounding periods per year, so [latex]n = 4[/latex].

If we leave our money in for [latex]1[/latex] year, the number of compounding periods is [latex]1*4: m=4[/latex].

If we leave our money in for [latex]3[/latex] years, [latex]m = 3*4[/latex], or [latex]12[/latex].

Knowing that investments are usually left to grow over years than over a number of compounding periods, we’ll adjust the formula slightly and just write [latex]nt[/latex]. This will make it easier to load the formula into a spreadsheet.

compound interest

[latex]P_{t}=P_{0}\left(1+\frac{r}{n}\right)^{nt}[/latex]

 

  • [latex]P_t[/latex] is the balance in the account after [latex]t[/latex] years.
  • [latex]P_0[/latex] is the starting balance of the account (also called initial deposit, or principal)
  • [latex]r[/latex] is the annual interest rate in decimal form
  • [latex]n[/latex] is the number of compounding periods in one year
    • If the compounding is done annually (once a year), [latex]n=1[/latex].
    • If the compounding is done quarterly, [latex]n=4[/latex].
    • If the compounding is done monthly, [latex]n=12[/latex].
    • If the compounding is done daily, [latex]n=365[/latex].
The most important thing to remember about using this formula is that it assumes that we put money in the account once and let it sit there earning interest. 

In the next example, we show how to use the compound interest formula to find the balance on a certificate of deposit after [latex]20[/latex] years.

Don’t forget to convert percent to a decimal

Usually, in order to perform calculations on a number expressed in percent form, you’ll need to convert it to decimal form. The rate [latex]r[/latex] in interest formulas must be converted from percent to decimal form before you use the formula.

A certificate of deposit (CD) is a savings instrument that many banks offer. It usually gives a higher interest rate, but you cannot access your investment for a specified length of time. Suppose you deposit [latex]$3000[/latex] in a CD paying [latex]6\%[/latex] interest, compounded monthly. How much will you have in the account after [latex]20[/latex] years?

Solving For Time

Note: This section assumes you’ve covered solving exponential equations using logarithms, either in prior classes or in the growth models module.

Often we are interested in how long it will take to accumulate money or how long we’d need to extend a loan to bring payments down to a reasonable level.

If you invest [latex]$2000[/latex] at [latex]6\%[/latex] compounded monthly, how long will it take the account to double in value?