Compound Interest Formula and Examples
Compound Interest Formula
The compound interest (CI) on a principal P after n years at an annual rate of interest r (in decimal
form) is calculated as:
A = P * (1 + r/n)^(nt)
Where:
- A = Total amount after t years
- P = Principal amount
- r = Annual interest rate (in decimal, i.e., divide the percentage by 100)
- n = Number of times interest is compounded per year
- t = Time in years
Compound Interest (CI) is then:
CI = A - P
Examples
Example 1: Annual Compounding
Problem: Find the compound interest on INR 10,000 for 3 years at an annual interest rate of 5%.
Solution:
Here, P = 10,000, r = 5/100 = 0.05, n = 1 (compounded annually), t = 3
A = P * (1 + r/n)^(nt)
= 10,000 * (1 + 0.05)^3
= 10,000 * (1.05)^3 = 10,000 * 1.157625 = 11,576.25
CI = A - P = 11,576.25 - 10,000 = 1,576.25
Answer: Compound Interest = INR 1,576.25
Example 2: Quarterly Compounding
Problem: Find the compound interest on INR 8,000 for 2 years at 8% per annum, compounded
quarterly.
Solution:
Here, P = 8,000, r = 8/100 = 0.08, n = 4 (compounded quarterly), t = 2
A = P * (1 + r/n)^(nt)
= 8,000 * (1 + 0.08/4)^(4*2)
= 8,000 * (1 + 0.02)^8
= 8,000 * (1.02)^8 = 8,000 * 1.171659 = 9,373.27
CI = A - P = 9,373.27 - 8,000 = 1,373.27
Answer: Compound Interest = INR 1,373.27