This is a beta course, so its structure, chapters, and examples may continue to change.
Properties of Geometric Sequences
Besides the basic definition and formulas, geometric sequences have many important properties. Mastering these properties allows you to solve problems more flexibly.
In other words, the square of the geometric mean equals the product of the two end terms.
Example: 2, 4, 8 form a geometric sequence, and 4 is the geometric mean of 2 and 8, because 42=2×8=16.
Note: the geometric mean has two values ±ac, but in a geometric sequence, the sign of the middle term is determined by the first term and the common ratio.
The General Middle-Term Property
In the geometric sequence {an}, for any positive integer n (n≥2):
This shows that in a geometric sequence, the square of any term equals the product of its two neighbors.
Why does an arithmetic sequence use addition while a geometric sequence uses multiplication?
This stems from the essential difference between the two types of sequences:
An arithmetic sequence has an “addition” structure:
Definition: an+1−an=d (the difference is constant)
Middle term: an=2an−1+an+1 (arithmetic mean)
A geometric sequence has a “multiplication” structure:
Definition: anan+1=q (the ratio is constant)
Middle term: an2=an−1⋅an+1 (geometric mean)
From the viewpoint of logarithms, if we take the logarithm of a geometric sequence, it becomes an arithmetic sequence! This reveals the deep connection between the two.
The Product Property
In the geometric sequence {an}, if m+n=p+q (where m,n,p,q are positive integers), then:
Extracting several terms from a geometric sequence at equal intervals produces a new sequence that is still a geometric sequence.
Example: The sequence {an}: 2,6,18,54,162,… (common ratio 3)
Extracting odd-indexed terms: a1,a3,a5,… i.e., 2,18,162,… (common ratio 9)
Extracting even-indexed terms: a2,a4,a6,… i.e., 6,54,486,… (common ratio 9)
Products of Consecutive k Terms
Taking the product of every consecutive k terms of a geometric sequence as a term, the new sequence thus formed is still a geometric sequence.
Relationship with the Sum of the First n Terms
The Relationship between the General Term and the Sum of the First n Terms
For a geometric sequence {an} (q=1), the sum Sn of the first n terms and the general term an satisfy:
an={S1,Sn−Sn−1,n=1n≥2
The Property of the Sum of the First n Terms
When q=1, the sum of the first n terms of a geometric sequence can be written as:
Sn=1−qa1(1−qn)=1−qa1−1−qa1qn
This shows that Sn can be regarded as the sum of a constant term and an exponential term.
Worked Examples
Example 1: Using the Product Property
In the geometric sequence {an}, given a3⋅a5=16, find a4.
Solution:
Since 3+5=2×4, by the product property:
a3⋅a5=a42
Therefore:
a42=16⇒a4=±4
Example 2: Using the Subsequence Property
The common ratio of the geometric sequence {an} is q=2. Extract the 1st, 3rd, 5th, … terms to form a new sequence {bn}. Find the common ratio of {bn}.
Solution:
b1=a1, b2=a3, b3=a5, …
b1b2=a1a3=q2=22=4
So the common ratio of the new sequence is 4.
Example 3: Using the Sum Property
The sum of the first n terms of the geometric sequence {an} is Sn=3n−1. Find a1 and q.
Solution:
When n=1:
a1=S1=31−1=2
When n≥2:
an=Sn−Sn−1=(3n−1)−(3n−1−1)=3n−3n−1=3n−1(3−1)=2⋅3n−1
Verify n=1: a1=2⋅30=2 ✓
So an=2⋅3n−1, i.e., a1=2 and q=3.
Practice Problems
Exercise 1
In the geometric sequence {an}, a2⋅a8=36. Find a5.
Reference Answer(2 个标签)
geometric sequenceproperty
Idea: Use the product property.
Detailed steps:
Since 2+8=2×5, we have:
a2⋅a8=a52
a52=36
a5=±6
Answer: a5=±6
Exercise 2
In the geometric sequence {an}, a1⋅a2⋅a3=27. Find a2.
Reference Answer(2 个标签)
geometric sequenceproperty
Idea: Use the middle-term property.
Detailed steps:
Since a22=a1⋅a3, we have:
a1⋅a2⋅a3=a2⋅(a1⋅a3)=a2⋅a22=a23=27
a2=3
Answer: a2=3
Exercise 3
The sum of the first n terms of the geometric sequence {an} is Sn=2n+1−2. Find an.