IB Math: From Summations to Integrals — Classic Examples | IB数学:求和式转化积分的经典例题

📚 IB Math: From Summations to Integrals — Classic Examples | IB数学:求和式转化积分的经典例题

One of the most elegant ideas in calculus is the link between a finite sum and a definite integral. In IB Mathematics Analysis & Approaches HL, this connection appears in two main forms: using Riemann sums to evaluate limits of sums, and using integrals to approximate or bound sums. In this article, we work through classic examples step by step, with the exact notation and techniques you need for exam success.

微积分中最优雅的思想之一,就是有限求和与定积分之间的联系。在IB数学分析与方法HL课程中,这种联系主要以两种形式出现:利用黎曼和求和的极限,以及利用积分来近似或估计求和。本文将一步步讲解经典例题,使用你考试所需的标准记号和技巧。


1. The Core Idea: Riemann Sums | 核心思想:黎曼和

A definite integral is defined as the limit of a Riemann sum. If we divide the interval [a, b] into n equal subintervals of width Δx = (b − a)/n, and choose sample points xᵢ*, then the integral equals the limit of the sum of f(xᵢ*)·Δx as n tends to infinity.

定积分的定义就是黎曼和的极限。如果我们将区间 [a, b] 分成 n 个等宽的子区间,每个宽度为 Δx = (b − a)/n,并选取样本点 xᵢ*,那么积分就等于当 n 趋于无穷大时 f(xᵢ*)·Δx 之和的极限。

∫ₐᵇ f(x) dx = limₙ→∞ Σᵢ₌₁ⁿ f(xᵢ*) · Δx

In IB exam questions, the sum is usually given as a function of n, and you must recognise it as a Riemann sum for some function f on a specific interval. The key is to factor out Δx and identify the sample points.

在IB考试题中,求和通常以 n 的函数形式给出,你需要认出它是某个函数 f 在特定区间上的黎曼和。关键是将 Δx 分离出来,并识别样本点。


2. Classic Example 1: A Simple Linear Function | 经典例题1:简单的线性函数

Evaluate the limit: limₙ→∞ (1/n) Σₖ₌₁ⁿ (k/n).

求极限:limₙ→∞ (1/n) Σₖ₌₁ⁿ (k/n)。

Here Δx = 1/n, and the term k/n can be seen as f(xₖ) with xₖ = k/n and f(x) = x. The interval is [0, 1] because as k goes from 1 to n, xₖ goes from 1/n to 1, and with n → ∞ the left endpoint approaches 0. Thus the limit equals ∫₀¹ x dx = 1/2.

这里 Δx = 1/n,项 k/n 可以看作 f(xₖ),其中 xₖ = k/n,f(x) = x。区间是 [0, 1],因为当 k 从 1 到 n 时,xₖ 从 1/n 到 1,而当 n → ∞ 时左端点趋于 0。因此极限等于 ∫₀¹ x dx = 1/2。

limₙ→∞ (1/n) Σₖ₌₁ⁿ (k/n) = ∫₀¹ x dx = ½

Check: the sum equals (1/n)·(n(n+1)/2n) = (n+1)/(2n) → 1/2. This confirms our integral result.

检验:该求和等于 (1/n)·(n(n+1)/2n) = (n+1)/(2n) → 1/2。这验证了我们的积分结果。


3. Recognising the Interval and Function | 识别区间和函数

Suppose we have limₙ→∞ Σₖ₌₁ⁿ (2 + 3k/n) · (1/n). The presence of 1/n as a factor signals that Δx = 1/n. The remaining factor 2 + 3k/n depends on k/n, so we set x = k/n and f(x) = 2 + 3x. The interval is [0,1]. Therefore the limit is ∫₀¹ (2 + 3x) dx = [2x + (3/2)x²]₀¹ = 2 + 3/2 = 7/2.

假设 limₙ→∞ Σₖ₌₁ⁿ (2 + 3k/n) · (1/n)。其中因子 1/n 表明 Δx = 1/n。剩余因子 2 + 3k/n 只依赖于 k/n,所以我们设 x = k/n,f(x) = 2 + 3x。区间是 [0,1]。因此极限为 ∫₀¹ (2 + 3x) dx = [2x + (3/2)x²]₀¹ = 2 + 3/2 = 7/2。

In general, if the sum has the form Σ f(k/n) · (1/n), then the limit is ∫₀¹ f(x) dx. This is the most common pattern in IB HL papers.

一般来说,如果求和具有 Σ f(k/n) · (1/n) 的形式,那么其极限就是 ∫₀¹ f(x) dx。这是IB HL试卷中最常见的模式。


4. Classic Example 2: Quadratic Term | 经典例题2:含二次项

Evaluate limₙ→∞ Σₖ₌₁ⁿ (k²/n²) · (1/n).

求极限 limₙ→∞ Σₖ₌₁ⁿ (k²/n²) · (1/n)。

Rewrite k²/n² as (k/n)². Then with x = k/n and Δx = 1/n, the limit is ∫₀¹ x² dx = 1/3.

将 k²/n² 改写为 (k/n)²。令 x = k/n,Δx = 1/n,则极限为 ∫₀¹ x² dx = 1/3。

This example is straightforward, but it illustrates how to spot powers of k/n as values of a power function.

这个例子很简单,但它说明了如何将 k/n 的幂次识别为幂函数的取值。


5. General Interval [a, b] | 一般区间 [a, b]

Not every Riemann sum uses Δx = 1/n. If the interval is [a, b], then Δx = (b − a)/n, and the sample points may be xₖ = a + k(b − a)/n. A typical exam question gives a sum with a and b built in.

并非每个黎曼和都使用 Δx = 1/n。如果区间是 [a, b],则 Δx = (b − a)/n,样本点可能是 xₖ = a + k(b − a)/n。典型的考试题会把 a 和 b 融入求和中。

Example: Evaluate limₙ→∞ Σₖ₌₁ⁿ (2 + 3k/n)·(2/n). Here Δx = 2/n, and the interval has length 2. Since the sample point is 2 + 3k/n, we can set a = 2 and b − a = 3? Wait: Δx = (b − a)/n = 2/n, so b − a = 2. But the sample point form is a + k(b − a)/n = a + 2k/n. Our sample point is 2 + 3k/n. This does not match a + 2k/n unless we allow a different expression. Let’s examine more carefully.

例:求极限 limₙ→∞ Σₖ₌₁ⁿ (2 + 3k/n)·(2/n)。这里 Δx = 2/n,区间长度为2。因为样本点是 2 + 3k/n,我们可以设 a = 2,b − a = 3?等等:Δx = (b − a)/n = 2/n,所以 b − a = 2。而样本点形式为 a + k(b − a)/n = a + 2k/n。我们的样本点是 2 + 3k/n,这与 a + 2k/n 不匹配,除非我们允许不同的表达式。让我们更仔细地分析。

Actually, if we factor Δx = 2/n from the sum, we get (2/n) Σₖ₌₁ⁿ (2 + 3k/n). But the factor outside is 2/n, so Σ f(k/n)·(2/n) with f(x) = 2 + 3x? Wait, then limit = ∫₀¹ (2 + 3x) dx · 2? No, because Δx is part of the sum. Let’s write the sum as Σ [f(k/n)] · (2/n) = 2 · Σ [f(k/n)] · (1/n). Then the limit is 2∫₀¹ f(x) dx = 2·(7/2) = 7.

实际上,如果从求和中分解因子 Δx = 2/n,我们得到 (2/n) Σₖ₌₁ⁿ (2 + 3k/n)。但外面的因子是 2/n,所以是 Σ f(k/n)·(2/n),其中 f(x) = 2 + 3x?不对,因为 Δx 是求和的一部分。让我们把求和写作 Σ [f(k/n)] · (2/n) = 2 · Σ [f(k/n)] · (1/n)。那么极限是 2∫₀¹ f(x) dx = 2·(7/2) = 7。

Alternatively, interpret Δx = 2/n as (b − a)/n with b − a = 2. Then the sample points are a + 2k/n, not 2 + 3k/n. So the sum does not directly correspond to a Riemann sum with interval length 2 unless we change variables. The safest approach is to factor out 1/n and treat the remaining k/n as x.

或者,将 Δx = 2/n 解释为 (b − a)/n,其中 b − a = 2。那么样本点是 a + 2k/n,而不是 2 + 3k/n。所以求和并不直接对应于区间长度为2的黎曼和,除非我们改变变量。最安全的方法是分离出 1/n,并将剩余的 k/n 视为 x。

Therefore, when you see a factor c/n, you can write c · (1/n) and integrate over [0,1] with that c outside. This is a useful trick for exam shortcuts.

因此,当你看到因子 c/n 时,可以写成 c · (1/n),然后在 [0,1] 上积分,并将 c 放到积分号外面。这是一个有用的考试技巧。


6. Classic Example 3: Square Root Function | 经典例题3:平方根函数

Evaluate limₙ→∞ (1/n) Σₖ₌₁ⁿ √(k/n).

求极限 limₙ→∞ (1/n) Σₖ₌₁ⁿ √(k/n)。

Here f(x) = √x, xₖ = k/n, Δx = 1/n. The limit equals ∫₀¹ √x dx = [ (2/3)x^(3/2) ]₀¹ = 2/3.

这里 f(x) = √x,xₖ = k/n,Δx = 1/n。极限等于 ∫₀¹ √x dx = [ (2/3)x^(3/2) ]₀¹ = 2/3。

This shows that you can recognise a variety of functions, including radicals and trigonometric functions, in Riemann sum problems.

这说明你可以识别各种函数,包括根式函数和三角函数,在黎曼和问题中。


7. Right vs Left Endpoints | 右端点与左端点

In IB, Riemann sums are often set up with right endpoints: xₖ = a + kΔx. But sometimes left endpoints appear: xₖ = a + (k − 1)Δx. The limit as n → ∞ is the same integral, provided the function is integrable. This means you do not always have to worry about whether k starts at 0 or 1, as long as the width and sample points are consistent.

在IB中,黎曼和通常使用右端点:xₖ = a + kΔx。但有时也出现左端点:xₖ = a + (k − 1)Δx。只要函数可积,当 n → ∞ 时极限都是同一个积分。这意味着你不必总是担心 k 是从0还是从1开始,只要宽度和样本点一致即可。

Example: limₙ→∞ Σₖ₌₀ⁿ⁻¹ (k/n) · (1/n) also equals ∫₀¹ x dx = 1/2. The difference between left and right sums vanishes in the limit.

例:limₙ→∞ Σₖ₌₀ⁿ⁻¹ (k/n) · (1/n) 也等于 ∫₀¹ x dx = 1/2。左和与右和的差异在极限中消失。


8. Classic Example 4: Trigonometric Function | 经典例题4:三角函数

Evaluate limₙ→∞ Σₖ₌₁ⁿ sin(πk/n) · (1/n).

求极限 limₙ→∞ Σₖ₌₁ⁿ sin(πk/n) · (1/n)。

Here f(x) = sin(πx), and the limit equals ∫₀¹ sin(πx) dx = [ −(1/π)cos(πx) ]₀¹ = −(1/π)(cos π − cos 0) = −(1/π)(−1 − 1) = 2/π.

这里 f(x) = sin(πx),极限等于 ∫₀¹ sin(πx) dx = [ −(1/π)cos(πx) ]₀¹ = −(1/π)(cos π − cos 0) = −(1/π)(−1 − 1) = 2/π。

This example is a favourite in IB exams because it combines recognising trigonometric functions with evaluating a standard integral.

这个例子在IB考试中很受欢迎,因为它结合了三角函数识别和标准积分计算。


9. Using Integrals to Bound Sums | 用积分估计求和

Beyond limits, integrals can bound finite sums. If f is decreasing on [1, n], then ∫₁ⁿ f(x) dx ≤ Σₖ₌₁ⁿ f(k) ≤ f(1) + ∫₁ⁿ f(x) dx. If f is increasing, the inequalities reverse.

除了极限之外,积分还可以估计有限求和。如果 f 在 [1, n] 上递减,则 ∫₁ⁿ f(x) dx ≤ Σₖ₌₁ⁿ f(k) ≤ f(1) + ∫₁ⁿ f(x) dx。如果 f 递增,则不等号反向。

Example: For Σₖ₌₁ⁿ 1/k, since f(x) = 1/x is decreasing, ∫₁ⁿ (1/x) dx ≤ Σₖ₌₁ⁿ 1/k ≤ 1 + ∫₁ⁿ (1/x) dx. Therefore ln n ≤ Hₙ ≤ 1 + ln n. This is a classic result used in IB HL to prove divergence of the harmonic series.

例:对于 Σₖ₌₁ⁿ 1/k,因为 f(x) = 1/x 递减,所以 ∫₁ⁿ (1/x) dx ≤ Σₖ₌₁ⁿ 1/k ≤ 1 + ∫₁ⁿ (1/x) dx。因此 ln n ≤ Hₙ ≤ 1 + ln n。这是IB HL中用来证明调和级数发散的一个经典结论。


10. Classic Example 5: Integral Test Style | 经典例题5:积分判别法风格

Show that Σₖ₌₁ⁿ 1/k² converges as n → ∞ by comparing with an integral.

通过与积分比较,证明当 n → ∞ 时 Σₖ₌₁ⁿ 1/k² 收敛。

For f(x) = 1/x² decreasing on [1, ∞), we have Σₖ₌₂ⁿ 1/k² ≤ ∫₁ⁿ (1/x²) dx = [ −1/x ]₁ⁿ = 1 − 1/n < 1. Hence the partial sums are bounded above, and since they are increasing, they converge.

对于在 [1, ∞) 上递减的 f(x) = 1/x²,有 Σₖ₌₂ⁿ 1/k² ≤ ∫₁ⁿ (1/x²) dx = [ −1/x ]₁ⁿ = 1 − 1/n < 1。因此部分和有上界,又因为它们是递增的,所以收敛。

Thus the infinite sum Σₖ₌₁∞ 1/k² converges, and its value is known to be π²/6, though proving this is beyond the IB syllabus.

因此无穷和 Σₖ₌₁∞ 1/k² 收敛,其值为 π²/6,不过证明这一点超出IB大纲范围。


11. Trapezoidal Rule Connection | 梯形法则的联系

Another exam favourite is the trapezoidal rule, which approximates an integral using sums of function values at equally spaced points. The formula for n subintervals of width h = (b − a)/n is:

另一个考试热点是梯形法则,它利用等距点上的函数值之和来近似积分。n 个子区间宽度 h = (b − a)/n 的公式为:

∫ₐᵇ f(x) dx ≈ (h/2) [ f(x₀) + 2f(x₁) + 2f(x₂) + … + 2f(xₙ₋₁) + f(xₙ) ]

This is a sum of function values multiplied by h/2, and it can be converted to an integral in the limit. A typical question asks you to use the trapezoidal rule with n = 4 or n = 6 and then compare with the exact integral.

这是函数值与 h/2 的乘积之和,在极限下可以转化为积分。典型的问题要求你使用 n = 4 或 n = 6 的梯形法则,然后与精确积分进行比较。

Example: Approximate ∫₁³ (1/x) dx using the trapezoidal rule with n = 4. Here h = (3 − 1)/4 = 0.5, x₀ = 1, x₁ = 1.5, x₂ = 2, x₃ = 2.5, x₄ = 3. The approximation is (0.5/2)[ f(1) + 2f(1.5) + 2f(2) + 2f(2.5) + f(3) ] = 0.25[1 + 2/1.5 + 2/2 + 2/2.5 + 1/3] ≈ 1.1167. The exact value is ln 3 ≈ 1.0986.

例:用 n = 4 的梯形法则近似 ∫₁³ (1/x) dx。这里 h = (3 − 1)/4 = 0.5,x₀ = 1,x₁ = 1.5,x₂ = 2,x₃ = 2.5,x₄ = 3。近似值为 (0.5/2)[ f(1) + 2f(1.5) + 2f(2) + 2f(2.5) + f(3) ] = 0.25[1 + 2/1.5 + 2/2 + 2/2.5 + 1/3] ≈ 1.1167。精确值为 ln 3 ≈ 1.0986。


12. Exam Tips and Common Pitfalls | 考试技巧与常见错误

First, always look for the factor 1/n. If it is not explicitly present, try to factor it out from the expression. For example, Σₖ₌₁ⁿ k²/n³ can be written as (1/n) Σₖ₌₁ⁿ (k/n)². Second, identify the function f by replacing k/n with x. Third, determine the interval. In most IB questions it is [0, 1], but if the sample point is a + k(b − a)/n, then the interval is [a, b]. Fourth, remember that the limit of a Riemann sum is exactly the definite integral, not an approximation.

首先,始终寻找因子 1/n。如果没有明确出现,尝试从表达式中分离出来。例如,Σₖ₌₁ⁿ k²/n³ 可以写成 (1/n) Σₖ₌₁ⁿ (k/n)²。第二,将 k/n 替换为 x 来识别函数 f。第三,确定区间。在大多数IB问题中区间是 [0, 1],但如果样本点是 a + k(b − a)/n,则区间是 [a, b]。第四,记住黎曼和的极限正是定积分,而不是近似值。

Common pitfalls include confusing the upper limit of summation with the upper limit of integration, forgetting that the width is 1/n, and using the wrong interval when the sample point has a shift. Also, when applying the integral comparison test, always check the monotonicity of f before writing inequalities.

常见错误包括混淆求和的极限与积分的上限、忘记宽度是 1/n,以及当样本点有平移时使用错误的区间。此外,在应用积分比较检验时,写出不等式前务必检查 f 的单调性。

By mastering the transformation from sum to integral, you will be prepared for both the standard limit questions and the more subtle comparison problems in IB HL Paper 2 and Paper 3.

通过掌握从求和到积分的转化,你将为IB HL第2卷和第3卷中的标准极限题和更微妙的比较题做好准备。


Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading