Fundamental Theorem of Calculus Explained | 微积分基本定理详解

📚 Fundamental Theorem of Calculus Explained | 微积分基本定理详解

The Fundamental Theorem of Calculus (FTC) is one of the most powerful results in mathematics, bridging the two seemingly separate branches of calculus: differential calculus and integral calculus. For IB Mathematics students, mastering this theorem is essential for solving problems involving areas, rates of change, and accumulation.

微积分基本定理是数学中最强大的结论之一,它连接了微积分的两个看似独立的分支:微分学和积分学。对于IB数学学生来说,掌握这一定理对于解决涉及面积、变化率和累积量的问题至关重要。


1. The Two Branches of Calculus | 微积分的两大分支

Before understanding the FTC, it is essential to recognise that calculus is built on two fundamental ideas: differentiation, which measures instantaneous rates of change, and integration, which measures accumulation (such as area under a curve).

在理解微积分基本定理之前,必须认识到微积分建立在两个基本概念之上:微分,用于衡量瞬时变化率;积分,用于衡量累积量(例如曲线下的面积)。

At first glance, these two operations appear unrelated. Differentiation gives us the slope of a tangent line at a point, while integration gives us the total accumulation over an interval. The FTC reveals that they are actually inverse operations, just as addition and subtraction are inverse operations.

乍看之下,这两个运算似乎毫无关联。微分给出某一点的切线斜率,而积分给出一个区间上的总累积量。微积分基本定理揭示了它们实际上是互逆运算,就像加法和减法互为逆运算一样。


2. Statement of Part 1 | 第一部分的陈述

Part 1 of the Fundamental Theorem of Calculus states that if f is continuous on the closed interval [a, b], then the function g defined by g(x) = ∫ₐˣ f(t) dt for a ≤ x ≤ b is continuous on [a, b] and differentiable on (a, b), and g'(x) = f(x).

微积分基本定理的第一部分指出:若函数 f 在闭区间 [a, b] 上连续,则函数 g(x) = ∫ₐˣ f(t) dt(其中 a ≤ x ≤ b)在 [a, b] 上连续,在 (a, b) 上可导,且 g'(x) = f(x)。

If f is continuous, then d/dx [∫ₐˣ f(t) dt] = f(x)

This statement tells us that the derivative of an accumulation function returns the original integrand. In other words, differentiation undoes integration when the upper limit is the variable.

这个陈述告诉我们,累积函数的导数返回原始被积函数。换句话说,当上限为变量时,微分可以撤销积分。


3. Understanding Part 1 Intuitively | 直觉理解第一部分

To understand Part 1 intuitively, consider the function g(x) = ∫ₐˣ f(t) dt as measuring the area under the curve f from a to x. As x increases by a tiny amount dx, the area added is approximately f(x)·dx, which is a thin vertical strip of height f(x) and width dx.

为了直觉地理解第一部分,将函数 g(x) = ∫ₐˣ f(t) dt 视为测量从 a 到 x 的曲线 f 下方的面积。当 x 增加一个微小量 dx 时,增加的面积近似为 f(x)·dx,即一个高度为 f(x)、宽度为 dx 的细长垂直条带。

Therefore, the rate of change of the area with respect to x is g'(x) = f(x). This is why the derivative of the area function gives the original height function.

因此,面积关于 x 的变化率为 g'(x) = f(x)。这就是为什么面积函数的导数给出原来的高度函数。


4. Statement of Part 2 | 第二部分的陈述

Part 2 of the Fundamental Theorem of Calculus states that if f is continuous on [a, b] and F is any antiderivative of f (meaning F’ = f), then ∫ₐᵇ f(x) dx = F(b) − F(a).

微积分基本定理的第二部分指出:若 f 在 [a, b] 上连续,且 F 是 f 的任意一个原函数(即 F’ = f),则 ∫ₐᵇ f(x) dx = F(b) − F(a)。

∫ₐᵇ f(x) dx = F(b) − F(a) where F’ = f

This statement allows us to evaluate definite integrals easily: find an antiderivative, evaluate it at the upper limit, subtract its value at the lower limit, and the result is the exact area under the curve.

这个陈述使我们能够轻松地计算定积分:找出一个原函数,在上限处求值,减去在下限处的值,结果就是曲线下的精确面积。


5. Antiderivatives and Indefinite Integrals | 原函数与不定积分

An antiderivative of a function f is any function F such that F'(x) = f(x). Since the derivative of a constant is zero, if F is an antiderivative, then F + C is also an antiderivative for any constant C. This family of functions is known as the indefinite integral ∫ f(x) dx.

函数 f 的原函数是满足 F'(x) = f(x) 的任意函数 F。由于常数的导数为零,若 F 是原函数,则 F + C 也是任意常数 C 的原函数。这一族函数称为不定积分 ∫ f(x) dx。

In IB Mathematics, you will commonly encounter antiderivatives of polynomial, trigonometric, exponential, and rational functions. For example, the antiderivative of xⁿ is xⁿ⁺¹/(n+1) for n ≠ −1.

在IB数学中,你经常会遇到多项式、三角函数、指数函数和有理函数的原函数。例如,xⁿ 的原函数是 xⁿ⁺¹/(n+1),其中 n ≠ −1。


6. Applying Part 2 with Worked Examples | 运用第二部分的实例

Let us apply Part 2 to evaluate the definite integral from 0 to 2 of x² dx. The antiderivative is F(x) = x³/3. Thus, ∫₀² x² dx = F(2) − F(0) = 8/3 − 0 = 8/3.

让我们运用第二部分计算定积分 ∫₀² x² dx。原函数为 F(x) = x³/3。因此,∫₀² x² dx = F(2) − F(0) = 8/3 − 0 = 8/3。

As a second example, consider ∫₀¹ eˣ dx. The antiderivative is eˣ, so the definite integral equals e¹ − e⁰ = e − 1, which is approximately 1.718.

第二个例子,考虑 ∫₀¹ eˣ dx。原函数为 eˣ,因此定积分等于 e¹ − e⁰ = e − 1,约为 1.718。

These examples illustrate how simple evaluating definite integrals becomes once you know the antiderivative. Without the FTC, you would need to compute limits of Riemann sums, which is far more tedious.

这些例子说明了一旦你知道原函数,计算定积分变得多么简单。如果没有微积分基本定理,你需要计算黎曼和的极限,那要繁琐得多。


7. The Relationship Between Parts 1 and 2 | 两大部分之间的关系

Part 1 and Part 2 are deeply connected. Part 1 shows that every continuous function has an antiderivative, namely g(x) = ∫ₐˣ f(t) dt. Part 2 then uses this fact to show that any antiderivative can be used to evaluate definite integrals.

第一部分和第二部分有着深刻的联系。第一部分表明每个连续函数都有原函数,即 g(x) = ∫ₐˣ f(t) dt。第二部分利用这一事实表明任何原函数都可以用来计算定积分。

In some textbooks, Part 1 is called the “first fundamental theorem” and Part 2 the “second fundamental theorem.” Both are collectively referred to as the Fundamental Theorem of Calculus, and both are equally important in IB examinations.

在某些教材中,第一部分被称为“第一基本定理”,第二部分被称为“第二基本定理”。两者合称为微积分基本定理,在IB考试中同等重要。


8. Chain Rule with Variable Limits | 变上限积分的链式法则

In IB Mathematics, you may encounter integrals where the upper limit is a function of x rather than x itself. In this case, use the chain rule: if g(x) = ∫ₐᵘ⁽ˣ⁾ f(t) dt, then g'(x) = f(u(x))·u'(x).

在IB数学中,你可能会遇到上限为 x 的函数的积分。此时,使用链式法则:若 g(x) = ∫ₐᵘ⁽ˣ⁾ f(t) dt,则 g'(x) = f(u(x))·u'(x)。

d/dx [∫ₐᵘ⁽ˣ⁾ f(t) dt] = f(u(x)) · u'(x)

For example, if h(x) = ∫₁ˣ² sin(t²) dt, then h'(x) = sin((x²)²)·2x = 2x·sin(x⁴). This technique appears frequently in IB Paper 2 questions.

例如,若 h(x) = ∫₁ˣ² sin(t²) dt,则 h'(x) = sin((x²)²)·2x = 2x·sin(x⁴)。这个技巧经常出现在IB试卷二的问题中。


9. Mean Value Theorem Connection | 与中值定理的联系

The Fundamental Theorem of Calculus is closely related to the Mean Value Theorem. Recall that the Mean Value Theorem states that for a differentiable function f on [a, b], there exists a number c in (a, b) such that f'(c) = (f(b) − f(a))/(b − a).

微积分基本定理与中值定理密切相关。回顾中值定理:对于在 [a, b] 上可导的函数 f,存在 c ∈ (a, b) 使得 f'(c) = (f(b) − f(a))/(b − a)。

Applying the Mean Value Theorem to an antiderivative F of f, we obtain F'(c) = f(c) = (F(b) − F(a))/(b − a), which can be rearranged to give F(b) − F(a) = f(c)(b − a). This is the mean value theorem for integrals.

将中值定理应用于 f 的原函数 F,我们得到 F'(c) = f(c) = (F(b) − F(a))/(b − a),整理后得 F(b) − F(a) = f(c)(b − a)。这就是积分中值定理。


10. Area, Signed Area, and Net Change | 面积、有向面积与净变化量

One crucial nuance in IB Mathematics: the definite integral computes net signed area, not geometric area. If a function is negative over part of the interval, the integral subtracts that area rather than adding it.

IB数学中的一个关键细微之处:定积分计算的是净有向面积,而非几何面积。如果函数在区间的一部分为负,积分会减去该面积而非加上它。

To find the total geometric area between a curve and the x-axis, you must split the interval at the x-intercepts, take absolute values of each sub-integral, and sum them. For example, ∫₀²π sin(x) dx = 0 because the positive and negative areas cancel, but the total geometric area is 4.

为了求曲线与 x 轴之间的总几何面积,必须在 x 轴截距处分割区间,取每个子积分的绝对值并相加。例如,∫₀²π sin(x) dx = 0,因为正负面积相互抵消,但总几何面积为 4。


11. Numerical Methods and the FTC | 数值方法与微积分基本定理

When an antiderivative cannot be found in closed form, numerical methods such as the trapezoidal rule and Simpson’s rule can approximate definite integrals. These methods are tested in IB Mathematics SL and HL under the topic of approximation.

当无法以封闭形式找到原函数时,梯形法则和辛普森法则等数值方法可以近似计算定积分。这些方法在IB数学标准级和高级级中均有涉及。

However, the FTC remains the primary tool: whenever an antiderivative exists in elementary form, using it gives the exact value. Numerical methods are only used as approximations when exact integration is impractical or impossible.

然而,微积分基本定理仍然是主要工具:只要原函数以初等形式存在,使用它就能得到精确值。数值方法仅在精确积分不可行或不可能时用作近似。


12. Common Exam Mistakes and Tips | 常见考试错误与提示

One common mistake is forgetting that the FTC requires continuity. If f has a discontinuity at a point inside the interval, the FTC cannot be applied directly, and the integral may not exist.

一个常见错误是忘记微积分基本定理需要连续性条件。如果 f 在区间内某点不连续,则不能直接应用微积分基本定理,积分可能不存在。

Another common error is incorrectly applying the chain rule to the upper limit, or forgetting to subtract F(a) at the lower limit. Always check that you have evaluated the antiderivative at both limits before concluding.

另一个常见错误是错误地对上限运用链式法则,或忘记在下限处减去 F(a)。务必检查你已在两个限处都评估了原函数再下结论。

  • Always include the constant C when finding an indefinite integral, but omit it in definite integrals because it cancels.
  • 对于不定积分务必加上常数 C,但在定积分中省略,因为它会相消。
  • Check continuity of the integrand on the entire interval before applying the FTC.
  • 在应用微积分基本定理之前,检查被积函数在整个区间上的连续性。
  • For variable upper limits, apply the chain rule carefully: substitute the upper limit into the integrand, then multiply by the derivative of the upper limit.
  • 对于变上限,仔细运用链式法则:将上限代入被积函数,然后乘以上限的导数。
  • If finding geometric area, split the integral at x-intercepts and use absolute values for each part.
  • 如果求几何面积,在 x 轴截距处分割积分,并对每部分取绝对值。

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