Simple and Compound Interest for UPSC CDS — Complete Study Guide

intermediate 22 min read

Concept

Interest is the cost of borrowing money — or the reward for lending it. Two fundamental models exist, and CDS exploits both:

Simple Interest (SI): The bank charges interest only on the original principal, every period. It grows linearly. If you borrow ₹10,000 at 10% per year, you pay ₹1,000 every year — no more, no less — regardless of how long the loan runs.

Compound Interest (CI): The bank charges interest on the principal plus all previously accumulated interest. It grows exponentially. That same ₹10,000 at 10% gives ₹1,000 in year one, but in year two it gives ₹1,100 because the base has grown to ₹11,000.

The useful analogy: Think of SI as a flat salary — ₹1,000 every month, same forever. Think of CI as a salary with an annual raise equal to your current pay — after a few years, the numbers look very different from the same starting point.

Where CDS actually tests you: the exam rarely asks a straight "find the SI" question. What it does — look at the 2023–2026 PYQs — is combine complications:

The underlying arithmetic is Class 10. The traps are in reading the problem carefully, converting rates and periods correctly for non-annual compounding, and not losing a decimal place under exam pressure. Nail the structure, not just the formula.


Deep Dive

Simple Interest — the Linear Model

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

A=P+SI=P(1+RT100)A = P + SI = P\left(1 + \frac{RT}{100}\right)

Where P = principal, R = rate per annum (%), T = time in years.

Critical extraction trick for SI: If a sum triples in T years, the amount A = 3P, so SI = 2P. Substitute directly:

2P=P×R×T100    RT=2002P = \frac{P \times R \times T}{100} \implies RT = 200

This gives you R if T is known, or T if R is known — no fractions, no formula rearrangement under pressure.

Generalising: if a sum becomes n times in T₁ years, and you want how many years to become m times:

n1T1=m1T2\frac{n-1}{T_1} = \frac{m-1}{T_2}

(Because the annual interest rate is fixed, so interest per year = (n-1)P / T₁. Set equal to (m-1)P / T₂.)

Compound Interest — the Exponential Model

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

CI=APCI = A - P

Where n = number of compounding periods (not necessarily years).

Non-annual compounding — this is where most CDS mistakes happen:

| Compounding | Rate per period | Number of periods for T years | |---|---|---| | Annually | R% | T | | Half-yearly | R/2 % | 2T | | Quarterly | R/4 % | 4T | | Monthly | R/12 % | 12T |

Look — when the problem says "12% compounded quarterly for 9 months", you do NOT use 12% for 0.75 years. You use 3% per quarter for 3 quarters. These are different calculations and give different answers.

The Doubling / N-tupling Problem

"In how many years does a sum double at 20% CI?" — you need:

(1.2)n>2(1.2)^n > 2

For small cases, just iterate: 1.2¹ = 1.2, 1.2² = 1.44, 1.2³ = 1.728, 1.2⁴ = 2.0736. Done — n = 4.

For large targets ("100 times"), iteration is impossible in the exam hall. Use logarithms:

n>log(target)log(1+R/100)n > \frac{\log(\text{target})}{\log(1 + R/100)}

The exam will give you log 2 and log 3 values. Here's how to build log 1.2:

log1.2=log1210=log12log10=log(4×3)1=2log2+log31\log 1.2 = \log\frac{12}{10} = \log 12 - \log 10 = \log(4 \times 3) - 1 = 2\log 2 + \log 3 - 1

Substitute given values. This breakdown — log(fraction) = log(numerator) - log(denominator) — is the engine behind every logarithm-based CI question in CDS.

Two-Loan SI Problems

CDS 2026 ran a two-part question on simultaneous SI loans at different rates and start times. The method:

  1. Name the first rate R. The second rate is explicitly 2R (or whatever the problem states).
  2. Calculate time for each loan separately, in years (or the fraction of a year).
  3. Write SI₁ + SI₂ = total given. Solve for R.
  4. Then compute the ratio they ask about.

Do not try to combine them into one formula. Work them in parallel.

SI vs CI Difference

For 2 years at rate R%:

CISI=P(R100)2CI - SI = P\left(\frac{R}{100}\right)^2

For 3 years:

CISI=P(R100)2(3+R100)CI - SI = P\left(\frac{R}{100}\right)^2 \left(3 + \frac{R}{100}\right)

These are useful when the question gives you CI − SI directly and asks for P or R.


Memory Tricks & Shortcuts

patternTriple-Extract Rate

When a sum becomes n times under SI, write SI = (n−1)P and use RT = 100(n−1). No formula rearrangement needed.

Micro-example: "Triples in 8 years → RT = 200 → R = 25%." Then "becomes n times in 20 years → SI = 25% × 20 × P = 5P → Amount = 6P → n = 6."

Standard method (plugging into SI formula and solving for R, then recalculating): 5 steps. This pattern: 2 mental steps. Time saved: roughly 40 seconds on a timed paper.

patternQuarterly Conversion Lock

Before touching a CI formula with non-annual compounding, write two numbers at the top of your scratch work: "rate per period = R/k, periods = kT" where k = 2 (half-yearly), 4 (quarterly), 12 (monthly). Do this mechanically before any calculation.

Micro-example: 12% quarterly, 9 months → write "3%, 3 periods" → compute (1.03)³ = 1.092727 → interest = 9.27%.

This physical step eliminates the single most common quarterly-CI error (using annual rate with annual n). It costs 5 seconds and prevents a 2-mark loss.

patternLog Build-Up for 1.2, 1.25, 1.1

Pre-build these log values in your rough work the moment you see a "how many years" CI problem with a log hint:

  • log 1.2 = 2(log 2) + log 3 − 1
  • log 1.25 = 2(log 5) − 1 = 2(1 − log 2) − 1 (since log 5 = 1 − log 2)
  • log 1.1 = log 11 − 1 (rarely given, so the exam usually avoids 10%)

Then n > log(target) / log(rate factor). The build-up takes 20 seconds. Trying to recall it mid-problem under pressure: easily 90 seconds with error risk.

estimationDoubling by Iteration for Small Rates

For "how many years to double at r%" with r = 20%, 25%, or 50%, just multiply repeatedly on scratch paper. You need at most 5 iterations.

20%: 1.2 → 1.44 → 1.728 → 2.0736. Answer: 4 years. Total time: 15 seconds.

Using the formula n = log2 / log1.2 and computing: 45 seconds minimum, with log arithmetic error risk. Use iteration whenever the answer is likely under 10 years; switch to logs only for "100 times" scale problems.

patternCI–SI Difference Shortcut for 2 Years

For exactly 2 years: CI − SI = P(R/100)². Rearranged: if the problem gives you the difference and asks for P or R, this is a one-step solve.

Micro-example: "CI exceeds SI by ₹25 at 5% for 2 years → 25 = P × (0.05)² = P × 0.0025 → P = ₹10,000."

Standard expansion method: 4 algebraic steps. This formula: 1 substitution. Saves ~35 seconds.


Fast-Solving Framework

When you see an interest problem in the CDS paper, run this decision tree in under 10 seconds:

Step 1 — Identify the interest type. Does the problem say "simple" or "compound"? If it says "compounded" with a period (quarterly, half-yearly), you are in CI territory with period adjustment.

Step 2 — Non-annual compounding? If yes, immediately write rate/period and total periods at the top of scratch work. Lock these in before touching numbers.

Step 3 — Is it a "how many years to reach X times" question? Check if iteration works (target ≤ 10× and rate ≥ 20%). If yes, iterate. If the target is large (100×) or the rate is small, use logs.

Step 4 — Multiple loans or mixed rates? Handle each loan's SI/CI separately. Name the first rate R, express others as multiples of R, write two equations, sum to given total.

Step 5 — CI vs SI difference? Pull the shortcut formula directly — don't expand both and subtract.

If none of the above applies, you have a straightforward SI or CI formula question. Substitute and compute. Do not overcomplicate it.


Solved PYQs

Why this question: This is the canonical quarterly-compounding trap question. Every CDS batch gets one variant of this. The question looks routine but students routinely select ₹947.47 (wrong) by using an annual approach.

Previous Year Questionपिछले वर्ष का प्रश्न2023
A person borrowed ₹10,000 at 12% rate of interest per annum compounded quarterly for a period of 9 months. What is the interest paid by him to settle his account after 9 months?
एक व्यक्ति ने ₹10,000 की राशि 12% वार्षिक ब्याज दर पर तिमाही चक्रवृद्धि के आधार पर 9 महीनों के लिए उधार ली। 9 महीने बाद अपना हिसाब चुकाने के लिए उसने कितना ब्याज चुकाया?
  1. ₹947.47
  2. ₹987.87
  3. ₹927.27
  4. ₹967.67
  1. ₹947.47
  2. ₹987.87
  3. ₹927.27
  4. ₹967.67
Solutionसमाधान
Quarterly rate = 3%, n = 3. Amount = 10000(1.03)³ = 10000 × 1.092727 = 10927.27. Interest = ₹927.27.

Solving path: Write immediately: quarterly rate = 12%/4 = 3%, number of quarters for 9 months = 3. Amount = 10000 × (1.03)³. Now compute (1.03)³ step by step: 1.03 × 1.03 = 1.0609, then 1.0609 × 1.03 = 1.092727. Amount = ₹10,927.27. Interest = ₹927.27. Select option (c). The trap options ₹947.47 and ₹987.87 catch students who use the wrong period or rate. The mechanical "write rate-per-period and n first" step eliminates this.


Why this question: This is the hardest CI question type in CDS — logarithm-based n-finding with a large multiplier (100×). It appears when iteration is impractical and tests whether you can build log(1.2) from first principles.

Previous Year Questionपिछले वर्ष का प्रश्न2023
A sum of money at 20% rate of compound interest per annum becomes more than 100 times in n years. What is the least value of n? (Use log₁₀2 = 0.301, log₁₀3 = 0.477)
20% वार्षिक चक्रवृद्धि ब्याज दर पर कोई राशि n वर्षों में 100 गुने से अधिक हो जाती है। n का न्यूनतम मान क्या होगा? (log₁₀2 = 0.301, log₁₀3 = 0.477 लें)
  1. 23
  2. 24
  3. 25
  4. 26
  1. 23
  2. 24
  3. 25
  4. 26
Solutionसमाधान
(1.2)^n > 100. n·log(1.2) > 2. log(1.2) = log(12)−1 = log4+log3−1 = 2·0.301+0.477−1 = 0.602+0.477−1 = 0.079. n > 2/0.079 ≈ 25.3. Least integer = 26.

Solving path: Set up: (1.2)^n > 100. Take log both sides: n × log(1.2) > log(100) = 2. Build log(1.2): log(12/10) = log(4×3) − 1 = 2×0.301 + 0.477 − 1 = 1.079 − 1 = 0.079. So n > 2/0.079 = 25.316... Least integer n = 26. The key step students miss: building log(1.2) from the given values rather than recalling it from memory.


Why this question: Tests whether you can work backwards in a quarterly CI problem — given the final amount, find the time. Simpler than it looks.

Previous Year Questionपिछले वर्ष का प्रश्न2026
In what duration of time will ₹3300 become ₹3399 at 12% per annum interest compounded quarterly?
  1. 3 months
  2. 6 months
  3. 9 months
  4. 1 year
Solutionसमाधान
Quarterly rate = 12%/4 = 3% per quarter. After 1 quarter (3 months): 3300 × 1.03 = 3399. So the duration is 3 months.

Solving path: Quarterly rate = 12%/4 = 3%. Check 1 quarter: 3300 × 1.03 = 3399. That's the target amount in a single step. So the duration is 1 quarter = 3 months. Option (a). The lesson: don't assume you need multiple periods. Let the arithmetic tell you when to stop.


Why this question: Paired questions (two items from the same scenario) appear in CDS. This one tests simultaneous SI at different rates and times. The ratio question is straightforward once you find R — but many students try to find R first for the ratio question, wasting time. You can find the ratio without knowing R.

Previous Year Questionपिछले वर्ष का प्रश्न2026
For the next two (02) items that follow: At the beginning of a year a person borrows an amount of Rs. 16,000 at simple interest. After 4 months, a further amount of Rs. 24,000 is borrowed at twice the rate of interest of the first. At the end of the year, the total interest on both the loans is Rs. 4,800. What is the ratio of interests on the first and second loans?
  1. 1 : 2
  2. 2 : 3
  3. 3 : 4
  4. 4 : 5
Solutionसमाधान
With r = 10%, interest on first loan = 160r = 1600. Interest on second loan = 320r = 3200. Ratio = 1600 : 3200 = 1 : 2.

Solving path: First loan: ₹16,000 at rate R for 12 months. SI₁ = 16000 × R × 1 / 100 = 160R. Second loan: ₹24,000 at rate 2R for 8 months (borrowed after 4 months, repaid at year end). SI₂ = 24000 × 2R × (8/12) / 100 = 24000 × 2R / (100 × 1.5) = 320R. Ratio = 160R : 320R = 1 : 2. Notice you never needed the actual value of R for this part. Option (a).


Why this question: The companion item to the above — now you use the total interest to pin down R. This is the standard two-variable SI setup.

Previous Year Questionपिछले वर्ष का प्रश्न2026
A person borrows a sum of ₹16,000 on simple interest at the beginning of a year. After 4 months, ₹24,000 more is borrowed at a rate of interest double the previous one. At the end of the year, the total interest on both the loans is ₹4800. What is the initial rate of interest per annum?
  1. 8%
  2. 10%
  3. 12%
  4. 16%
Solutionसमाधान
Let the initial rate be R% per annum. Interest on first loan for 12 months = 16000 × R × 1/100 = 160R. Interest on second loan (₹24,000) at rate 2R% for 8 months = 24000 × 2R × 8/(100 × 12) = 320R. Total interest = 160R + 320R = 480R. Given 480R = 4800, so R = 10%. Hence the initial rate of interest is 10% per annum.

Solving path: From above, SI₁ + SI₂ = 160R + 320R = 480R. Given total = ₹4,800. So 480R = 4800 → R = 10%. Initial rate = 10% per annum. Option (b). The paired-question structure is a gift: the work you did for the ratio question (writing 160R and 320R) directly feeds into this one. Always read both questions before starting either.


Why this question: The "least years to double" question at 20% CI is a CDS favourite — it has appeared in multiple years. Iteration is the fastest method here.

Previous Year Questionपिछले वर्ष का प्रश्न2025
What is the least number of complete years in which a sum of money put out at 20% compound interest (compounded annually) will be more than doubled?
  1. 2
  2. 3
  3. 4
  4. 5
Solutionसमाधान
We need (1.2)^n > 2. (1.2)² = 1.44, (1.2)³ = 1.728, (1.2)⁴ = 2.0736 > 2. So n = 4 years.

Solving path: Need (1.2)^n > 2. Iterate: n=1: 1.2. n=2: 1.44. n=3: 1.728. n=4: 2.0736 > 2. Answer: 4 years. Option (c). This takes 15 seconds by iteration. Do not set up a logarithm equation here — you would spend 45 seconds and risk arithmetic error.


Why this question: This is SI tripling → n-times in a different period. The pattern-based approach collapses a 5-step algebraic problem into 2 mental steps.

Previous Year Questionपिछले वर्ष का प्रश्न2024
A sum of money invested at simple interest triples itself in 8 years and becomes n times in 20 years. What is the value of n?
  1. 5
  2. 6
  3. 7·5
  4. 9
Solutionसमाधान
Triples in 8 years means SI in 8 years = 2P (since amount = 3P = P + SI). So rate × 8 = 200%, rate = 25% per year. In 20 years, SI = P × 25% × 20 = 5P. Amount = P + 5P = 6P. So n = 6.

Solving path: Triples in 8 years → Amount = 3P → SI = 2P in 8 years. Use RT = 100 × (n−1): R × 8 = 200, so R = 25% per year. In 20 years: SI = P × 25% × 20 = 5P. Amount = P + 5P = 6P. So n = 6. Option (b). The generalisation (n−1)/T = constant makes the second step a one-line calculation.


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →