Skip to Content

Simple and Compound Interest

example_savings_account_interest_rate
Sample interest rate for a savings account at a bank

Let’s begin by looking at simple interest, and then see how banks extend this idea to everyday business. First, what does it mean to invest a principal amount of money P in a bank at a simple interest rate r?  The bank’s customers are letting the bank use their money for a period of time, and in return the bank is willing to return their original amount at the end of the period plus extra money called Interest. The amount of extra money depends on the interest rate that the bank pays and the period of time.

If Mrs. Hamlisch puts $200 into a savings account at the beginning of the year at 12% interest rate, at the end of the year her account will have $200 plus the interest that she earned. This interest is 12% of $200, or, from the simple interest formula I = Prt, I = (0.12)200 = 24.

At the end of the year she will have $200 + $24 = $224 in her bank account.


 

SIMPLE INTEREST FORMULA
If a principal amount P is invested at an interest rate r for t years, then the simple interest earned will be I = Prt.

We can use the simple interest formula to find a formula for the amount of money A that will be in a simple interest account after t years. The amount A is the original principal P plus the interest I earned over the period of time t.

A = P + I = P + Prt

To simplify the formula, factor P from the right-hand expression to obtain A = P + Prt = P(1 + rt).

  • Solution:  The yearly interest he will earn is 6% of his original principal if he put his money in the bank for one year. However, in one month, he will only earn 1/12 of this amount.

    The interest earned in one month is I = (500)(0.06)(1/12) = $2.50.

    Similarly, in 6 months, the interest he will earn is I = (500)(0.06)( 6/12) = $15.

    In one year the interest he will earn is I = (500)(0.06)(1) = $30.
    Compare the three amounts of interest to see if they are reasonable.

  • Solution: Each period is one month long, so the length of time for one period is 1/12 of a year. The interest earned for one period will be I = P × r × ( 1/12). This is the same as we found in Example 1.

    In general, if there are m periods in a year, the length of time for each period will be (1/m) of a year. The interest earned in one period will be I = P(r/m).

    The periodic interest rate, then, is r/m. We can let I be the periodic interest amount and i = r/m. So the interest earned in one period Is I = Pi. That means the amount of money in an interest-earning account at the end of a period is P + Pi. This looks just like the simple interest formula except the interest rate r is replaced by the periodic interest rate i = r/m.

    If an account earns interest compounded every six months, the periodic interest rate per each six-month period is i = 12%/2 = 6%. If the account earns interest compounded quarterly, or four times a year, the periodic interest rate is i = 12%/4 = 3%. Many accounts earn interest each month, so i = r/12.

  • Solution: Let’s make a list of the amount of money in your account at the end of each of the first 3 months. Since one month is 1/12 of a year, the interest rate for one month is i = 0.12/12 = .01. The amount in the account after one month would be 100 + (.01)(100) = 100 + 1 = 101.

    Let A(t) = amount in the account at the end of t months. So,
    A(0) = 100 = P = amount in account at beginning of first month
    A(1) = P + Pr = P(1 + i) = P(1.01) = amount in account at end of first month

    Notice that we factor the P out of the sum producing the factor (1 + i). Computing the next two months, we get

    A(2) = A(1) + A(1)i = A(1)(1 + i) = [P(1 + i)](1 + i) = P(1 + i)² = P(1.01)²
    A(3) = A(2) + A(2)i = A(2)(1 + i) = [P(1 + i)²](1 + i) = P(1 + i)³ = P(1.01)³

    Month A(t)
    0 $100.00
    1 $101.00
    2 $102.01
    3 $103.03
    4 $104.06

PROBLEM 1

Compute the total amount of money Mr. Lablanc will have in his account from Example 1.

Do this two ways:

1. Add the amount of interest earned to the initial amount. This is the total amount in the account after each time period.

2. Check your work by using the Simple Interest Formula for amount.


Most accounts set more than one interest period a year. This is called compounding. Financial institutions divide the year into a certain number of periods and add simple interest to an account after each period.

The pattern in Example 2 & 3 above works with different interest rates. The key idea is that for each period that passes, the amount at the end of the period is equal to the amount at the beginning of the same period multiplied by (1 + i), leading to the Compound Interest Formula.

COMPOUND INTEREST FORMULA

If an initial principal P is invested at an interest rate r compounded m times per year, then the amount in the account after n periods is A(n) = P(1 +i)^n, where i = r/m is the interest earned each year.

PROBLEM 2

Suppose we deposit $1000 at 12% per year compounded monthly. How much will be in the account after six months? Find a formula for the amount in the account at the end of t months. Graph the function using your graphing calculator. Using the graph, estimate how many months it will take before you have $1,100.

Solution

We use the compound interest formula A(n) = P(1 + i)^n. Here i = r/m = 0.12/12, and n = 6 as each month is one period. So A(6) = 1000(1 + 0.12/12)^6 = 1061.52. So after six months there will be $1061.52 in the account.

The formula for the amount in the account at the end of t months is A(t) = 1000(1 + 0.12/12)^t. A graph of this function is plotted below. Using the graph, we see that it will be about 10 months for the account to reach $1,100.

graph_interest

Exercises