📚 PDF资源导航

A-Level Mathematics: Indefinite Integrals and the Constant of Integration | A-Level数学:不定积分与积分常数

📚 A-Level Mathematics: Indefinite Integrals and the Constant of Integration | A-Level数学:不定积分与积分常数

Indefinite integration is one of the core operations in A-Level mathematics. It reverses differentiation, but unlike differentiation, it produces a family of functions rather than a single answer. The constant of integration, often written as C, is not a technical afterthought — it is an essential part of the mathematical meaning of an antiderivative.

不定积分是A-Level数学中的核心运算之一。它是微分的逆运算,但与微分不同的是,不定积分得到的是一个函数族,而不是唯一答案。积分常数,通常写作C,并不是一个可有可无的记号,而是原函数数学意义中不可或缺的一部分。


1. What Is an Indefinite Integral? | 什么是不定积分?

An indefinite integral of a function f(x) is any function F(x) whose derivative is f(x). We write this as:

∫ f(x) dx = F(x) + C

where F'(x) = f(x), and C is an arbitrary constant. The symbol ∫ is called the integral sign, dx indicates that we are integrating with respect to x, and C is the constant of integration.

函数f(x)的不定积分是任意一个导数为f(x)的函数F(x)。我们写作:

∫ f(x) dx = F(x) + C

其中F'(x) = f(x),C是任意常数。符号∫称为积分号,dx表示我们是对x进行积分,C就是积分常数。


2. Why Do We Need the Constant C? | 为什么需要常数C?

Because differentiation eliminates constant terms. If F'(x) = f(x), then for any constant C, the derivative of F(x) + C is also f(x). For example, the derivative of x² is 2x, but the derivative of x² + 5, x² − 3, or x² + 100 is also 2x. Therefore, the antiderivative of 2x is not just x², but the entire family x² + C.

这是因为微分会消除常数项。如果F'(x) = f(x),那么对于任意常数C,F(x) + C的导数仍然等于f(x)。例如,x²的导数是2x,但x² + 5、x² − 3、x² + 100的导数也全都是2x。因此,2x的原函数不只是x²,而是整个函数族x² + C。

Graphically, this means that the integral curves of a function form a family of parallel curves, each shifted vertically by a fixed amount. Choosing a different C corresponds to sliding the curve up or down without changing its shape.

从图形上看,这意味着一个函数的积分曲线构成一族平行曲线,每条曲线之间只是垂直平移了固定距离。选择不同的C就相当于将曲线上下滑动,而不改变它的形状。


3. Basic Power Rule for Integration | 积分的基本幂法则

For any real number n ≠ −1, the power rule for integration states:

∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C

This formula works for positive, negative, and fractional powers, with the single exception of n = −1. For example:

对于任意实数n ≠ −1,积分幂法则为:

∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C

这个公式对正指数、负指数和分数指数都成立,唯一的例外是n = −1。例如:

  • ∫ x³ dx = x⁴ / 4 + C

  • ∫ 1 / x² dx = ∫ x⁻² dx = x⁻¹ / (−1) + C = −1 / x + C

  • ∫ √x dx = ∫ x^(1/2) dx = x^(3/2) / (3/2) + C = (2/3)x^(3/2) + C

When n = −1, the rule breaks down because we would divide by zero. Instead, we use the special result:

当n = −1时,该法则失效,因为分母会变成零。此时我们使用特殊结果:

∫ 1 / x dx = ln |x| + C

The absolute value ensures the logarithm is defined for both positive and negative x values.

绝对值符号确保对数对正负x值都有定义。


4. Integrating Constant Multiples and Sums | 常数倍与和函数的积分

Integration is linear, which means we can handle constant multiples and sums term by term:

积分具有线性性质,这意味着我们可以逐项处理常数倍与和函数:

∫ k · f(x) dx = k · ∫ f(x) dx

∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx

For example, to find ∫ (3x² + 4x − 5) dx, we integrate each term separately:

例如,求∫ (3x² + 4x − 5) dx时,我们逐项分别积分:

∫ (3x² + 4x − 5) dx = 3·(x³/3) + 4·(x²/2) − 5x + C = x³ + 2x² − 5x + C

Notice that we combine all the individual constants from each term into a single C. It would be redundant to write C₁ + C₂ + C₃; one arbitrary constant represents all possible vertical shifts of the whole function.

注意我们将每一项积分得到的常数合并为一个C。写成C₁ + C₂ + C₃是多余的;一个任意常数就足以表示整个函数的全部纵向平移。


5. Common Elementary Integrals | 常见基本积分表

The following table contains integrals that every A-Level candidate should recognise instantly:

下表列出了每位A-Level考生都应能即时识别的积分:

f(x) ∫ f(x) dx 说明 / Notes
xⁿ (n ≠ −1) xⁿ⁺¹ / (n + 1) + C 幂法则
1 / x ln |x| + C x > 0或x < 0均适用
eˣ + C 指数函数不变
sin x −cos x + C 注意负号
cos x sin x + C 注意正号
sec² x tan x + C 三角函数导数逆推
1 / (1 + x²) arctan x + C 反三角函数
1 / √(1 − x²) arcsin x + C 定义域限制为 −1 < x < 1

Each of these results can be verified by differentiating the right-hand side. This is the quickest way to check your integration is correct.

上述每个结果都可以通过对方边求导来验证。这是检查积分是否正确的最快方式。


6. The Special Case of 1/x | 1/x的特殊情形

As noted earlier, ∫ x⁻¹ dx cannot use the power rule. Instead, we use the natural logarithm. A common exam trap is to forget the absolute value sign:

如前所述,∫ x⁻¹ dx不能用幂法则,而应当使用自然对数。一个常见的考试陷阱是忘记绝对值符号:

∫ 1 / x dx = ln |x| + C

Why does the absolute value matter? If x is negative, ln(x) is undefined in real numbers, but ln |x| is perfectly well defined. For example, the derivative of ln(−x) for x < 0 is also 1/x. The absolute value conveniently covers both cases.

为什么绝对值很重要?如果x为负,ln(x)在实数范围内没有定义,而ln|x|却完全有意义。例如,当x < 0时,ln(−x)的导数也是1/x。绝对值巧妙地同时覆盖了两种情况。

When evaluating definite integrals later, this distinction becomes especially important, because the interval of integration may include negative x values.

在后续计算定积分时,这一区别尤其重要,因为积分区间可能包含负的x值。


7. Using the Constant C: Initial Conditions | 利用常数C:初始条件

In many applied problems, we are given more than just the derivative — we are given a point on the original curve. This is called an initial condition or boundary condition. We use it to determine the exact value of C.

在许多应用问题中,我们得到的不仅是导数,还知道原曲线上的一点。这称为初始条件或边界条件。我们用这个条件来确定C的精确值。

Example: Find f(x) given that f'(x) = 6x² − 4 and f(1) = 3.

例题:已知f'(x) = 6x² − 4,且f(1) = 3,求f(x)。

Step 1: Integrate to find the general solution.

第一步:积分求通解。

f(x) = ∫ (6x² − 4) dx = 2x³ − 4x + C

Step 2: Use the condition f(1) = 3 to find C.

第二步:利用条件f(1) = 3求C。

2(1)³ − 4(1) + C = 3 ⇒ 2 − 4 + C = 3 ⇒ C = 5

Step 3: Write the particular solution.

第三步:写出特解。

f(x) = 2x³ − 4x + 5

Without the initial condition, we could only leave the answer as 2x³ − 4x + C. The initial condition selects exactly one curve from the infinite family.

如果没有初始条件,我们只能将答案保留为2x³ − 4x + C。初始条件从无穷多条曲线中精确选出一条。


8. Common Mistakes with the Constant C | 关于常数C的常见错误

Students often lose marks in exams by mishandling the constant of integration. Here are the most frequent pitfalls:

学生在考试中常因处理积分常数不当而失分。以下是最常见的陷阱:

  • Forgetting C entirely: Writing ∫ 2x dx = x² without the + C is mathematically incomplete. In a non-calculator or short-answer question, this alone may cost the mark.

    完全忘记C:写成∫ 2x dx = x²而不加+C在数学上是不完整的。在简答题中,仅此一项就可能导致失分。

  • Adding multiple constants: If you integrate a sum of three terms, write a single C at the end, not C₁ + C₂ + C₃.

    添加多个常数:如果对三项和求积分,只需在最后写一个C,不要写C₁ + C₂ + C₃。

  • Using C × x instead of C: Since C is a constant, it should not be multiplied by or attached to x.

    把C与x相乘:C是常数,不应与x相乘或依附于x。

  • Dropping C when substituting limits: When evaluating a definite integral using the fundamental theorem, you do not need C, but you must subtract, not add, the lower limit evaluation.

    在代入上下限时丢弃C:用微积分基本定理计算定积分时确实不需要C,但你必须用上限值减去下限值,而不是相加。


9. Integrating Exponential and Trigonometric Functions | 指数函数与三角函数的积分

Beyond power functions, you must be fluent with exponentials and trigonometric functions.

除了幂函数之外,你必须熟练处理指数函数和三角函数。

For eˣ, the integral is itself:

对于eˣ,其积分等于其本身:

∫ eˣ dx = eˣ + C

For a more general exponential base aˣ:

对于更一般的指数底数aˣ:

∫ aˣ dx = aˣ / ln a + C

For trigonometric functions, the patterns are:

对于三角函数,其基本积分模式为:

∫ sin x dx = −cos x + C, ∫ cos x dx = sin x + C

For composite functions where the inner function is linear, such as sin(ax + b), a useful rule is:

对于内层函数为线性函数的复合函数,例如sin(ax + b),一个有用的规则是:

∫ sin(ax + b) dx = −(1/a) cos(ax + b) + C

Similarly, ∫ e^(ax + b) dx = (1/a) e^(ax + b) + C. The division by a accounts for the chain rule in reverse.

类似地,∫ e^(ax + b) dx = (1/a) e^(ax + b) + C。除以a是对链式法则的逆向操作。


10. Integration by Substitution: Why C Still Matters | 换元积分法:为何C仍然重要

When using substitution, students often wonder what happens to C. In fact, after substituting back into the original variable, the constant C remains a single arbitrary constant, even if the intermediate expression appears to contain constants.

使用换元法时,学生常会疑惑C会怎样。实际上,在代回原变量之后,C仍然是一个唯一的任意常数,即使中间表达式看似含有其他常数。

Consider the example:

看这个例子:

∫ 2x(x² + 1)³ dx

Let u = x² + 1, so du = 2x dx. The integral becomes:

令u = x² + 1,则du = 2x dx。积分变为:

∫ u³ du = u⁴ / 4 + C = (x² + 1)⁴ / 4 + C

If we expanded (x² + 1)⁴, we would get several terms, but the answer is already fully correct in this factored form. The constant C absorbs all numerical constants that might arise from expansion.

如果展开(x² + 1)⁴会得到若干项,但上述因式分解形式已经是完全正确的答案。常数C会吸收展开时可能产生的所有数值常数。


11. Definite vs Indefinite Integrals | 定积分与不定积分的对比

A common source of confusion is the difference between definite and indefinite integrals. A definite integral has limits of integration and produces a number:

一个常见的困惑来源是定积分与不定积分之间的区别。定积分带有积分上下限,其结果是数值:

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

Here C is not needed because it cancels: F(b) + C − (F(a) + C) = F(b) − F(a).

这里不需要C,因为C会抵消:F(b) + C − (F(a) + C) = F(b) − F(a)。

An indefinite integral, by contrast, has no limits and produces a family of functions:

相比之下,不定积分没有上下限,其结果是一个函数族:

∫ f(x) dx = F(x) + C

Think of the definite integral as the net signed area under a curve over a specific interval, and the indefinite integral as the general antiderivative.

可以把定积分理解为曲线在特定区间下的净面积,而不定积分则是通的原函数。


12. Exam Strategy and Final Tips | 考试策略与最终建议

To maximise your score in integration questions, follow this systematic approach:

要在积分题中拿到高分,请遵循以下系统化步骤:

  • Always write + C for indefinite integrals, even if the question does not explicitly ask for it.

    永远写+C,即使题目没有明确要求,不定积分也必须写。

  • Check your answer by differentiation. The derivative of your result should return the original integrand.

    通过求导检验答案。结果的导数应回到原始被积函数。

  • Rewrite roots and reciprocals in index form before integrating, such as √x = x^(1/2) and 1/x³ = x⁻³.

    先将根式和倒数写成指数形式再积分,例如√x = x^(1/2),1/x³ = x⁻³。

  • If an initial condition is given, use it. Substitute the point into the general antiderivative to solve for C, and then write the particular solution explicitly.

    如果给定了初始条件,务必使用。将点代入通式解出C,然后明确写出特解。

  • Do not confuse the constant of integration with variables. C is a real number; it cannot depend on x.

    不要把积分常数与变量混淆。C是实数,不能依赖于x。

Mastering indefinite integrals is about understanding that differentiation and integration are inverse processes, and that the constant C represents the infinite vertical freedom of antiderivatives. Once you internalise this, integration becomes a consistent and reliable tool for all your A-Level mathematics problems.

掌握不定积分的关键在于理解微分与积分是互逆的过程,而常数C代表原函数族无限的纵向自由度。一旦你内化了这一概念,积分就会成为你解决所有A-Level数学问题的一致而可靠的工具。


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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version