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.

The Middle-Term Property

The Geometric Mean

Geometric mean

If three numbers aa, bb, cc form a geometric sequence, then bb is called the geometric mean of aa and cc.

Geometric mean formula
b2=acb^2 = ac

In other words, the square of the geometric mean equals the product of the two end terms.

Example: 22, 44, 88 form a geometric sequence, and 44 is the geometric mean of 22 and 88, because 42=2×8=164^2 = 2 \times 8 = 16.

The General Middle-Term Property

In the geometric sequence {an}\{a_n\}, for any positive integer nn (n2n \geq 2):

Middle-term property
an2=an1an+1a_n^2 = a_{n-1} \cdot a_{n+1}

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+1an=da_{n+1} - a_n = d (the difference is constant)
  • Middle term: an=an1+an+12a_n = \frac{a_{n-1} + a_{n+1}}{2} (arithmetic mean)

A geometric sequence has a “multiplication” structure:

  • Definition: an+1an=q\frac{a_{n+1}}{a_n} = q (the ratio is constant)
  • Middle term: an2=an1an+1a_n^2 = a_{n-1} \cdot a_{n+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}\{a_n\}, if m+n=p+qm + n = p + q (where m,n,p,qm, n, p, q are positive integers), then:

Product property
aman=apaqa_m \cdot a_n = a_p \cdot a_q

In particular, when m+n=2pm + n = 2p, we have aman=ap2a_m \cdot a_n = a_p^2.

Example: In a geometric sequence, a2a6=a3a5=a42a_2 \cdot a_6 = a_3 \cdot a_5 = a_4^2 (because 2+6=3+5=2×4=82+6=3+5=2 \times 4=8)

Proof:

aman=(a1qm1)(a1qn1)=a12qm+n2apaq=(a1qp1)(a1qq1)=a12qp+q2\begin{aligned} a_m \cdot a_n &= (a_1 \cdot q^{m-1}) \cdot (a_1 \cdot q^{n-1}) \\ &= a_1^2 \cdot q^{m+n-2} \\ \\ a_p \cdot a_q &= (a_1 \cdot q^{p-1}) \cdot (a_1 \cdot q^{q-1}) \\ &= a_1^2 \cdot q^{p+q-2} \end{aligned}

Since m+n=p+qm + n = p + q, we have aman=apaqa_m \cdot a_n = a_p \cdot a_q.

The Subsequence Property

Extracting at Equal Intervals

Extracting several terms from a geometric sequence at equal intervals produces a new sequence that is still a geometric sequence.

Example: The sequence {an}\{a_n\}: 2,6,18,54,162,2, 6, 18, 54, 162, \ldots (common ratio 3)

Extracting odd-indexed terms: a1,a3,a5,a_1, a_3, a_5, \ldots i.e., 2,18,162,2, 18, 162, \ldots (common ratio 9)

Extracting even-indexed terms: a2,a4,a6,a_2, a_4, a_6, \ldots i.e., 6,54,486,6, 54, 486, \ldots (common ratio 9)

Products of Consecutive k Terms

Taking the product of every consecutive kk 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}\{a_n\} (q1q \neq 1), the sum SnS_n of the first nn terms and the general term ana_n satisfy:

an={S1,n=1SnSn1,n2a_n = \begin{cases} S_1, & n = 1 \\ S_n - S_{n-1}, & n \geq 2 \end{cases}

The Property of the Sum of the First n Terms

When q1q \neq 1, the sum of the first nn terms of a geometric sequence can be written as:

Sn=a1(1qn)1q=a11qa1qn1qS_n = \frac{a_1(1 - q^n)}{1 - q} = \frac{a_1}{1 - q} - \frac{a_1 q^n}{1 - q}

This shows that SnS_n 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}\{a_n\}, given a3a5=16a_3 \cdot a_5 = 16, find a4a_4.

Solution:

Since 3+5=2×43 + 5 = 2 \times 4, by the product property:

a3a5=a42a_3 \cdot a_5 = a_4^2

Therefore: a42=16a4=±4a_4^2 = 16 \quad \Rightarrow \quad a_4 = \pm 4

Example 2: Using the Subsequence Property

The common ratio of the geometric sequence {an}\{a_n\} is q=2q = 2. Extract the 1st, 3rd, 5th, … terms to form a new sequence {bn}\{b_n\}. Find the common ratio of {bn}\{b_n\}.

Solution:

b1=a1b_1 = a_1, b2=a3b_2 = a_3, b3=a5b_3 = a_5, \ldots

b2b1=a3a1=q2=22=4\frac{b_2}{b_1} = \frac{a_3}{a_1} = q^2 = 2^2 = 4

So the common ratio of the new sequence is 44.

Example 3: Using the Sum Property

The sum of the first nn terms of the geometric sequence {an}\{a_n\} is Sn=3n1S_n = 3^n - 1. Find a1a_1 and qq.

Solution:

When n=1n = 1: a1=S1=311=2a_1 = S_1 = 3^1 - 1 = 2

When n2n \geq 2: an=SnSn1=(3n1)(3n11)=3n3n1=3n1(31)=23n1a_n = S_n - S_{n-1} = (3^n - 1) - (3^{n-1} - 1) = 3^n - 3^{n-1} = 3^{n-1}(3 - 1) = 2 \cdot 3^{n-1}

Verify n=1n = 1: a1=230=2a_1 = 2 \cdot 3^0 = 2

So an=23n1a_n = 2 \cdot 3^{n-1}, i.e., a1=2a_1 = 2 and q=3q = 3.

Practice Problems

Exercise 1

In the geometric sequence {an}\{a_n\}, a2a8=36a_2 \cdot a_8 = 36. Find a5a_5.

Reference Answer(2 个标签)
geometric sequenceproperty

Idea: Use the product property.

Detailed steps:

Since 2+8=2×52 + 8 = 2 \times 5, we have:

a2a8=a52a_2 \cdot a_8 = a_5^2

a52=36a_5^2 = 36

a5=±6a_5 = \pm 6

Answer: a5=±6a_5 = \pm 6

Exercise 2

In the geometric sequence {an}\{a_n\}, a1a2a3=27a_1 \cdot a_2 \cdot a_3 = 27. Find a2a_2.

Reference Answer(2 个标签)
geometric sequenceproperty

Idea: Use the middle-term property.

Detailed steps:

Since a22=a1a3a_2^2 = a_1 \cdot a_3, we have:

a1a2a3=a2(a1a3)=a2a22=a23=27a_1 \cdot a_2 \cdot a_3 = a_2 \cdot (a_1 \cdot a_3) = a_2 \cdot a_2^2 = a_2^3 = 27

a2=3a_2 = 3

Answer: a2=3a_2 = 3

Exercise 3

The sum of the first nn terms of the geometric sequence {an}\{a_n\} is Sn=2n+12S_n = 2^{n+1} - 2. Find ana_n.

Reference Answer(2 个标签)
geometric sequencesum of first n terms

Idea: Use an=SnSn1a_n = S_n - S_{n-1} (n2n \geq 2).

Detailed steps:

When n=1n = 1: a1=S1=21+12=42=2a_1 = S_1 = 2^{1+1} - 2 = 4 - 2 = 2

When n2n \geq 2:

an=SnSn1=(2n+12)(2n2)=2n+12n=2n(21)=2n\begin{aligned} a_n &= S_n - S_{n-1} \\ &= (2^{n+1} - 2) - (2^n - 2) \\ &= 2^{n+1} - 2^n \\ &= 2^n(2 - 1) \\ &= 2^n \end{aligned}

Verify n=1n = 1: a1=21=2a_1 = 2^1 = 2

Answer: an=2na_n = 2^n

Exercise 4

Adapted from a postgraduate entrance examination problem

In the geometric sequence {an}\{a_n\}, a1>0a_1 > 0, q>1q > 1, a1+an=66a_1 + a_n = 66, a2an1=128a_2 \cdot a_{n-1} = 128, and Sn=126S_n = 126. Find nn.

Reference Answer(3 个标签)
geometric sequencepropertysum of first n terms

Idea: Use the product property and the summation formula.

Detailed steps:

By the product property: a2an1=a1an=128a_2 \cdot a_{n-1} = a_1 \cdot a_n = 128

Combined with a1+an=66a_1 + a_n = 66, let a1=xa_1 = x and an=ya_n = y. Then:

{x+y=66xy=128\begin{cases} x + y = 66 \\ xy = 128 \end{cases}

xx and yy are the two roots of the equation t266t+128=0t^2 - 66t + 128 = 0.

Solving gives: t=2t = 2 or t=64t = 64

Since a1>0a_1 > 0 and q>1q > 1, we have a1<ana_1 < a_n, so a1=2a_1 = 2 and an=64a_n = 64.

an=a1qn164=2qn1qn1=32a_n = a_1 \cdot q^{n-1} \quad \Rightarrow \quad 64 = 2 \cdot q^{n-1} \quad \Rightarrow \quad q^{n-1} = 32

Also Sn=a1(qn1)q1=126S_n = \frac{a_1(q^n - 1)}{q - 1} = 126

Substituting a1=2a_1 = 2: 2(qn1)q1=126qn1=63(q1)\frac{2(q^n - 1)}{q - 1} = 126 \quad \Rightarrow \quad q^n - 1 = 63(q - 1)

Since qn1=32q^{n-1} = 32, we have qn=32qq^n = 32q: 32q1=63q6331q=62q=232q - 1 = 63q - 63 \quad \Rightarrow \quad 31q = 62 \quad \Rightarrow \quad q = 2

qn1=32=25n1=5n=6q^{n-1} = 32 = 2^5 \quad \Rightarrow \quad n - 1 = 5 \quad \Rightarrow \quad n = 6

Answer: n=6n = 6


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
ana_n元素符号a sub nThe nnth term of a geometric sequence
qq参数quotientThe common ratio of a geometric sequence
SnS_n求和符号S sub nThe sum of the first nn terms of a geometric sequence
m,n,p,qm, n, p, q变量-Positive integers denoting term numbers

中英对照

中文术语英文术语音标说明
等比中项geometric mean/ˌdʒiːəˈmetrɪk miːn/The geometric average of two numbers
乘积性质product property/ˈprɒdʌkt ˈprɒpəti/The product relationship between terms of a sequence
子数列subsequence/ˈsʌbsiːkwəns/A sequence extracted from the original one by a rule
几何平均geometric average/ˌdʒiːəˈmetrɪk ˈævərɪdʒ/An average of the form ab\sqrt{ab}