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

As an expert in financial mathematics and compound interest, I'll delve into the concepts discussed in the provided article, demonstrating a depth of knowledge in the field.

Compound interest is a powerful concept in finance, illustrating the growth of an investment or loan over time with interest being applied not only to the initial amount but also to the accumulated interest from previous periods. Let's break down the key concepts discussed in the article:

1. Basic Compound Interest Formula:

The article presents the fundamental formula for compound interest: [ FV = PV \times (1+r)^n ]

Where:

  • ( FV ) is the future value.
  • ( PV ) is the present value (initial investment or loan amount).
  • ( r ) is the annual interest rate (expressed as a decimal).
  • ( n ) is the number of periods.

2. Compound Interest Calculation:

The article provides a step-by-step calculation method for compound interest over multiple periods. It emphasizes that each period involves calculating the interest and adding it to the initial amount for the next period.

3. Compound Interest Shortcut - The Magic Formula:

The article introduces a more efficient way to calculate compound interest using a magic formula: [ FV = PV \times (1+r)^n ]

This formula allows for quick calculation of the future value without going through each individual period.

4. Going "Backwards" - Present Value Calculation:

The article explains how to calculate the present value when the future value is known, using the formula: [ PV = \frac{FV}{(1+r)^n} ]

This is useful when determining how much to invest initially to achieve a desired future value.

5. Compounding Periods:

Compound interest is not always calculated annually. The article covers scenarios where interest is compounded monthly, introducing the concept of periodic compounding.

6. Annual Percentage Rate (APR):

To address the potential confusion caused by loan advertisem*nts, the article introduces APR, emphasizing its importance in understanding the true cost of a loan.

7. Interest Rate Calculation:

The article demonstrates how to calculate the interest rate needed to achieve a specific future value, given the present value and the number of periods.

8. Number of Periods Calculation:

The article explains how to calculate the number of periods required to reach a certain future value at a given interest rate.

9. Annuities:

The article hints at the concept of annuities, which involves a series of cash flows or payments over time, extending beyond simple compound interest scenarios.

In summary, the article provides a comprehensive overview of compound interest, from the basic formula to advanced calculations involving interest rates, periods, and the intricacies of annuities. Understanding these concepts is crucial for making informed financial decisions and evaluating the true cost and potential growth of investments or loans.

Compound Interest (2024)

FAQs

Compound Interest? ›

Compound interest allows your savings to grow faster over time. In an account that pays compound interest, such as a standard savings account, the return gets added to the original principal at the end of every compounding period, typically daily or monthly.

How much is $1000 worth at the end of 2 years if the interest rate of 6% is compounded daily? ›

Hence, if a two-year savings account containing $1,000 pays a 6% interest rate compounded daily, it will grow to $1,127.49 at the end of two years.

What is the meaning of compound interest? ›

Compound interest is the interest calculated on the principal and the interest accumulated over the previous period. It is different from simple interest, where interest is not added to the principal while calculating the interest during the next period. In Mathematics, compound interest is usually denoted by C.I.

How do you get compound interest? ›

Compound interest is interest that you earn on past interest/investment earnings. For example, you put $10,000 in a savings account, paying 5% yearly. After one year, you earn $500 and have $10,500 in savings. Your second year of earnings will be $525.

Is compound interest good or bad? ›

Compound interest makes your money grow faster because interest is calculated on the accumulated interest over time as well as on your original principal. Compounding can create a snowball effect, as the original investments plus the income earned from those investments grow together.

What will $1 000 be worth in 20 years? ›

As you will see, the future value of $1,000 over 20 years can range from $1,485.95 to $190,049.64.
Discount RatePresent ValueFuture Value
6%$1,000$3,207.14
7%$1,000$3,869.68
8%$1,000$4,660.96
9%$1,000$5,604.41
25 more rows

What is $5000 invested for 10 years at 10 percent compounded annually? ›

Answer and Explanation:

The future value of the investment is $12,968.71. It is the accumulated value of investing $5,000 for 10 years at a rate of 10% compound interest.

Do banks offer compound interest? ›

A savings account is a compound interest account that keeps your money accessible. Depending on your bank, interest may compound daily, monthly, quarterly or annually. Interest rates can vary widely, from 0.01% to above 5.00% APY in a high-yield savings account.

What are the 3 types of compound interest? ›

Compound interest refers to interest calculated on both the initial principal and the accumulated interest. Types include annually compounded (interest added once a year), semi-annually compounded (interest added twice a year), and continuously compounded (interest added infinitely, continuously compounding over time).

Why is compound interest so good? ›

Compound interest causes your wealth to grow faster. It makes a sum of money grow at a faster rate than simple interest because you will earn returns on the money you invest, as well as on returns at the end of every compounding period. This means that you don't have to put away as much money to reach your goals!

How do I start compounding money? ›

Invest in options that compound more frequently

For example, if you invest Rs 1000 in an investment that compounds interest annually, you will earn Rs 50 in interest after one year. If the same investment compounded interest quarterly, you would earn Rs 12.50 in interest each quarter, or Rs 50 after one year.

Which bank gives compound interest? ›

With a customer-centric approach, ICICI Bank ensures a seamless and hassle-free experience, allowing you to enjoy the benefits of compound interest.

What's the biggest risk of investing? ›

Business risk may be the best known and most feared investment risk. It's the risk that something will happen with the company, causing the investment to lose value.

Can you lose on compound interest? ›

That's because when a dollar is lost, it is not just a dollar but a compounded dollar that is lost, so the investor must regain more just to break even. o Compounding interest works for the investor when the portfolio is making gains, but works against the investor when losses occur.

What pays the highest compound interest? ›

Dividend stocks

Similar to bonds, reinvesting the dividends from stocks can provide the benefits of compound interest. Additionally, dividend stocks average higher returns than savings accounts, CDs, money market accounts, real estate and bonds.

How do I avoid paying compound interest? ›

When interest compounds less frequently, you may be able to avoid compounding interest by paying all the accrued interest before the start of a new compounding period. For example, if the interest compounds monthly, try to pay at least all the accrued interest each month.

Top Articles
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 5824

Rating: 4.7 / 5 (57 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.