👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Arithmetic Basics
Study mode

Compound Interest

Introduction to Compound Interest

When you deposit money in a bank or invest it, your money earns interest. Interest is the reward for letting someone else use your money for a certain period of time. The simplest way to calculate this interest is called Simple Interest, where interest is only calculated on the original amount you invested, called the principal.

Compound Interest, however, takes this idea further. Instead of earning interest only on the principal, you earn interest on the principal plus all the interest that has been added to it previously. This means your money grows faster over time, which is why compound interest is often described as "interest on interest."

This concept is very important in real life, especially when making decisions about savings accounts, loans, investments, or retirement funds. Understanding how compound interest works helps you make smarter financial choices and plan better for the future.

Understanding the Concept of Compound Interest

Let's break down compound interest step-by-step.

Imagine you invest INR 10,000 at an interest rate of 8% per year, compounded annually. After the first year, you earn 8% of 10,000, which is 800. Your new total amount is 10,000 + 800 = 10,800.

For the second year, instead of calculating interest just on 10,000 again, you now calculate 8% interest on the entire 10,800. So the interest for the second year is 8% of 10,800 = 864. Your amount becomes 10,800 + 864 = 11,664.

This process continues every year, so your money earns interest on both the principal and the interest earned from previous years.

In formula form, the Amount after \( t \) years when interest is compounded is:

graph TD    P[Principal \(P\)] -->|Add Interest| Year1[Amount after 1 year \(A_1 = P(1+r)\)]    Year1 -->|Add Interest| Year2[Amount after 2 years \(A_2 = A_1(1+r) = P(1+r)^2\)]    Year2 -->|Continue| Year3[Amount after \(t\) years \(A_t = P(1+r)^t\)]

Here, \( r \) is the interest rate per year expressed as a decimal (for example, 8% = 0.08).

Compound Interest Formula

For more general situations, compound interest is often compounded multiple times a year (semi-annually, quarterly, monthly, etc.). To calculate compound interest in such cases, the formula is:

Compound Amount Formula

\[A = P \left(1 + \frac{r}{n}\right)^{nt}\]

Calculates total amount including interest for principal \(P\) after \(t\) years compounded \(n\) times per year

A = Amount after \(t\) years
P = Principal amount
r = Annual interest rate (decimal)
n = Number of compounding periods per year
t = Time in years

The Compound Interest earned is simply the total amount minus the original principal:

Compound Interest Formula

CI = A - P

Interest earned after \(t\) years on principal \(P\) with compounding

CI = Compound Interest
A = Amount
P = Principal

Effects of Compounding Frequency

The more frequently interest is compounded within a year, the faster the amount grows. Common compounding frequencies are:

  • Annually: once per year (n = 1)
  • Semi-annually: twice per year (n = 2)
  • Quarterly: four times per year (n = 4)
  • Monthly: twelve times per year (n = 12)

For example, at the same interest rate and principal, monthly compounding will yield more amount than annual compounding because interest is added and earns interest more often.

Comparison of Amount (Rs.10,000 at 8% for 3 years with different compounding frequencies)
Compounding Frequency Formula Used Amount (Rs.)
Annually (n=1) \(10,000(1 + \frac{0.08}{1})^{1 \times 3}\) 12,598.40
Semi-annually (n=2) \(10,000(1 + \frac{0.08}{2})^{2 \times 3}\) 12,653.06
Quarterly (n=4) \(10,000(1 + \frac{0.08}{4})^{4 \times 3}\) 12,682.50
Monthly (n=12) \(10,000(1 + \frac{0.08}{12})^{12 \times 3}\) 12,697.52

Worked Examples

Example 1: Calculate CI for Annual Compounding Easy
Calculate the compound interest on INR 10,000 at 8% per annum compounded annually for 3 years.

Step 1: Identify variables:

  • Principal, \(P = 10,000\) INR
  • Annual interest rate, \(r = 8\% = 0.08\)
  • Number of years, \(t = 3\)
  • Compounding frequency, \(n = 1\) (annually)

Step 2: Use compound amount formula:

\[ A = P \left(1 + \frac{r}{n}\right)^{nt} = 10,000 \times \left(1 + \frac{0.08}{1}\right)^{1 \times 3} = 10,000 \times (1.08)^3 \]

Step 3: Calculate \((1.08)^3\):

\[ (1.08)^3 = 1.08 \times 1.08 \times 1.08 = 1.259712 \]

Step 4: Calculate the amount \(A\):

\[ A = 10,000 \times 1.259712 = 12,597.12 \]

Step 5: Calculate compound interest:

\[ CI = A - P = 12,597.12 - 10,000 = 2,597.12 \]

Answer: The compound interest after 3 years is INR 2,597.12

Example 2: Calculate Amount for Quarterly Compounding Medium
Find the amount after 2 years on INR 15,000 at 10% per annum compounded quarterly.

Step 1: Identify variables:

  • \(P = 15,000\)
  • \(r = 10\% = 0.10\)
  • \(t = 2\) years
  • \(n = 4\) (quarterly compounding)

Step 2: Use compound amount formula:

\[ A = P \left(1 + \frac{r}{n}\right)^{nt} = 15,000 \times \left(1 + \frac{0.10}{4}\right)^{4 \times 2} = 15,000 \times (1.025)^8 \]

Step 3: Calculate \((1.025)^8\):

\[ (1.025)^8 = 1.218402 \]

Step 4: Calculate \(A\):

\[ A = 15,000 \times 1.218402 = 18,276.03 \]

Answer: The final amount after 2 years is INR 18,276.03

Example 3: Difference Between CI and SI Medium
Compare the compound interest and simple interest on INR 20,000 at 9% per annum for 4 years.

Step 1: Calculate simple interest (SI):

\[ SI = P \times r \times t = 20,000 \times 0.09 \times 4 = 7,200 \]

Step 2: Calculate compound interest (CI) assuming annual compounding:

\[ A = P(1 + r)^t = 20,000 \times (1.09)^4 \] \[ (1.09)^4 = 1.41158 \] \[ A = 20,000 \times 1.41158 = 28,231.60 \] \[ CI = A - P = 28,231.60 - 20,000 = 8,231.60 \]

Step 3: Compare interest amounts:

  • Simple Interest: INR 7,200
  • Compound Interest: INR 8,231.60

Answer: Compound interest earns INR 1,031.60 more than simple interest over 4 years.

Example 4: Effective Rate Calculation Hard
Calculate the effective annual interest rate (EAR) for a nominal rate of 12% per annum compounded monthly.

Step 1: Identify variables:

  • Nominal rate, \(r = 12\% = 0.12\)
  • Compounding frequency, \(n = 12\)

Step 2: Apply the EAR formula:

\[ EAR = \left(1 + \frac{r}{n}\right)^n - 1 = \left(1 + \frac{0.12}{12}\right)^{12} - 1 = (1.01)^{12} - 1 \]

Step 3: Calculate \((1.01)^{12}\):

\[ (1.01)^{12} = 1.126825 \]

Step 4: Calculate EAR:

\[ EAR = 1.126825 - 1 = 0.126825 = 12.6825\% \]

Answer: The effective annual interest rate is approximately 12.68%

Example 5: Compound Interest with Different Time Periods Hard
Calculate the compound interest on INR 12,000 at 7.5% per annum compounded semi-annually for 18 months.

Step 1: Convert time to years:

\[ 18\ \text{months} = \frac{18}{12} = 1.5\ \text{years} \]

Step 2: Identify variables:

  • \(P = 12,000\)
  • \(r = 7.5\% = 0.075\)
  • \(t = 1.5\) years
  • \(n = 2\) (semi-annual compounding)

Step 3: Use compound amount formula:

\[ A = P \left(1 + \frac{r}{n}\right)^{nt} = 12,000 \times \left(1 + \frac{0.075}{2}\right)^{2 \times 1.5} = 12,000 \times (1.0375)^3 \]

Step 4: Calculate \((1.0375)^3\):

\[ (1.0375)^3 = 1.116 \]

Step 5: Calculate amount \(A\):

\[ A = 12,000 \times 1.116 = 13,392 \]

Step 6: Calculate compound interest:

\[ CI = A - P = 13,392 - 12,000 = 1,392 \]

Answer: The compound interest earned in 18 months is INR 1,392

Formula Bank

Compound Amount Formula
\[ A = P \left(1 + \frac{r}{n}\right)^{nt} \]
where: \(A\) = Amount after \(t\) years, \(P\) = Principal amount, \(r\) = annual interest rate (decimal), \(n\) = number of compounding periods per year, \(t\) = time in years
Compound Interest Formula
\[ CI = A - P \]
where: \(CI\) = Compound Interest, \(A\) = Amount, \(P\) = Principal
Simple Interest Formula
\[ SI = P \times r \times t \]
where: \(SI\) = Simple Interest, \(P\) = Principal, \(r\) = rate per year (decimal), \(t\) = time in years
Effective Annual Rate (EAR)
\[ EAR = \left(1 + \frac{r}{n}\right)^n - 1 \]
where: \(r\) = nominal annual interest rate (decimal), \(n\) = number of compounding periods per year

Tips & Tricks

Tip: Always convert percentage rates into decimals before doing calculations by dividing by 100.

When to use: Always, to avoid calculation errors.

Tip: Adjust the time period units according to compounding frequency (e.g., convert months to years when necessary).

When to use: When the time is given in months or days but compounding is annual or semi-annual.

Tip: Use the effective annual rate formula to compare two or more investments with different compounding frequencies.

When to use: To find the true return rate of investments.

Tip: Remember compound interest grows exponentially, so for longer time periods, small changes in rate or frequency can greatly affect final amount.

When to use: To estimate how investments will grow over time.

Tip: For quick mental math on small rates, use the binomial approximation \((1 + x)^n \approx 1 + nx\) to estimate growth.

When to use: In speed exams when exact calculations are not practical.

Common Mistakes to Avoid

❌ Using the simple interest formula instead of the compound interest formula
✓ Always use \(A = P \left(1 + \frac{r}{n}\right)^{nt}\) for compound interest calculations.
Why: Simple interest only calculates interest on the principal, while compound interest considers accumulated interest, leading to incorrect results if confused.
❌ Forgetting to convert the percentage rate into a decimal before using formulas
✓ Convert the rate by dividing by 100 before plugging it into formulas.
Why: Inputting percentages directly inflates the interest amount and leads to errors.
❌ Using inconsistent time units and compounding frequencies (e.g., mixing years with monthly compounding without adjustment)
✓ Always convert time into the correct units according to the compounding frequency.
Why: Misalignment causes wrong exponents in the formula, resulting in incorrect amounts.
❌ Reporting the total amount as interest earned
✓ Subtract the principal from the amount to find compound interest (CI = A - P).
Why: Amount includes principal plus interest; confusing them leads to overstated interest calculations.
❌ Treating compound interest as additive like simple interest
✓ Understand that compound interest grows exponentially due to interest on interest.
Why: Leads to underestimating the final amount and incorrect problem-solving strategies.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Compound Interest · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.