Jeff C. answered 06/25/24
MS in Electrical Engineering With Years of Tutoring Experience
A geometric series has the following property: an = r a(n-1). Similarly, it can be said that an / a(n-1) = r for any pair of numbers. If n = 5, then a5 / a4 = r. And if n = 10, a10 /a9 = r also. For a consecutive series n of numbers whose ratio is r, the sum of the first n terms is precisely
Sumn = a (1-rn)/(1-r) where r is not allowed to be zero or 1.0 and a is the first number in the sequence
Suppose a = 0.25 and r = 0.7. The first five terms in this series are 0.25,
a2 = 0.25 x 0.7 = 0.175
a3 = a2 x 0.7 = 0.175 x 0.7 = 0.1225
a4 = a3 x 0.7 = 0.1225 x 0.7 = 0.08575
a5 = a4 x 0.7 = 0.08575 x 0.7 = 0.060025
Summing these five numbers gives 0.693275
No, using the formula stated above, the sum of the first five terms is
Sum5 = 0.25 x (1-0.75)/(1-0.7) = 0.25 x 0.83193 / 0.3 = 0.693275
The formula gives the same answer as the brute force manual summation.