This is a beta course, so its structure, chapters, and examples may continue to change.
Sum of the First n Terms of Geometric Sequences
Finding the sum of the first n terms of a geometric sequence is an important problem in the study of sequences. Unlike arithmetic sequences, the summation formula of a geometric sequence needs to be discussed in separate cases.
Grains of Rice on the Chessboard
Let us return to the story from the opening: on the 64 squares of a chessboard, put 1 grain of rice on the first square, 2 grains on the second, 4 grains on the third… each square has twice as many as the previous one.
This forms a geometric sequence: 1,2,4,8,16,…,263
How many grains of rice are needed in total? That is, find:
S64=1+2+4+8+⋯+263
How do we compute this sum? Let us derive the summation formula of a geometric sequence.
Derivation of the Formula
Let Sn be the sum of the first n terms of the geometric sequence {an}, with first term a1 and common ratio q.
Sum of the first n terms of a geometric sequence (q ≠ 1)
Sn=1−qa1(1−qn)=q−1a1(qn−1)
Sn: the sum of the first n terms of a geometric sequence, i.e., a1+a2+⋯+an.
What is the difference between the two forms of the summation formula?
The two formulas are essentially the same, just in different forms:
Form 1Sn=1−qa1(1−qn): used when 0<q<1; the denominator is positive, making it easier to understand
Form 2Sn=q−1a1(qn−1): used when q>1; the denominator is positive, making it easier to compute
Which formula to choose depends on the size of q. Choosing the right formula avoids negative signs and makes the calculation clearer!
Memory tip: the signs of the numerator and denominator must be consistent—both are “large minus small” or both are “small minus large”.
The Answer to the Chessboard Problem
Now we can compute the total number of grains of rice on the chessboard:
S64=2−11×(264−1)=264−1≈1.84×1019
This number is about 18,446,744,073,709,551,615 grains!
If each grain of rice weighs 0.02 grams, the total weight is about 3.69×1014 kilograms, equivalent to 369 billion tons—far exceeding the world’s annual grain production!
Worked Examples
Example 1: Using the Summation Formula
Find the sum of the first 6 terms of the geometric sequence 2,6,18,54,….
Solution:
Given a1=2, q=3, n=6.
Using the formula (for q>1, use the second form):
S6=3−12×(36−1)=22×(729−1)=22×728=728
Example 2: Finding the Number of Terms from the Sum
In the geometric sequence {an}, a1=1 and q=2. If the sum of the first n terms is Sn=127, find n.
Solution:
Sn=2−11×(2n−1)=2n−1=127
2n=128=27
n=7
Example 3: The Sum of an Infinitely Decreasing Geometric Sequence
When ∣q∣<1, as n increases, qn tends to 0, and the sum of the first n terms approaches a limiting value:
limn→∞Sn=limn→∞1−qa1(1−qn)=1−qa1
Example: Find the sum of 21+41+81+161+⋯.
This is an infinite geometric sequence with first term a1=21 and common ratio q=21.
S=1−2121=2121=1
Practice Problems
Exercise 1
Find the sum of the first 8 terms of the geometric sequence 1,3,9,27,….
Reference Answer(2 个标签)
geometric sequencesum of first n terms
Idea: Determine the first term and common ratio, then use the summation formula.
Detailed steps:
Given a1=1, q=3, n=8.
S8=3−11×(38−1)=26561−1=26560=3280
Answer: S8=3280
Exercise 2
In the geometric sequence {an}, a1=64 and q=21. Find the sum of the first 6 terms.
Reference Answer(2 个标签)
geometric sequencesum of first n terms
Idea: Since 0<q<1, use the first form of the formula.