A geometric progression is a sequence in which each term (after the first) is determined by multiplying the preceding term by a constant. This constant is called the common ratio of the arithmetic progression. A geometric progression can be defined as follows:
The geometric progression { an } = a1, a2, a3, ...., an , ....
where n = 1, 2, 3, ....
Its terms are determined by the equation an = a , where
a1 is the first term of the geometric progression
an is the nth term of the geometric progression
n is the term number
r is the common ratio of the geometric progression
The sum of the first n terms of an geometric progression is calculated as
Sn = ( a1 - a1 rn ) / ( 1 - r)
or
Sn = ( a1 - an r ) / ( 1 - r) where an r = a1 · rn-1 = a1 rn
EX. In the sequence { an } = 1, 2, 4, 8, 16 , ...., where n = 1, 2, 3, ....
an = (1) 2n-1= 2n-1
Thus, the sequence { an } = 1, 2, 4, 8, 16 , .... is a geometric progression with a1 = 1 and r = 2. The 6th to 10th terms of this geometric sequence is
a6 = 26-1 = 25 = 32
a7 = 27-1 = 26 = 64
a8 = 28-1 = 27 = 128
a9 = 29-1 = 28 = 256
a10 = 210-1 = 29 = 512
The sum of the first n terms of the sequence { an } = 1, 2, 4, 8, 16 , . . is
Sn = (1 - (1) 2n ) / (1 - 2) = (1 - 2n) / (-1) = 2n - 1
We can verify this for the first 5 terms:
S1 = 21- 1 = 1
S2 = 22- 1 = 1 + 2 = 3
S3 = 23- 1 = 1 + 2 + 4 = 7
S4 = 24- 1 = 1 + 2 + 4 + 8 = 15
S5 = 25- 1 = 1 + 2 + 4 + 8 + 16 = 31