Complete Guide to Compound Interest Formulas: Every Formula You Need for Exams
What is Compound Interest?
Compound interest is the interest calculated on both the initial principal and the accumulated interest from previous periods. Think of it as "interest on interest."
Why it matters
Banks use compound interest for savings accounts and fixed deposits. Loans and credit cards also work on compound interest. Understanding CI helps you make smarter money decisions.
Difference from simple interest
Simple interest remains constant each year. Compound interest grows exponentially because each period's interest becomes part of the principal for the next calculation.
Simple Interest vs Compound Interest
Before diving into compound interest formulas, understanding the difference helps clarify why CI is more powerful.
Simple Interest (SI):
- Calculated only on the principal amount
- Remains the same every year
- Formula: SI = (P × R × T) / 100
Compound Interest (CI):
- Calculated on principal plus accumulated interest
- Grows exponentially over time
- Formula: A = P(1 + R/100)^T
Example comparison: ₹10,000 at 10% for 3 years:
- Simple Interest: ₹3,000 (₹1,000 each year)
- Compound Interest: ₹3,310 (grows each year)
The ₹310 difference comes from earning interest on previously earned interest.
Complete List of Compound Interest Formulas
Master Formula Table
| Formula Name | Formula | Explanation | Variables | Example Use Case |
|---|---|---|---|---|
| Amount (Annual) | A = P(1 + R/100)^T | Total amount after compound interest | P=Principal, R=Rate%, T=Time in years | Finding final value of fixed deposit |
| Compound Interest | CI = A - P or CI = P[(1 + R/100)^T - 1] | Interest earned over time | P=Principal, R=Rate%, T=Time, A=Amount | Calculating only the interest earned |
| Half-Yearly Compounding | A = P(1 + R/200)^2T | Interest compounded twice a year | T=Time in years, rate divided by 2, time multiplied by 2 | Bank FDs with semi-annual compounding |
| Quarterly Compounding | A = P(1 + R/400)^4T | Interest compounded four times a year | T=Time in years, rate divided by 4, time multiplied by 4 | Most credit card calculations |
| Monthly Compounding | A = P(1 + R/1200)^12T | Interest compounded twelve times a year | T=Time in years, rate divided by 12, time multiplied by 12 | Personal loans, EMI calculations |
| Daily Compounding | A = P(1 + R/36500)^365T | Interest compounded every day | T=Time in years, rate divided by 365, time multiplied by 365 | Savings accounts with daily compounding |
| General Compounding Formula | A = P(1 + R/(100n))^nT | For any compounding frequency | n=number of times interest compounds per year | Universal formula for all cases |
| Principal Calculation | P = A / (1 + R/100)^T | Finding initial investment needed | A=Target amount, R=Rate%, T=Time | Planning for future goals |
| Rate Calculation | R = 100[(A/P)^(1/T) - 1] | Finding interest rate | A=Final amount, P=Principal, T=Time | Comparing investment returns |
| Time Calculation | T = log(A/P) / log(1 + R/100) | Finding time period needed | A=Amount, P=Principal, R=Rate% | Calculating investment duration |
| Difference between CI & SI | CI - SI = P(R/100)^2[1 + (3(T-2)R)/100] for 2 years | Quick difference calculation | Only valid for 2 years | Exam shortcut formula |
| Population Growth | P = P₀(1 + R/100)^T | Population/depreciation using CI concept | P₀=Initial population, R=Growth rate | Real-world CI applications |
Compound Interest Formula Variations by Time Period
The compounding frequency dramatically affects the final amount. Here's how the formula changes:
Annual Compounding
Formula: A = P(1 + R/100)^T
When to use: Standard bank FDs, most textbook problems
Example: ₹20,000 at 8% for 3 years = ₹20,000(1 + 8/100)³ = ₹25,194.24
Half-Yearly (Semi-Annual) Compounding
Formula: A = P(1 + R/200)^2T
Logic: Rate becomes R/2, time becomes 2T (two periods per year)
Example: ₹15,000 at 12% for 1.5 years compounded half-yearly = ₹15,000(1 + 12/200)^(2×1.5) = ₹15,000(1.06)³ = ₹17,865.24
Quarterly Compounding
Formula: A = P(1 + R/400)^4T
Logic: Rate becomes R/4, time becomes 4T (four periods per year)
Example: ₹50,000 at 16% for 1 year compounded quarterly = ₹50,000(1 + 16/400)⁴ = ₹50,000(1.04)⁴ = ₹58,492.93
Monthly Compounding
Formula: A = P(1 + R/1200)^12T
Logic: Rate becomes R/12, time becomes 12T (twelve periods per year)
Common in: Personal loans, car loans, home loans
Memory Trick for Compounding Periods
Remember: Divide rate, multiply time
- Half-yearly: ÷2 rate, ×2 time
- Quarterly: ÷4 rate, ×4 time
- Monthly: ÷12 rate, ×12 time
Compound Interest Formula in Excel
Excel makes CI calculations instant. Here are the exact formulas to use:
Method 1: Using FV Function (Recommended)
Formula:=FV(rate, nper, pmt, pv, type)
For CI calculation:=FV(R/100, T, 0, -P)
Example: For ₹10,000 at 10% for 5 years
=FV(10/100, 5, 0, -10000)
Result: ₹16,105.10
Method 2: Direct Formula
Formula:=P*(1+R/100)^T
Example:=10000*(1+10/100)^5
Method 3: For Quarterly/Monthly Compounding
Quarterly:=P*(1+R/400)^(4*T)
Monthly:=P*(1+R/1200)^(12*T)
Calculating Only Interest in Excel
Formula:=FV(R/100, T, 0, -P) - P
Or simply:=P*((1+R/100)^T - 1)
Excel Table Setup Example
| Principal | Rate (%) | Time (Years) | Amount | Interest |
|---|---|---|---|---|
| 10000 | 10 | 5 | =B2*(1+C2/100)^D2 | =E2-B2 |
Step-by-Step Solved Examples
Example 1: Basic Annual Compounding (Class 8 Level)
Question: Find the compound interest on ₹8,000 at 5% per annum for 2 years.
Solution:
- Given: P = ₹8,000, R = 5%, T = 2 years
- Formula: A = P(1 + R/100)^T
- A = 8000(1 + 5/100)²
- A = 8000(1.05)²
- A = 8000 × 1.1025
- A = ₹8,820
Compound Interest = A - P = 8,820 - 8,000 = ₹820
Example 2: Quarterly Compounding
Question: Calculate the amount on ₹12,000 at 8% per annum compounded quarterly for 1.5 years.
Solution:
- Given: P = ₹12,000, R = 8%, T = 1.5 years
- Formula: A = P(1 + R/400)^4T
- A = 12000(1 + 8/400)^(4×1.5)
- A = 12000(1.02)⁶
- A = 12000 × 1.1262
- A = ₹13,514.40
Compound Interest = ₹13,514.40 - ₹12,000 = ₹1,514.40
Example 3: Finding Principal (Reverse Calculation)
Question: What sum will become ₹4,913 in 3 years at 10% per annum compound interest?
Solution:
- Given: A = ₹4,913, R = 10%, T = 3 years
- Formula: P = A / (1 + R/100)^T
- P = 4913 / (1.10)³
- P = 4913 / 1.331
- P = ₹3,690
Answer: ₹3,690
Example 4: Different Rates for Different Years
Question: Find CI on ₹10,000 for 3 years at 10% for first year, 12% for second year, and 15% for third year.
Solution: When rates differ, apply each rate sequentially:
- After 1st year: 10000(1.10) = ₹11,000
- After 2nd year: 11000(1.12) = ₹12,320
- After 3rd year: 12320(1.15) = ₹14,168
Compound Interest = ₹14,168 - ₹10,000 = ₹4,168
Example 5: Time in Months
Question: Find the amount on ₹20,000 at 10% per annum for 9 months compounded quarterly.
Solution:
- 9 months = 3 quarters = 3/4 year
- Rate per quarter = 10/4 = 2.5%
- Number of quarters = 3
- A = 20000(1 + 2.5/100)³
- A = 20000(1.025)³
- A = 20000 × 1.0769
- A = ₹21,538
Common Mistakes Students Make
Mistake 1: Forgetting to Convert Time
Wrong: Using T = 18 months directly
Right: Convert to years: T = 18/12 = 1.5 years
Mistake 2: Not Adjusting Rate for Compounding Frequency
Wrong: Using 12% for quarterly compounding
Right: Divide by 4 → Use 3% per quarter
Mistake 3: Calculating Interest Instead of Amount
Wrong: Stopping at CI calculation when amount is asked
Right: Remember A = P + CI, give the total amount
Mistake 4: Using Simple Interest Formula
Wrong: CI = (P × R × T) / 100
Right: CI = P[(1 + R/100)^T - 1]
Mistake 5: Wrong Bracket Calculation
Wrong: 10000 × 1 + 10/100^2
Right: 10000 × (1 + 10/100)^2 — Always use brackets
Mistake 6: Decimal Errors in Rate
Wrong: Writing 10% as 10 in formula
Right: Write as 0.10 or use R/100 in formula
Tips and Memory Tricks
Trick 1: Quick 2-Year CI
For 2 years only: CI = P × R/100 × (2 + R/100)
Example: ₹5,000 at 10% for 2 years CI = 5000 × 10/100 × (2 + 10/100) = 500 × 2.1 = ₹1,050
Trick 2: Difference Between CI and SI for 2 Years
Formula: CI - SI = P(R/100)²
Example: P = ₹10,000, R = 10% Difference = 10000 × (10/100)² = 10000 × 0.01 = ₹100
Trick 3: Rule of 72
To find years to double money: Time ≈ 72/Rate
At 12% rate: 72/12 = 6 years to double
Trick 4: Remember Compounding Adjustments
Pneumonic: "DIVIDE RATE, MULTIPLY TIME"
- Quarterly: R/4 and T×4
- Monthly: R/12 and T×12
Trick 5: Calculator Sequence
For (1.05)³: Press 1.05 × × = = (press = as many times as needed minus one)
Frequently Asked Questions about Compound Interest Formulas
Q. What is the compound interest formula?
The compound interest formula is A = P(1 + R/100)^T, where A is the amount, P is principal, R is rate per annum, and T is time in years. The compound interest itself is CI = A - P.
Q. What is the formula of compound interest for Class 8?
Class 8 uses the basic annual compounding formula: A = P(1 + R/100)^T and CI = A - P. Students learn to calculate amount first, then subtract principal to get compound interest earned.
Q. What is the quarterly compound interest formula?
For quarterly compounding, use A = P(1 + R/400)^4T. Divide the annual rate by 4 and multiply time by 4 since interest compounds four times per year instead of once.
Q. How to calculate compound interest in Excel?
Use the FV function: =FV(rate/100, time, 0, -principal). For example, =FV(10/100, 5, 0, -10000) calculates the amount on ₹10,000 at 10% for 5 years. Subtract principal to get interest.
Q. What is the difference between simple and compound interest formulas?
Simple interest uses SI = (P×R×T)/100 and stays constant. Compound interest uses A = P(1+R/100)^T and grows exponentially because interest is calculated on accumulated amount each period.
Q. How to find principal when amount and rate are given?
Use the reverse formula: P = A / (1 + R/100)^T. Divide the final amount by the growth factor to find the initial principal amount invested.
Q. What is the formula for monthly compounding?
For monthly compounding, use A = P(1 + R/1200)^12T. Divide annual rate by 12 and multiply time by 12 since interest compounds twelve times per year in this case.
Q. How to calculate compound interest for different rates each year?
Apply each year's rate sequentially. For year 1 rate R₁ and year 2 rate R₂: A = P(1+R₁/100)(1+R₂/100). Multiply principal by each year's growth factor in order.
Conclusion
Mastering compound interest formulas opens doors to understanding real-world finance, from savings accounts to loans. Remember the core formula A = P(1 + R/100)^T and adjust it for different compounding periods by dividing the rate and multiplying the time.
The key difference from simple interest is exponential growth your money earns interest on interest. Whether you're solving Class 8 textbook problems or preparing for competitive exams, practice with different compounding frequencies until the pattern becomes second nature.
Keep this formula sheet handy during revision. Work through examples daily. Most importantly, understand the logic behind each formula rather than just memorizing it. Compound interest isn't just math it's the foundation of smart financial planning.
You've got this. One formula at a time, one problem at a time. Your exam success starts with clarity, and now you have all the tools you need.