3.3: Compound Interest (2024)

  1. Last updated
  2. Save as PDF
  • Page ID
    113138
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}}}\) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Compound Interest

    Learning Objectives
    • Calculate compound interest, accumulated amount and present value on an account
    • Find the effective rate of an account

    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 \(\dfrac{3 \%}{12}=0.25 \%\) per month.

    In the first month,

    \(P=\$ 1000\)

    \(r= 0.25 \% = 0.0025\)

    \(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=\$ 1002.50\)

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

    \(A=\$ 1002.50+\$ 2.51=\$ 1005.01\)

    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+\dfrac{r}{n}\right)^{m}\)

    In this formula:

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

    \(r\) is the annual interest rate

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

    Compound Interest

    \[A=P\left(1+\dfrac{r}{n}\right)^{n t} \nonumber\]

    • \(A\) is the balance in the account (accumulated amount) after t years (also called the future value)
    • \(P\) is the starting balance of the account (also called the initial deposit, principal or present value)
    • \(r\) is the annual interest rate in decimal form
    • \(n\) is the number of compounding periods in one year

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

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

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

    If the compounding is done daily, \(n = 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 \(\PageIndex{1}\)

    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=\$ 3000 & \text{the initial deposit} \\ r = 0.06 & 6\% \text{ annual rate} \\ n = 12 & \text{12 months in 1 year} \\ t = 20 & \text{since we’re looking for how much we’ll have after 20 years} \end{array}\)

    So \(A=3000\left(1+\dfrac{0.06}{12}\right)^{12 \times 20}=\$ 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|l|l|}
    \hline \textbf { Years } & \textbf { Simple Interest (\$15 per month) } & \textbf { 6% compounded monthly = 0.5% each month } \\
    \hline 5 & $3900 & $4046.55 \\
    \hline 10 & $4800 & $5458.19 \\
    \hline 15 & $5700 & $7362.28 \\
    \hline 20 & $6600 & $9930.61 \\
    \hline 25 & $7500 & $13,394.91 \\
    \hline 30 & $8400 & $18,067.73 \\
    \hline 35 & $9300 & $24,370.65 \\
    \hline
    \end{array}\)

    3.3: Compound Interest (2)

    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 \(\PageIndex{2}\)

    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\), the present value.

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

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

    \(40,000=P\left(1+\dfrac{0.04}{4}\right)^{4 \times 18}\)

    \(40,000=P(2.0471)\)

    \(P =\dfrac{40,000}{2.0471}=\$ 19,539.84\)

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

    Note: this value is also known as the present value of the investment--the amount that must be invested now to have a specific amount later with interest.

    Rounding

    It is important to be very careful about rounding when calculating things with exponents. In most calculators a number can be stored and later retrieve without rounding in between. 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 \(\PageIndex{3}\)

    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 = \$1000 & \text{the initial deposit} \\ r = 0.05 & 5\% \\ n = 12 & \text{12 months in 1 year} \\ t = 30 & \text{since we’re looking for the amount after 30 years} \end{array}\)

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

    Here is the effect of rounding this to different values:

    \(\begin{array}{|l|l|l|}
    \hline \frac{r}{n} \text { rounded to: } & \text { Gives } A \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

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

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

    Now we can use the calculator. On many calculators you can follow these steps:

    \(\begin{array}{|c|c|}
    \hline \textbf { Type this } & \textbf { Calculator shows } \\
    \hline 0.05 [\div] 12 [=] & 0.00416666666667 \\
    \hline [+] 1 [=] & 1.00416666666667 \\
    \hline [y^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 \([=]\)

    Make sure to use the proper parenthesis.

    Effective Interest Rate

    Banks are required to state their interest rate in terms of an “effective yield” ” or “effective interest rate”, for comparison purposes. The effective rate is also called the Annual Percentage Yield (APY) or Annual Percentage Rate (APR).

    Effective rate

    The effective rate is the annual simple interest rate that would be equivalent to the annual compound interest accrued for the stated rate and number of compounding periods.

    Formula:

    \[r_{EFF} = \left(1 + \dfrac{r}{n} \right)^{n} - 1 \nonumber\]

    • \(r_{EFF}\) is the effective rate, in decimal form
    • \(r\) is the stated annual interest rate, in decimal form
    • \(n\) is the number of compounding periods in one year

    Be sure to change the answer back to a percent from decimal form.

    The formula is derived from the compound interest formula by depositing \(P\) = $1 in an account and calculating how much interest it will accrue in a year (\(t\) = 1). The original $1 deposit must be subtracted out to find the total interest. To examine several investments to see which has the best rate, we find and compare the effective rate for each investment.

    Example \(\PageIndex{4}\)

    If Bank A pays 7.2% interest compounded monthly, what is the effective interest rate?
    If Bank B pays 7.25% interest compounded semiannually, what is the effective interest rate?
    Which bank pays more interest?

    Solution

    Bank A: Using the formula with \(n\) = 12, we will get:

    \[\mathrm{r}_{\mathrm{EFF}} =\left(1+\dfrac{0.072}{12}\right)^{12} - 1 =1.0744-1=0.0744 \nonumber \]

    We earned interest of $.0744 on an investment of $1. The effective interest rate is 7.44%, often referred to as the APY or APR.

    Bank B: The effective rate is calculated with \(n\) = 2:

    \[\mathbf{r}_{\mathrm{EFF}}=\left(1+\dfrac{0.072}{2}\right)^{2}-1=.0738 \nonumber \]

    The effective interest rate is 7.38%.

    Bank A pays slightly higher interest, with an effective rate of 7.44%, compared to Bank B with effective rate 7.38%.

    Rule of 70

    The rule of 70 is a useful tool for estimating the time needed for an investment to double in value. It is an approximation and is not exact, but is a quick-and-easy way to estimate how long it will take for an investment to double.

    Rule of 70

    Rule of 70: The approximate number of years required to double an investment with compound interest

    Formula:

    \[t \approx \dfrac{70}{r} \nonumber\]

    • \(t\) is the approximate number of years to double the investment
    • \(r\) is the annual interest rate as a percent (not in decimal form)

    Note this formula does not take into account the number of compounding periods per year. This is because it is based on the idea of interest that is continuously compounded, a concept that makes calculations easier. In the real world, however, there is no bank or financial institution that offers interest that is continuously compounded.

    Here are some approximate doubling times for various interest rates using the Rule of 70.

    Approximate Doubling Time in Years By Interest Rate
    Annual interest rate 1% 2% 3% 4% 5% 6% 7% 8% 9% 10%
    Number of years to double money 70 35 23.3 17.5 14 11.7 10 8.75 7.8 7

    The rule of 70 can be useful to help quickly estimate many “doubling time” problems mentally, which can be useful in compound interest applications as well as other applications involving exponential growth.

    Example \(\PageIndex{5}\)

    As of 2015, the world population’s annual growth rate was approximately 1.14%. Based on that rate, find the approximate doubling time.

    Solution

    According to the rule of 70,

    \(t \approx \dfrac{70}{1.14} \approx 61.4\) years

    If the world population were to continue to grow at the annual growth rate of 1.14% , it would take approximately 61.4 years for the population to double.

    3.3: Compound Interest (2024)

    FAQs

    3.3: Compound Interest? ›

    With an investment earning 3.3% interest compounded continuously, it will take approximately 5.66 years (when rounded to the nearest hundredth) for an investment of $5000 to become $6000.

    How long will it take money to double at 3% compound interest? ›

    The rule of 72 can help you quickly compare the future of different investments with compound interest. The calculation can help you visualize your money. For example, an investment with a 3% annual interest rate will take about 24 years to double your money.

    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 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 pays the highest compound interest? ›

    Best Compound Interest Investments
    • U.S. Treasury Bills (low risk, paying almost 5% APY)
    • U.S. Stocks (moderate risk, average 10% APY over past 100 years)
    • U.S. Bonds (lower risk, paying over 4% yield right now)
    • Real Estate (high risk, returns can exceed 15% APY)
    Feb 14, 2024

    How long will it take $1000 to double at 6% interest? ›

    So, if the interest rate is 6%, you would divide 72 by 6 to get 12. This means that the investment will take about 12 years to double with a 6% fixed annual interest rate. This calculator flips the 72 rule and shows what interest rate you would need to double your investment in a set number of years.

    How to double $2000 dollars in 24 hours? ›

    The Best Ways To Double Money In 24 Hours
    1. Flip Stuff For Profit. ...
    2. Start A Retail Arbitrage Business. ...
    3. Invest In Real Estate. ...
    4. Play Games For Money. ...
    5. Invest In Dividend Stocks & ETFs. ...
    6. Use Crypto Interest Accounts. ...
    7. Start A Side Hustle. ...
    8. Invest In Your 401(k)

    How much interest does $20,000 earn in a year? ›

    How much $20,000 earns you in a savings account
    APYInterest earned in one year
    4.00%$800
    4.50%$900
    4.75%$950
    5.00%$1000
    3 more rows
    Mar 31, 2023

    How to start earning compound interest? ›

    To take advantage of the magic of compound interest, here are some of the best investments:
    1. Certificates of deposit (CDs)
    2. High-yield savings accounts.
    3. Bonds and bond funds.
    4. Money market accounts.
    5. Dividend stocks.
    6. Real estate investment trusts (REITs)
    Apr 12, 2024

    How to compound interest monthly? ›

    The formula of monthly compound interest is: CI = P(1 + (r/12) )12t - P where, P is the principal amount, r is the interest rate in decimal form, and t is the time.

    How much is 3% interest on $5000? ›

    When calculating simple interest, it's as easy as multiplying your principal balance by the given interest rate to find how much you'll earn in a year. For example, if you have $5,000 in an account that has a 3% interest rate, the balance will earn $150 in one year. In three years, the balance will earn $450.

    How much money has to be invested at 3.3% interest compounded continuously to have $45000 after 19 years? ›

    Dividing $45,000 by 0.742818 gives us: P ≈ $60,586.96 Therefore, approximately $60,586.96 needs to be invested at 3.3% interest compounded continuously to have $45,000 after 19 years.

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

    Substituting the given values, we have: 9000 = 4000(1 + 0.06/4)^(4t). Solving for t gives us t ≈ 6.81 years. Therefore, it will take approximately 6.76 years to grow from $4,000 to $9,000 at a 7% interest rate compounded monthly, and approximately 6.81 years at a 6% interest rate compounded quarterly.

    What is better than compound interest? ›

    Which Is Better, Simple or Compound Interest? It depends on whether you're saving or borrowing. Compound interest is better for you if you're saving money in a bank account or being repaid for a loan. If you're borrowing money, you'll pay less over time with simple interest.

    Do any banks offer daily compound interest? ›

    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.

    How long will it take for an investment to double at a 3% per year _____ a simple interest rate? ›

    Answer and Explanation:

    a) With a simple interest rate it will take 33.33 years for an investment to double at 3% per year. Why? Basically because the simple interest is always calculated over the initial principal. Thus, if we have an initial investment of $100, we should add $3 per year to this amount.

    What is the 8 4 3 rule of compounding? ›

    The rule of 8-4-3 when it comes to compounding indicates a style of investment that accelerates growth with time. Initially, a corpus doubles within 8 years through an average annual return of 12% subsequently another doubling happens for the same period after another 4 years following its initial setting up.

    How long does it take for compound interest to double? ›

    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.

    How to find doubling time of compound interest? ›

    The Rule of 72 is a calculation that estimates the number of years it takes to double your money at a specified rate of return. If, for example, your account earns 4 percent, divide 72 by 4 to get the number of years it will take for your money to double. In this case, 18 years.

    Top Articles
    Latest Posts
    Article information

    Author: Dean Jakubowski Ret

    Last Updated:

    Views: 5732

    Rating: 5 / 5 (50 voted)

    Reviews: 81% of readers found this page helpful

    Author information

    Name: Dean Jakubowski Ret

    Birthday: 1996-05-10

    Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

    Phone: +96313309894162

    Job: Legacy Sales Designer

    Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

    Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.