Question
Find the sum of the first 8 terms of the GP: . Also, find the sum to infinity of the GP: . How does GP relate to compound interest?
(CBSE 11 & JEE Main — sequences and series)
Solution — Step by Step
First GP: , , .
Since , use:
Second GP: , .
Since , the infinite sum converges:
The partial sums () get closer and closer to but never exceed it.
Compound interest creates a GP. If principal and rate per year:
Year 1: Year 2: Year :
This is a GP with first term and common ratio .
The total amount after years in an SIP (equal annual deposits of ) is the sum of this GP.
Why This Works
In a GP, each term is a fixed multiple () of the previous one. The sum formula exploits the telescoping property: multiply by and subtract from — most terms cancel.
graph TD
A["GP Problem"] --> B{"What's asked?"}
B -->|"Sum of n terms"| C{"r = 1?"}
C -->|"Yes"| D["S = na"]
C -->|"No"| E["S = a(rⁿ - 1)/(r - 1)"]
B -->|"Sum to infinity"| F{"|r| < 1?"}
F -->|"Yes"| G["S∞ = a/(1 - r)"]
F -->|"No"| H["Diverges — no finite sum"]
B -->|"nth term"| I["aₙ = a × r^(n-1)"]
A --> J{"Application?"}
J -->|"Compound interest"| K["Amount = P(1+r/100)ⁿ"]
J -->|"Recurring decimals"| L["0.333... = 3/10 + 3/100 +...<br/>= (3/10)/(1-1/10) = 1/3"]
The infinite sum exists only when because the terms get smaller and smaller, adding less each time. If , the terms don’t shrink (or grow), so the sum diverges.
Alternative Method — Recurring Decimals as Infinite GPs
This is a GP with , :
So exactly. This elegant proof uses the infinite GP formula.
For JEE: the GM-AM inequality states that for positive numbers, the geometric mean never exceeds the arithmetic mean: . Combined with properties of GPs, this inequality solves many optimisation problems. If three terms are in GP, then .
Common Mistake
Students apply the infinite sum formula when . The formula is valid ONLY when the common ratio has absolute value strictly less than 1. For , the sum diverges to infinity — there is no finite answer. Always check before using this formula.