Find the sum of the series to n terms and to infinity (where applicable):
1+34+97+2710+⋯
Note: This is an arithmetic-geometric series where the numerators form an arithmetic sequence and the denominators form a geometric sequence.
Write the general term by inspection:
- Numerators: 1,4,7,10,… — arithmetic sequence with a=1, d=3
- Denominators: 1,3,9,27,… — geometric sequence with first term 1, common ratio r=31
So the general term is:
Tn=3n−11+(n−1)⋅3=3n−13n−2=(3n−2)(31)n−1
This is an arithmetic-geometric series with:
- Arithmetic part: a=1, d=3
- Geometric ratio: r=31
Let:
Sn=1+34+97+2710+⋯+3n−13n−2
Multiply both sides by r=31:
31Sn=31+94+277+⋯+3n−13n−5+3n3n−2
Subtract the second equation from the first:
Sn−31Sn=1+(34−1)+(97−4)+⋯+(3n−1(3n−2)−(3n−5))−3n3n−2
32Sn=1+33+93+⋯+3n−13−3n3n−2
32Sn=1+3(1−3131(1−(31)n−1))−3n3n−2
The geometric sum in the middle (from k=1 to n−1 of 3k1):
∑k=1n−13k1=3231(1−3n−11)=21(1−3n−11)
So:
32Sn=1+3⋅21(1−3n−11)−3n3n−2
32Sn=1+23−2⋅3n−13−3n3n−2
32Sn=25−2⋅3n9−3n3n−2
32Sn=25−2⋅3n9+2(3n−2)
32Sn=25−2⋅3n6n+5
Multiplying both sides by 23:
Sn=415−46n+5⋅3n−11
Since ∣r∣=31<1, the series converges.
As n→∞, the term 4⋅3n−16n+5→0 (exponential decay dominates linear growth).
Therefore:
S∞=415
| Formula | Expression |
|---|
| General term of AGS | Tn=[a+(n−1)d]rn−1 |
| Sum to infinity of AGS | S∞=1−ra+(1−r)2dr, ∥r∥<1 |
Verification using direct formula:
S∞=1−ra+(1−r)2dr=1−311+(1−31)23⋅31=23+941=23+49=46+49=415✓