1.1 项、首项、末项 Terms, First Term, Last Term
数列(sequence)是按照一定规律排列的一组数。数列中的每一个数称为一个项(term)。
A sequence is a list of numbers arranged in a specific order. Each number in the sequence is called a term.
a₂ = 第2项(second term)
aₙ = 第n项(nth term,通项)
n = 项数(number of terms)
举例:数列 3, 7, 11, 15, 19, ...
- 首项 a₁ = 3
- a₂ = 7, a₃ = 11, a₄ = 15, a₅ = 19
- 规律:每一项比前一项多 4
1.2 数列的表示方法 Ways to Represent a Sequence
数列可以用多种方式表示:
Sequences can be represented in several ways:
| 方式 | Method | 示例 |
|---|---|---|
| 列举法 | Listing | 2, 5, 8, 11, 14, ... |
| 递推式 | Recursive formula | a₁=2, aₙ₊₁=aₙ+3 |
| 通项公式 | Explicit formula | aₙ = 3n − 1 |
On the AMC 8, the first step is to identify the pattern (constant difference). Then use the formula for the general term or sum to solve.
2.1 公差 d Common Difference
等差数列(arithmetic sequence)是相邻两项之差为常数的数列。这个常数差称为公差(common difference),记为 d。
An arithmetic sequence has a constant difference between consecutive terms. This constant is called the common difference, denoted d.
举例:
- 2, 5, 8, 11, ... → d = 5 − 2 = 3(递增)
- 20, 15, 10, 5, ... → d = 15 − 20 = −5(递减)
- 7, 7, 7, 7, ... → d = 0(常数列)
2.2 通项公式 General Term Formula
等差数列的通项公式(第 n 项的公式):
The formula for the nth term of an arithmetic sequence:
推导过程:
- a₁ = a₁
- a₂ = a₁ + d
- a₃ = a₁ + 2d
- a₄ = a₁ + 3d
- ... → aₙ = a₁ + (n−1)d
If you know aₖ instead of a₁, use aₙ = aₖ + (n−k) × d. This can be more convenient for certain problems.
3.1 求和公式 Sum Formula
等差数列前 n 项的和,有两种常用公式:
There are two common formulas for the sum of the first n terms:
Sn = n × a₁ + n(n−1) × d ÷ 2 (公式二)
Formula 2: S = na₁ + n(n−1)d/2 — use when you know first term and common difference
Formula 1 is most commonly used! S = number of terms × (first + last) ÷ 2. It's essentially "average × count".
3.2 中项法 Middle Term Method
当等差数列有奇数项时,中间那一项恰好等于所有项的平均值。
When an arithmetic sequence has an odd number of terms, the middle term equals the average of all terms.
举例:求数列 1, 3, 5, 7, 9 的和。
- 方法一:S = 5 × (1 + 9) ÷ 2 = 5 × 5 = 25
- 方法二:中间项是 5,S = 5 × 5 = 25
The middle term method only works for an odd number of terms! For even terms, use the standard formula.
等差数列的首项为 3,公差为 4。第 20 项是多少?An arithmetic sequence has first term 3 and common difference 4. What is the 20th term?
求前 50 个正偶数之和:2 + 4 + 6 + 8 + ... + 100。Find the sum of the first 50 positive even numbers: 2 + 4 + 6 + 8 + ... + 100.
S = n(a₁ + aₙ) ÷ 2 = 50 × (2 + 100) ÷ 2 = 50 × 51 = 2550 a₁=2, a₅₀=100, n=50. S = 50×(2+100)÷2 = 50×51 = 2550.
一个等差数列的第 5 项是 17,第 15 项是 47。这个数列的首项是多少?In an arithmetic sequence, the 5th term is 17 and the 15th term is 47. What is the first term?
a₁₅ = a₁ + 14d = 47 ... ②
②−①:10d = 30,d = 3
代入①:a₁ + 12 = 17,a₁ = 5 a₅=a₁+4d=17, a₁₅=a₁+14d=47. Subtracting: 10d=30, d=3. So a₁+12=17, a₁=5.
等差数列 5, 8, 11, 14, ... 中,有多少项不超过 200?In the arithmetic sequence 5, 8, 11, 14, ..., how many terms are ≤ 200?
aₙ = 5 + (n−1) × 3 ≤ 200
3(n−1) ≤ 195 → n−1 ≤ 65 → n ≤ 66
所以有 66 项不超过 200 aₙ = 5+(n−1)×3 ≤ 200. So 3(n−1) ≤ 195, n−1 ≤ 65, n ≤ 66. There are 66 terms ≤ 200.
求 1 + 3 + 5 + 7 + ... + 99 的值(所有两位数以内的正奇数之和)。Find the value of 1 + 3 + 5 + 7 + ... + 99 (sum of all positive odd numbers up to 99).
项数 n = (99−1)÷2 + 1 = 50
方法一:S = 50 × (1+99) ÷ 2 = 50 × 50 = 2500
方法二:中间两项是 49 和 51,中位数 = (49+51)÷2 = 50。S = 50 × 50 = 2500 a₁=1, aₙ=99, d=2, n=50. S = 50×(1+99)÷2 = 50×50 = 2500.
第1题 等差数列的首项为 10,公差为 −3。第 15 项是多少?An arithmetic sequence has first term 10 and common difference −3. What is the 15th term?
第2题 等差数列 4, 7, 10, 13, ... 的第 100 项是多少?What is the 100th term of the arithmetic sequence 4, 7, 10, 13, ...?
第3题 求等差数列 1, 4, 7, 10, ..., 100 的所有项之和。Find the sum of the arithmetic sequence 1, 4, 7, 10, ..., 100.
第4题 一个等差数列的第 3 项是 11,第 8 项是 26。公差 d 是多少?The 3rd term of an arithmetic sequence is 11, and the 8th term is 26. What is d?
第5题 等差数列 100, 93, 86, 79, ... 中,第一个负数项是第几项?In the arithmetic sequence 100, 93, 86, 79, ..., which term is the first negative number?
第6题 将 1 到 100 所有能被 3 整除的数相加,和是多少?What is the sum of all integers from 1 to 100 that are divisible by 3?
第7题 等差数列的和为 S = n² × 3(其中 n 为项数)。若首项 a₁ = 3,则公差 d 是多少?An arithmetic sequence has sum S = 3n² (where n is the number of terms). If a₁ = 3, what is d?
第8题 三个数成等差数列,它们的和是 36,积是 960。这三个数中最小的数是多少?Three numbers form an arithmetic sequence. Their sum is 36 and their product is 960. What is the smallest number?