Sum of the First n Terms of a Geometric Progression
Consider a finite geometric progression b1,b2,b3,…,bn−1,bn. Let Sn denote the sum of the terms:
Sn=b1+b2+b3+…+bn−1+bn.(∗)
Derivation of the Formula
First consider a specific problem. Take the geometric progression 1,2,22,…,262,263 and find the sum S64:
S64=1+2+22+…+262+263.
Multiply both sides by the common ratio 2:
2S64=2+22+…+262+263+264.
Subtract S64 from 2S64:
2S64−S64=−1+0+0+…+0+264.
Therefore S64=264−1.
ℹNote — The Legend of the Chessboard
This sequence is connected to an ancient legend. An Indian sage who invented chess asked the king for a seemingly modest reward: 1 grain of wheat for the first square of the chessboard, 2 for the second, 4 for the third, and so on — each subsequent square receiving twice as many grains as the previous one.
The total number of grains requested equals S64=264−1=18446744073709551615.
Now derive the general formula. Rewrite (∗) as:
Sn=b1+b1q+b1q2+b1q3+…+b1qn−2+b1qn−1.
Multiply both sides by q:
Snq=b1q+b1q2+b1q3+b1q4+…+b1qn−1+b1qn.
Subtract Sn from Snq:
Snq−Sn=b1qn−b1.
So Sn(q−1)=b1(qn−1).
⚡Theorem — Sum of the First n Terms of a Geometric Progression
For q=1:
Sn=q−1b1(qn−1)
If q=1, all terms equal the first term, so Sn=nb1.
Example
✎Example — Finding the First Term and Common Ratio from the Sum Formula
Problem. For any natural number n, the sum of the first n terms of a geometric progression can be computed by the formula Sn=10(2n−1). Find the first term and common ratio.
Solution. Let b1 be the first term and q the common ratio. Then b1=S1=10(21−1)=10; b1+b2=S2=10(22−1)=30. So b2=30−b1=20; q=b1b2=1020=2.
Answer:b1=10, q=2.
Exercises
✏Exercise — Sum of Geometric Progression Problems
34.1. Find the sum of the first n terms of the geometric progression (bn) with common ratio q if:
b1=0.6, q=2, n=5
b1=−4, q=−1, n=10
b1=−9, q=3, n=6
34.3. Find the sum of the first five terms of the geometric progression:
12,72,432,…
161,−81,41,…
34.10. The sum of the first three terms of a geometric progression is 516 and the first term is 12. Find the common ratio.
34.11. The sum of a finite geometric progression is 8191. Find the number of terms if the first term b1=1 and the common ratio q=2.