Basic Concepts of Sequences
Sequences act as functions on positive integers, bridging discrete steps to the continuous ideas of limits and calculus.
What Is a Sequence?
A sequence is a function whose independent variable is a positive integer. For each , the value is denoted , and the whole sequence is written .
(natural numbers):正整数集合,是本章默认的索引集。
(Real numbers):实数集,常作为项的取值范围。
Typical Examples
- Natural numbers: (linear growth)
- Harmonic: (used in limits/estimates)
- Alternating: (sign flips with period )
Ways to Represent Sequences
- General term: give directly. Example ⇒
- Recurrence: generate from earlier terms. Example ⇒
- Listing: write early terms for intuition, e.g.,
If a recurrence can be iterated, the closed form may be found by accumulating the relation. Conversely, a general term can often yield a recurrence by rearrangement.
Common Types
Arithmetic sequences
Consecutive terms differ by a constant .
Example: with . If the sequence increases; if it decreases.
Geometric sequences
Consecutive terms have a constant ratio .
Example: with . When , , a classic convergence case.
Basic Properties
Boundedness
A sequence is bounded if with for all .
Example: is bounded; is unbounded.
Monotonicity
- Increasing: for all
- Decreasing: for all
A sequence that is both monotonic and bounded converges—a key bridge to limits.
Periodicity and Parity
- Periodic: with (e.g., with ).
- Even/odd patterns: extending to a function can mirror function parity concepts.
Exercises
练习 1
Classify the sequence and give the parameter:
- ⇒ arithmetic, .
- ⇒ geometric, .
练习 2
Sequence satisfies , . Find a closed form.
Sum the recurrence: , so .
总结
本文出现的符号
| 符号 | 类型 | 读音/说明 | 在本文中的含义 |
|---|---|---|---|
| 数学符号 | natural numbers | 索引的取值集合 | |
| 数学符号 | Real numbers | 项的取值集合 | |
| 数列记号 | sequence a_n | 一个数列 | |
| 元素符号 | a sub n | 第 项 | |
| 参数 | difference | 等差数列公差 | |
| 参数 | quotient | 等比数列公比 |
中英对照
| 中文术语 | 英文术语 | 音标 | 说明 |
|---|---|---|---|
| 数列 | sequence | /ˈsiːkwəns/ | 以正整数为索引的函数 |
| 通项公式 | general term | /ˈdʒenərəl tɜːrm/ | 直接给出第 项 |
| 递推公式 | recurrence relation | /rɪˈkɜːrəns rɪˈleɪʃən/ | 通过前项生成后项 |
| 等差数列 | arithmetic sequence | /ˌærɪθˈmetɪk ˈsiːkwəns/ | 相邻项差为常数 |
| 等比数列 | geometric sequence | /ˌdʒiːəˈmetrɪk ˈsiːkwəns/ | 相邻项比为常数 |
| 有界 | bounded | /ˈbaʊndɪd/ | 绝对值被同一常数约束 |
| 单调 | monotonic | /ˌmɒnəˈtɒnɪk/ | 项随索引一致增或减 |
