9.3: Compound Interest (2024)

With simple interest, we were assuming that we pocketed the interest when we received it. In a standard bank account, any interest we earn is automatically added to our balance, and we earn interest on that interest in future years. This reinvestment of interest is called compounding.

Suppose that we deposit $1000 in a bank account offering 3% interest, compounded monthly. How will our money grow?

The 3% interest is an annual percentage rate (APR) – the total interest to be paid during the year. Since interest is being paid monthly, each month, we will earn \(\frac{3 \%}{12}=0.25 \%\) per month.

In the first month,

\(P_{0}=\$ 1000\)

\(r=0.0025(0.25 \%)\)

\(I=\$ 1000(0.0025)=\$ 2.50\)

\(A=\$ 1000+\$ 2.50=\$ 1002.50\)

In the first month, we will earn $2.50 in interest, raising our account balance to $1002.50.

In the second month,

\(P_{0}=\$ 1002.50\)

\(I=\$ 1002.50(0.0025)=\$ 2.51\) (rounded)

\(A=\$ 1000+\$ 2.50=\$ 1002.50\)

Notice that in the second month we earned more interest than we did in the first month. This is because we earned interest not only on the original $1000 we deposited, but we also earned interest on the $2.50 of interest we earned the first month. This is the key advantage that compounding of interest gives us.

Calculating out a few more months:

\(\begin{array}{|l|l|l|l|}
\hline \textbf { Month } & \textbf { Starting balance } & \textbf { Interest earned } & \textbf { Ending Balance } \\
\hline 1 & 1000.00 & 2.50 & 1002.50 \\
\hline 2 & 1002.50 & 2.51 & 1005.01 \\
\hline 3 & 1005.01 & 2.51 & 1007.52 \\
\hline 4 & 1007.52 & 2.52 & 1010.04 \\
\hline 5 & 1010.04 & 2.53 & 1012.57 \\
\hline 6 & 1012.57 & 2.53 & 1015.10 \\
\hline 7 & 1015.10 & 2.54 & 1017.64 \\
\hline 8 & 1017.64 & 2.54 & 1020.18 \\
\hline 9 & 1020.18 & 2.55 & 1022.73 \\
\hline 10 & 1022.73 & 2.56 & 1025.29 \\
\hline 11 & 1025.29 & 2.56 & 1027.85 \\
\hline 12 & 1027.85 & 2.57 & 1030.42 \\
\hline
\end{array}\)

To find an equation to represent this, if \(P_{m}\) represents the amount of money after \(m\) months, then we could write the recursive equation:

\(P_{0}=\$ 1000\)

\(P_{m}=(1+0.0025) P_{m-1}\)

You probably recognize this as the recursive form of exponential growth. If not, we could go through the steps to build an explicit equation for the growth:

\(P_{0}=\$ 1000\)

\(P_{1}=1.0025 P_{0}=1.0025(1000)\)

\(P_{2}=1.0025 P_{1}=1.0025(1.0025(1000))=1.0025^{2}(1000)\)

\(P_{3}=1.0025 P_{2}=1.0025\left(1.0025^{2}(1000)\right)=1.0025^{3}(1000)\)

\(P_{4}=1.0025 P_{3}=1.0025\left(1.0025^{3}(1000)\right)=1.0025^{4}(1000)\)

Observing a pattern, we could conclude

\(P_{m}=(1.0025)^{m}(\$ 1000)\)

Notice that the $1000 in the equation was \(P_0\), the starting amount. We found 1.0025 by adding one to the growth rate divided by 12, since we were compounding 12 times per year.

Generalizing our result, we could write

\(P_{m}=P_{0}\left(1+\frac{r}{k}\right)^{m}\)

In this formula:

\(m\) is the number of compounding periods (months in our example)

\(r\) is the annual interest rate

\(k\) is the number of compounds per year.

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 \(N\) is the number of years, then \(m = N k\). Making this change gives us the standard formula for compound interest.

Compound Interest

\(P_{N}=P_{0}\left(1+\frac{r}{k}\right)^{N k}\)

\(P_N\) is the balance in the account after N years.

\(P_0\) is the starting balance of the account (also called initial deposit, or principal)

\(r\) is the annual interest rate in decimal form

\(k\) is the number of compounding periods in one year.

If the compounding is done annually (once a year), \(k = 1\).

If the compounding is done quarterly, \(k = 4\).

If the compounding is done monthly, \(k = 12\).

If the compounding is done daily, \(k = 365\).

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.

Example 4

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 $3000 in a CD paying 6% interest, compounded monthly. How much will you have in the account after 20 years?

Solution

In this example,

\(\begin{array} {ll} P_{0}=\$ 3000 & \text{the initial deposit} \\ r = 0.06 & 6\% \text{ annual rate} \\ k = 12 & \text{12 months in 1 year} \\ N = 20 & \text{since we’re looking for how much we’ll have after 20 years} \end{array}\)

So \(P_{20}=3000\left(1+\frac{0.06}{12}\right)^{20 \times 12}=\$ 9930.61\) (round your answer to the nearest penny)

Let us compare the amount of money earned from compounding against the amount you would earn from simple interest

\(\begin{array}{|l|r|r|}
\hline \text { Years } & \begin{array}{l}
\text { Simple Interest } \\
\text { (\$15 per month) }
\end{array} & \begin{array}{l}
6 \% \text { compounded } \\
\text { monthly }=0.5 \% \\
\text { each month. }
\end{array} \\
\hline 5 & \$ 3900 & \$ 4046.55 \\
\hline 10 & \$ 4800 & \$ 5458.19 \\
\hline 15 & \$ 5700 & \$ 7362.28 \\
\hline 20 & \$ 6600 & \$ 9930.61 \\
\hline 25 & \$ 7500 & \$ 13394.91 \\
\hline 30 & \$ 8400 & \$ 18067.73 \\
\hline 35 & \$ 9300 & \$ 24370.65 \\
\hline
\end{array}\)
9.3: Compound Interest (1)

As you can see, over a long period of time, compounding makes a large difference in the account balance. You may recognize this as the difference between linear growth and exponential growth.

Evaluating exponents on the calculator

When we need to calculate something like \(5^3\) it is easy enough to just multiply \(5 \cdot 5 \cdot 5=125\). But when we need to calculate something like \(1.005^{240}\), it would be very tedious to calculate this by multiplying 1.005 by itself 240 times! So to make things easier, we can harness the power of our scientific calculators.

Most scientific calculators have a button for exponents. It is typically either labeled like:

\([\wedge ]\), \([y^x]\), or \([x^y]\)

To evaluate \(1.005^{240}\) we'd type 1.005 \([\wedge ]\) 240, or 1.005 \([y^x]\) 240. Try it out - you should get something around 3.3102044758.

Example 5

You know that you will need $40,000 for your child’s education in 18 years. If your account earns 4% compounded quarterly, how much would you need to deposit now to reach your goal?

Solution

We’re looking for \(P_0\).

\(\begin{array} {ll} r = 0.04 & 4\% \\ k = 4 & \text{4 quarters in 1 year} \\ N = 18 & \text{Since we know the balance in 18 years} \\ P_{18} = \$40,000 & \text{The amount we have in 18 years} \end{array}\)

In this case, we’re going to have to set up the equation, and solve for \(P_0\).

\(40000=P_{0}\left(1+\frac{0.04}{4}\right)^{18 \times 4}\)

\(40000=P_{0}(2.0471)\)

\(P_{0}=\frac{40000}{2.0471}=\$ 19539.84\)

So you would need to deposit $19,539.84 now to have $40,000 in 18 years.

Rounding

It is important to be very careful about rounding when calculating things with exponents. In general, you want to keep as many decimals during calculations as you can. Be sure to keep at least 3 significant digits (numbers after any leading zeros). Rounding 0.00012345 to 0.000123 will usually give you a “close enough” answer, but keeping more digits is always better.

Example 6

To see why not over-rounding is so important, suppose you were investing $1000 at 5% interest compounded monthly for 30 years.

Solution

\(\begin{array} {ll} P_0 = \$1000 & \text{the initial deposit} \\ r = 0.05 & 5\% \\ k = 12 & \text{12 months in 1 year} \\ N = 30 & \text{since we’re looking for the amount after 30 years} \end{array}\)

If we first compute \(\frac{r}{k}\), we find \(\frac{0.05}{12} = 0.00416666666667\)

Here is the effect of rounding this to different values:

\(\begin{array}{|l|l|l|}
\hline r / k \text { rounded to: } & \text { Gives } \boldsymbol{P}_{30} \text { to be: } & \text { Error } \\
\hline 0.004 & \$ 4208.59 & \$ 259.15 \\
\hline 0.0042 & \$ 4521.45 & \$ 53.71 \\
\hline 0.00417 & \$ 4473.09 & \$ 5.35 \\
\hline 0.004167 & \$ 4468.28 & \$ 0.54 \\
\hline 0.0041667 & \$ 4467.80 & \$ 0.06 \\
\hline \text { no rounding } & \$ 4467.74 & \\
\hline
\end{array}\)

If you’re working in a bank, of course you wouldn’t round at all. For our purposes, the answer we got by rounding to 0.00417, three significant digits, is close enough - $5 off of $4500 isn’t too bad. Certainly keeping that fourth decimal place wouldn’t have hurt.

Using your calculator

In many cases, you can avoid rounding completely by how you enter things in your calculator. For example, in the example above, we needed to calculate

\(P_{30}=1000\left(1+\frac{0.05}{12}\right)^{12 \times 30}\)

We can quickly calculate \(12 \times 30=360\), giving \(P_{30}=1000\left(1+\frac{0.05}{12}\right)^{360}\).

Now we can use the calculator.

\(\begin{array}{|c|c|}
\hline \textbf { Type this } & \textbf { Calculator shows } \\
\hline 0.05 [\div] 12 [=] & 0.00416666666667 \\
\hline [+] 1[=] & 1.00416666666667 \\
\hline [\mathrm{y}^{\mathrm{x}}] 360 [=] & 4.46774431400613 \\
\hline [\times] 1000 [=] & 4467.74431400613 \\
\hline \hline
\end{array}\)

Using your calculator continued

The previous steps were assuming you have a “one operation at a time” calculator; a more advanced calculator will often allow you to type in the entire expression to be evaluated. If you have a calculator like this, you will probably just need to enter:

1000 \([\times]\) ( 1 \([+]\) 0.05 \([\div]\) 12 ) \([y^x]\) 360 \([=]\)

9.3: Compound Interest (2024)

FAQs

9.3: Compound Interest? ›

9.3 Compound interest (EMA6N)

How much is $10000 compound interest over 10 years? ›

Compounding with additional contributions

We started with $10,000 and ended up with $6,486.65 in interest after 10 years in an account with a 5% annual yield.

How long will it take for $10000 to double at 8 compound interest? ›

For example, if an investment scheme promises an 8% annual compounded rate of return, it will take approximately nine years (72 / 8 = 9) to double the invested money.

How much would you have to deposit in an account with a 9% interest rate compounded annually to have $1600 in your account 6 years later? ›

Calculating the denominator first (1 + 0.09)6 = 1.689478959, and then dividing $1600 by this value gives: P = $947.09 (rounded to the nearest cent). Therefore, you would need to deposit $947.09 today in an account with a 9% interest rate compounded annually to have $1600 in your account 6 years later.

How do I calculate my compound interest? ›

Compound interest is calculated by multiplying the initial loan amount, or principal, by one plus the annual interest rate raised to the number of compound periods minus one. This will leave you with the total sum of the loan, including compound interest.

How can I double $5000 dollars? ›

How can I double $5000 dollars? One way to potentially double $5,000 is by investing it in a 401(k) account, especially if your employer matches your contributions. For example, if you invest $5,000 and your employer offers to fully match at 100%, you could start with a total of $10,000 in your account.

How long will it take $10000 to reach $50000 if it earns 10% annual interest compounded semiannually? ›

Expert-Verified Answer

It will take approximately 16.5 years for $10,000 to reach $50,000 with a 10% annual interest rate compounded semiannually.

How long will it take $4000 to grow to $9000 if it is invested at 7% compounded monthly? ›

- At 7% compounded monthly, it will take approximately 11.6 years for $4,000 to grow to $9,000. - At 6% compounded quarterly, it will take approximately 13.6 years for $4,000 to grow to $9,000.

How much will $10,000 be worth in 20 years? ›

Here's what your $10,000 could be worth in 20 years

For our example, let's say you invest $10,000 in a 401(k) today and you aim to withdraw it in 20 years. While it's invested, you earn a 10% average annual return. After two decades, your $10,000 would be worth $67,275.

How much will 100k be worth in 30 years? ›

Answer and Explanation: The amount of $100,000 will grow to $432,194.24 after 30 years at a 5% annual return. The amount of $100,000 will grow to $1,006,265.69 after 30 years at an 8% annual return.

What is 9% interest on $50000? ›

The loan value of $50,000 is multiplied by the interest rate of 9% to determine the annual interest. Thus, the amount of annual interest is $4,500.

How many years does it take to double an investment at 9% interest compounded annually? ›

Answer and Explanation:

Given a 9% return, the number of years to double your money is 72 / 9 = 8.

How long does it take for a deposit of $800 to double at 8% compounded continuously? ›

The rule says that to find the number of years required to double your money at a given interest rate, you just divide the interest rate into 72. For example, if you want to know how long it will take to double your money at eight percent interest, divide 8 into 72 and get 9 years.

Can I live off interest on a million dollars? ›

How long will $1 million in retirement savings last? In more than 20 U.S. states, a million-dollar nest egg can cover retirees' living expenses for at least 20 years, a new analysis shows. It's worth noting that most Americans are nowhere near having that much money socked away.

What is the fastest way to calculate compound interest? ›

The math for compound interest is simple: Principal x interest = new balance. For example, a $10,000 investment that returns 8% every year, is worth $10,800 ($10,000 principal x . 08 interest = $10,800) after the first year. It grows to $11,664 ($10,800 principal x .

What is the magic of compound interest? ›

When you invest, your account earns compound interest. This means, not only will you earn money on the principal amount in your account, but you will also earn interest on the accrued interest you've already earned.

How do you calculate compound interest for 10 years? ›

Formula= A = P (1 + R/N) ^ nt

P is the principal amount. r is the annual interest rate (decimal) n is the number of times interest is compounded per year (12 for monthly) t is the time in years.

What compound interest rate doubles your money in 10 years? ›

The formula for the rule of 72

This being a formula, it works in the opposite direction, too: You can figure the compound rate of return required to double your money in a certain time frame. For instance, to double your money in 10 years, the compound rate of return would have to be 7.2%.

What is the compound interest on 10000 for 3 years at 10? ›

Hence, the compound interest amount on Rs. 10,000 for 3 years at an annual interest rate of 10% is Rs. 13,310.

Top Articles
6 tips for building a thriving help center
About FTR
Evil Dead Movies In Order & Timeline
Custom Screensaver On The Non-touch Kindle 4
Fredatmcd.read.inkling.com
Brendon Tyler Wharton Height
Nwi Police Blotter
EY – все про компанію - Happy Monday
Holly Ranch Aussie Farm
How Far Is Chattanooga From Here
Craigslist Free Grand Rapids
Transformers Movie Wiki
Troy Athens Cheer Weebly
Think Up Elar Level 5 Answer Key Pdf
Grace Caroline Deepfake
Hoe kom ik bij mijn medische gegevens van de huisarts? - HKN Huisartsen
Viprow Golf
Cpt 90677 Reimbursem*nt 2023
Everything We Know About Gladiator 2
iZurvive DayZ & ARMA Map
Band Of Loyalty 5E
Dallas Craigslist Org Dallas
[PDF] NAVY RESERVE PERSONNEL MANUAL - Free Download PDF
Menus - Sea Level Oyster Bar - NBPT
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Wsbtv Fish And Game Report
Costco Jobs San Diego
Gen 50 Kjv
Great ATV Riding Tips for Beginners
Tracking every 2024 Trade Deadline deal
Noaa Marine Forecast Florida By Zone
Isablove
Ghid depunere declarație unică
Dentist That Accept Horizon Nj Health
Missing 2023 Showtimes Near Mjr Southgate
Xfinity Outage Map Lacey Wa
Weekly Math Review Q4 3
Lake Dunson Robertson Funeral Home Lagrange Georgia Obituary
Are you ready for some football? Zag Alum Justin Lange Forges Career in NFL
The Best Restaurants in Dublin - The MICHELIN Guide
Appraisalport Com Dashboard Orders
Best Restaurants Minocqua
No Boundaries Pants For Men
Busted Newspaper Mcpherson Kansas
Does Target Have Slime Lickers
22 Golden Rules for Fitness Beginners – Barnes Corner Fitness
Swsnj Warehousing Inc
Hampton In And Suites Near Me
Verizon Forum Gac Family
683 Job Calls
Latest Posts
Article information

Author: Horacio Brakus JD

Last Updated:

Views: 6052

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Horacio Brakus JD

Birthday: 1999-08-21

Address: Apt. 524 43384 Minnie Prairie, South Edda, MA 62804

Phone: +5931039998219

Job: Sales Strategist

Hobby: Sculling, Kitesurfing, Orienteering, Painting, Computer programming, Creative writing, Scuba diving

Introduction: My name is Horacio Brakus JD, I am a lively, splendid, jolly, vivacious, vast, cheerful, agreeable person who loves writing and wants to share my knowledge and understanding with you.