Proof that the Partial Sums of a Geometric Sequence are Also Geometric
📂LemmasProof that the Partial Sums of a Geometric Sequence are Also Geometric
Theorem
The geometric sequence an=arn−1, its partial sum Sn=k=1∑nak, and some natural number m, such that An=Smn−Sm(n−1) is a geometric sequence.
Explanation
It’s really difficult if you don’t know.
For example, consider the sequence obtained by summing sets of three powers of 2, (1+2+4)=7, (8+16+32)=56, (64+128+256)=448⋯ is a geometric sequence with the first term 7 and common ratio 8.
This property is also possessed by arithmetic sequences. The principle is actually simple, so read carefully once and then just remember the fact from the next time.
Proof
An=Smn−Sm(n−1)=armn−1+armn−2+⋯+armn−m
By grouping the terms with respect to armn−m and rearranging the equation,
An=armn−m(rm−1+rm−2+⋯+1)=ar−1rm−1(rm)n−1
Therefore, An is a geometric sequence with the first term ar−1rm−1 and the common ratio rm. It’s not necessary to know exactly what the first term and common ratio are.
■