📚 Definite Integrals and Area Under a Curve | IB数学:定积分与曲线下面积
The definite integral is one of the most powerful tools in mathematics, bridging the gap between geometry and calculus. At its heart lies a simple question: how can we calculate the area of a shape whose boundary is curved? The answer, discovered independently by Newton and Leibniz, is the fundamental theorem of calculus, which connects differentiation with accumulation.
定积分是数学中最强大的工具之一,它连接了几何与微积分两大领域。其核心是一个看似简单的问题:我们如何计算边界为曲线的不规则图形的面积?答案由牛顿和莱布尼茨分别独立发现,即微积分基本定理,它将微分与累加紧密联系起来。
1. From Estimation to Exactness | 从估算到精确
Before diving into formal definitions, consider a concrete problem: find the area under the curve y = x² between x = 0 and x = 1. We cannot apply simple rectangle or triangle formulas, so we resort to approximation. By dividing the interval into n equal subintervals, each of width Δx = 1/n, and drawing rectangles whose heights match the function at the right endpoint of each subinterval, we obtain an estimate. For n = 10, the sum of rectangle areas is approximately 0.385; for n = 100, it is approximately 0.33835; for n = 1000, it approaches 0.3338335. The values are clearly converging to 1/3, suggesting that the exact area is 1/3.
在正式定义之前,让我们考虑一个具体问题:求曲线 y = x² 在 x = 0 到 x = 1 之间下方的面积。我们不能直接套用矩形或三角形面积公式,因此需要借助近似方法。将区间等分为 n 个子区间,每个宽度为 Δx = 1/n,在每个子区间的右端点处取函数值作为矩形高度,即可得到面积估计值。当 n = 10 时,矩形面积之和约为 0.385;当 n = 100 时,约为 0.33835;当 n = 1000 时,逼近 0.3338335。这些数值显然在收敛到 1/3,表明精确面积就是 1/3。
This process of taking the limit as n → ∞ is the essence of integration. The finite sum of rectangles becomes an infinite sum of infinitesimally thin strips, and the limit of this process is defined as the definite integral.
这一取极限 n → ∞ 的过程正是积分的本质。有限个矩形面积之和转化为无穷多个无穷细条的累加,这一过程的极限被定义为定积分。
2. The Riemann Sum | 黎曼和
Formally, let f(x) be defined on a closed interval [a, b]. Partition the interval into n subintervals with endpoints a = x₀ < x₁ < x₂ < ... < xₙ = b. The width of the k-th subinterval is Δxₖ = xₖ − xₖ₋₁. On each subinterval, choose a sample point xₖ*, which could be the left endpoint, right endpoint, or any interior point. The Riemann sum is defined as:
严格来说,设 f(x) 定义在闭区间 [a, b] 上。将该区间划分为 n 个子区间,端点为 a = x₀ < x₁ < x₂ < ... < xₙ = b。第 k 个子区间的宽度为 Δxₖ = xₖ − xₖ₋₁。在每个子区间上选取一个样本点 xₖ*,可以是左端点、右端点或内部任意一点。黎曼和定义为:
Sₙ = Σₖ₌₁ⁿ f(xₖ*) · Δxₖ
If the limit of Sₙ exists as the maximum subinterval width approaches zero (and this limit is independent of how the sample points are chosen), then f is said to be Riemann integrable on [a, b], and the limit is called the definite integral:
如果当最大子区间宽度趋近于零时 Sₙ 的极限存在(且该极限与样本点的选取方式无关),则称 f 在 [a, b] 上黎曼可积,该极限称为定积分:
∫ₐᵇ f(x) dx = limₘₐₓΔxₖ→₀ Σₖ₌₁ⁿ f(xₖ*) · Δxₖ
For IB Mathematics Analysis and Approaches HL, you are expected to understand this definition conceptually and apply it to simple functions. You should also know that continuous functions are always Riemann integrable.
对于 IB 数学分析与方法 HL 课程,你需要在概念上理解这一定义并能对简单函数进行应用。你还需要知道连续函数必定黎曼可积。
3. Properties of the Definite Integral | 定积分的性质
Several fundamental properties make the definite integral a flexible tool for computation. These properties are frequently tested in IB exams, either directly or as part of longer problems.
若干基本性质使定积分成为灵活的计算工具。这些性质在 IB 考试中经常被考察,无论是直接考查还是作为长题目的组成部分。
-
Linearity: ∫ₐᵇ [f(x) + g(x)] dx = ∫ₐᵇ f(x) dx + ∫ₐᵇ g(x) dx, and ∫ₐᵇ cf(x) dx = c∫ₐᵇ f(x) dx
线性性质:∫ₐᵇ [f(x) + g(x)] dx = ∫ₐᵇ f(x) dx + ∫ₐᵇ g(x) dx,且 ∫ₐᵇ cf(x) dx = c∫ₐᵇ f(x) dx
-
Interval reversal: ∫ₐᵇ f(x) dx = −∫ᵇₐ f(x) dx
区间反转:∫ₐᵇ f(x) dx = −∫ᵇₐ f(x) dx
-
Zero-length interval: ∫ₐᵃ f(x) dx = 0
零长度区间:∫ₐᵃ f(x) dx = 0
-
Additivity: ∫ₐᵇ f(x) dx = ∫ₐᶜ f(x) dx + ∫꜀ᵇ f(x) dx for any c in [a, b]
区间可加性:对于 [a, b] 中任意 c,∫ₐᵇ f(x) dx = ∫ₐᶜ f(x) dx + ∫꜀ᵇ f(x) dx
-
Comparison: If f(x) ≤ g(x) on [a, b], then ∫ₐᵇ f(x) dx ≤ ∫ₐᵇ g(x) dx
比较性质:若在 [a, b] 上 f(x) ≤ g(x),则 ∫ₐᵇ f(x) dx ≤ ∫ₐᵇ g(x) dx
4. The Fundamental Theorem of Calculus | 微积分基本定理
The fundamental theorem of calculus is the bridge between differentiation and integration. It comes in two parts. Part 1 states that if F(x) = ∫ₐˣ f(t) dt, then F'(x) = f(x), meaning that integration and differentiation are inverse operations. Part 2 provides the practical computational tool: if F is any antiderivative of f, then:
微积分基本定理是微分与积分之间的桥梁,由两部分组成。第一部分指出:若 F(x) = ∫ₐˣ f(t) dt,则 F'(x) = f(x),意味着积分与微分互为逆运算。第二部分提供了实用的计算工具:若 F 是 f 的任意一个原函数,则:
∫ₐᵇ f(x) dx = F(b) − F(a)
This theorem transforms the problem of finding areas from a limiting process into a problem of finding antiderivatives. Instead of computing Riemann sums, we simply find a function whose derivative is f(x) and evaluate it at the endpoints. This is why the notation [F(x)]ₐᵇ or F(x)|ₐᵇ appears in solutions.
这一定理将求面积的问题从极限过程转化为求原函数的问题。我们不再需要计算黎曼和,只需找到导数为 f(x) 的某个函数(即原函数),并在端点处计算其函数值之差。这就是解答中常出现记号 [F(x)]ₐᵇ 或 F(x)|ₐᵇ 的原因。
5. Area Between a Curve and the x-Axis | 曲线与 x 轴围成的面积
When f(x) ≥ 0 on [a, b], the definite integral ∫ₐᵇ f(x) dx gives the area between the curve and the x-axis. However, when f(x) takes negative values, the integral gives a negative result, representing “signed area” where regions below the x-axis contribute negatively. For total physical area, we must split the interval at points where f(x) = 0 and take absolute values:
当 f(x) ≥ 0 在 [a, b] 上成立时,定积分 ∫ₐᵇ f(x) dx 给出曲线与 x 轴之间的面积。然而,当 f(x) 取负值时,积分结果为负数,这代表”有向面积”,即 x 轴下方的区域贡献为负。若要计算物理意义上的总面积,必须在 f(x) = 0 的点处将区间分段,并对每段取绝对值:
Total Area = ∫ₐᶜ f(x) dx − ∫꜀ᵈ f(x) dx + ∫ᵈᵇ f(x) dx
where c and d are the roots of f(x) within [a, b]. This distinction between net signed area and total area is a classic IB exam trap — students often forget to split the interval when the function crosses the x-axis.
其中 c 和 d 是 f(x) 在 [a, b] 内的根。有向净面积与总面积的区分是 IB 考试的经典陷阱——学生常因函数穿越 x 轴时未分段而失分。
6. Area Between Two Curves | 两曲线之间的面积
Consider two continuous functions f(x) and g(x) with f(x) ≥ g(x) on [a, b]. The area of the region bounded between them is:
考虑两个连续函数 f(x) 和 g(x),且在 [a, b] 上 f(x) ≥ g(x)。由它们围成的区域面积为:
A = ∫ₐᵇ [f(x) − g(x)] dx
The integration points a and b are typically found by solving f(x) = g(x). In IB problems, the curves may intersect at two or more points, and you must determine the appropriate interval of integration. A useful strategy is to sketch the graphs first to visualise which function is on top, then set up the integral accordingly.
积分上下限 a 和 b 通常通过解方程 f(x) = g(x) 获得。在 IB 题目中,两条曲线可能有两个或多个交点,你需要确定正确的积分区间。一种有效策略是先画出草图,直观判断哪个函数在上方,然后据此列出积分式。
When the curves intersect at more than two points, the interval must be split at each intersection point, and the order of subtraction might alternate. Always verify by sketching.
当两条曲线的交点多于两个时,必须在每个交点处分段,且作差顺序可能交替。务必通过画图验证。
7. The Modulus Function and Areas | 绝对值函数与面积
Since area is inherently a positive quantity, integrals involving absolute values require particular care. For the function y = |f(x)|, the area under the curve on [a, b] is:
由于面积本质上是正数,涉及绝对值的积分需要特别小心。对于函数 y = |f(x)|,在 [a, b] 上曲线下方的面积为:
A = ∫ₐᵇ |f(x)| dx
In practice, this is computed by splitting the interval at the zeros of f(x), integrating f(x) on regions where it is non-negative, and integrating −f(x) on regions where it is negative. This is equivalent to taking the absolute value of each sub-integral before summing them.
实际操作中,需要在 f(x) 的零点处将区间分段:在 f(x) ≥ 0 的区间上积分 f(x),在 f(x) < 0 的区间上积分 −f(x)。这等价于先对每段积分取绝对值再求和。
8. Areas Involving Functions of y | 关于 y 的函数的面积
Some regions are more naturally described as functions of y rather than x. If x = h(y) is a continuous function of y on [c, d], the area between this curve and the y-axis is:
某些区域用 y 的函数来描述比用 x 的函数更为自然。若 x = h(y) 是 y 在 [c, d] 上的连续函数,则此曲线与 y 轴之间的面积为:
A = ∫꜀ᵈ |h(y)| dy
For example, to find the area bounded by x = y², the y-axis, and the lines y = 1 and y = 2, we compute ∫₁² y² dy = 7/3. This technique is particularly useful when the region is bounded by curves that are difficult to express as x-functions, or when integrating with respect to x requires splitting into multiple integrals.
例如,求由 x = y²、y 轴以及直线 y = 1 和 y = 2 围成的面积,我们计算 ∫₁² y² dy = 7/3。当区域边界难以用 x 的函数表达,或对 x 积分需要分成多个积分时,这一技巧尤为有用。
9. Symmetry and the Definite Integral | 对称性与定积分
Exploiting symmetry can dramatically simplify area computations. If f is an even function, meaning f(−x) = f(x), then its graph is symmetric about the y-axis, and:
利用对称性可以大幅简化面积计算。若 f 是偶函数,即 f(−x) = f(x),则图像关于 y 轴对称,且:
∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx
If f is an odd function, meaning f(−x) = −f(x), then its graph is symmetric about the origin, and:
若 f 是奇函数,即 f(−x) = −f(x),则图像关于原点对称,且:
∫₋ₐᵃ f(x) dx = 0
These identities hold for definite integrals with symmetric limits. However, be cautious: the second identity does NOT mean the area is zero. It means the signed area is zero because the positive and negative portions cancel. The total area would be 2∫₀ᵃ f(x) dx if f(x) ≥ 0 on [0, a].
这些恒等式适用于对称区间上的定积分。但需注意:第二个恒等式并不意味着面积为零,而是有向面积为零——正负部分相互抵消。若 f(x) 在 [0, a] 上非负,总面积应为 2∫₀ᵃ f(x) dx。
10. Numerical Integration: Trapezoidal Rule | 数值积分:梯形法则
Not all functions have antiderivatives expressible in elementary form. For example, ∫e^(−x²) dx cannot be written using basic functions. In such cases, numerical methods are essential. The trapezoidal rule approximates the area by trapezoids rather than rectangles. Dividing [a, b] into n equal subintervals of width h = (b − a)/n, with xₖ = a + kh, the approximation is:
并非所有函数都有初等形式的原函数。例如,∫e^(−x²) dx 无法用基本函数表示。此时数值方法不可或缺。梯形法则用梯形而非矩形来近似面积。将 [a, b] 等分为 n 个宽度为 h = (b − a)/n 的子区间,令 xₖ = a + kh,近似公式为:
∫ₐᵇ f(x) dx ≈ (h/2) [f(x₀) + 2f(x₁) + 2f(x₂) + … + 2f(xₙ₋₁) + f(xₙ)]
In IB Mathematics AI (Applications and Interpretation), the trapezoidal rule is a core topic and may be tested in a “calculator-free” or “calculator-permitted” context depending on the paper. HL students of AA should also be familiar with it for comparison with exact integrals, to estimate errors, and to understand why the approximation improves as n increases.
在 IB 数学应用与解释(AI)课程中,梯形法则是核心内容之一,可能在无计算器或可使用计算器的试卷中考查。AA 高阶学生也应熟悉该方法,用于与精确积分比较、估计误差以及理解为何增加 n 能提高近似精度。
11. Area of Compound Regions | 复合区域面积
Regions are often bounded by more than two curves. A systematic approach is essential. First, identify all bounding curves and the points where they intersect. Second, sketch the region to understand its structure. Third, decide whether to integrate with respect to x or y, aiming to minimise the number of separate integrals. Finally, set up the appropriate integrals and evaluate them.
实际区域常由两条以上的曲线围成。必须采用系统化方法:首先,找出所有边界曲线及其交点;其次,画出区域草图以理解其结构;再次,决定对 x 还是对 y 积分,力求使分段积分数量最少;最后,列出适当的积分式并求值。
Consider the region enclosed by y = x², y = 2x + 3. Solving x² = 2x + 3 gives x = −1 and x = 3. On the interval [−1, 3], the line y = 2x + 3 lies above the parabola, since 2x + 3 − x² = −(x − 3)(x + 1) ≥ 0. Hence the area is:
考虑由 y = x² 和 y = 2x + 3 围成的区域。解 x² = 2x + 3 得 x = −1 和 x = 3。在区间 [−1, 3] 上,直线 y = 2x + 3 位于抛物线上方,因为 2x + 3 − x² = −(x − 3)(x + 1) ≥ 0。因此面积为:
A = ∫₋₁³ [(2x + 3) − x²] dx = [x² + 3x − x³/3]₋₁³ = (9 + 9 − 9) − (1 − 3 + 1/3) = 32/3
This example demonstrates how a single well-defined integral can replace what might otherwise seem like a complicated geometric problem.
此例展示了如何用一个结构清晰的积分取代原本看似复杂的几何问题。
12. Common IB Exam Techniques and Pitfalls | IB 考试常见技巧与易错点
Success in IB calculus questions depends as much on exam technique as on mathematical ability. Here are the most critical points to remember.
IB 微积分题目的成功既取决于数学能力,也取决于应试技巧。以下是需要记住的最关键要点。
| Technique / 技巧 | Pitfall / 易错点 |
| Sketch the graph before integrating / 积分前先画图 | Integrating without checking relative positions / 不检查相对位置直接积分 |
| Split intervals at zeros of the function / 在函数零点处分段 | Treating negative areas as positive / 将负面积按正值处理 |
| Find intersection points accurately / 准确求交点 | Using wrong limits of integration / 使用错误的积分上下限 |
| Choose the direction of integration wisely / 明智选择积分方向 | Unnecessary splitting producing more integrals / 不必要的分段导致积分过多 |
| Check if the integrand is even or odd / 检查被积函数是偶函数还是奇函数 | Ignoring symmetry, wasting time on longer computations / 忽略对称性导致计算冗长 |
Additional common errors include forgetting +C when finding antiderivatives in indefinite integrals (although definite integrals do not require it), mishandling the absolute value signs, and using non-integer intervals when the trapezoidal rule requires n to be a positive integer.
其他常见错误包括:求不定积分时忘记常数 +C(虽然定积分不需要),错误处理绝对值符号,以及使用梯形法则时 n 不是正整数。
13. Model Solution: A Typical IB Question | 典型 IB 题目的标准解答
Consider the problem: Find the total area bounded by the curve y = x³ − 4x and the x-axis. The roots are x = −2, 0, 2. Since the function is odd, we must be careful: the positive portion on [−2, 0] has the same shape as the negative portion on [0, 2].
考虑如下题目:求曲线 y = x³ − 4x 与 x 轴所围成的总面积。根为 x = −2, 0, 2。由于函数是奇函数,需特别注意:[−2, 0] 上的正部分与 [0, 2] 上的负部分形状相同但符号相反。
On [−2, 0], y = x³ − 4x = x(x² − 4). For x in (−2, 0), x is negative and x² − 4 is negative (since |x| < 2), so the product is positive. On [0, 2], the product is negative. Therefore:
在 [−2, 0] 上,y = x³ − 4x = x(x² − 4)。当 x ∈ (−2, 0) 时,x 为负且 x² − 4 为负(因 |x| < 2),乘积为正。在 [0, 2] 上,乘积为负。因此:
A = ∫₋₂⁰ (x³ − 4x) dx − ∫₀² (x³ − 4x) dx
Compute the first integral: [x⁴/4 − 2x²]₋₂⁰ = 0 − (4 − 8) = 4. The second: [x⁴/4 − 2x²]₀² = (4 − 8) − 0 = −4. Therefore the total area is 4 + 4 = 8.
计算第一个积分:[x⁴/4 − 2x²]₋₂⁰ = 0 − (4 − 8) = 4。第二个积分:[x⁴/4 − 2x²]₀² = (4 − 8) − 0 = −4。因此总面积为 4 + 4 = 8。
By symmetry, we could also have written A = 2∫₋₂⁰ (x³ − 4x) dx = 2 × 4 = 8. This shorter method is elegant but relies on recognising the symmetry relationship between the two lobes.
利用对称性,我们也可以写出 A = 2∫₋₂⁰ (x³ − 4x) dx = 2 × 4 = 8。这一更简洁的方法依赖于识别两个区域间的对称关系。
14. Summary and Strategic Advice | 总结与策略建议
The definite integral is a versatile concept that measures accumulation of quantities, with area under a curve being its most intuitive geometric interpretation. Mastery requires understanding the idea of Riemann sums, the fundamental theorem of calculus, the distinction between signed and total area, and familiarity with standard techniques such as interval splitting and symmetry exploitation.
定积分是一个多用途的概念,用于度量量的累积,曲线下方面积是其最直观的几何解释。掌握定积分需要理解黎曼和的思想、微积分基本定理、有向面积与总面积的区分,并熟悉区间分段和对称性利用等标准技巧。
For IB exams, always start by sketching the relevant graphs, even for straightforward problems. Identify all intersection points, determine the upper and lower functions, split intervals wherever signs change, and choose the integration variable that simplifies the problem. Practice past-paper questions to internalise these habits, and always double-check whether the question asks for signed area or physical area — this distinction is worth marks.
在 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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply