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

Simple and compound interest

Simple and Compound Interest

When you borrow money from a bank or lend money to a friend, there is usually an extra amount paid or earned on top of the original money. This extra amount is called interest. Interest is essentially the cost of borrowing money or the reward for lending money. Understanding how interest works is important not only for managing personal finances but also for solving many problems in competitive exams.

There are two main types of interest calculations:

  • Simple Interest (SI): Interest calculated only on the original amount (called the principal).
  • Compound Interest (CI): Interest calculated on the principal plus any interest that has already been added.

Let's explore these concepts step-by-step, starting with simple interest.

Simple Interest

Simple Interest is the interest calculated only on the original amount of money you start with, called the principal. The interest does not change over time because it is always calculated on the same principal.

Suppose you lend INR 10,000 to a friend at a rate of 5% per year. Every year, your friend pays you 5% of 10,000 = INR 500 as interest. After 3 years, the total interest earned is INR 500 x 3 = INR 1,500.

We can express this with a formula:

Simple Interest

\[SI = \frac{P \times R \times T}{100}\]

Calculates interest on principal for given rate and time

P = Principal amount (INR)
R = Rate of interest (% per annum)
T = Time period (years)

Where:

  • P is the principal amount (the original money lent or borrowed)
  • R is the annual rate of interest (in %)
  • T is the time in years

The total amount after interest is added is:

Amount with Simple Interest

\[A = P + SI = P + \frac{P \times R \times T}{100}\]

Total amount after adding simple interest

A = Total amount (INR)
P = Principal (INR)
R = Rate (%)
T = Time (years)

Visualizing Simple Interest:

Principal Year 1 Interest Year 2 Interest Year 3 Interest

Notice how the interest bars are all the same height each year, showing that simple interest grows linearly over time.

Compound Interest

Unlike simple interest, compound interest is calculated on the principal plus the interest that has already been added. This means interest is earned on interest, causing the amount to grow faster over time.

Imagine you invest INR 10,000 at 5% compound interest per year. After the first year, you earn 5% on 10,000 = INR 500, so the new amount is INR 10,500. The next year, interest is calculated on INR 10,500, not just INR 10,000. So, you earn 5% on 10,500 = INR 525, making the total INR 11,025, and so on.

The formula for the total amount after compound interest for T years is:

Compound Interest Amount

\[A = P \left(1 + \frac{R}{100}\right)^T\]

Total amount after compound interest for T years

A = Total amount (INR)
P = Principal (INR)
R = Annual rate (%)
T = Time (years)

The compound interest earned is the total amount minus the principal:

Compound Interest

\[CI = A - P = P \left(1 + \frac{R}{100}\right)^T - P\]

Interest earned on principal with compounding

CI = Compound Interest (INR)
A = Amount after T years
P = Principal (INR)

Compounding Frequency: Sometimes interest is compounded more than once a year, such as half-yearly, quarterly, or monthly. When interest is compounded n times per year, the formula becomes:

Compound Interest with n Compounding Periods

\[A = P \left(1 + \frac{R}{100n}\right)^{nT}\]

Amount when interest is compounded n times per year

n = Number of compounding periods per year
T = Time in years

This means the annual rate is divided by the number of compounding periods, and the time is multiplied by the same number.

graph TD    P[Principal Amount (P)]    P --> I1[Calculate Interest for Period]    I1 --> NP[Add Interest to Principal]    NP --> I2[Calculate Interest for Next Period]    I2 --> NP2[Add Interest to New Principal]    NP2 --> ...[Repeat for all periods]    ... --> A[Final Amount (A)]

This flowchart shows how the principal grows each period by adding the interest earned, which then becomes the new principal for the next calculation.

Difference Between Simple and Compound Interest

Compound interest grows faster than simple interest because it earns interest on the interest already accumulated. The difference between CI and SI becomes more noticeable as the time period increases.

Here is a comparison table for the same principal, rate, and time:

Principal (INR) Rate (%) Time (years) Simple Interest (INR) Compound Interest (INR) Difference (CI - SI) (INR)
10,000 5 3 1,500 1,576.25 76.25
20,000 10 3 6,000 6,610 610
15,000 8 2 2,400 2,496 96

Notice how the difference increases with higher principal, rate, and time.

Worked Examples

Example 1: Calculating Simple Interest Easy
Calculate the simple interest on INR 10,000 at 5% per annum for 3 years.

Step 1: Identify the variables:

  • Principal, \( P = 10,000 \) INR
  • Rate, \( R = 5\% \) per annum
  • Time, \( T = 3 \) years

Step 2: Use the simple interest formula:

\[ SI = \frac{P \times R \times T}{100} = \frac{10,000 \times 5 \times 3}{100} = \frac{150,000}{100} = 1,500 \]

Step 3: Calculate total amount:

\[ A = P + SI = 10,000 + 1,500 = 11,500 \]

Answer: The simple interest is INR 1,500 and the total amount after 3 years is INR 11,500.

Example 2: Calculating Compound Interest Annually Medium
Calculate the compound interest on INR 15,000 at 8% per annum compounded yearly for 2 years.

Step 1: Identify variables:

  • Principal, \( P = 15,000 \) INR
  • Rate, \( R = 8\% \) per annum
  • Time, \( T = 2 \) years
  • Compounding frequency: yearly (n = 1)

Step 2: Use compound interest formula:

\[ A = P \left(1 + \frac{R}{100}\right)^T = 15,000 \times \left(1 + \frac{8}{100}\right)^2 = 15,000 \times (1.08)^2 \]

Calculate \( (1.08)^2 = 1.1664 \)

\[ A = 15,000 \times 1.1664 = 17,496 \]

Step 3: Find compound interest:

\[ CI = A - P = 17,496 - 15,000 = 2,496 \]

Answer: The compound interest earned is INR 2,496 and the total amount is INR 17,496.

Example 3: Difference Between SI and CI Medium
Find the difference between simple interest and compound interest on INR 20,000 at 10% per annum for 3 years.

Step 1: Calculate simple interest:

\[ SI = \frac{20,000 \times 10 \times 3}{100} = \frac{600,000}{100} = 6,000 \]

Step 2: Calculate compound interest amount:

\[ A = 20,000 \times \left(1 + \frac{10}{100}\right)^3 = 20,000 \times (1.1)^3 \]

Calculate \( (1.1)^3 = 1.331 \)

\[ A = 20,000 \times 1.331 = 26,620 \]

Step 3: Find compound interest:

\[ CI = A - P = 26,620 - 20,000 = 6,620 \]

Step 4: Calculate difference:

\[ CI - SI = 6,620 - 6,000 = 620 \]

Answer: The difference between compound and simple interest is INR 620.

Example 4: Compound Interest with Half-Yearly Compounding Hard
Calculate the compound interest on INR 25,000 at 12% per annum compounded half-yearly for 1.5 years.

Step 1: Identify variables:

  • Principal, \( P = 25,000 \) INR
  • Annual rate, \( R = 12\% \)
  • Time, \( T = 1.5 \) years
  • Compounding frequency, \( n = 2 \) (half-yearly)

Step 2: Calculate rate per period and total periods:

\[ \text{Rate per period} = \frac{R}{n} = \frac{12}{2} = 6\% \]

\[ \text{Total periods} = n \times T = 2 \times 1.5 = 3 \]

Step 3: Use compound interest formula:

\[ A = P \left(1 + \frac{R}{100n}\right)^{nT} = 25,000 \times (1 + 0.06)^3 = 25,000 \times (1.06)^3 \]

Calculate \( (1.06)^3 = 1.191016 \)

\[ A = 25,000 \times 1.191016 = 29,775.40 \]

Step 4: Calculate compound interest:

\[ CI = A - P = 29,775.40 - 25,000 = 4,775.40 \]

Answer: The compound interest earned is approximately INR 4,775.40.

Example 5: Finding Principal from Given Compound Interest Hard
If the compound interest earned is INR 1,620 at 5% per annum for 2 years, find the principal amount.

Step 1: Let the principal be \( P \).

Step 2: Use compound interest formula:

\[ CI = P \left(1 + \frac{R}{100}\right)^T - P \]

Given \( CI = 1,620 \), \( R = 5\% \), \( T = 2 \) years, substitute values:

\[ 1,620 = P \times (1.05)^2 - P = P \times (1.1025 - 1) = P \times 0.1025 \]

Step 3: Solve for \( P \):

\[ P = \frac{1,620}{0.1025} = 15,804.88 \]

Answer: The principal amount is approximately INR 15,804.88.

Formula Bank

Simple Interest
\[ SI = \frac{P \times R \times T}{100} \]
where: \( P \) = Principal (INR), \( R \) = Rate of interest (% per annum), \( T \) = Time (years)
Amount with Simple Interest
\[ A = P + SI = P + \frac{P \times R \times T}{100} \]
where: \( P \) = Principal (INR), \( R \) = Rate (%), \( T \) = Time (years)
Compound Interest Amount
\[ A = P \left(1 + \frac{R}{100}\right)^T \]
where: \( P \) = Principal (INR), \( R \) = Rate (% per annum), \( T \) = Time (years)
Compound Interest
\[ CI = A - P = P \left(1 + \frac{R}{100}\right)^T - P \]
where: \( P \) = Principal (INR), \( R \) = Rate (%), \( T \) = Time (years)
Compound Interest with n Compounding Periods per Year
\[ A = P \left(1 + \frac{R}{100n}\right)^{nT} \]
where: \( P \) = Principal (INR), \( R \) = Annual rate (%), \( n \) = Number of compounding periods per year, \( T \) = Time (years)

Tips & Tricks

Tip: For simple interest, remember the interest amount remains constant every year.

When to use: When solving SI problems quickly without recalculating interest each year.

Tip: Use the compound interest formula with \( n = 1 \) for annual compounding to avoid confusion.

When to use: When compounding frequency is not specified or annual.

Tip: To find difference between CI and SI, calculate both separately or use approximation formulas for quick estimation.

When to use: When comparing growth rates or checking answers in exams.

Tip: Convert months or half-years into fractional years for time variable \( T \) in formulas.

When to use: When time is given in months or half-years in problems.

Tip: For compound interest with multiple compounding periods, divide rate and multiply time accordingly.

When to use: When compounding is quarterly, half-yearly, or monthly.

Common Mistakes to Avoid

❌ Using simple interest formula for compound interest problems.
✓ Always use the compound interest formula \( A = P(1 + \frac{R}{100})^T \) for CI calculations.
Why: Students confuse the two due to similar variables and overlook compounding effect.
❌ Not converting time into years when given in months or days.
✓ Convert time into years by dividing months by 12 or days by 365 before using formulas.
Why: Incorrect time units lead to wrong interest calculations.
❌ Forgetting to subtract principal from amount to get compound interest.
✓ Calculate CI as \( CI = A - P \) after finding total amount \( A \).
Why: Students sometimes report total amount as interest.
❌ Mixing up rate percentage and decimal in formulas.
✓ Always use rate as a percentage in formulas or convert properly if using decimals.
Why: Misinterpretation of rate units causes calculation errors.
❌ Ignoring compounding frequency and using annual rate directly.
✓ Adjust rate and time according to compounding frequency (e.g., half-yearly, quarterly).
Why: Leads to underestimating or overestimating compound interest.
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
Simple and 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.