Introduction to Special Series
Beyond AP and GP, there are other important types of series that frequently appear in competitive exams. This section covers methods for summing Arithmetico-Geometric Progressions and series using sigma notation and the method of difference.
Arithmetico-Geometric Progression (AGP)
An AGP is a series where each term is the product of the corresponding terms of an AP and a GP.
General Form: a,(a+d)r,(a+2d)r2,...,(a+(n−1)d)rn−1
Method for Summing an AGP:
- Let Sn be the sum of the n terms.
- Multiply the entire series by the common ratio 'r' and shift the terms by one position.
- Subtract the second series from the first: Sn−rSn=(1−r)Sn.
- The resulting series will be a GP, which can be summed easily. Finally, solve for Sn.
- Sum of an Infinite AGP: If ∣r∣<1, the sum to infinity is given by:
S∞=1−ra+(1−r)2dr
Summation using Sigma (Σ) Notation
For series where the n-th term (an) can be expressed as a polynomial in 'n', we can find the sum using standard summation formulas:
- Sum of first n natural numbers: ∑k=1nk=2n(n+1)
- Sum of squares of first n natural numbers: ∑k=1nk2=6n(n+1)(2n+1)
- Sum of cubes of first n natural numbers: ∑k=1nk3=[2n(n+1)]2
Method of Difference (Telescoping Series)
This method is used when the differences between consecutive terms are in AP or GP. The goal is to express the general term ak as a difference of two consecutive terms of another sequence, i.e., ak=Vk−Vk−1.
When summed, the series telescopes:
Sn=k=1∑nak=k=1∑n(Vk−Vk−1)=(V1−V0)+(V2−V1)+...+(Vn−Vn−1)=Vn−V0
Example 1: Sum of an Infinite AGP
Question: Find the sum of the infinite series 1+54+257+12510+...
Solution:
The numerators 1, 4, 7, 10… are in AP with a=1,d=3. The denominators 1, 5, 25, 125… are in GP with r=1/5. Since ∣r∣<1, the sum exists.
Using the formula S∞=1−ra+(1−r)2dr:
S∞=1−1/51+(1−1/5)23(1/5)=4/51+(4/5)23/5=45+16/253/5
=45+53⋅1625=45+1615=1620+15=1635
Example 2: Summation using Σ Notation
Question: Find the sum of the first n terms of the series 1⋅2+2⋅3+3⋅4+...
Solution:
The n-th term is an=n(n+1)=n2+n.
The sum is Sn=∑k=1n(k2+k)=∑k=1nk2+∑k=1nk.
Using the standard formulas:
Sn=6n(n+1)(2n+1)+2n(n+1)
=2n(n+1)[32n+1+1]=2n(n+1)[32n+4]=3n(n+1)(n+2)
Example 3: Method of Difference (Telescoping Series)
Question: Find the sum of n terms of the series 1⋅21+2⋅31+3⋅41+...
Solution:
The n-th term is an=n(n+1)1. We can split this using partial fractions: an=n1−n+11.
Now we write out the terms of the sum:
Sn=(11−21)+(21−31)+(31−41)+...+(n1−n+11).
The intermediate terms cancel out (telescoping sum).
Sn=1−n+11=n+1n