📚 Arithmetic Series: Summation Formulas and Applications | 等差级数求和公式与应用
An arithmetic series is the sum of the terms of an arithmetic sequence, where each term differs from the previous one by a constant value called the common difference. Understanding how to sum arithmetic series efficiently is a fundamental skill in A-Level mathematics, with applications ranging from financial calculations to physics and engineering.
等差级数是等差数列各项之和,其中每一项与前一项相差一个常数,称为公差。高效地计算等差级数的和是A-Level数学中的基础技能,其应用涵盖金融计算、物理学和工程学等多个领域。
1. Defining the Arithmetic Sequence | 等差数列的定义
An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. If the first term is denoted by a and the common difference is d, then the nth term (also called the general term) is given by:
等差数列是指相邻两项之差为常数的数列。若首项用 a 表示,公差用 d 表示,则第 n 项(也称为通项)为:
uₙ = a + (n − 1)d
For example, the sequence 3, 7, 11, 15, … has a = 3 and d = 4. Its 10th term is u₁₀ = 3 + 9 × 4 = 39.
例如,数列 3, 7, 11, 15, … 中 a = 3,d = 4。其第10项为 u₁₀ = 3 + 9 × 4 = 39。
The sequence increases when d > 0, decreases when d < 0, and remains constant when d = 0. The common difference can be found by subtracting any term from the term that follows it: d = uₙ₊₁ − uₙ.
当 d > 0 时数列递增,d < 0 时数列递减,d = 0 时为常数数列。公差可通过后一项减去前一项得到:d = uₙ₊₁ − uₙ。
2. The Sum of the First n Terms | 前n项和公式
The sum of the first n terms of an arithmetic series is denoted Sₙ. There are two equivalent formulas that are essential for solving problems:
等差级数的前n项和记为 Sₙ。有两个等价的核心公式用于解题:
Sₙ = n/2 [2a + (n − 1)d]
Sₙ = n/2 (a + l)
where l represents the last term of the series (l = a + (n − 1)d). The first formula is useful when you know the first term and the common difference; the second is convenient when you know the first and last terms.
其中 l 表示级数的末项(l = a + (n − 1)d)。第一个公式适用于已知首项和公差的情形;第二个公式在已知首项和末项时更加方便。
These two formulas are actually identical: substituting l = a + (n − 1)d into Sₙ = n/2 (a + l) gives Sₙ = n/2 [a + a + (n − 1)d] = n/2 [2a + (n − 1)d], which is exactly the first formula.
这两个公式本质上是相同的:将 l = a + (n − 1)d 代入 Sₙ = n/2 (a + l) 可得 Sₙ = n/2 [a + a + (n − 1)d] = n/2 [2a + (n − 1)d],即第一个公式。
3. Deriving the Sum Formula | 求和公式的推导
A classic method for deriving the arithmetic series sum formula involves writing the sum forward and then backward. Consider the series:
推导等差级数求和公式的经典方法是正写和倒写求和。考虑如下级数:
Sₙ = a + (a + d) + (a + 2d) + … + (l − 2d) + (l − d) + l
Writing the same sum in reverse order:
将该和按相反顺序写出:
Sₙ = l + (l − d) + (l − 2d) + … + (a + 2d) + (a + d) + a
Adding these two expressions term by term, each pair sums to (a + l). Since there are n such pairs, we obtain 2Sₙ = n(a + l), which yields the formula.
将两个表达式逐项相加,每一对的和均为 (a + l)。由于共有 n 对,可得 2Sₙ = n(a + l),从而得到公式。
This derivation also helps visualize why the average of the first and last terms, (a + l)/2, multiplied by the number of terms n, gives the total sum. In other words, the sum equals the number of terms times the average of the first and last terms.
该推导也帮助我们直观理解:首项与末项的平均值 (a + l)/2 乘以项数 n 即为总和。换言之,级数和等于项数乘以首末项的平均值。
4. Summing from Term p to Term q | 从第p项加到第q项
Sometimes a problem asks for the sum of terms from position p to position q (inclusive). The most reliable approach is to compute the sum of the first q terms and subtract the sum of the first (p − 1) terms:
有时问题要求从第 p 项加到第 q 项(包含两端)。最可靠的方法是计算前 q 项之和,再减去前 (p − 1) 项之和:
S(p→q) = S_q − S_(p−1)
For example, in the series 2, 5, 8, 11, 14, 17, 20, …, the sum from the 3rd term to the 6th term is S₆ − S₂ = 57 − 7 = 50. Indeed, 8 + 11 + 14 + 17 = 50.
例如,在级数 2, 5, 8, 11, 14, 17, 20, … 中,从第3项到第6项的和为 S₆ − S₂ = 57 − 7 = 50。确实,8 + 11 + 14 + 17 = 50。
An alternative approach is to treat the first term of the sub-series as uₚ, the common difference as d, and the number of terms as (q − p + 1). Then apply the standard formula directly to this new series.
另一种方法是把子系列的首项视为 uₚ,公差仍为 d,项数为 (q − p + 1),然后直接对新的级数套用标准公式。
5. Finding the Number of Terms | 求项数
A common type of exam question requires finding how many terms of an arithmetic series are needed to reach a given sum. This involves substituting known values into the sum formula and solving a quadratic equation.
一类常见考题要求确定等差级数需要多少项才能达到给定和。这需要将已知值代入求和公式并解二次方程。
For example, for the series 5, 9, 13, 17, … we have a = 5 and d = 4. How many terms are needed for the sum to equal 275? We set up the equation:
例如,对于级数 5, 9, 13, 17, …,a = 5,d = 4。需要多少项才能使和为275?我们建立方程:
275 = n/2 [2(5) + (n − 1)(4)] = n/2 (10 + 4n − 4) = n/2 (4n + 6)
Simplifying: 275 = 2n² + 3n, which gives 2n² + 3n − 275 = 0. Solving this quadratic equation yields n = 11 (the negative root is discarded since n must be a positive integer).
化简得:275 = 2n² + 3n,即 2n² + 3n − 275 = 0。解此二次方程得 n = 11(负根舍去,因为 n 必须为正整数)。
6. Application: Financial Savings | 应用:储蓄问题
Arithmetic series appear naturally in financial contexts involving regular deposits of equal amounts. Suppose you deposit 100 at the end of the first month, 120 at the end of the second month, 140 at the end of the third month, and so on, increasing your deposit by 20 each month. The total deposited after 12 months is:
等差级数自然出现在涉及等额定期存款的金融情境中。假设你第一个月末存入100元,第二个月末存入120元,第三个月末存140元,以此类推,每月递增20元。12个月后的总存款为:
S₁₂ = 12/2 [2(100) + (12 − 1)(20)] = 6(200 + 220) = 6 × 420 = 2520
Without the formula, you would need to add 12 individual terms manually. In real financial problems, n can be large (e.g., 360 months for a 30-year plan), making the formula indispensable.
如果没有公式,你需要手动将12项逐一相加。在实际金融问题中,n 可能很大(例如30年计划中的360个月),公式显得不可或缺。
Note that this example ignores interest. When interest is compounded, the problem becomes a geometric series — a topic covered separately. Pure arithmetic series model the principal contributions only.
注意此例忽略了利息。当涉及复利时,问题就变成了等比级数——这是另一个专题。纯等差级数仅模拟本金贡献部分。
7. Application: Seating and Architecture | 应用:座位与建筑
A theatre has 20 rows of seats. The first row has 15 seats, and each subsequent row has 3 more seats than the row in front of it. The total number of seats can be found using the arithmetic series formula:
一个剧场有20排座位。第一排有15个座位,后面每一排都比前一排多3个座位。总座位数可用等差级数公式求出:
S₂₀ = 20/2 [2(15) + (20 − 1)(3)] = 10(30 + 57) = 10 × 87 = 870
Thus, the theatre has 870 seats in total. This type of problem appears frequently in non-calculator exam papers to test whether students can correctly identify a, d and n before substituting into the formula.
因此,剧场共有870个座位。这类问题经常出现在非计算器考试卷中,以测试学生能否在代入公式前正确识别 a、d 和 n。
Similar applications include stacked objects (e.g., logs arranged in rows), stadium seating, and stepped pyramid structures. In each case, the key is to identify the pattern as arithmetic and extract the parameters correctly.
类似的应用包括堆叠物体(如按排堆放的圆木)、体育场座位和阶梯式金字塔结构。每种情况下,关键是识别等差模式并正确提取参数。
8. Application: Physics and Kinematics | 应用:物理与运动学
In kinematics, an object accelerating uniformly travels distances in successive seconds given by an arithmetic sequence. Consider an object starting from rest with acceleration 4 m/s². The distances covered in the 1st, 2nd, 3rd seconds, etc., form an arithmetic sequence with a = 2 and d = 4.
在运动学中,匀加速物体在连续每一秒内通过的距离构成等差数列。考虑一个从静止开始、加速度为4 m/s²的物体。它在第1秒、第2秒、第3秒……内通过的距离构成等差数列,a = 2,d = 4。
The total distance travelled in the first 8 seconds is:
前8秒内通过的总距离为:
S₈ = 8/2 [2(2) + (8 − 1)(4)] = 4(4 + 28) = 4 × 32 = 128 m
This agrees with the direct kinematic formula s = ½at² = ½ × 4 × 8² = 128 m. The arithmetic series approach provides additional insight into how distance accumulates second by second.
这与运动学公式 s = ½at² = ½ × 4 × 8² = 128 m 一致。等差级数的方法提供了距离逐秒累积的额外视角。
9. Word Problems: Setting Up the Equation | 文字题:建立方程
Many exam questions present a real-world scenario and ask you to find either the first term, the common difference, or the number of terms. The strategy is to translate the information into two equations using the nth-term formula and the sum formula, then solve simultaneously.
许多考题呈现现实场景,要求求解首项、公差或项数。解题策略是将信息转化为两个方程——分别使用通项公式和求和公式——然后联立求解。
Consider this problem: The sum of the first 10 terms of an arithmetic series is 230, and the 10th term is 32. Find the first term and the common difference.
考虑如下问题:某等差级数的前10项和为230,第10项为32。求首项和公差。
From the sum formula: 230 = 10/2 [2a + 9d] → 230 = 5(2a + 9d) → 46 = 2a + 9d. From the nth-term formula: 32 = a + 9d. Subtracting: 46 − 32 = (2a + 9d) − (a + 9d) → 14 = a. Then d = (32 − 14)/9 = 2.
由求和公式:230 = 10/2 [2a + 9d] → 230 = 5(2a + 9d) → 46 = 2a + 9d。由通项公式:32 = a + 9d。两式相减:46 − 32 = (2a + 9d) − (a + 9d) → 14 = a。则 d = (32 − 14)/9 = 2。
10. Common Pitfalls and Exam Tips | 常见误区与备考建议
One frequent error is confusing the nth term uₙ with the sum Sₙ. The nth term is a single value, while the sum is the total of all terms up to and including the nth term. Always check whether the problem asks for “the 10th term” or “the sum of the first 10 terms.”
一个常见错误是混淆第n项 uₙ 与前n项和 Sₙ。第n项是一个单独的值,而和是从第1项到第n项的总和。务必确认题目问的是”第10项”还是”前10项之和”。
Another common mistake is using the wrong value for n in the formula. For example, if asked for the sum from the 5th to the 15th term, the number of terms is 15 − 5 + 1 = 11, not 10. Similarly, the last term of the first n terms is uₙ = a + (n − 1)d, not a + nd.
另一个常见错误是在公式中使用了错误的 n 值。例如,若要求从第5项到第15项的和,项数为 15 − 5 + 1 = 11,而不是10。同样,前n项的末项为 uₙ = a + (n − 1)d,而不是 a + nd。
Finally, when solving a quadratic equation for n, always check that the answer is a positive integer. If both roots are positive, one may still be invalid in context (e.g., it may give a negative last term when the terms should be positive).
最后,在解关于 n 的二次方程时,务必检查答案是否为正整数。若两个根都为正,仍可能有一个根在题目情境中无效(例如当各项应为正数时,该根对应的末项为负)。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply