9.1 Simple & Compound Interest Mechanics

Key Takeaways

  • Simple Interest accrues strictly on the initial principal (SI = PRT/100), whereas Compound Interest reinvests accumulated periodic interest into the principal base (A = P(1 + R/100)^T).
  • Compounding periodicity requires mathematical adjustments: for semi-annual compounding the nominal annual rate is halved and compounding periods double (R/2, 2T); for quarterly compounding the rate is quartered and periods quadruple (R/4, 4T).
  • The difference between CI and SI for 2 years equals P(R/100)^2, while for 3 years the difference expands to P(R/100)^2 * ((300 + R)/100), enabling direct arithmetic calculation without binomial expansion.
  • The Tree Method decomposes compound interest into distinct linear layers (principal interest A, second-tier interest B, and third-tier interest C), simplifying 3-year exam problems within 45-second operational windows.
  • Equal annual loan installments under compound interest discount future cash outflows to present value: P = X/(1 + R/100) + X/(1 + R/100)^2 + ... + X/(1 + R/100)^n.
Last updated: September 2026

9.1 Simple & Compound Interest Mechanics

Interest computation forms the computational backbone of commercial banking. As an SBI Junior Associate handling retail deposits, Fixed Deposits (FDs), Recurring Deposits (RDs), personal loans, and Kisan Credit Cards (KCC), understanding how capital multiplies over time is both an operational necessity and a vital quantitative skill. In the SBI Clerk Preliminary and Main Examinations, interest arithmetic accounts for 2 to 4 direct questions in the Numerical Ability/Quantitative Aptitude section, while frequently underpinning complex Data Interpretation (DI) caselet sets.


1. Simple Interest (SI) Mathematical Foundations

Simple Interest represents linear capital growth where the compensation for lending money is calculated exclusively on the original sum borrowed or deposited (the principal) throughout the entire financial tenure.

The Core Formula

SI=P×R×T100SI = \frac{P \times R \times T}{100}

Total Maturity Amount (A)=P+SI=P(1+R×T100)\text{Total Maturity Amount } (A) = P + SI = P \left(1 + \frac{R \times T}{100}\right)

Where:

  • $P = \text{Principal sum (in Rupees)}$
  • $R = \text{Nominal annual rate of interest (in %)}$
  • $T = \text{Tenure (in years)}$

Critical Exam Shortcuts for Simple Interest

  1. The $n$-Fold Capital Multiplier Rule:
    If a principal sum triples, quadruples, or becomes $n$ times itself in $T$ years under simple interest, the interest accumulated is $SI = (n - 1)P$. Equating this to the core formula yields: (n1)P=P×R×T100    R=(n1)×100TandT=(n1)×100R(n - 1)P = \frac{P \times R \times T}{100} \implies R = \frac{(n - 1) \times 100}{T} \quad \text{and} \quad T = \frac{(n - 1) \times 100}{R} SBI Clerk Application: If a deposit doubles itself in 8 years, the simple interest rate is $R = \frac{(2 - 1) \times 100}{8} = 12.5%\text{ per annum}$.

  2. Comparative Multi-Period Growth Ratio:
    If a sum becomes $n_1$ times itself in $T_1$ years and $n_2$ times itself in $T_2$ years at the same simple rate of interest: T1T2=n11n21\frac{T_1}{T_2} = \frac{n_1 - 1}{n_2 - 1}

  3. Variable Interest Rate Schedules:
    When an agricultural loan or retail facility carries tiered interest rates ($R_1%$ for first $T_1$ years, $R_2%$ for next $T_2$ years, and $R_3%$ thereafter): SI=P×(R1T1+R2T2+R3T3)100SI = \frac{P \times (R_1 T_1 + R_2 T_2 + R_3 T_3)}{100}


2. Compound Interest (CI) & Compounding Periodicities

Unlike simple interest, Compound Interest capitalizes accrued interest at the close of every predetermined conversion period. Interest earned in cycle 1 joins the principal base, generating "interest on interest" across subsequent cycles.

The Standard Annual Compounding Formula

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

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

Periodicity Adjustment Matrix

Commercial banks compound interest at frequencies higher than once per year (for example, many banks compound term-deposit interest quarterly). For a nominal annual interest rate $R%$ over $T$ years compounded $k$ times per year:

Adjusted Rate per Cycle (R)=Rk%,Total Compounding Cycles (n)=k×T\text{Adjusted Rate per Cycle } (R') = \frac{R}{k} \%, \qquad \text{Total Compounding Cycles } (n) = k \times T

Compounding FrequencyFrequency Factor ($k$)Periodic Rate ($R'$)Number of Cycles ($n$)Compound Amount Formula ($A$)
Annually$k = 1$$R$$T$$P\left(1 + \frac{R}{100}\right)^T$
Semi-Annually (Half-Yearly)$k = 2$$\frac{R}{2}$$2T$$P\left(1 + \frac{R/2}{100}\right)^{2T}$
Quarterly$k = 4$$\frac{R}{4}$$4T$$P\left(1 + \frac{R/4}{100}\right)^{4T}$
Monthly$k = 12$$\frac{R}{12}$$12T$$P\left(1 + \frac{R/12}{100}\right)^{12T}$

Effective Annual Rate (EAR)

Due to intermediate capitalization, compounding more frequently than annually yields an effective return higher than the stated nominal rate:

EAR=(1+R100k)k1EAR = \left(1 + \frac{R}{100k}\right)^k - 1

Numerical Illustration: A fixed deposit offering $12%$ per annum compounded quarterly ($k = 4, R' = 3%$) delivers an effective annual yield of: EAR=(1+0.03)41=1.12550881=12.55%EAR = (1 + 0.03)^4 - 1 = 1.1255088 - 1 = 12.55\%


3. The CI vs SI Difference Formulas

A hallmark question type in SBI Clerk examinations requires determining the principal or interest rate from the difference ($D = CI - SI$) over 2 or 3 years.

Two-Year Difference ($D_2$)

In Year 1, Simple Interest and Compound Interest are identical ($SI_1 = CI_1 = \frac{PR}{100}$). In Year 2, compound interest earns interest on Year 1's interest:

D2=CI2SI2=P(R100)2D_2 = CI_2 - SI_2 = P \left(\frac{R}{100}\right)^2

Three-Year Difference ($D_3$)

Extending the derivation across three annual cycles:

D3=CI3SI3=P(R100)2×(300+R100)D_3 = CI_3 - SI_3 = P \left(\frac{R}{100}\right)^2 \times \left(\frac{300 + R}{100}\right)

Direct Link Between D3 and D2:D3=D2×(3+R100)\text{Direct Link Between } D_3 \text{ and } D_2: \quad D_3 = D_2 \times \left(3 + \frac{R}{100}\right)

Summary Table of Differences

TenureDifference Formula ($D = CI - SI$)Ratio Representation ($D / P$)Rapid Elimination Key
2 Years$D_2 = P\left(\frac{R}{100}\right)^2$$\frac{D_2}{P} = \left(\frac{R}{100}\right)^2$$P = \frac{D_2}{(R/100)^2}$
3 Years$D_3 = P\left(\frac{R}{100}\right)^2 \left(\frac{300+R}{100}\right)$$\frac{D_3}{D_2} = 3 + \frac{R}{100}$$\frac{D_3}{D_2} - 3 = \frac{R}{100}$

[!TIP] Speed Technique for Rate Determination: If an exam question provides both $D_2$ and $D_3$ on the same principal, calculate the annual interest rate directly without solving for $P$: R=(D3D23)×100R = \left(\frac{D_3}{D_2} - 3\right) \times 100 For example, if $D_2 = \text{Rs. 40}$ and $D_3 = \text{Rs. 122}$, then $\frac{D_3}{D_2} = \frac{122}{40} = 3.05$. Therefore, $R = (3.05 - 3) \times 100 = 5%$.


4. The Tree Method for Compound Interest

Binomial expansions of $P(1 + R/100)^3$ create time-consuming multi-digit decimal multiplications during competitive exams. The Tree Method breaks compound interest down into transparent structural tiers:

  1. Let $A = \text{Interest on initial Principal } P = P \times \frac{R}{100}$
  2. Let $B = \text{Interest on tier } A = A \times \frac{R}{100} = P \left(\frac{R}{100}\right)^2$
  3. Let $C = \text{Interest on tier } B = B \times \frac{R}{100} = P \left(\frac{R}{100}\right)^3$

Tree Distribution Across 3 Years

  • Year 1: Earns $A$
  • Year 2: Earns $A$ (on principal) $+ B$ (on Year 1's $A$)
  • Year 3: Earns $A$ (on principal) $+ 2B$ (on previous two $A$'s) $+ C$ (on Year 2's $B$)

Aggregate Quantities via Tree Method

  • Total Simple Interest ($SI_3$): $3A$
  • Total Compound Interest ($CI_3$): $3A + 3B + C$
  • Difference ($CI_3 - SI_3$): $3B + C$
  • Difference for 2 Years ($CI_2 - SI_2$): $B$

Worked Tree Example: Find the CI on Rs. 20,000 for 3 years at $10%$ per annum.

  • $A = 20,000 \times 10% = \text{Rs. } 2,000$
  • $B = 2,000 \times 10% = \text{Rs. } 200$
  • $C = 200 \times 10% = \text{Rs. } 20$
  • Total $CI_3 = 3(2,000) + 3(200) + 20 = 6,000 + 600 + 20 = \mathbf{\text{Rs. } 6,620}$.
  • Total $SI_3 = 3(2,000) = \text{Rs. } 6,000$.
  • $D_3 = 3B + C = 3(200) + 20 = \text{Rs. } 620$.

5. Loan Amortization and Equated Installments

In retail asset banking, borrowers repay term loans (auto loans, personal loans, home renovation facilities) through equated installments under compound interest. Each installment repays a portion of the principal along with the accrued periodic interest.

Compound Interest Annual Installment Formula

When a loan of principal $P$ is repaid in $n$ equal annual installments of amount $X$ each at an annual compound rate $R%$, the present value of all future installment outflows must equal the original principal borrowed:

P=X(1+R100)+X(1+R100)2+X(1+R100)3++X(1+R100)nP = \frac{X}{\left(1 + \frac{R}{100}\right)} + \frac{X}{\left(1 + \frac{R}{100}\right)^2} + \frac{X}{\left(1 + \frac{R}{100}\right)^3} + \dots + \frac{X}{\left(1 + \frac{R}{100}\right)^n}

For a two-installment loan ($n = 2$):

P=X[1(1+R100)+1(1+R100)2]=X[100100+R+(100100+R)2]P = X \left[\frac{1}{\left(1 + \frac{R}{100}\right)} + \frac{1}{\left(1 + \frac{R}{100}\right)^2}\right] = X \left[\frac{100}{100 + R} + \left(\frac{100}{100 + R}\right)^2\right]

Step-by-Step Worked Banking Amortization Example

Problem: A retail customer takes a personal loan of Rs. 42,000 at $10%$ per annum compounded annually and agrees to repay it in two equal annual installments. Calculate the value of each installment.

  1. Establish the Compounding Factor:
    $1 + \frac{R}{100} = 1 + \frac{10}{100} = \frac{11}{10}$.
  2. Formulate the Discounted Sum:
    42,000=X11/10+X(11/10)2=X(1011+100121)42,000 = \frac{X}{11/10} + \frac{X}{(11/10)^2} = X \left(\frac{10}{11} + \frac{100}{121}\right)
  3. Equalize Denominators:
    1011+100121=110+100121=210121\frac{10}{11} + \frac{100}{121} = \frac{110 + 100}{121} = \frac{210}{121}
  4. Solve for Installment $X$:
    X=42,000×121210=200×121=Rs. 24,200X = 42,000 \times \frac{121}{210} = 200 \times 121 = \text{Rs. } 24,200
  5. Verify With a Repayment Schedule: Year 1 interest is Rs. 4,200, so the balance before the first installment is Rs. 46,200; paying Rs. 24,200 leaves Rs. 22,000. Year 2 interest is Rs. 2,200, taking the balance to Rs. 24,200, which the second installment clears exactly.

[!WARNING] Simple Interest vs Compound Interest Installment Trap:
Under Simple Interest, installments do not use discounting. The borrower pays interest on installments remaining unpaid: $P + \frac{P \times R \times T}{100} = nX + \frac{X \times R \times (n-1)n}{200}$. Always check the examination prompt carefully to confirm whether installments are governed by simple or compound interest.

Loading diagram...
3-Year Compound Interest Tree Architecture
Test Your Knowledge

A sum of money invested at compound interest amounts to Rs. 28,800 at the end of 2 years and to Rs. 34,560 at the end of 3 years with annual compounding. What is the principal sum invested?

A
B
C
D
Test Your Knowledge

The difference between compound interest (compounded annually) and simple interest on a certain principal sum for 3 years at 10% per annum is Rs. 930. What is the value of the principal sum?

A
B
C
D
Test Your Knowledge

An individual borrows Rs. 25,500 from a bank at an interest rate of 4% per annum compounded annually. If the loan is to be cleared in two equal annual installments, what is the value of each installment?

A
B
C
D