Definition of Geometric Sequences

The geometric sequence is another basic type of sequence. Understanding its definition is the first step toward mastering the laws of exponential growth.

Definition

Definition of a geometric sequence

If, starting from the second term, the ratio of each term to its predecessor in a sequence is always the same constant, then the sequence is called a geometric sequence. This constant is called the common ratio of the geometric sequence, usually denoted by the letter qq.

符号说明
符号类型读音/说明在本文中的含义
qq参数quotientThe common ratio of a geometric sequence, the ratio between adjacent terms

In mathematical language: for a sequence {an}\{a_n\}, if

an+1an=q(nN,q0 is a constant)\frac{a_{n+1}}{a_n} = q \quad (n \in \mathbb{N}^*, q \neq 0 \text{ is a constant})

then {an}\{a_n\} is a geometric sequence.

Methods of Determination

There are several methods to determine whether a sequence is a geometric sequence:

Method 1: The Definition Method

Check whether the ratio between adjacent terms is constant.

Example 1: Determine whether the sequence 2,6,18,54,2, 6, 18, 54, \ldots is a geometric sequence.

Solution:

  • a2a1=62=3\frac{a_2}{a_1} = \frac{6}{2} = 3
  • a3a2=186=3\frac{a_3}{a_2} = \frac{18}{6} = 3
  • a4a3=5418=3\frac{a_4}{a_3} = \frac{54}{18} = 3

The ratio between adjacent terms is always 3, so this is a geometric sequence with common ratio 3.

Method 2: The General Term Method

If the general term formula of a sequence can be written as an=cqna_n = c \cdot q^n or an=cqn1a_n = c \cdot q^{n-1} (where c,qc, q are nonzero constants), then the sequence is a geometric sequence.

Example 2: Is the sequence an=32n1a_n = 3 \cdot 2^{n-1} a geometric sequence?

Solution:

This is of the form cqn1c \cdot q^{n-1} with c=3,q=2c = 3, q = 2, so it is a geometric sequence with common ratio q=2q = 2.

Verification: a1=3,a2=6,a3=12,a_1 = 3, a_2 = 6, a_3 = 12, \ldots, indeed a geometric sequence with common ratio 2.

The Meaning of the Common Ratio

The common ratio qq determines the trend of the geometric sequence:

  • q>1q > 1: the sequence is increasing (e.g., 2,4,8,16,2, 4, 8, 16, \ldots)
  • 0<q<10 < q < 1: the sequence is decreasing (e.g., 8,4,2,1,8, 4, 2, 1, \ldots)
  • q<0q < 0: the sequence alternates in sign (e.g., 1,2,4,8,1, -2, 4, -8, \ldots)
  • q=1q = 1: the sequence is constant (e.g., 5,5,5,5,5, 5, 5, 5, \ldots)
What is the essential difference between a geometric sequence and an arithmetic sequence?

An arithmetic sequence lives in the world of “addition”: each time a fixed amount (the common difference) is added, reflecting linear growth. Its general term formula an=a1+(n1)da_n = a_1 + (n-1)d is a linear function.

A geometric sequence lives in the world of “multiplication”: each time a fixed multiple (the common ratio) is applied, reflecting exponential growth. Its general term formula an=a1qn1a_n = a_1 \cdot q^{n-1} is an exponential function.

Figuratively speaking:

  • An arithmetic sequence is like climbing stairs, rising a fixed height each time
  • A geometric sequence is like a rolling snowball, growing by a fixed multiple each time

This is why geometric sequences grow faster (when q>1q > 1)!

Special Cases

A Sequence with Only One Term

A sequence with only one term can be regarded as a geometric sequence with any common ratio, because there are no “adjacent terms” to determine the common ratio.

A Sequence with Only Two Terms

Any two-term sequence (both nonzero) is a geometric sequence, with common ratio q=a2a1q = \frac{a_2}{a_1}.

A Sequence Containing Zero

If a sequence contains a zero term, then it is not a geometric sequence, because the ratio is meaningless.

Practice Problems

Exercise 1

Determine whether the following sequences are geometric sequences. If so, state the common ratio:

  1. 3,9,27,81,3, 9, 27, 81, \ldots
  2. 1,1,1,1,1, 1, 1, 1, \ldots
  3. 1,2,3,4,1, 2, 3, 4, \ldots
  4. 16,8,4,2,16, 8, 4, 2, \ldots
Reference Answer(2 个标签)
geometric sequencecommon ratio

Idea: Check whether the ratio between adjacent terms is constant.

Detailed steps:

  1. a2a1=93=3\frac{a_2}{a_1} = \frac{9}{3} = 3, a3a2=279=3\frac{a_3}{a_2} = \frac{27}{9} = 3, a4a3=8127=3\frac{a_4}{a_3} = \frac{81}{27} = 3

    It is a geometric sequence with common ratio q=3q = 3

  2. a2a1=11=1\frac{a_2}{a_1} = \frac{1}{1} = 1, a3a2=11=1\frac{a_3}{a_2} = \frac{1}{1} = 1

    It is a geometric sequence with common ratio q=1q = 1 (a constant sequence)

  3. a2a1=21=2\frac{a_2}{a_1} = \frac{2}{1} = 2, a3a2=32=1.5\frac{a_3}{a_2} = \frac{3}{2} = 1.5, a4a3=431.33\frac{a_4}{a_3} = \frac{4}{3} \approx 1.33

    The ratios between adjacent terms are not equal, so it is not a geometric sequence

  4. a2a1=816=12\frac{a_2}{a_1} = \frac{8}{16} = \frac{1}{2}, a3a2=48=12\frac{a_3}{a_2} = \frac{4}{8} = \frac{1}{2}, a4a3=24=12\frac{a_4}{a_3} = \frac{2}{4} = \frac{1}{2}

    It is a geometric sequence with common ratio q=12q = \frac{1}{2}

Exercise 2

Given that the general term of the sequence {an}\{a_n\} is an=5(2)n1a_n = 5 \cdot (-2)^{n-1}, determine whether the sequence is a geometric sequence. If so, find the common ratio.

Reference Answer(2 个标签)
geometric sequencecommon ratio

Idea: Use the general term method to see whether it can be written in the form cqn1c \cdot q^{n-1}.

Detailed steps:

an=5(2)n1a_n = 5 \cdot (-2)^{n-1}

This is of the form cqn1c \cdot q^{n-1} with c=5,q=2c = 5, q = -2.

Therefore, {an}\{a_n\} is a geometric sequence with common ratio q=2q = -2.

Verification:

  • a1=5(2)0=5a_1 = 5 \cdot (-2)^0 = 5
  • a2=5(2)1=10a_2 = 5 \cdot (-2)^1 = -10
  • a3=5(2)2=20a_3 = 5 \cdot (-2)^2 = 20
  • a2a1=105=2\frac{a_2}{a_1} = \frac{-10}{5} = -2
  • a3a2=2010=2\frac{a_3}{a_2} = \frac{20}{-10} = -2

Indeed a geometric sequence with common ratio 2-2.

Exercise 3

In the geometric sequence {an}\{a_n\}, a2=6a_2 = 6 and a5=48a_5 = 48. Find the common ratio qq.

Reference Answer(2 个标签)
geometric sequencecommon ratio

Idea: Use the definition of a geometric sequence: the ratio between adjacent terms is the common ratio.

Detailed steps:

From a2a_2 to a5a_5, the common ratio is applied 3 times:

a5=a2q3a_5 = a_2 \cdot q^3

Substitute the given values:

48=6q348 = 6 \cdot q^3 q3=8q^3 = 8 q=2q = 2

Answer: the common ratio is q=2q = 2


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
qq参数quotientThe common ratio of a geometric sequence
{an}\{a_n\}数列记号sequence notationDenotes a sequence
ana_n元素符号a sub nThe nnth term of a sequence
N\mathbb{N}^*数学符号positive integersThe set of positive integers

中英对照

中文术语英文术语音标说明
等比数列geometric sequence/ˌdʒiːəˈmetrɪk ˈsiːkwəns/A sequence with a constant ratio between adjacent terms
公比common ratio/ˈkɒmən ˈreɪʃiəʊ/The ratio between adjacent terms of a geometric sequence
指数增长exponential growth/ˌekspəˈnenʃəl ɡrəʊθ/Growing by a fixed multiple
线性增长linear growth/ˈlɪniə ɡrəʊθ/Growing by a fixed amount
常数列constant sequence/ˈkɒnstənt ˈsiːkwəns/A sequence whose terms are all the same