Compound Interest (2024)

You may wish to read Introduction to Interest first

With Compound Interest, we work out the interest for the first period, add it to the total, and then calculate the interest for the next period, and so on ..., like this:

Compound Interest (1)

It grows faster and faster like this:

Compound Interest (2)

Here are the calculations for 5 Years at 10%:

Year

Loan at Start

Interest

Loan at End

0 (Now)

$1,000.00

($1,000.00 × 10% = ) $100.00

$1,100.00

1

$1,100.00

($1,100.00 × 10% = ) $110.00

$1,210.00

2

$1,210.00

($1,210.00 × 10% = ) $121.00

$1,331.00

3

$1,331.00

($1,331.00 × 10% = ) $133.10

$1,464.10

4

$1,464.10

($1,464.10 × 10% = ) $146.41

$1,610.51

5

$1,610.51

Those calculations are done one step at a time:

  1. Calculate the Interest (= "Loan at Start" × Interest Rate)
  2. Add the Interest to the "Loan at Start" to get the "Loan at End" of the year
  3. The "Loan at End" of the year is the "Loan at Start" of the next year

A simple job, with lots of calculations.

But there are quicker ways, using some clever mathematics.

Make A Formula

Let us make a formula for the above ... just looking at the first year to begin with:

$1,000.00 + ($1,000.00 × 10%) = $1,100.00

We can rearrange it like this:

Compound Interest (3)


So, adding 10% interest is the same as multiplying by 1.10

Compound Interest (4)

so this:$1,000 + ($1,000 x 10%) = $1,000 + $100 = $1,100
is the same as:$1,000 × 1.10 = $1,100

Note: the Interest Rate was turned into a decimal by dividing by 100:

10% = 10/100 = 0.10

Read Percentages to learn more, but in practice just move the decimal point 2 places, like this:

10% → 1.0 → 0.10

Or this:

6% → 0.6 → 0.06

The result is that we can do a year in one step:

Multiply "Loan at Start" by (1 + Interest Rate) to get "Loan at End"

Now, here is the magic ...

... the same formula works for any year!

  • We could do the next year like this: $1,100 × 1.10 = $1,210
  • And then continue to the following year: $1,210 × 1.10 = $1,331
  • etc...

So it works like this:

Compound Interest (5)

In fact we could go from the start straight to Year 5, if we multiply 5 times:

$1,000 × 1.10 × 1.10 × 1.10 × 1.10 × 1.10 = $1,610.51

And a series of multiplies can be done using Exponents (or Powers) like this:

$1,000 × 1.105 = $1,610.51

This does all the calculations in the top table in one go. Wow.

The Formula

We have been using a real example, but let's be more general by using letters instead of numbers, like this:

Compound Interest (6)

(This is the same as above, but with PV = $1,000, r = 0.10, n = 5, and FV = $1,610.51)

Here it is written with "FV" first:

FV = PV × (1+r)n

where FV = Future Value
PV = Present Value
r = annual interest rate
n = number of periods

Compound Interest (7)

This is the basic formula for Compound Interest.
Remember it, as it is very useful.

Examples

How about some examples ...
...what if the loan went for 15 Years? Change the "n" value like this:

$1,000 × 1.1015 = $4,177.25

... and what if the loan was for 5 years, but the interest rate was only 6%? Here:

$1,000 × 1.065 = $1,338.23

Did you see how we just put the6% into its place like this:Compound Interest (8)

... and what if the loan was for 20 years at 8%? Your turn to work it out!

$1,000 × ...= ... ?

Going "Backwards" to Work Out the Present Value

Let's say your goal is to have $2,000 in 5 Years. You can get 10%, so how much should you start with?

In other words, you know a Future Value, and want to know a Present Value.

We know that multiplying a Present Value (PV) by (1+r)n gives us the Future Value (FV), so we can go backwards by dividing, like this:

Compound Interest (9)

So the Formula is:

PV = FV(1+r)n

Now we can calculate the answer:

PV = $2,000(1+0.10)5

= $2,0001.61051

= $1,241.84

In other words, $1,241.84 will grow to $2,000 if you invest it at 10% for 5 years.

Another Example: How much do you need to invest now, to get $10,000 in 10 years at 8% interest rate?

PV = $10,000(1+0.08)10

= $10,0002.1589

= $4,631.93

So, $4,631.93 invested at 8% for 10 Years grows to $10,000

Compounding Periods

Compound Interest is not always calculated per year, it could be per month, per day, etc. But if it isn't per year it should say so!

Example: you take out a $1,000 loan for 12 months and it says "1% per month", how much do you pay back?

Just use the Future Value formula with "n" being the number of months:

FV = PV × (1+r)n

= $1,000 × (1.01)12

= $1,000 × 1.12683

= $1,126.83 to pay back

And it is also possible to have yearly interest but with several compoundings within the year, which is called Periodic Compounding.

Example, 6% interest with "monthly compounding" does not mean 6% per month, it means 0.5% per month (6% divided by 12 months), and is worked out like this:

FV = PV × (1+r/n)n

= $1,000 × (1 + 6%/12)12

= $1,000 × (1 + 0.5%)12

= $1,000 × (1.005)12

= $1,000 × 1.06168...

= $1,061.68 to pay back

This is equal to a 6.168% ($1,000 grew to $1,061.68) for the whole year.

So be careful to understand what is meant!

APR

Compound Interest (10)
This ad looks like 6.25%,
but is really 6.335%

Because it is easy for loan ads to be confusing (sometimes on purpose!), the "APR" is often used.

APR means "Annual Percentage Rate": it shows how much you will actually be paying for the year (including compounding, fees, etc).

Here are some examples:

Example 1: "1% per month" actually works out to be 12.683% APR (if no fees).

Example 2: "6% interest with monthly compounding" works out to be 6.168% APR (if no fees).

If you are shopping around, ask for the APR.

Break Time!

So far we have looked at using (1+r)n to go from a Present Value (PV) to a Future Value (FV) and back again, plus some of the tricky things that can happen to a loan.

Now is a good time to have a break before we look at two more topics:

  • How to work out the Interest Rate if we know PV, FV and the Number of Periods.
  • How to work out the Number of Periods if we know PV, FV and the Interest Rate

Working Out The Interest Rate

We can calculate the Interest Rate if we know a Present Value, a Future Value and how many Periods.

Example: you have $1,000, and want it to grow to $2,000 in 5 Years, what interest rate do you need?

The formula is:

r = ( FV / PV )1/n − 1

Compound Interest (11)

Note: the little "1/n" is a Fractional Exponent, first calculate 1/n, then use that as the exponent on your calculator.

For example 20.2 is entered as 2, "x^y", 0, ., 2, =

Now we can "plug in" the values to get the result:

r = ( $2,000 / $1,000 )1/5 − 1

= (2)0.2 − 1

= 1.1487 − 1

= 0.1487

And 0.1487 as a percentage is 14.87%,

So you need 14.87% interest rate to turn $1,000 into $2,000 in 5 years.

Another Example: What interest rate do you need to turn $1,000 into $5,000 in 20 Years?

r = ( $5,000 / $1,000 )1/20 − 1

= (5)0.05 − 1

= 1.0838 − 1

= 0.0838

And 0.0838 as a percentage is 8.38%.

So 8.38% will turn $1,000 into $5,000 in 20 Years.

Working Out How Many Periods

We can calculate how many Periods if we know a Future Value, a Present Value and the Interest Rate.

Example: you want to know how many periods it will take to turn $1,000 into $2,000 at 10% interest.

This is the formula (note: it uses the natural logarithm function ln):

n = ln(FV / PV) / ln(1 + r)

Compound Interest (12)

The "ln" function should be on a good calculator.

You could also use log, just don't mix the two.

Anyway, let's "plug in" the values:

n = ln( $2,000/$1,000 ) / ln( 1 + 0.10 )

= ln(2)/ln(1.10)

= 0.69315/0.09531

= 7.27

Magic! It will need 7.27 years to turn $1,000 into $2,000 at 10% interest.

Example: How many years to turn $1,000 into $10,000 at 5% interest?

n = ln( $10,000/$1,000 ) / ln( 1 + 0.05 )

= ln(10)/ln(1.05)

= 2.3026/0.04879

= 47.19

47 Years! But we are talking about a 10-fold increase, at only 5% interest.

Compound Interest (13)

Calculator

I also made a Compound Interest Calculator that uses these formulas.

Summary

The basic formula for Compound Interest is:

FV = PV (1+r)n

Finds the Future Value, where:

  • FV = Future Value,
  • PV = Present Value,
  • r = Interest Rate (as a decimal value), and
  • n = Number of Periods

And by rearranging that formula (see Compound Interest Formula Derivation) we can find any value when we know the other three:

Find the Present Value when we know a Future Value, the Interest Rate and number of Periods:

PV = FV(1+r)n

Find the Interest Rate when we know the Present Value, Future Value and number of Periods:

r = (FV/PV)(1/n) − 1

Find the number of Periods when we know the Present Value, Future Value and Interest Rate (note: ln is the logarithm function):

n = ln(FV / PV)ln(1 + r)

Annuities

We have covered what happens to a value as time goes by ... but what if we have a series of values, like regular loan payments or yearly investments? That is covered in the topic of Annuities.

2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303

Compound Interest (2024)
Top Articles
Asset Sale Vs Share Sale: Which is Best? | Thursfields Law Firm
How Cyber Adversaries Attack Each of the OSI Layers 1-7
WALB Locker Room Report Week 5 2024
neither of the twins was arrested,传说中的800句记7000词
Srtc Tifton Ga
Knoxville Tennessee White Pages
Kem Minnick Playboy
Wordscapes Level 6030
Pangphip Application
Affidea ExpressCare - Affidea Ireland
Imbigswoo
Revitalising marine ecosystems: D-Shape’s innovative 3D-printed reef restoration solution - StartmeupHK
Signs Of a Troubled TIPM
10 Free Employee Handbook Templates in Word & ClickUp
Bowlero (BOWL) Earnings Date and Reports 2024
Craigslist Edmond Oklahoma
Harem In Another World F95
Trivago Sf
Cvs El Salido
Timeforce Choctaw
Why do rebates take so long to process?
Canvasdiscount Black Friday Deals
Mega Personal St Louis
Marion City Wide Garage Sale 2023
Wat is een hickmann?
Weathervane Broken Monorail
Kuttymovies. Com
Worthington Industries Red Jacket
Plasma Donation Racine Wi
Perry Inhofe Mansion
County Cricket Championship, day one - scores, radio commentary & live text
Microsoftlicentiespecialist.nl - Microcenter - ICT voor het MKB
Tgh Imaging Powered By Tower Wesley Chapel Photos
Bismarck Mandan Mugshots
How to Draw a Sailboat: 7 Steps (with Pictures) - wikiHow
Nba Props Covers
Bartow Qpublic
Flipper Zero Delivery Time
Thor Majestic 23A Floor Plan
Promo Code Blackout Bingo 2023
Here's Everything You Need to Know About Baby Ariel
Tropical Smoothie Address
Lesly Center Tiraj Rapid
Stoughton Commuter Rail Schedule
Identogo Manahawkin
Great Clips Virginia Center Commons
Craigslist Indpls Free
March 2023 Wincalendar
Ret Paladin Phase 2 Bis Wotlk
Bones And All Showtimes Near Emagine Canton
Duffield Regional Jail Mugshots 2023
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 6108

Rating: 4.9 / 5 (49 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.