📚 Sequences: Basic Concepts and Notations | 数列:基本概念与表示方法
A sequence is one of the most fundamental concepts in mathematics, forming the bridge between algebraic patterns and advanced topics such as series, calculus, and financial modelling. In the IB Mathematics curriculum, a solid understanding of sequences is essential for success in both Analysis and Approaches (AA) and Applications and Interpretation (AI). This article introduces the core ideas behind sequences and the various methods used to represent them.
数列是数学中最基本的概念之一,它在代数规律与高等主题(如级数、微积分和金融建模)之间架起了桥梁。在IB数学课程中,扎实理解数列是取得成功的必备条件,无论你学习的是分析与方法(AA)还是应用与解释(AI)。本文将介绍数列背后的核心思想以及用于表示数列的各种方法。
1. What Is a Sequence? | 什么是数列?
A sequence is an ordered list of numbers, usually written as u₁, u₂, u₃, …, where each number is called a term. The subscript indicates the position of the term in the sequence. For example, the sequence of positive even numbers can be written as 2, 4, 6, 8, 10, … where u₁ = 2, u₂ = 4, u₃ = 6, and so on.
数列是按一定顺序排列的一列数,通常写作 u₁, u₂, u₃, …,其中每个数称为一项。下标表示该项在数列中的位置。例如,正偶数数列可以写作 2, 4, 6, 8, 10, …,其中 u₁ = 2,u₂ = 4,u₃ = 6,依此类推。
The key distinction between a sequence and a set is order. In a set, the order of elements does not matter; in a sequence, order is essential. The sequence 1, 2, 3 is different from 3, 2, 1, even though they contain the same numbers. This property makes sequences particularly useful for describing processes that unfold over time, such as population growth, compound interest, or the movement of a pendulum.
数列与集合的关键区别在于顺序。在集合中,元素的顺序无关紧要;而在数列中,顺序至关重要。数列 1, 2, 3 与 3, 2, 1 是不同的,尽管它们包含相同的数字。这一特性使得数列在描述随时间展开的过程中特别有用,如人口增长、复利或钟摆的运动。
2. Notation: Terms and Positions | 记法:项与位置
In IB Mathematics, we commonly use the notation uₙ to represent the nth term of a sequence. The variable n is a positive integer (n ∈ ℤ⁺) that specifies the position of the term. The first term is u₁, the second term is u₂, and the general term is uₙ. Some textbooks and examinations may also use aₙ or tₙ, but uₙ is the standard notation for IB.
在IB数学中,我们通常使用记号 uₙ 来表示数列的第 n 项。变量 n 是一个正整数(n ∈ ℤ⁺),用于指定项的位置。第一项是 u₁,第二项是 u₂,通项是 uₙ。有些教科书或考试也可能使用 aₙ 或 tₙ,但 uₙ 是IB的标准记号。
It is important to distinguish between the term itself and its position. For example, in the sequence 5, 10, 15, 20, …, the term u₃ = 15. Here, the position is 3 and the value of the term is 15. Understanding this distinction is crucial when working with formulas that define a sequence, as we often need to express uₙ as a function of n.
区分”项的值”和”项的位置”非常重要。例如,在数列 5, 10, 15, 20, … 中,u₃ = 15。这里,位置是3,而该项的值是15。理解这一区别对于使用定义数列的公式至关重要,因为我们通常需要将 uₙ 表示为 n 的函数。
uₙ = 5n, for n = 1, 2, 3, …
This formula generates the sequence: when n = 1, u₁ = 5; when n = 2, u₂ = 10; when n = 3, u₃ = 15; and so on. The notation {uₙ} is sometimes used to refer to the entire sequence, while uₙ alone refers to the nth term.
这个公式生成数列:当 n = 1 时,u₁ = 5;当 n = 2 时,u₂ = 10;当 n = 3 时,u₃ = 15;依此类推。记号 {uₙ} 有时用来表示整个数列,而单独的 uₙ 表示第 n 项。
3. Finite and Infinite Sequences | 有穷数列与无穷数列
A finite sequence has a limited number of terms. For example, the sequence 1, 4, 9, 16, 25 contains exactly five terms and ends at u₅ = 25. An infinite sequence continues without end, such as 1, 4, 9, 16, 25, 36, … where the ellipsis (three dots) indicates that the pattern continues indefinitely.
有穷数列的项数是有限的。例如,数列 1, 4, 9, 16, 25 恰好包含五项,到 u₅ = 25 为止。无穷数列则无限延续,如 1, 4, 9, 16, 25, 36, …,其中的省略号(三个点)表示规律无限持续下去。
In practical applications, most real-world data sets are finite. However, many mathematical models use infinite sequences to approximate continuous behaviour or to study convergence, which is a key topic in calculus. For IB students, recognising whether a sequence is finite or infinite is an important first step in problem-solving.
在实际应用中,大多数真实数据集是有穷的。然而,许多数学模型使用无穷数列来近似连续行为或研究收敛性,这是微积分中的一个关键主题。对于IB学生来说,识别数列是有穷还是无穷是解题的第一步。
4. Defining a Sequence: The General Term Formula | 定义数列:通项公式
The most powerful way to define a sequence is through its general term formula, uₙ expressed as a function of n. This formula allows us to calculate any term directly without listing all previous terms. For example, if uₙ = 2ⁿ, then u₁ = 2, u₂ = 4, u₃ = 8, u₄ = 16, and u₁₀ = 1024.
定义数列最有力的方式是通过通项公式,即将 uₙ 表示为 n 的函数。这个公式允许我们直接计算任意一项,而无需列出所有前面的项。例如,如果 uₙ = 2ⁿ,则 u₁ = 2,u₂ = 4,u₃ = 8,u₄ = 16,u₁₀ = 1024。
When given a general term formula, we can find specific terms by substituting the desired value of n. Conversely, if we are given several terms of a sequence, we may attempt to identify a pattern and deduce the general term. This process of finding uₙ from observed data is a common exercise in IB examinations.
当我们有了通项公式后,可以通过代入所需的 n 值来求特定项。反过来,如果我们知道数列的若干项,我们可以尝试识别规律并推出通项。这种从观察到的数据中寻找 uₙ 的过程是IB考试中的常见练习。
uₙ = n² + 1 gives: 2, 5, 10, 17, 26, …
It is worth noting that a given set of initial terms does not necessarily define a unique sequence. For instance, the first three terms 2, 4, 8 could be generated by uₙ = 2ⁿ, but also by a quadratic formula. However, in IB assessments, sequences are always assumed to follow a clear, simple pattern unless stated otherwise.
值得一提的是,给定的一组初始项并不一定能唯一确定一个数列。例如,前三项 2, 4, 8 可以由 uₙ = 2ⁿ 生成,也可以由某个二次公式生成。然而,在IB考试中,除非另有说明,数列总是遵循一个明确而简单的规律。
5. Recursive Definitions | 递推定义
Another common method of defining a sequence is recursion. A recursive definition specifies the first term (or first few terms) and provides a rule that relates each subsequent term to the one before it. For example, the sequence defined by u₁ = 3 and uₙ = uₙ₋₁ + 4 for n ≥ 2 generates the terms 3, 7, 11, 15, 19, …
定义数列的另一种常用方法是递推。递推定义指定了第一项(或前几项),并给出一个规则,将后续每一项与其前一项联系起来。例如,由 u₁ = 3 和 uₙ = uₙ₋₁ + 4(n ≥ 2)定义的数列生成项 3, 7, 11, 15, 19, …
A recursive formula is particularly useful when the pattern of a sequence is most naturally described by the relationship between consecutive terms. For example, the famous Fibonacci sequence is defined recursively as u₁ = 1, u₂ = 1, and uₙ = uₙ₋₁ + uₙ₋₂ for n ≥ 3. This definition captures the essence of the sequence much more elegantly than a general term formula could.
递推公式在数列的规律最自然地表现为相邻项之间的关系时特别有用。例如,著名的斐波那契数列可以递推定义为 u₁ = 1,u₂ = 1,且当 n ≥ 3 时 uₙ = uₙ₋₁ + uₙ₋₂。这个定义比通项公式更优雅地抓住了数列的本质。
To use a recursive definition effectively, one must compute terms sequentially, starting from the initial condition. This step-by-step process can sometimes be time-consuming, but it is highly intuitive and closely mirrors how many real-world processes evolve.
要有效使用递推定义,必须从初始条件开始逐项计算。这种逐步的过程有时可能耗时,但它非常直观,并且密切反映了现实世界中许多过程的演化方式。
6. Visual Representation: Plotting a Sequence | 图像表示:绘制数列图像
A sequence can be represented graphically by plotting the points (n, uₙ) on a coordinate plane. The horizontal axis represents the position n, and the vertical axis represents the value of the term uₙ. Unlike a continuous function, the graph of a sequence consists of discrete points, not a connected curve.
数列可以通过在坐标平面上绘制点 (n, uₙ) 来图形化表示。横轴表示位置 n,纵轴表示项的值 uₙ。与连续函数不同,数列的图像由离散的点组成,而不是一条连续的曲线。
For example, the sequence uₙ = 10 − 2n produces the points (1, 8), (2, 6), (3, 4), (4, 2), (5, 0). Plotting these points reveals a linear decreasing pattern. Visualising a sequence in this way can help us quickly identify whether it is increasing, decreasing, or oscillating, and whether it appears to approach a limiting value.
例如,数列 uₙ = 10 − 2n 产生点 (1, 8)、(2, 6)、(3, 4)、(4, 2)、(5, 0)。绘制这些点可以揭示一个线性递减的模式。以这种方式可视化数列有助于我们快速判断它是递增、递减还是振荡的,以及它是否似乎趋近于某个极限值。
Graphical representations are especially valuable in the Applications and Interpretation course, where students may use a graphing calculator or software to explore sequences. Being able to switch between algebraic and visual representations is a key skill.
图像表示在”应用与解释”课程中尤其有价值,学生可以使用图形计算器或软件来探索数列。能够在代数表示和图像表示之间切换是一项关键技能。
7. Increasing, Decreasing and Oscillating Sequences | 递增数列、递减数列与振荡数列
Sequences can be classified according to their behaviour. An increasing sequence satisfies uₙ₊₁ > uₙ for all n, meaning each term is greater than the previous one. A decreasing sequence satisfies uₙ₊₁ < uₙ, meaning each term is smaller. A constant sequence has uₙ₊₁ = uₙ for all n, so every term is equal.
数列可以根据其行为进行分类。递增数列满足 uₙ₊₁ > uₙ 对所有的 n 成立,即每一项都大于前一项。递减数列满足 uₙ₊₁ < uₙ,即每一项都小于前一项。常数列满足 uₙ₊₁ = uₙ 对所有的 n 成立,即所有项都相等。
Some sequences do not consistently increase or decrease. An oscillating sequence alternates between values, such as 1, −1, 1, −1, 1, … which is defined by uₙ = (−1)ⁿ⁺¹. Such sequences often arise in the study of alternating series and in physics when describing wave-like phenomena.
有些数列并不一致地递增或递减。振荡数列在值之间交替变化,如 1, −1, 1, −1, 1, …,由 uₙ = (−1)ⁿ⁺¹ 定义。这类数列在交替级数的研究以及物理中描述波动现象时经常出现。
Determining whether a sequence is monotonic (always increasing or always decreasing) is a common exam question. To prove that a sequence is increasing, one can show that uₙ₊₁ − uₙ > 0 for all n ∈ ℤ⁺; to prove it is decreasing, one shows that uₙ₊₁ − uₙ < 0.
判断数列是否单调(始终递增或始终递减)是常见的考题。要证明数列递增,可以证明对所有 n ∈ ℤ⁺ 都有 uₙ₊₁ − uₙ > 0;要证明递减,则证明 uₙ₊₁ − uₙ < 0。
8. Bounded Sequences and the Concept of Limits | 有界数列与极限的概念
A sequence is bounded above if there exists a number M such that uₙ ≤ M for all n. It is bounded below if there exists a number m such that uₙ ≥ m for all n. A sequence that is bounded both above and below is simply called bounded. For instance, the sequence uₙ = 1 + 1/n is bounded above by 2 and bounded below by 1.
如果存在一个数 M 使得对所有 n 都有 uₙ ≤ M,则称数列有上界。如果存在一个数 m 使得对所有 n 都有 uₙ ≥ m,则称数列有下界。上下都有界的数列简称为有界数列。例如,数列 uₙ = 1 + 1/n 以 2 为上界,以 1 为下界。
The concept of a limit is central to calculus: we say that a sequence converges to a limit L if the terms uₙ get arbitrarily close to L as n becomes very large. For example, the sequence uₙ = 1/n converges to 0. A sequence that does not converge is said to diverge.
极限的概念是微积分的核心:如果当 n 变得很大时,数列的项 uₙ 无限接近某个数 L,我们就说该数列收敛于极限 L。例如,数列 uₙ = 1/n 收敛于 0。不收敛的数列称为发散数列。
In IB Mathematics, the formal definition of a limit using ε (epsilon) is generally covered at Higher Level, while Standard Level students are expected to understand the concept intuitively. Regardless of level, recognising whether a sequence converges or diverges is an important analytical skill.
在IB数学中,使用 ε(epsilon)的极限正式定义通常在高级水平(HL)中涉及,而标准水平(SL)的学生需要直观理解这一概念。无论哪个水平,判断数列收敛还是发散都是一项重要的分析技能。
9. Arithmetic and Geometric Sequences: A Preview | 等差数列与等比数列:预览
Two special types of sequences are so important that they deserve separate treatment: arithmetic sequences and geometric sequences. An arithmetic sequence has a constant common difference d between consecutive terms, so uₙ = u₁ + (n − 1)d. For example, 3, 7, 11, 15 is arithmetic with d = 4.
有两种特殊类型的数列非常重要,值得单独讨论:等差数列和等比数列。等差数列相邻两项之间有一个恒定的公差 d,因此 uₙ = u₁ + (n − 1)d。例如,3, 7, 11, 15 是一个公差 d = 4 的等差数列。
A geometric sequence has a constant common ratio r between consecutive terms, so uₙ = u₁ × rⁿ⁻¹. For example, 2, 6, 18, 54 is geometric with r = 3. These two types of sequences appear throughout the IB syllabus, from simple term calculations to compound interest and exponential growth models.
等比数列相邻两项之间有一个恒定的公比 r,因此 uₙ = u₁ × rⁿ⁻¹。例如,2, 6, 18, 54 是一个公比 r = 3 的等比数列。这两种数列贯穿IB课程大纲,从简单的项计算到复利和指数增长模型。
Understanding the basic concept of a sequence as an ordered list of numbers, along with the notation and representation methods discussed in this article, prepares students to tackle these more advanced types with confidence.
理解数列作为有序数列表的基本概念,以及本文讨论的记法和表示方法,能够帮助学生更有信心地处理这些更高级的数列类型。
10. Common IB Exam Pitfalls | IB考试常见误区
Several common mistakes appear frequently in IB examinations when students work with sequences. The first is confusing the position n with the value uₙ: always remember that n is a label, not the term itself. The second is misusing recursive definitions by forgetting to specify the initial conditions, which makes the sequence ambiguous.
在IB考试中,学生在处理数列时常犯几个错误。第一是混淆位置 n 与项值 uₙ:永远记住 n 是一个标签,而不是项本身。第二是误用递推定义,忘记指定初始条件,导致数列不明确。
Another common error is the incorrect use of the general term formula, such as substituting n = 0 when the sequence is defined only for n ∈ ℤ⁺. Students should always check the domain of n before applying any formula. Finally, when plotting sequences, be sure to plot discrete points rather than joining them with a continuous curve.
另一个常见错误是通项公式的错误使用,例如当数列仅对 n ∈ ℤ⁺ 定义时代入 n = 0。学生应该在使用任何公式前检查 n 的定义域。最后,绘制数列图像时,一定要绘制离散的点,而不是用连续曲线将它们连接起来。
- Always identify whether the sequence is finite or infinite before solving.
- Check the first few terms to verify that your general term formula is correct.
- Write down the first term and common difference/ratio clearly for arithmetic and geometric problems.
- Use your calculator only for verification, not as a substitute for understanding.
- 解题前先判断数列是有穷还是无穷。
- 写出前几项来验证你的通项公式是否正确。
- 在等差和等比问题中清楚地写出首项及公差/公比。
- 计算器仅用于验证,不能替代理解。
11. Sequences in the Real World | 数列在现实世界中的应用
Sequences are not merely abstract mathematical objects; they model countless real-world phenomena. In finance, compound interest produces a geometric sequence of account balances. In biology, bacterial growth can be modelled by geometric sequences, while the Fibonacci sequence appears in the arrangement of leaves and the spiral of shells.
数列不仅仅是抽象的数学对象;它们模拟了无数的现实世界现象。在金融领域,复利产生账户余额的等比数列。在生物学中,细菌增长可以用等比数列建模,而斐波那契数列出现在叶子的排列和贝壳的螺旋中。
In computer science, algorithms often rely on recursive sequences to break problems into smaller sub-problems. In physics, the decaying amplitude of a damped pendulum follows a geometric sequence, and the distances between planetary orbits approximate arithmetic patterns in some cases.
在计算机科学中,算法通常依赖递推数列将问题分解为更小的子问题。在物理学中,阻尼摆的振幅衰减遵循等比数列,而行星轨道之间的距离在某些情况下近似等差数列。
Understanding sequences therefore equips IB students not only with exam-ready skills, but also with a powerful lens for interpreting the patterns of nature and society. This connection between abstract mathematics and concrete applications lies at the heart of both IB Mathematics courses.
因此,理解数列不仅使IB学生掌握应试技能,还赋予他们解读自然与社会模式的有力视角。抽象数学与具体应用之间的这种联系正是IB数学两门课程的核心所在。
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导