Find Sum to Infinity: 1 + 1/2 + 1/4 + ... — Infinite GP Formula

medium CBSE JEE-MAIN NCERT Class 11 Chapter 9 3 min read

Question

Find the sum to infinity of the series:

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

Solution — Step by Step

The first term is a=1a = 1. To find the common ratio rr, divide any term by the one before it:

r=1/21=12r = \frac{1/2}{1} = \frac{1}{2}

Check: 1/41/2=12\frac{1/4}{1/2} = \frac{1}{2} ✓ — consistent throughout, so this is indeed a GP.

The infinite GP formula only works when r<1|r| < 1. Here r=12<1|r| = \frac{1}{2} < 1, so the series converges — meaning it actually has a finite sum.

This is the most important check. If r1|r| \geq 1, the terms don’t shrink and the sum blows up to infinity.

The formula for sum to infinity is:

S=a1rS_\infty = \frac{a}{1 - r}

Substitute a=1a = 1 and r=12r = \frac{1}{2}:

S=1112=112=2S_\infty = \frac{1}{1 - \frac{1}{2}} = \frac{1}{\frac{1}{2}} = \boxed{2}

Why This Works

Each term we add is half the previous one. So we keep adding smaller and smaller amounts — 12\frac{1}{2}, then 14\frac{1}{4}, then 18\frac{1}{8} — and the total creeps closer and closer to 2 but never crosses it.

The formula S=a1rS_\infty = \frac{a}{1-r} comes from taking the finite sum formula Sn=a(1rn)1rS_n = \frac{a(1 - r^n)}{1-r} and letting nn \to \infty. When r<1|r| < 1, the term rn0r^n \to 0, so the formula simplifies to a1r\frac{a}{1-r}.

This is a classic NCERT Class 11 result, and it shows up in JEE Main in more disguised forms — like when rr is a fraction involving xx, and you’re asked for what range of xx the sum exists.


Alternative Method

We can verify this using the partial sum formula and a limit.

The sum of first nn terms of a GP is:

Sn=a(1rn)1r=1(1(12)n)112=2(112n)S_n = \frac{a(1 - r^n)}{1 - r} = \frac{1 \cdot \left(1 - \left(\frac{1}{2}\right)^n\right)}{1 - \frac{1}{2}} = 2\left(1 - \frac{1}{2^n}\right)

As nn \to \infty, the term 12n0\frac{1}{2^n} \to 0, so:

S=limn2(112n)=2(10)=2S_\infty = \lim_{n \to \infty} 2\left(1 - \frac{1}{2^n}\right) = 2(1 - 0) = 2

Same answer. This approach helps you see why the sum converges — you’re watching SnS_n inch toward 2 as nn grows.


Common Mistake

Many students forget to verify r<1|r| < 1 before applying the formula and blindly compute a1r\frac{a}{1-r} for any GP. For example, with the series 1+2+4+8+1 + 2 + 4 + 8 + \cdots, we have r=2r = 2, and the formula gives 112=1\frac{1}{1-2} = -1 — a negative answer for a series of positive numbers. That’s nonsensical. The sum to infinity simply doesn’t exist here. Always check the convergence condition first.

If you see a series like 1+x+x2+x3+1 + x + x^2 + x^3 + \cdots in JEE, the sum to infinity is 11x\frac{1}{1-x} for x<1|x| < 1. This is the same formula with a=1a = 1 and r=xr = x. You’ll see this pattern frequently in limits and binomial approximation problems too.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next