General Term Formula of Geometric Sequences

The general term formula is the core tool of geometric sequences. It allows us to directly find any term of the sequence, reflecting the mathematical essence of exponential growth.

Derivation of the Formula

For a geometric sequence {an}\{a_n\}, let the first term be a1a_1 and the common ratio be qq. Let us derive the expression for the nnth term ana_n.

According to the definition of a geometric sequence:

a2=a1⋅qa3=a2⋅q=a1⋅q2a4=a3⋅q=a1⋅q3a5=a4⋅q=a1⋅q4⋮\begin{aligned} a_2 &= a_1 \cdot q \\ a_3 &= a_2 \cdot q = a_1 \cdot q^2 \\ a_4 &= a_3 \cdot q = a_1 \cdot q^3 \\ a_5 &= a_4 \cdot q = a_1 \cdot q^4 \\ &\vdots \end{aligned}

Observe the pattern: from a1a_1 to ana_n, we need to multiply by the common ratio qq (n−1)(n-1) times.

General term formula of a geometric sequence
an=a1⋅qn−1a_n = a_1 \cdot q^{n-1}
Why does a geometric sequence grow so fast?

This is because a geometric sequence grows exponentially!

Take the common ratio q=2q = 2 as an example:

  • 1st term: a1a_1
  • 2nd term: 2a12a_1
  • 3rd term: 4a14a_1
  • 10th term: 512a1512a_1
  • 20th term: 524288a1524288a_1 (more than 500,000 times!)

Each additional term doubles the value. The power of this “doubling” far exceeds the “accumulation” of an arithmetic sequence. This is why phenomena such as compound interest investment and virus spread exhibit astonishing growth rates.

Imagine folding a piece of paper 20 times: how thick would it be? The answer is over 100 meters! That is the power of exponential growth.

Variations of the General Term Formula

The general term formula can also be written in other forms:

Form 1: Based on an Arbitrary Term

If the mmth term ama_m is known, then:

an=am⋅qn−ma_n = a_m \cdot q^{n-m}

This formula is especially useful when a certain term (not necessarily the first) is known.

Form 2: The Exponential Function Form

Rewriting the general term formula:

an=a1⋅qn−1=a1q⋅qna_n = a_1 \cdot q^{n-1} = \frac{a_1}{q} \cdot q^n

Let c=a1qc = \frac{a_1}{q}. Then:

an=c⋅qna_n = c \cdot q^n

This shows that the general term formula of a geometric sequence is essentially an exponential function (when q>0q > 0 and q≠1q \neq 1).

Worked Examples

Example 1: Given the first term and common ratio, find a certain term

In the geometric sequence {an}\{a_n\}, the first term is a1=3a_1 = 3 and the common ratio is q=2q = 2. Find the 8th term a8a_8.

Solution:

a8=a1⋅q8−1=3⋅27=3⋅128=384a_8 = a_1 \cdot q^{8-1} = 3 \cdot 2^7 = 3 \cdot 128 = 384

Example 2: Given two terms, find the general term formula

In the geometric sequence {an}\{a_n\}, a3=12a_3 = 12 and a6=96a_6 = 96. Find the general term formula.

Solution:

Using the general term formula:

{a3=a1⋅q2=12a6=a1⋅q5=96\begin{cases} a_3 = a_1 \cdot q^2 = 12 \\ a_6 = a_1 \cdot q^5 = 96 \end{cases}

Dividing the two equations: a6a3=a1⋅q5a1⋅q2=q3=9612=8\frac{a_6}{a_3} = \frac{a_1 \cdot q^5}{a_1 \cdot q^2} = q^3 = \frac{96}{12} = 8

So q3=8q^3 = 8, giving q=2q = 2.

Substituting into the first equation: a1⋅22=12⇒a1=3a_1 \cdot 2^2 = 12 \quad \Rightarrow \quad a_1 = 3

Therefore, the general term formula is: an=3⋅2n−1a_n = 3 \cdot 2^{n-1}

Example 3: Compound Interest Calculation

A person deposits 10000 yuan in a bank at an annual interest rate of 5% with compound interest. What is the amount after nn years?

Solution:

This is a geometric sequence problem:

  • First term (principal): a1=10000a_1 = 10000 yuan
  • Common ratio: q=1+5%=1.05q = 1 + 5\% = 1.05
  • The (n+1)(n+1)th term is the amount after nn years

an+1=10000⋅1.05na_{n+1} = 10000 \cdot 1.05^n

For example, the amount after 10 years: a11=10000⋅1.0510≈16289 yuana_{11} = 10000 \cdot 1.05^{10} \approx 16289 \text{ yuan}

Practice Problems

Exercise 1

In the geometric sequence {an}\{a_n\}, a1=2a_1 = 2 and q=3q = 3. Find a6a_6.

Reference Answer(2 个标签)
geometric sequencegeneral term formula

Idea: Use the general term formula an=a1⋅qn−1a_n = a_1 \cdot q^{n-1} directly.

Detailed steps:

a6=a1⋅q6−1=2⋅35=2⋅243=486a_6 = a_1 \cdot q^{6-1} = 2 \cdot 3^5 = 2 \cdot 243 = 486

Answer: a6=486a_6 = 486

Exercise 2

In the geometric sequence {an}\{a_n\}, a2=4a_2 = 4 and a5=32a_5 = 32. Find the first term a1a_1 and the common ratio qq.

Reference Answer(2 个标签)
geometric sequencegeneral term formula

Idea: Set up a system of equations and solve.

Detailed steps:

According to the general term formula:

{a2=a1⋅q=4a5=a1⋅q4=32\begin{cases} a_2 = a_1 \cdot q = 4 \\ a_5 = a_1 \cdot q^4 = 32 \end{cases}

Dividing the two equations: a5a2=a1⋅q4a1⋅q=q3=324=8\frac{a_5}{a_2} = \frac{a_1 \cdot q^4}{a_1 \cdot q} = q^3 = \frac{32}{4} = 8

So q=2q = 2.

Substituting into the first equation: a1⋅2=4⇒a1=2a_1 \cdot 2 = 4 \quad \Rightarrow \quad a_1 = 2

Answer: a1=2a_1 = 2, q=2q = 2

Exercise 3

In the geometric sequence {an}\{a_n\}, a1=3a_1 = 3 and q=12q = \frac{1}{2}. From which term does the sequence become less than 1100\frac{1}{100}?

Reference Answer(2 个标签)
geometric sequencegeneral term formula

Idea: Suppose the nnth term is less than 1100\frac{1}{100} and set up an inequality.

Detailed steps:

an=3⋅(12)n−1<1100a_n = 3 \cdot \left(\frac{1}{2}\right)^{n-1} < \frac{1}{100}

(12)n−1<1300\left(\frac{1}{2}\right)^{n-1} < \frac{1}{300}

2n−1>3002^{n-1} > 300

Since 28=256<3002^8 = 256 < 300 and 29=512>3002^9 = 512 > 300,

we have n−1≥9n - 1 \geq 9, i.e., n≥10n \geq 10.

Answer: The sequence becomes less than 1100\frac{1}{100} starting from the 10th term

Exercise 4

Adapted from a postgraduate entrance examination problem

The geometric sequence {an}\{a_n\} satisfies a1+a2=3a_1 + a_2 = 3 and a2+a3=6a_2 + a_3 = 6. Find a1a_1 and qq.

Reference Answer(2 个标签)
geometric sequencegeneral term formula

Idea: Use the general term formula to set up a system of equations.

Detailed steps:

According to the general term formula:

{a1+a1q=3a1q+a1q2=6\begin{cases} a_1 + a_1 q = 3 \\ a_1 q + a_1 q^2 = 6 \end{cases}

Simplifying:

{a1(1+q)=3a1q(1+q)=6\begin{cases} a_1(1 + q) = 3 \\ a_1 q(1 + q) = 6 \end{cases}

Dividing the two equations: a1q(1+q)a1(1+q)=63\frac{a_1 q(1 + q)}{a_1(1 + q)} = \frac{6}{3}

q=2q = 2

Substituting into the first equation: a1(1+2)=3⇒a1=1a_1(1 + 2) = 3 \quad \Rightarrow \quad a_1 = 1

Answer: a1=1a_1 = 1, q=2q = 2


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
a1a_1元素符号a sub 1The first term of a geometric sequence
ana_n元素符号a sub nThe nnth term of a geometric sequence
qq参数quotientThe common ratio of a geometric sequence
nn变量nThe term number, a positive integer

中英对照

中文术语英文术语音标说明
通项公式general term formula/ˈdʒenərəl tɜːm ˈfɔːmjələ/The formula expressing the nnth term of a sequence
首项first term/fɜːst tɜːm/The first term of a sequence
指数函数exponential function/ˌekspəˈnenʃəl ˈfʌŋkʃən/A function of the form f(x)=axf(x) = a^x
复利compound interest/ˈkɒmpaʊnd ˈɪntrəst/The method of computing interest on interest