Sigma notation (summation notation) provides a compact way to write the sum of a sequence of terms. The Greek capital letter Σ (sigma) is used:
∑k=1nak=a1+a2+a3+⋯+an
Here:
- k is the index of summation (dummy variable)
- 1 is the lower limit
- n is the upper limit
- ak is the general term
| Expanded Form | Sigma Form |
|---|
| 1+2+3+⋯+n | k=1∑nk |
| 12+22+32+⋯+n2 | k=1∑nk2 |
| a+ar+ar2+⋯+arn−1 | k=0∑n−1ark |
An arithmetic-geometric sequence is formed by multiplying corresponding terms of an arithmetic sequence and a geometric sequence.
If {ak} is an arithmetic sequence with first term a and common difference d, and {rk−1} is a geometric sequence with common ratio r, then the arithmetic-geometric sequence is:
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
- r = common ratio of the geometric part
Let Sn=k=1∑n[a+(k−1)d]rk−1.
Using the multiply-and-subtract 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,∣r∣<1
Note: If ∣r∣≥1, the series diverges and has no finite sum.
Find the sum to infinity of the arithmetic-geometric series:
1+2⋅21+3⋅(21)2+4⋅(21)3+⋯
Here a=1, d=1, r=21.
Since ∣r∣=21<1:
S∞=1−211+(1−21)21⋅21=211+4121=2+2=4
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
∑k=1nk3=[2n(n+1)]2
∑k=1nc=cn(c is a constant)