Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 9 • Mathematics • Ch 2
Estimated Time: 45 Mins
Study Progress: In Progress

Compound Interest

In ICSE Class 9 Mathematics, "Compound Interest" (CI) represents a profound mathematical and financial leap from simple interest into exponential growth modeling. While Simple Interest (SI) is calculated uniformly on the initial principal throughout the tenure, Compound Interest operates on the principle that interest earned during each conversion period is capitalized—that is, added to the principal to form the new principal for the subsequent period. The ICSE curriculum rigorously divides this subject into two complementary computational methodologies: (1) Step-by-step computation without using formulas, where students calculate the interest and amount at the end of each year (or half-year) using standard simple interest formulas $I = \frac{P \times R \times T}{100}$ iteratively; and (2) Universal analytical computation using exponential formulas $A = P\left(1 + \frac{R}{100}\right)^n$ and $\text{CI} = A - P$. The chapter comprehensively covers diverse conversion frequencies: compounded annually, semi-annually (half-yearly, where the annual nominal rate is halved and the number of periods is doubled), and quarterly; situations with varying rates of interest for successive years ($R_1, R_2, R_3$); fractional time periods (e.g., $2\frac{1}{2}$ years); finding missing variables like principal ($P$), nominal rate ($R$), or time ($n$); computing the direct algebraic difference between CI and SI for two and three years ($(\text{CI} - \text{SI})_2 = P\left(\frac{R}{100}\right)^2$); and practical real-world applications including population growth and depreciation of capital assets. The material is structured to cultivate exact algorithmic mastery and conceptual intuition.

The Eighth Wonder of the World: Why Albert Einstein Called Compound Interest Humanity's Greatest Invention

Legend attributes a famous quote to Albert Einstein: "Compound interest is the eighth wonder of the world. He who understands it, earns it; he who doesn't, pays it." Consider this mind-boggling dilemma: If an ancestor had invested just $\text{₹}1,000$ at a steady compound interest rate of $10\%$ per annum when the Mughal Emperor Akbar ruled India in 1600 CE (approx. 425 years ago), how much money would that be worth today? With Simple Interest, that $\text{₹}1,000$ would have grown to a modest $\text{₹}43,500$ ($1000 + 1000 \times 0.10 \times 425$). But with Compound Interest, where interest earns interest on itself year after year, that same $\text{₹}1,000$ would explode into an astronomical sum exceeding $\text{₹}1,000,000,000,000,000,000$ (One Quintillion Rupees!)—more than all the wealth currently existing on Earth! How does this exponential explosion work? Why does compounding half-yearly make you earn more than compounding yearly? Let us master the mathematical engine of global finance.

Why This Chapter Matters

Compound interest governs all modern banking, stock market compounding, retirement planning, mortgages, inflation calculations, and economic depreciation models.

Before You Begin (Prerequisites)

  • Simple Interest concepts: $I = \frac{PRT}{100}$, $A = P + I$.
  • Percentages, decimal arithmetic, and index laws ($a^n$).

What You Will Learn (Core Objectives)

  • Differentiate clearly between Simple Interest (linear growth) and Compound Interest (exponential growth).
  • Calculate CI and Amount step-by-step without using the formula for up to 3 conversion periods.
  • Apply the standard compounding formula $A = P(1 + r/100)^n$ across annual, semi-annual, and quarterly frequencies.
  • Handle problems with different interest rates for successive years and fractional years.
  • Calculate missing parameters ($P, R, T$) and evaluate the difference between CI and SI.
  • Model real-world exponential phenomena including population increase/decrease and asset depreciation.

Chapter Roadmap & Progression

1 1. Mechanism of Compounding: Step-b...
2 2. Compounding Frequencies and Conv...
3 3. Special Cases: Varying Rates, Fr...
4 4. Population Growth and Asset Depr...
5 5. Worked ICSE Problem Archetypes

Complete Concept Guide (100% Curriculum Coverage)

1. Mechanism of Compounding: Step-by-Step vs Formula

Computational Methodologies
A. Step-by-Step Method (Without Formula):

In this method, we treat each conversion period (usually 1 year or 6 months) as an independent simple interest calculation:

  • For Year 1: Principal = $P_1$. Interest $I_1 = \frac{P_1 \times R \times 1}{100}$. Amount at end of Year 1: $A_1 = P_1 + I_1$.
  • For Year 2: Principal $P_2 = A_1$. Interest $I_2 = \frac{P_2 \times R \times 1}{100}$. Amount at end of Year 2: $A_2 = P_2 + I_2$.
  • For Year 3: Principal $P_3 = A_2$. Interest $I_3 = \frac{P_3 \times R \times 1}{100}$. Amount at end of Year 3: $A_3 = P_3 + I_3$.
  • Total Compound Interest: $\text{CI} = I_1 + I_2 + I_3$ or $\text{CI} = A_3 - P_1$.
B. Derivation of the Standard Compound Interest Formula:

At the end of Year 1: $A_1 = P + \frac{PR}{100} = P\left(1 + \frac{R}{100}\right)$.

At the end of Year 2: $A_2 = P_2\left(1 + \frac{R}{100}\right) = \left[P\left(1 + \frac{R}{100}\right)\right]\left(1 + \frac{R}{100}\right) = P\left(1 + \frac{R}{100}\right)^2$.

By mathematical induction, at the end of $n$ periods:

$$\mathbf{A = P\left(1 + \frac{R}{100}\right)^n \quad \text{and} \quad \text{CI} = A - P = P\left[\left(1 + \frac{R}{100}\right)^n - 1\right]}$$

2. Compounding Frequencies and Conversion Rules

Conversion Frequencies

When interest is compounded more frequently than once a year, the nominal annual rate is divided by the compounding frequency, and the number of periods is multiplied accordingly:

Compounding FrequencyRate per Conversion Period ($r$)Number of Conversion Periods ($n$)Amount Formula
Compounded Annually$R\%$$T$ years$A = P\left(1 + \frac{R}{100}\right)^T$
Compounded Semi-Annually (Half-Yearly)$\frac{R}{2}\%$$2T$ half-years$A = P\left(1 + \frac{R/2}{100}\right)^{2T}$
Compounded Quarterly$\frac{R}{4}\%$$4T$ quarters$A = P\left(1 + \frac{R/4}{100}\right)^{4T}$

3. Special Cases: Varying Rates, Fractional Time, and Differences

Advanced Formulations
A. Rates Varying in Successive Years:

If the rates of interest are $R_1\%, R_2\%, R_3\%$ for the 1st, 2nd, and 3rd years respectively, then:

$$A = P\left(1 + \frac{R_1}{100}\right)\left(1 + \frac{R_2}{100}\right)\left(1 + \frac{R_3}{100}\right)$$
B. Fractional Time Period (e.g., $T = 2\frac{3}{4}\text{ years}$ compounded annually):
$$A = P\left(1 + \frac{R}{100}\right)^2 \times \left(1 + \frac{\frac{3}{4}R}{100}\right)$$
C. Difference Between Compound Interest and Simple Interest:
  • For 1 Year: If compounded annually, $(\text{CI} - \text{SI})_1 = 0$.
  • For 2 Years: $$(\text{CI} - \text{SI})_2 = P\left(\frac{R}{100}\right)^2$$
  • For 3 Years: $$(\text{CI} - \text{SI})_3 = P\left(\frac{R}{100}\right)^2 \left(3 + \frac{R}{100}\right)$$

4. Population Growth and Asset Depreciation

Real-World Mathematical Modeling
A. Population Growth (Appreciation):

If the present population is $P_0$ and it grows at a rate of $R\%$ per annum:

$$\text{Population after } n \text{ years: } P_n = P_0\left(1 + \frac{R}{100}\right)^n$$ $$\text{Population } n \text{ years ago: } P_0 = \frac{P_n}{\left(1 + \frac{R}{100}\right)^n}$$
B. Asset Depreciation:

Vehicles, machinery, and electronic gadgets lose value over time due to wear and tear. If the original cost is $C_0$ and the rate of depreciation is $R\%$ per annum:

$$\text{Depreciated Value after } n \text{ years: } V_n = C_0\left(1 - \frac{R}{100}\right)^n$$

5. Worked ICSE Problem Archetypes

Exemplary Solutions
Problem 1: Calculate the compound interest on $\text{₹}16,000$ for $1\frac{1}{2}$ years at $10\%$ per annum compounded half-yearly.

Solution:

Principal $P = \text{₹}16,000$.

Annual nominal rate $R = 10\% \implies$ Half-yearly rate $r = \frac{10}{2} = 5\%$.

Time $T = 1\frac{1}{2} = \frac{3}{2}\text{ years} \implies n = 2 \times \frac{3}{2} = 3\text{ half-years}$.

Using the compound amount formula:

$$A = P\left(1 + \frac{r}{100}\right)^n = 16000\left(1 + \frac{5}{100}\right)^3 = 16000\left(\frac{21}{20}\right)^3$$ $$A = 16000 \times \frac{9261}{8000} = 2 \times 9261 = \text{₹}18,522$$ $$\text{CI} = A - P = 18522 - 16000 = \mathbf{\text{₹}2,522}$$
Problem 2: The difference between CI and SI on a certain sum of money for $2$ years at $8\%$ per annum is $\text{₹}128$. Find the sum.

Solution:

Let the principal be $P$. Rate $R = 8\%$, Time $T = 2\text{ years}$.

Using the direct difference formula for 2 years:

$$\text{CI} - \text{SI} = P\left(\frac{R}{100}\right)^2$$ $$128 = P\left(\frac{8}{100}\right)^2 = P\left(\frac{2}{25}\right)^2 = P\left(\frac{4}{625}\right)$$ $$P = \frac{128 \times 625}{4} = 32 \times 625 = \mathbf{\text{₹}20,000}$$

Key Formulas, Identities & Theorems

Compound Amount Formula
$$A = P\left(1 + \frac{R}{100}\right)^n$$
n is the number of compounding periods.
Compound Interest
$$\text{CI} = A - P = P\left[\left(1 + \frac{R}{100}\right)^n - 1\right]$$
Total interest accumulated.
Semi-Annual Compounding
$$A = P\left(1 + \frac{R/2}{100}\right)^{2T}$$
Rate is halved, time in years is doubled.
Two-Year Difference (CI - SI)
$$(\text{CI} - \text{SI})_2 = P\left(\frac{R}{100}\right)^2$$
Valid strictly for 2 annual conversion periods.
Asset Depreciation
$$V = P\left(1 - \frac{R}{100}\right)^n$$
Minus sign represents decay/wear-and-tear.

Mathematics: Linear (SI) vs Exponential (CI) Growth Curves

Simple Interest (Linear) vs. Compound Interest (Exponential Growth) Accumulated Amount over Time (P = ₹10,000, R = 15%) Years (t) Amount (₹) 0 5 10 15 P SI: Linear CI: Exponential CI - SI Step-by-Step Capitalization of Interest Year 1: • Principal = P₁ = ₹10,000 • Interest = ₹1,000 ⇒ A₁ = ₹11,000 Year 2 (Interest Capitalized!): • New Principal = P₂ = ₹11,000 • Interest = ₹1,100 ⇒ A₂ = ₹12,100 Year 3: • New Principal = P₃ = ₹12,100 • Interest = ₹1,210 ⇒ A₃ = ₹13,310 • Total CI = ₹3,310 (vs SI = ₹3,000)

Chapter Summary & 10 Key Takeaways

Takeaway 1
Simple Interest remains linear because it is calculated exclusively on the original principal.
Takeaway 2
Compound Interest grows exponentially because accrued interest is converted into principal for each subsequent period.
Takeaway 3
The step-by-step method uses the simple interest formula I = PRT/100 iteratively for each period.
Takeaway 4
The standard compound amount formula is A = P(1 + R/100)^n, where n is the number of compounding periods.
Takeaway 5
When compounded semi-annually (half-yearly), rate becomes R/2 % and periods become 2T.
Takeaway 6
When compounded quarterly, rate becomes R/4 % and periods become 4T.
Takeaway 7
For varying rates in successive years, Amount = P(1 + R1/100)(1 + R2/100)(1 + R3/100).
Takeaway 8
For 2 years, the difference between CI and SI is given directly by (CI - SI) = P(R/100)^2.
Takeaway 9
Population growth follows positive compounding: Pn = P0(1 + R/100)^n.
Takeaway 10
Asset depreciation follows decay compounding: Vn = C0(1 - R/100)^n.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
Calculate the amount and compound interest on $\text{₹}25,000$ for $2$ years at $12\%$ per annum without using the formula (i.e., step-by-step).
Reveal Answer & Explanation
Answer:

• For Year 1:
Principal $P_1 = \text{₹}25,000$, Rate $R = 12\%$, Time $T = 1\text{ year}$.

$$I_1 = \frac{25000 \times 12 \times 1}{100} = \text{₹}3,000$$


Amount at end of Year 1: $A_1 = P_1 + I_1 = 25000 + 3000 = \text{₹}28,000$.
• For Year 2:
Principal $P_2 = A_1 = \text{₹}28,000$, Rate $R = 12\%$, Time $T = 1\text{ year}$.

$$I_2 = \frac{28000 \times 12 \times 1}{100} = \text{₹}3,360$$


Amount at end of Year 2: $A_2 = P_2 + I_2 = 28000 + 3360 = \mathbf{\text{₹}31,360}$.
• Total Compound Interest:

$$\text{CI} = I_1 + I_2 = 3000 + 3360 = \mathbf{\text{₹}6,360} \quad (\text{or } A_2 - P_1 = 31360 - 25000 = \text{₹}6,360)$$


Calculate I1 on 25000, add to get P2 = 28000, then calculate I2 on 28000.
2
A sum of $\text{₹}64,000$ earns compound interest of $\text{₹}10,088$ in $1\frac{1}{2}$ years when compounded semi-annually. Find the nominal annual rate of interest.
Reveal Answer & Explanation
Answer: • Given: $P = \text{₹}64,000$, $\text{CI} = \text{₹}10,088$.
$$\text{Amount } A = P + \text{CI} = 64000 + 10088 = \text{₹}74,088$$
• Time $T = 1\frac{1}{2}\text{ years} = \frac{3}{2}\text{ years} \implies n = 2 \times \frac{3}{2} = 3\text{ half-years}$.
• Let the half-yearly rate be $r\%$ (where $r = \frac{R}{2}$):
$$A = P\left(1 + \frac{r}{100}\right)^n \implies 74088 = 64000\left(1 + \frac{r}{100}\right)^3$$
$$\left(1 + \frac{r}{100}\right)^3 = \frac{74088}{64000} = \frac{9261}{8000}$$
• Taking cube roots on both sides:
$$1 + \frac{r}{100} = \sqrt[3]{\frac{9261}{8000}} = \frac{21}{20}$$
$$\frac{r}{100} = \frac{21}{20} - 1 = \frac{1}{20} \implies r = \frac{100}{20} = 5\% \text{ per half-year}$$
• Annual nominal rate: $R = 2 \times r = 2 \times 5 = \mathbf{10\% \text{ per annum}}$.
Find Amount A = 74088. Set (1 + r/100)^3 = 74088/64000 = 9261/8000 = (21/20)^3.
3
On what sum of money will the difference between simple interest and compound interest for $2$ years at $5\%$ per annum be equal to $\text{₹}15$?
Reveal Answer & Explanation
Answer: • Given: Difference $(\text{CI} - \text{SI}) = \text{₹}15$, Rate $R = 5\%$, Time $T = 2\text{ years}$.
• Using the two-year difference formula:
$$\text{CI} - \text{SI} = P\left(\frac{R}{100}\right)^2$$
$$15 = P\left(\frac{5}{100}\right)^2 = P\left(\frac{1}{20}\right)^2 = P \times \frac{1}{400}$$
$$P = 15 \times 400 = \mathbf{\text{₹}6,000}$$
Use (CI - SI) = P(R/100)^2 with R = 5 and difference = 15.
4
Find the compound amount on $\text{₹}10,000$ for $3$ years if the rates of interest for the successive years are $4\%$, $5\%$, and $6\%$ respectively.
Reveal Answer & Explanation
Answer: • When rates differ for consecutive years:
$$A = P\left(1 + \frac{R_1}{100}\right)\left(1 + \frac{R_2}{100}\right)\left(1 + \frac{R_3}{100}\right)$$
• Substitute $P = 10,000, R_1 = 4, R_2 = 5, R_3 = 6$:
$$A = 10000 \times \left(1 + \frac{4}{100}\right) \times \left(1 + \frac{5}{100}\right) \times \left(1 + \frac{6}{100}\right)$$
$$A = 10000 \times \frac{26}{25} \times \frac{21}{20} \times \frac{53}{50}$$
$$A = 10000 \times \frac{26 \times 21 \times 53}{25000} = \frac{2}{5} \times 28938 = \mathbf{\text{₹}11,575.20}$$
Multiply P by (104/100) * (105/100) * (106/100).
5
A sum of money invested at compound interest amounts to $\text{₹}4,840$ in $2$ years and to $\text{₹}5,324$ in $3$ years. Find the rate of interest and the principal sum.
Reveal Answer & Explanation
Answer: • Let the principal be $P$ and rate be $R\%$.
Amount after 2 years: $A_2 = P(1 + R/100)^2 = 4840$   --- (1)
Amount after 3 years: $A_3 = P(1 + R/100)^3 = 5324$   --- (2)
• In compound interest, the difference between the amounts of two consecutive years is the simple interest on the amount of the earlier year for 1 year:
$$\text{Interest for the 3rd year} = 5324 - 4840 = \text{₹}484$$
• This $\text{₹}484$ is earned on a principal of $\text{₹}4,840$ in $1\text{ year}$:
$$I = \frac{P_2 \times R \times 1}{100} \implies 484 = \frac{4840 \times R \times 1}{100}$$
$$R = \frac{484 \times 100}{4840} = \mathbf{10\% \text{ per annum}}$$
• Now substitute $R = 10\%$ into Equation 1 to find $P$:
$$4840 = P\left(1 + \frac{10}{100}\right)^2 = P\left(\frac{11}{10}\right)^2 = P \times \frac{121}{100}$$
$$P = \frac{4840 \times 100}{121} = 40 \times 100 = \mathbf{\text{₹}4,000}$$
The interest of 484 earned in year 3 is on principal 4840. R = (484*100)/4840 = 10%.
6
A factory machine was purchased for $\text{₹}80,000$. If its value depreciates at the rate of $10\%$ per annum, find its scrap value after $3$ years.
Reveal Answer & Explanation
Answer: • Original cost $C_0 = \text{₹}80,000$, Rate of depreciation $R = 10\%$, Time $n = 3\text{ years}$.
• Using the depreciation formula:
$$V_n = C_0\left(1 - \frac{R}{100}\right)^n$$
$$V_3 = 80000\left(1 - \frac{10}{100}\right)^3 = 80000\left(\frac{9}{10}\right)^3 = 80000 \times \frac{729}{1000}$$
$$V_3 = 80 \times 729 = \mathbf{\text{₹}58,320}$$
Depreciation uses (1 - R/100)^n. Calculate 80000 * (0.9)^3.
7
The population of a town increases by $5\%$ during the first year and decreases by $4\%$ during the second year due to an epidemic. If the present population is $95,000$, find the population after $2$ years.
Reveal Answer & Explanation
Answer: • Present population $P_0 = 95,000$.
• Rate for Year 1: $R_1 = +5\%$.
• Rate for Year 2: $R_2 = -4\%$.
• Population after 2 years:
$$P_2 = P_0\left(1 + \frac{R_1}{100}\right)\left(1 - \frac{R_2}{100}\right)$$
$$P_2 = 95000 \times \left(1 + \frac{5}{100}\right) \times \left(1 - \frac{4}{100}\right)$$
$$P_2 = 95000 \times \frac{21}{20} \times \frac{24}{25} = 95000 \times \frac{504}{500} = 190 \times 504 = \mathbf{95,760}$$
Multiply initial population by (1 + 5/100) * (1 - 4/100).
8
At what annual rate per cent compounded annually will $\text{₹}2,000$ amount to $\text{₹}2,662$ in $3$ years?
Reveal Answer & Explanation
Answer: • Given: $P = \text{₹}2,000$, $A = \text{₹}2,662$, $n = 3\text{ years}$.
$$A = P\left(1 + \frac{R}{100}\right)^n \implies 2662 = 2000\left(1 + \frac{R}{100}\right)^3$$
$$\left(1 + \frac{R}{100}\right)^3 = \frac{2662}{2000} = \frac{1331}{1000}$$
• Taking cube roots on both sides:
$$1 + \frac{R}{100} = \sqrt[3]{\frac{1331}{1000}} = \frac{11}{10}$$
$$\frac{R}{100} = \frac{11}{10} - 1 = \frac{1}{10} \implies R = \mathbf{10\% \text{ per annum}}$$
Ratio A/P = 2662/2000 = 1331/1000 = (11/10)^3.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.