What is the sum of the first n terms of a geometric sequence and where does it come from?

Recall that a geometric progression is a sequence (a_n) defined as follows

 

a_1 = a

a_n = a * r^(n - 1) for all integers n > 1

where a and r are some fixed numbers and r /= 0 is called the common ratio of a sequence.

 

Let's denote S_n as the sum of the first n terms of this sequence.

 

Case r = 1

Then all the terms are equal to a so

S_n = na

 

Case r /= 1

Then we have

S_n = a_1 + a_2 + … + a_n = a + ar + … a*r^(n - 1) = a * (1 + r + … + r^(n – 1))

 

Now the formula for the difference between two n-th powers tells us that

r^n - 1 = r^n – 1^n = (r - 1) * (1 + r + … + r^(n-1))

and since r /= 1 we can divide both sides by r – 1 to have

1 + r + … + r ^(n - 1) = (r^n - 1) / (r – 1)

 

Finally, substituting this expression into the first equality we get

S_n = a * (r^n - 1) / (r – 1)

KN

Related Maths A Level answers

All answers ▸

Why do we need to differentiate?


a)Given that 10 cosec^2(x) = 16 - 11 cot(x) , find the possible values of tan x .


Find dy/dx in terms of t of the parametric equations x=4e^-2t, y=4 - 2e^2t


Event A: a customer asks for help. Event B a customer makes a purchase. We know: p(B) = 0.2 and p(A) knowing that he has asked for help is 75%. What is the probability of a customer to ask for help and make a purchase?