Question
Find the sum to infinity of the series: 21+41+81+…
Solution — Step by Step
Write out the terms: 21,41,81,161,…
Check the ratio between consecutive terms:
2141=21,4181=21
The common ratio r=21 is constant. This is a Geometric Progression with:
- First term a=21
- Common ratio r=21
An infinite GP has a finite sum (converges) if and only if ∣r∣<1.
Here ∣r∣=21<1. ✓
As we add more and more terms, each new term (21)n→0 as n→∞. The sum approaches a finite limit.
S∞=1−ra,provided ∣r∣<1
S∞=1−2121=2121=1
The sum to infinity = 1.
This is one of the most beautiful results in mathematics: 21+41+81+…=1.
Think of it physically: start with a 1-metre ribbon. Cut off half (½ m). From the remaining half, cut off half again (¼ m). Keep going. You’re always adding more ribbon — but you never exceed 1 m total, and you approach exactly 1 m.
The partial sums are: 21,43,87,1615,… — each time you’re halfway between the current sum and 1. The limit is 1.
Why This Works
The derivation of the formula is elegant. Let S=a+ar+ar2+ar3+…
Multiply both sides by r: rS=ar+ar2+ar3+…
Subtract: S−rS=a (all other terms cancel)
S(1−r)=a⟹S=1−ra
This derivation assumes ∣r∣<1, which ensures the terms approach 0 and the series doesn’t diverge.
If ∣r∣≥1, terms don’t approach 0 — the sum is infinite (or doesn’t converge). For example: 1+2+4+8+… has r=2 and clearly diverges to infinity.
Alternative Method — Telescoping Partial Sums
The sum of the first n terms of a GP:
Sn=1−ra(1−rn)=1−2121(1−(21)n)=1−2n1
As n→∞: 2n1→0, so Sn→1.
This confirms the limit from first principles without needing the sum-to-infinity formula directly.
CBSE Class 11 and JEE Main both test this formula. Watch out for questions that ask “find the sum to infinity of 3−1+31−91+…” — here the series alternates in sign, meaning r=−31, and ∣r∣=31<1 so the formula still applies: S=1−(−31)3=343=49.
Common Mistake
Students sometimes apply the sum-to-infinity formula when ∣r∣≥1. For example: 1+2+4+8+… — if you blindly apply 1−ra=1−21=−1, you get −1, which is nonsensical (a sum of positive numbers can’t be negative). Always check ∣r∣<1 before applying the formula. A sum of positive increasing terms cannot have a finite sum.