Exercise 4.4 — Question 1
An arithmetic-geometric sequence is formed by multiplying the corresponding terms of an arithmetic sequence and a geometric sequence.
If {a,a+d,a+2d,…} is an arithmetic sequence and {1,r,r2,…} is a geometric sequence, then their term-by-term product gives the arithmetic-geometric sequence:
a,(a+d)r,(a+2d)r2,(a+3d)r3,…
The n-th term (general term) of an arithmetic-geometric sequence is:
Tn=[a+(n−1)d]rn−1
where:
- a = first term of the arithmetic part
- d = common difference of the arithmetic part
- r = common ratio of the geometric part
To find Sn, use the subtraction method:
Sn=a+(a+d)r+(a+2d)r2+⋯+[a+(n−1)d]rn−1
Multiply both sides by r:
rSn=ar+(a+d)r2+(a+2d)r3+⋯+[a+(n−1)d]rn
Subtracting:
(1−r)Sn=a+dr+dr2+⋯+drn−1−[a+(n−1)d]rn
(1−r)Sn=a+d⋅1−rr(1−rn−1)−[a+(n−1)d]rn
Sn=1−ra+(1−r)2dr(1−rn−1)−1−r[a+(n−1)d]rn,r=1
When ∣r∣<1, as n→∞, the terms rn→0 and rn−1→0, so:
S∞=1−ra+(1−r)2dr
The arithmetic-geometric series can be written using sigma notation as:
Sn=∑k=1n[a+(k−1)d]rk−1
The infinite series is:
S∞=∑k=1∞[a+(k−1)d]rk−1,∣r∣<1
Find the general term and sum to infinity of: 1+2r+3r2+4r3+⋯ where ∣r∣<1.
Solution:
- Arithmetic part: 1,2,3,4,… so a=1, d=1
- Geometric part: 1,r,r2,r3,… so common ratio =r
- General term: Tn=n⋅rn−1
- Sum to infinity: S∞=1−r1+(1−r)2r=(1−r)21