Derivation of Sum of Finite and Infinite Geometric Progression

Geometric Progression, GP
Geometric progression (also known as geometric sequence) is a sequence of numbers where the ratio of any two adjacent terms is constant. The constant ratio is called the common ratio, r of geometric progression. Each term therefore in geometric progression is found by multiplying the previous one by r.
 

Eaxamples of GP:

  • 3, 6, 12, 24, … is a geometric progression with r = 2
  • 10, -5, 2.5, -1.25, … is a geometric progression with r = -1/2

 

The nth term of geometric progression
Given each term of GP as a1, a2, a3, a4, …, am, …, an, expressing all these terms according to the first term a1 will give us...
a1=a1

a2=a1r

a3=a2r=(a1r)r=a1r2

a4=a3r=(a1r2)r=a1r3

am=a1rm1

an=a1rn1

 

Where
a1 = the first term, a2 = the second term, and so on
an = the last term (or the nth term) and
am = any term before the last term
 

Sum of Finite Geometric Progression
The sum in geometric progression (also called geometric series) is given by
S=a1+a2+a3+a4++an

S=a1+a1r+a1r2+a1r3++a1rn1   ←   Equation (1)
 

Multiply both sides of Equation (1) by r will have
Sr=a1r+a1r2+a1r3+a1r4++a1rn   ←   Equation (2)
 

Subtract Equation (2) from Equation (1)
SSr=a1a1rn

(1r)S=a1(1rn)

S=a1(1rn)1r

The above formula is appropriate for GP with r < 1.0
 

Subtracting Equation (1) from Equation (2) will give
SrS=a1rna1

(r1)S=a1(rn1)

S=a1(rn1)r1

This formula is appropriate for GP with r > 1.0.
 

Sum of Infinite Geometric Progression, IGP
The number of terms in infinite geometric progression will approach to infinity (n = ∞). Sum of infinite geometric progression can only be defined at the range of -1.0 < (r ≠ 0) < +1.0 exclusive.
 

From
S=a1(1rn)1r

S=a1a1rn1r

S=a11ra1rn1r
 

For n → ∞, the quantity (a1 rn) / (1 - r) → 0 for -1.0 < (r ≠ 0) < +1.0, thus,

S=a11r

 

See also the derivation for the product of GP.