Definition of Arithmetic Sequences

The arithmetic sequence is the most basic and important type of sequence. Understanding its definition is the key to mastering all subsequent content.

Definition

Definition of an arithmetic sequence

If, starting from the second term, the difference between each term and its predecessor in a sequence is always the same constant, then the sequence is called an arithmetic sequence. This constant is called the common difference of the arithmetic sequence, usually denoted by the letter dd.

符号说明
符号类型读音/说明在本文中的含义
dd参数differenceThe common difference of an arithmetic sequence, the difference between adjacent terms

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

an+1an=d(nN,d is a constant)a_{n+1} - a_n = d \quad (n \in \mathbb{N}^*, d \text{ is a constant})

then {an}\{a_n\} is an arithmetic sequence.

Methods of Determination

There are several methods to determine whether a sequence is an arithmetic sequence:

Method 1: The Definition Method

Check whether the difference between adjacent terms is constant.

Example 1: Determine whether the sequence 2,5,8,11,14,2, 5, 8, 11, 14, \ldots is an arithmetic sequence.

Solution:

  • a2a1=52=3a_2 - a_1 = 5 - 2 = 3
  • a3a2=85=3a_3 - a_2 = 8 - 5 = 3
  • a4a3=118=3a_4 - a_3 = 11 - 8 = 3
  • a5a4=1411=3a_5 - a_4 = 14 - 11 = 3

The difference between adjacent terms is always 3, so this is an arithmetic sequence with common difference 3.

Method 2: The General Term Method

If the general term formula of a sequence can be written as an=kn+ba_n = kn + b (where k,bk, b are constants), then the sequence is an arithmetic sequence with common difference d=kd = k.

Example 2: Is the sequence an=3n1a_n = 3n - 1 an arithmetic sequence?

Solution: an=3n1a_n = 3n - 1

This is of the form kn+bkn + b with k=3,b=1k = 3, b = -1, so it is an arithmetic sequence with common difference d=3d = 3.

Verification: a1=2,a2=5,a3=8,a_1 = 2, a_2 = 5, a_3 = 8, \ldots, indeed an arithmetic sequence with common difference 3.

The Meaning of the Common Difference

The common difference dd determines the trend of the arithmetic sequence:

  • d>0d > 0: the sequence is increasing (e.g., 1,3,5,7,1, 3, 5, 7, \ldots)
  • d<0d < 0: the sequence is decreasing (e.g., 10,7,4,1,10, 7, 4, 1, \ldots)
  • d=0d = 0: the sequence is constant (e.g., 5,5,5,5,5, 5, 5, 5, \ldots)
Why is a constant sequence (a sequence whose terms are all the same) also an arithmetic sequence?

Because a constant sequence satisfies the definition of an arithmetic sequence: the difference between adjacent terms is a constant. For a constant sequence, every term is the same, so the difference between adjacent terms is 0, i.e., the common difference d=0d = 0. Although it looks like “no change”, from the viewpoint of the mathematical definition, it fully satisfies the conditions of an arithmetic sequence.

Special Cases

A Sequence with Only One Term

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

A Sequence with Only Two Terms

Any two-term sequence is an arithmetic sequence, with common difference d=a2a1d = a_2 - a_1.

Practice Problems

Exercise 1

Determine whether the following sequences are arithmetic sequences. If so, state the common difference:

  1. 1,4,7,10,13,1, 4, 7, 10, 13, \ldots
  2. 5,5,5,5,5,5, 5, 5, 5, 5, \ldots
  3. 1,2,4,8,16,1, 2, 4, 8, 16, \ldots
  4. 3,1,1,3,5,-3, -1, 1, 3, 5, \ldots
Reference Answer(2 个标签)
arithmetic sequencecommon difference

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

Detailed steps:

  1. a2a1=41=3a_2 - a_1 = 4 - 1 = 3, a3a2=74=3a_3 - a_2 = 7 - 4 = 3, a4a3=107=3a_4 - a_3 = 10 - 7 = 3

    It is an arithmetic sequence with common difference d=3d = 3

  2. a2a1=55=0a_2 - a_1 = 5 - 5 = 0, a3a2=55=0a_3 - a_2 = 5 - 5 = 0

    It is an arithmetic sequence with common difference d=0d = 0 (a constant sequence)

  3. a2a1=21=1a_2 - a_1 = 2 - 1 = 1, a3a2=42=2a_3 - a_2 = 4 - 2 = 2, a4a3=84=4a_4 - a_3 = 8 - 4 = 4

    The differences between adjacent terms are not equal, so it is not an arithmetic sequence

  4. a2a1=1(3)=2a_2 - a_1 = -1 - (-3) = 2, a3a2=1(1)=2a_3 - a_2 = 1 - (-1) = 2, a4a3=31=2a_4 - a_3 = 3 - 1 = 2

    It is an arithmetic sequence with common difference d=2d = 2

Exercise 2

Given that the general term of the sequence {an}\{a_n\} is an=23na_n = 2 - 3n, determine whether the sequence is an arithmetic sequence. If so, find the common difference.

Reference Answer(2 个标签)
arithmetic sequencecommon difference

Idea: Use the general term method to see whether it can be written in the form kn+bkn + b.

Detailed steps:

an=23n=3n+2a_n = 2 - 3n = -3n + 2

This is of the form kn+bkn + b with k=3,b=2k = -3, b = 2.

Therefore, {an}\{a_n\} is an arithmetic sequence with common difference d=3d = -3.

Verification:

  • a1=23=1a_1 = 2 - 3 = -1
  • a2=26=4a_2 = 2 - 6 = -4
  • a3=29=7a_3 = 2 - 9 = -7
  • a2a1=4(1)=3a_2 - a_1 = -4 - (-1) = -3
  • a3a2=7(4)=3a_3 - a_2 = -7 - (-4) = -3

Indeed an arithmetic sequence with common difference 3-3.

Exercise 3

In the arithmetic sequence {an}\{a_n\}, a3=7a_3 = 7 and a5=13a_5 = 13. Find the common difference dd.

Reference Answer(2 个标签)
arithmetic sequencecommon difference

Idea: Use the definition of an arithmetic sequence: the difference between adjacent terms is the common difference.

Detailed steps:

From a3a_3 to a5a_5 there are 2 common differences:

a5a3=2da_5 - a_3 = 2d

Substitute the given values:

137=2d13 - 7 = 2d 6=2d6 = 2d d=3d = 3

Answer: the common difference is d=3d = 3


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
dd参数differenceThe common difference of an arithmetic 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

中英对照

中文术语英文术语音标说明
等差数列arithmetic sequence/ˌærɪθˈmetɪk ˈsiːkwəns/A sequence with a constant difference between adjacent terms
公差common difference/ˈkɒmən ˈdɪfrəns/The difference between adjacent terms of an arithmetic sequence
递增increasing/ɪnˈkriːsɪŋ/The terms of a sequence gradually get larger
递减decreasing/dɪˈkriːsɪŋ/The terms of a sequence gradually get smaller
常数列constant sequence/ˈkɒnstənt ˈsiːkwəns/A sequence whose terms are all the same