Question
Find the sum of the GP: up to 8 terms. Also find the sum to infinity of:
Solution — Step by Step
Here , , . Since :
Here , . Since , the infinite sum converges:
Why This Works
graph TD
A["GP Sum: Which formula?"] --> B["|r| > 1?"]
B -->|Yes| C["S_n = a times r^n - 1 over r - 1"]
B -->|No| D["|r| < 1?"]
D -->|Yes| E["S_n = a times 1 - r^n over 1 - r"]
D --> F["Want infinite sum?"]
F -->|"Yes, and |r| < 1"| G["S_∞ = a / 1 - r"]
F -->|"|r| ≥ 1"| H["Infinite sum DIVERGES"]
A --> I["r = 1?"]
I -->|Yes| J["S_n = na, all terms equal"]
The finite GP sum formula comes from multiplying by and subtracting: , giving .
For infinite GP with : as , , so . The terms keep getting smaller fast enough that the total stays bounded. This is why adds to exactly 2, even though there are infinitely many terms.
Compound interest connection: If you invest Rs at rate per year compounded annually, after years you have . This is the th term of a GP with first term and common ratio . The total amount deposited in an SIP (investing Rs every year) is a GP sum: .
Alternative Method
A quick check: for the infinite GP , you can verify by partial sums. , , , . The sums approach 2 but never exceed it. This gives intuition for why the answer is 2.
For JEE problems: if a repeating decimal like appears, recognise it as an infinite GP: . This is how we prove that .
Common Mistake
Applying the infinite GP formula when . The formula works ONLY when . If , the series diverges (the terms do not shrink, so the sum grows without bound). Students sometimes blindly apply the formula to get a finite answer — but that answer is meaningless. Always check before using the infinite sum formula.
th term:
Sum of terms: (when )
Sum to infinity ():
Geometric mean of and :