Find the sum of infinite GP: 1 + 1/2 + 1/4 + 1/8 + ...

easy CBSE JEE-MAIN NCERT Class 11 2 min read

Question

Find the sum to infinity of the geometric progression:

1+12+14+18+1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots

(NCERT Class 11, Exercise 9.3)


Solution — Step by Step

First term: a=1a = 1

Common ratio: r=1/21=12r = \dfrac{1/2}{1} = \dfrac{1}{2}

Since r=1/2<1|r| = 1/2 < 1, the infinite sum converges.

S=a1r,valid when r<1S_\infty = \frac{a}{1 - r}, \quad \text{valid when } |r| < 1 S=111/2=11/2=2S_\infty = \frac{1}{1 - 1/2} = \frac{1}{1/2} = \mathbf{2}

S1=1S_1 = 1, S2=1.5S_2 = 1.5, S3=1.75S_3 = 1.75, S4=1.875S_4 = 1.875, S5=1.9375S_5 = 1.9375

The partial sums are approaching 2 — consistent with our answer.


Why This Works

Each term adds half of what the previous term added. So the total keeps growing, but by smaller and smaller amounts. The sum never exceeds 2 because you’re always covering half the remaining distance to 2.

Formally, the partial sum Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1 - r}. As nn \to \infty, rn0r^n \to 0 (since r<1|r| < 1), leaving S=a1rS_\infty = \frac{a}{1-r}. The condition r<1|r| < 1 is essential — if r1|r| \geq 1, the terms don’t shrink and the sum diverges.


Alternative Method — Algebraic trick

Let S=1+12+14+18+S = 1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots

Multiply both sides by r=1/2r = 1/2:

S2=12+14+18+\frac{S}{2} = \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots

Subtract: SS2=1S - \frac{S}{2} = 1 (all other terms cancel)

S2=1    S=2\frac{S}{2} = 1 \implies S = 2

This subtract-and-cancel trick is the derivation behind the formula itself. Understanding it helps in series problems where the standard formula doesn’t directly apply — like arithmetico-geometric series, where you’ll use a similar shift-and-subtract technique.


Common Mistake

Students sometimes apply S=a1rS_\infty = \frac{a}{1-r} even when r1|r| \geq 1. For example, for the series 1+2+4+8+1 + 2 + 4 + 8 + \cdots (r=2r = 2), the formula gives 112=1\frac{1}{1-2} = -1, which is nonsensical — the sum is clearly growing without bound. Always check r<1|r| < 1 before using the infinite sum formula. If r1|r| \geq 1, the infinite sum simply does not exist.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next