Fundamental Theorem of Calculus Explained | 微积分基本公式详解

📚 Fundamental Theorem of Calculus Explained | 微积分基本公式详解

The Fundamental Theorem of Calculus is one of the most powerful results in mathematics. It connects two seemingly separate ideas: differentiation and integration. In this article, we will unpack the theorem into its two main parts, explore their meaning, and practise applying them to real problems.

微积分基本公式是数学中最强大的成果之一。它将两个看似独立的概念——微分与积分——紧密联系起来。本文将详细拆解该定理的两个主要部分,解释其含义,并通过实例练习如何应用它们解决问题。


1. What Does the Fundamental Theorem of Calculus Say? | 微积分基本公式说了什么?

The Fundamental Theorem of Calculus has two parts. The first part tells us that differentiation and integration are inverse processes. The second part gives us a practical way to evaluate definite integrals using antiderivatives.

微积分基本公式包含两个部分。第一部分告诉我们,微分与积分互为逆运算。第二部分则为我们提供了一种利用原函数计算定积分的实用方法。

If a function f is continuous on an interval [a, b], then we can define an area function F(x) that measures the signed area under the graph of f from a to x. The first part of the theorem says that the derivative of this area function is exactly f(x).

若函数 f 在区间 [a, b] 上连续,我们可以定义一个面积函数 F(x),它表示从 a 到 x 之间 f 的图形下方的有向面积。定理第一部分指出,这个面积函数的导数恰好就是 f(x)。

The second part, often called the Newton-Leibniz formula, states that if F is any antiderivative of f, then the definite integral from a to b equals F(b) − F(a).

第二部分通常称为牛顿-莱布尼茨公式,它指出:若 F 是 f 的任意一个原函数,那么从 a 到 b 的定积分等于 F(b) − F(a)。


2. The Area Function | 面积函数

To understand the Fundamental Theorem, we first introduce the area function. For a continuous function f on [a, b], define A(x) = ∫ₐˣ f(t) dt for x in [a, b].

为了理解微积分基本公式,我们首先引入面积函数。对于定义在 [a, b] 上的连续函数 f,令 A(x) = ∫ₐˣ f(t) dt,其中 x ∈ [a, b]。

This function A(x) accumulates the signed area under the curve f(t) as t moves from a to x. If f(t) is positive, the area is positive; if f(t) is negative, the area is counted as negative.

这个函数 A(x) 随着 t 从 a 运动到 x,累积了曲线 f(t) 下方的有向面积。若 f(t) 为正,则面积为正;若 f(t) 为负,则面积按负值计算。

For example, if f(t) = 2t and we start at a = 0, then A(x) = ∫₀ˣ 2t dt = x². This area function has derivative A′(x) = 2x, which is exactly f(x).

例如,若 f(t) = 2t,并且起点 a = 0,那么 A(x) = ∫₀ˣ 2t dt = x²。这个面积函数的导数为 A′(x) = 2x,恰好等于 f(x)。


3. Part 1: Derivative of the Integral | 第一基本公式:积分的导数

The first part of the Fundamental Theorem states: if f is continuous on [a, b], then the area function A(x) is differentiable on (a, b) and A′(x) = f(x).

微积分基本公式的第一部分指出:若 f 在 [a, b] 上连续,则面积函数 A(x) 在 (a, b) 上可导,并且 A′(x) = f(x)。

This means that the rate of change of the accumulated area at a point x equals the height of the original curve at that point. It makes intuitive sense: a small increase in x adds a thin rectangle of width Δx and height approximately f(x).

这意味着,面积函数在某一点 x 的变化率等于原始曲线在该点的高度。这在直觉上很合理:x 增加一小段 Δx,相当于增加一个宽度为 Δx、高度约为 f(x) 的细长矩形。

We can write this result as:

我们可以将这个结果写作:

d/dx ∫ₐˣ f(t) dt = f(x)

This formula is sometimes called the “first fundamental theorem” and is extremely useful when the upper limit of the integral is itself a function of x.

该公式有时被称为“第一基本公式”,当积分的上限是 x 的函数时,这个公式极为有用。


4. Part 2: The Newton-Leibniz Formula | 第二基本公式:牛顿-莱布尼茨公式

The second part of the theorem gives us a direct method to evaluate definite integrals. If F is any antiderivative of f, meaning F′(x) = f(x), then

定理的第二部分为我们提供了直接计算定积分的方法。若 F 是 f 的任意一个原函数,即 F′(x) = f(x),那么

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

This formula is also known as the Fundamental Theorem of Calculus, Part 2, or the evaluation theorem. It allows us to avoid computing infinite sums of rectangles by simply finding an antiderivative and substituting the limits.

该公式也被称为微积分基本公式的第二部分或“求值定理”。它让我们避免计算无穷多个矩形的和,只需找到一个原函数并代入上下限即可。

Notice that the constant of integration C cancels out: (F(b)+C) − (F(a)+C) = F(b) − F(a). Therefore, we can choose the simplest antiderivative when evaluating definite integrals.

注意积分常数 C 会相互抵消:(F(b)+C) − (F(a)+C) = F(b) − F(a)。因此,在计算定积分时,我们可以选择最简单的原函数。


5. Indefinite vs. Definite Integrals | 不定积分与定积分

An indefinite integral is a family of functions: ∫ f(x) dx = F(x) + C, where C is an arbitrary constant. It represents all antiderivatives of f.

不定积分是一个函数族:∫ f(x) dx = F(x) + C,其中 C 为任意常数。它表示 f 的所有原函数。

A definite integral ∫ₐᵇ f(x) dx is a number, representing the signed area under the curve from a to b. It does not depend on the choice of antiderivative or the constant C.

定积分 ∫ₐᵇ f(x) dx 是一个数值,表示从 a 到 b 曲线下方的有向面积。它不依赖于原函数或常数 C 的选择。

The Fundamental Theorem links these two concepts: to evaluate a definite integral, we use an indefinite integral (antiderivative) and then evaluate it at the endpoints.

微积分基本公式将这两个概念联系起来:为了计算定积分,我们需要使用不定积分(原函数),然后在端点处求值。


6. Worked Example 1: Polynomials | 示例一:多项式

Evaluate ∫₁³ (3x² + 2x) dx.

计算 ∫₁³ (3x² + 2x) dx。

Step 1: Find an antiderivative of each term. Since d/dx (x³) = 3x², and d/dx (x²) = 2x, an antiderivative is F(x) = x³ + x².

第一步:找到每一项的原函数。因为 d/dx (x³) = 3x²,且 d/dx (x²) = 2x,所以一个原函数为 F(x) = x³ + x²。

Step 2: Use the Newton-Leibniz formula:

第二步:使用牛顿-莱布尼茨公式:

∫₁³ (3x² + 2x) dx = [x³ + x²]₁³ = (27 + 9) − (1 + 1) = 34

Therefore, the definite integral equals 34. This represents the net signed area between the curve and the x-axis from x = 1 to x = 3.

因此,定积分等于 34。这表示曲线与 x 轴之间从 x = 1 到 x = 3 的有向面积。


7. Worked Example 2: Trigonometric and Exponential Functions | 示例二:三角函数与指数函数

Evaluate ∫₀^π (sin x + eˣ) dx.

计算 ∫₀^π (sin x + eˣ) dx。

We know that d/dx (−cos x) = sin x, and d/dx (eˣ) = eˣ. So an antiderivative is F(x) = −cos x + eˣ.

我们知道 d/dx (−cos x) = sin x,且 d/dx (eˣ) = eˣ。所以一个原函数为 F(x) = −cos x + eˣ。

Applying the theorem:

应用基本公式:

∫₀^π (sin x + eˣ) dx = [−cos x + eˣ]₀^π = (−cos π + e^π) − (−cos 0 + e⁰)

Since cos π = −1 and cos 0 = 1, this becomes (1 + e^π) − (−1 + 1) = 1 + e^π.

因为 cos π = −1,cos 0 = 1,所以结果为 (1 + e^π) − (−1 + 1) = 1 + e^π。

Thus the final answer is 1 + e^π ≈ 24.14.

因此最终答案为 1 + e^π ≈ 24.14。


8. Common Mistakes and Pitfalls | 常见错误与注意事项

One common mistake is forgetting to subtract F(a). Always write the antiderivative evaluated at both endpoints, then subtract in the correct order.

一个常见错误是忘记减去 F(a)。务必写出原函数在两端点的值,然后按正确顺序相减。

Another mistake is confusing the variable of integration with the upper limit. For example, in ∫₀ˣ t² dt, the integrand is t², not x². After integrating, the result is x³/3.

另一个错误是混淆积分变量与上限。例如,在 ∫₀ˣ t² dt 中,被积函数是 t²,而不是 x²。积分后结果为 x³/3。

Also, when using the first part of the theorem with a composite upper limit, you must apply the chain rule. For instance, d/dx ∫₀^{x²} sin(t) dt = sin(x²) · 2x.

此外,当使用带复合上限的第一部分时,必须应用链式法则。例如,d/dx ∫₀^{x²} sin(t) dt = sin(x²) · 2x。

Finally, check whether the function is continuous on the interval. If there are discontinuities, the Fundamental Theorem may not apply directly.

最后,检查函数在区间上是否连续。若存在间断点,微积分基本公式可能不能直接应用。


9. Geometric Interpretation | 几何意义

The Fundamental Theorem of Calculus tells us that integration and differentiation are reverse operations in a geometric sense. Differentiation gives the slope of the tangent line; integration gives the area under the curve.

微积分基本公式告诉我们,从几何角度看,积分与微分是互逆运算。微分给出切线斜率;积分给出曲线下方的面积。

If we think of A(x) as the area swept out from a fixed starting point, then A′(x) is the rate at which the area grows. This is exactly the height of the curve, f(x).

如果把 A(x) 看作从固定起点扫过的面积,那么 A′(x) 就是面积增长的速率。这个速率恰好等于曲线的高度 f(x)。

Conversely, starting with f(x), integrating from a to x reconstructs the area function, and differentiating it returns the original function. This cycle closes the loop between two fundamental operations of calculus.

反过来,从 f(x) 出发,从 a 到 x 积分重建了面积函数,再对其求导又回到原始函数。这个循环将微积分的两个基本运算连接成了一个闭环。


10. Applications in Physics and Statistics | 在物理与统计中的应用

The Fundamental Theorem of Calculus appears everywhere in applied mathematics. In physics, if v(t) is the velocity of an object, then the displacement from time t₁ to t₂ is ∫_{t₁}^{t₂} v(t) dt = s(t₂) − s(t₁), where s(t) is the position function.

微积分基本公式在应用数学中无处不在。在物理中,若 v(t) 是物体的速度,则从时刻 t₁ 到 t₂ 的位移为 ∫_{t₁}^{t₂} v(t) dt = s(t₂) − s(t₁),其中 s(t) 是位置函数。

In probability and statistics, the cumulative distribution function F(x) = ∫₋∞ˣ f(t) dt has derivative f(x), the probability density function. This is exactly the first part of the theorem.

在概率与统计中,累积分布函数 F(x) = ∫₋∞ˣ f(t) dt 的导数就是概率密度函数 f(x)。这正是定理的第一部分。

In economics, the accumulated profit or cost over time can be computed by integrating the marginal functions, and the result is the difference of the total functions at the endpoints.

在经济学中,随时间累积的利润或成本可以通过对边际函数积分来计算,其结果等于总函数在端点处的差值。


11. Summary and Final Tips | 总结与建议

The Fundamental Theorem of Calculus has two essential parts. Part 1 states that the derivative of an integral with respect to its upper limit returns the integrand. Part 2 provides a powerful formula for evaluating definite integrals using antiderivatives.

微积分基本公式包含两个关键部分。第一部分指出,积分对上限求导后得到被积函数。第二部分提供了利用原函数计算定积分的强大公式。

To succeed in exams, remember these steps: identify f(x), find an antiderivative F(x), evaluate F(b) − F(a), and check for continuity.

要在考试中取得成功,请记住这些步骤:识别 f(x),找到原函数 F(x),计算 F(b) − F(a),并检查连续性。

Practise with polynomials, trigonometric, exponential, and rational functions. Also practise problems where the upper limit is a composite function, because they require the chain rule together with the theorem.

要多练习多项式、三角函数、指数函数和有理函数。还要练习上限为复合函数的问题,因为它们需要将链式法则与基本公式结合使用。

Understanding the Fundamental Theorem deeply will not only help you solve integrals faster, but also give you insight into the true nature of calculus as the study of change and accumulation.

深刻理解微积分基本公式,不仅能帮助你更快地求解积分,还能让你洞察微积分的本质——研究变化与累积的学科。


Published by TutorHao | 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