Understand how banks calculate interest and master the formulas that make SI vs CI comparison questions trivial.
You deposit ₹10,000 in a bank. After a year, you get ₹10,800 back. The extra ₹800 is the interest — the bank's payment for using your money.
There are two ways banks can calculate this interest:
This difference seems small at first, but over years, it creates a massive gap — which is exactly why this topic appears in CAT every year.
SI/CI questions appear 2–4 times in CAT. They also appear in Data Interpretation sets involving financial data. More importantly, understanding this topic gives you real-life financial literacy.
SI = (P × R × T) / 100
Where:
Amount (A) = P + SI = P(1 + RT/100)
A = P(1 + R/100)^T
CI = A - P = P[(1 + R/100)^T - 1]
When compounded half-yearly: A = P(1 + R/200)^(2T)
When compounded quarterly: A = P(1 + R/400)^(4T)
For the same P, R, T:
CI is always greater than SI (for T > 1 year and R > 0).
| Year | SI (P=1000, R=10%) | CI |
|---|---|---|
| 1 | 100 | 100 |
| 2 | 200 | 210 |
| 3 | 300 | 331 |
| 4 | 400 | 464.1 |
After 1 year: SI = CI. After 2+ years: CI > SI.
₹5000 at 8% for 3 years. Find SI and CI.
SI = 5000 × 8 × 3 / 100 = ₹1200
CI:
A = 5000 × (1.08)³ = 5000 × 1.259712 = ₹6298.56
CI = 6298.56 - 5000 = ₹1298.56
Difference = ₹98.56
For 2 years:
CI - SI = P × (R/100)²
For 3 years:
CI - SI = P(R/100)² × (R/100 + 3)
P = ₹10,000, R = 10%, T = 2 years.
CI - SI = 10000 × (10/100)² = 10000 × 0.01 = ₹100
This is faster than calculating CI and SI separately!
If SI for T years at R% is known:
R = (SI × 100) / (P × T)
Rule of 72: For compound interest, doubling time ≈ 72/R years.
At 8%: doubles in ≈ 9 years.
At 12%: doubles in ≈ 6 years.
For simple interest: doubles when RT = 100, so T = 100/R.
At what rate does ₹1500 become ₹2500 in 5 years (SI)?
SI = 2500 - 1500 = ₹1000
R = (1000 × 100) / (1500 × 5) = 100000/7500 = 13.33%
When interest is compounded more than once a year, the effective rate is higher than the stated rate.
Effective Rate = (1 + R/n)^n - 1
where n = compounding periods per year.
12% compounded monthly:
Effective rate = (1 + 0.12/12)^12 - 1 = (1.01)^12 - 1 ≈ 12.68%
This is why your credit card APR (compounded daily) is much more than the stated rate.
Equal installments: If x is paid each year for T years at rate R%:
Loan = x/(1+R/100) + x/(1+R/100)² + ... + x/(1+R/100)^T
(This is a geometric series.)
A sum is to be paid in 2 equal annual installments of ₹2,420 at 10% CI. Find the principal.
Let P = loan amount.
1st installment (at end of year 1): PV = 2420/1.1 = ₹2200
2nd installment (at end of year 2): PV = 2420/1.21 = ₹2000
Total principal = ₹4200
The same formula applies to population growth and depreciation:
Growth: A = P(1 + R/100)^T
Depreciation: A = P(1 - R/100)^T
A car bought for ₹8,00,000 depreciates at 15% annually. Value after 3 years?
A = 800000 × (0.85)³ = 800000 × 0.614 = ₹4,91,300 (approx.)
| Term | Meaning |
|---|---|
| Principal (P) | Original amount invested/borrowed |
| Rate (R) | Percentage interest per year |
| Time (T) | Duration in years |
| Amount (A) | P + Interest (total to repay) |
| Simple Interest | Interest on original principal only |
| Compound Interest | Interest on principal + accumulated interest |
| Compounding Period | How often interest is added (yearly, half-yearly, etc.) |
| Effective Annual Rate | True annual rate accounting for compounding |
Think of SI as stairs (same step height each time) and CI as escalator (speeds up as you go higher). Both start the same but CI always ends up higher for longer durations.
❌ Applying CI formula but forgetting to adjust for half-yearly/quarterly compounding.
❌ Confusing Amount with Interest: CI = A - P, not A.
❌ Using CI formula for depreciation without changing sign.
❌ Not reading "per annum" vs "per half-year" rates.
Simple Interest uses only the original principal — grows linearly. Compound Interest uses growing principal — grows exponentially. Key shortcuts: CI-SI = P(R/100)² for 2 years. Half-yearly: halve the rate, double the time. Depreciation uses 1-R/100 instead of 1+R/100. These formulas model everything from bank deposits to population growth.
Topics covered