The infinite-sum formula only applies when ∣r∣<1 — otherwise the terms don't shrink and the sum diverges.
Telescoping sums
A sum “telescopes” when each term can be rewritten as a difference of two pieces such that consecutive terms cancel, leaving only the first and last piece standing. The classic setup:
k=1∑n(k1−k+11)=11−n+11
A useful trick for spotting this: if a term looks like k(k+1)1, use partial fractions (k(k+1)1=k1−k+11) to reveal the telescoping structure.
Worked example
Problem: Evaluate k=1∑99k(k+1)1.
Solution: Split each term with partial fractions: k(k+1)1=k1−k+11. The sum becomes
(1−21)+(21−31)+⋯+(991−1001)
Every middle term cancels with its neighbor, leaving just 1−1001=10099.
Practice problems
1.An arithmetic sequence has a1=5 and d=3. Find a20.
2.Find the sum of the first 10 terms of the geometric sequence 3,6,12,24,…
3.Find the sum of the infinite geometric series 4+2+1+21+⋯