IB Math: Definite Integration by Substitution | IB数学:定积分的变量代换(换元)方法

📚 IB Math: Definite Integration by Substitution | IB数学:定积分的变量代换(换元)方法

Integration by substitution is one of the most powerful and frequently tested techniques in the IB Mathematics Analysis and Approaches (AA) and Applications and Interpretation (AI) curricula. It is the direct reverse of the chain rule for differentiation, allowing us to simplify complicated integrals by introducing a new variable. When dealing with definite integrals, this method also requires us to update the limits of integration, making it a multi-step process that demands precision and conceptual clarity.

换元积分法是IB数学分析与方法(AA)以及应用与解释(AI)课程中最强大且最常考的技巧之一。它是微分中链式法则的直接逆运算,通过引入一个新变量来简化复杂的积分。在处理定积分时,该方法还要求我们同步更新积分的上下限,这使得它成为一个多步骤的过程,需要精确的操作和清晰的概念理解。


1. What is Integration by Substitution? | 什么是换元积分法?

At its core, integration by substitution is a technique used to evaluate integrals that are not in a standard form but contain a function and its derivative. The goal is to transform the integrand into a simpler expression that we can integrate using standard rules. If an integral is written as ∫ f(g(x)) g'(x) dx, we can let u = g(x), which simplifies the expression to ∫ f(u) du.

换元积分法的核心是一种用于求解非标准形式积分的技巧,这些积分通常包含一个函数及其导数。其目标是将被积函数转换为更简单的表达式,从而可以利用基本积分公式进行求解。如果一个积分写成 ∫ f(g(x)) g'(x) dx 的形式,我们可以令 u = g(x),从而将表达式简化为 ∫ f(u) du。

This technique is essential for solving a wide variety of problems, including those involving trigonometric functions, exponentials, logarithms, and rational algebraic expressions. In the IB exam, particularly in Paper 2 (non-calculator), showing a clear and structured substitution process is vital for scoring full marks.

这一技巧对于解决各种问题至关重要,涵盖三角函数、指数函数、对数函数以及有理代数表达式等。在IB考试中,尤其是Paper 2(不能用计算器)中,展示清晰且结构化的换元过程对于获得满分至关重要。


2. The Theorem and Formula | 定理与公式

The formal statement of the substitution rule for definite integrals provides a robust framework for application. Suppose we have a differentiable function u = g(x) and a continuous function f. The definite integral can be evaluated using the following formula:

定积分的换元法则为我们提供了一个稳健的应用框架。假设我们有一个可微函数 u = g(x) 和一个连续函数 f,定积分可以通过以下公式进行计算:

∫ₐᵇ f(g(x)) · g'(x) dx = ∫₍g(a)₎^(g(b)) f(u) du

When applying this theorem, we change every x-related expression into u-related expressions. Crucially, the limits of integration a and b are transformed into g(a) and g(b). This means that, once the integration is performed in terms of u, we do not need to substitute back to x. The new limits directly give us the final numerical value.

在应用此定理时,我们将所有与 x 相关的表达式转换为与 u 相关的表达式。关键在于,积分的上下限 a 和 b 会被转换为 g(a) 和 g(b)。这意味着,一旦我们完成了关于 u 的积分,就不需要再换回 x。新的上下限直接给出了最终的数值结果。


3. Step-by-Step Technique | 分步技巧

Mastering the procedural steps of substitution is the first step to solving these problems efficiently. Let us break down the methodical approach to ensure no errors are made.

掌握换元法的操作步骤是高效解题的第一步。让我们系统地分解这一方法,以确保不会出现错误。

  • Step 1: Identify the inner function. Look for a function g(x) whose derivative g'(x) is also present (up to a constant multiple) in the integrand.

  • 步骤1:识别内函数。寻找一个函数 g(x),其导数 g'(x) 也出现在被积函数中(可以相差一个常数倍数)。

  • Step 2: Define the new variable. Let u = g(x). Compute the derivative du/dx, and solve for du.

  • 步骤2:定义新变量。令 u = g(x)。计算导数 du/dx,并解出 du。

  • Step 3: Change the limits. For definite integrals, transform the upper and lower limits by substituting x into u = g(x).

  • 步骤3:更换上下限。对于定积分,将 x 的值代入 u = g(x) 来转换上极限和下极限。

  • Step 4: Rewrite the integral. Replace all x terms and dx with u terms and du, ensuring the integrand is fully expressed in terms of u.

  • 步骤4:重写积分。将所有含 x 的项和 dx 替换为含 u 的项和 du,确保被积函数完全用 u 表示。

  • Step 5: Integrate. Evaluate the simpler integral with respect to u, and apply the new limits to get the final answer.

  • 步骤5:积分。对关于 u 的简单积分进行求解,并应用新的上下限得到最终答案。


4. Changing the Limits of Integration | 变换积分上下限

The most common mistake students make with definite integrals is forgetting to change the limits. When we change the variable, the interval of integration must match the new variable.

学生在处理定积分时最常见的错误是忘记更换积分的上下限。当我们更改变量时,积分的区间必须与新变量保持一致。

Let us illustrate with an example. Evaluate the integral ∫₀² x(x² + 1)³ dx.

让我们通过一个例子来说明。计算定积分 ∫₀² x(x² + 1)³ dx。

Let u = x² + 1. Then du = 2x dx, which implies x dx = du/2. We now change the limits: when x = 0, u = 0² + 1 = 1. When x = 2, u = 2² + 1 = 5. The integral becomes:

令 u = x² + 1,则 du = 2x dx,这意味着 x dx = du/2。我们现在更换上下限:当 x = 0 时,u = 0² + 1 = 1。当 x = 2 时,u = 2² + 1 = 5。积分变为:

∫₁⁵ u³ · (1/2) du = ½ · (u⁴/4) |₁⁵ = ½ (625/4 – 1/4) = ½ × 624/4 = 78

Notice that we did not substitute back to x. By converting the limits, the integral was computed directly in terms of u. This saves time and reduces algebraic complexity.

请注意,我们没有换回 x。通过转换上下限,积分直接以 u 的形式被计算出来。这节省了时间并降低了代数操作的复杂性。


5. Trigonometric Substitutions | 三角函数的换元

Trigonometric integrals often require substitution to unravel a composite function. A classic IB example is integrating powers of trigonometric functions where one power is odd, or where the derivative of the inner function is present.

三角函数积分通常需要通过换元法来解开复合函数。一个经典的IB例子是对含有奇数次幂的三角函数进行积分,或者当内函数的导数存在时进行积分。

Consider the integral ∫₀^(π/2) cos³x · sin x dx. Here, we notice that the derivative of cos x is -sin x. Let u = cos x, so du = -sin x dx, or -du = sin x dx.

考虑积分 ∫₀^(π/2) cos³x · sin x dx。我们注意到 cos x 的导数是 -sin x。令 u = cos x,则 du = -sin x dx,即 -du = sin x dx。

Now, change the limits: when x = 0, u = cos(0) = 1. When x = π/2, u = cos(π/2) = 0. The integral transforms as follows:

现在,更换上下限:当 x = 0 时,u = cos(0) = 1。当 x = π/2 时,u = cos(π/2) = 0。积分变换如下:

∫₀^(π/2) cos³x · sin x dx = ∫₁⁰ u³ · (-du) = -∫₁⁰ u³ du = ∫₀¹ u³ du = u⁴/4 |₀¹ = 1/4

The reversal of the limits due to the negative sign is a common point of confusion. Swapping the limits of a definite integral multiplies the result by -1, so -∫₁⁰ u³ du becomes ∫₀¹ u³ du. This step is pure algebraic manipulation but is often overlooked.

由于负号导致上下限交换是常见的困惑点。交换定积分的上下限会使结果乘以 -1,因此 -∫₁⁰ u³ du 变为 ∫₀¹ u³ du。这一步是纯粹的代数恒等变形,但经常被忽略。


6. Substitution with Exponential and Logarithmic Functions | 指数函数与对数函数的换元

Exponential and logarithmic integrals frequently involve a function and its derivative, making them perfect candidates for substitution. The natural logarithm rule ∫ 1/u du = ln|u| is often used in conjunction with substitution.

指数函数和对数函数的积分通常涉及一个函数及其导数,这使它们成为换元法的理想应用场景。自然对数法则 ∫ 1/u du = ln|u| 经常与换元法结合使用。

Evaluate ∫₁^e 1/(x(1 + ln x)) dx. We look for an inner function whose derivative is present. Let u = 1 + ln x. Then du = 1/x dx. This is exactly the remaining factor in the integrand.

计算 ∫₁^e 1/(x(1 + ln x)) dx。我们寻找一个导数存在于被积函数中的内函数。令 u = 1 + ln x,则 du = 1/x dx。这恰好是被积函数中剩余的部分。

Change the limits: when x = 1, u = 1 + ln 1 = 1 + 0 = 1. When x = e, u = 1 + ln e = 1 + 1 = 2. Thus:

更换上下限:当 x = 1 时,u = 1 + ln 1 = 1 + 0 = 1。当 x = e 时,u = 1 + ln e = 1 + 1 = 2。因此:

∫₁^e 1/(x(1 + ln x)) dx = ∫₁² 1/u du = ln|u| |₁² = ln 2 – ln 1 = ln 2

When integrating functions resulting in a logarithm, the absolute value sign is essential for indefinite integrals, though for definite integrals with positive limits, it is often omitted for convenience. However, in IB exams, showing the absolute value is a good habit to demonstrate rigor.

当积分结果包含对数时,对于不定积分,绝对值符号是必要的;而对于上限为正的定积分,通常为了方便会省略。但在IB考试中,写出绝对值是一个很好的习惯,可以显示出严谨性。


7. Rational Functions and the f'(x)/f(x) Pattern | 有理函数与 f'(x)/f(x) 模式

Rational functions, particularly those where the numerator is the derivative of the denominator, simplify beautifully using substitution. Recognizing the pattern is key to solving these questions quickly in an exam setting.

有理函数,特别是分子是分母导数的情况,可以通过换元法得到很好的简化。关键在于识别出这种模式,以便在考试中快速解题。

Evaluate ∫₂³ (2x)/(x² – 1) dx. Let u = x² – 1. Then du = 2x dx. The limits: when x = 2, u = 4 – 1 = 3. When x = 3, u = 9 – 1 = 8. The integral becomes:

计算 ∫₂³ (2x)/(x² – 1) dx。令 u = x² – 1,则 du = 2x dx。上下限:当 x = 2 时,u = 4 – 1 = 3。当 x = 3 时,u = 9 – 1 = 8。积分变为:

∫₃⁸ 1/u du = ln|u| |₃⁸ = ln 8 – ln 3 = ln(8/3)

Using the quotient rule of logarithms, we simplified the result. This direct application saves significant time and reveals the underlying simplicity of such integrals. If the numerator is a constant multiple of the derivative, we can factor out the constant before integrating.

利用对数的除法法则,我们简化了结果。这种直接应用大大节省了时间,并揭示了此类积分潜在的简便性。如果分子是分母导数的常数倍,我们可以在积分前将该常数提取出来。


8. Definite Integrals, Symmetry, and Substitution | 定积分、对称性与换元法

Substitution is also the foundational tool for proving and applying symmetry properties of definite integrals. For instance, the fact that the integral of an odd function over a symmetric interval [-a, a] is zero, and the integral of an even function is twice the integral from 0 to a, can be rigorously proven using substitution.

换元法也是证明和应用定积分对称性质的基础工具。例如,奇函数在对称区间 [-a, a] 上的积分为零,偶函数在该区间上的积分等于从 0 到 a 积分的两倍,这些都可以通过换元法严格证明。

Let us prove the property for an odd function. Suppose f(x) is odd, so f(-x) = -f(x). Consider I = ∫₋ₐᵃ f(x) dx. We can split this integral into two parts: ∫₋ₐ⁰ f(x) dx + ∫₀ᵃ f(x) dx. In the first integral, use the substitution u = -x. Then du = -dx. When x = -a, u = a. When x = 0, u = 0.

让我们证明奇函数的这个性质。假设 f(x) 是奇函数,即 f(-x) = -f(x)。考虑 I = ∫₋ₐᵃ f(x) dx。我们将这个积分分成两部分:∫₋ₐ⁰ f(x) dx + ∫₀ᵃ f(x) dx。在第一个积分中,使用换元 u = -x,则 du = -dx。当 x = -a 时,u = a。当 x = 0 时,u = 0。

∫₋ₐ⁰ f(x) dx = ∫ₐ⁰ f(-u) (-du) = -∫ₐ⁰ f(-u) du = -∫ₐ⁰ (-f(u)) du = ∫ₐ⁰ f(u) du = -∫₀ᵃ f(u) du

Thus, I = -∫₀ᵃ f(u) du + ∫₀ᵃ f(x) dx = 0. This principle is highly useful in IB exams for quickly evaluating complex-looking integrals without performing tedious antiderivative calculations.

因此,I = -∫₀ᵃ f(u) du + ∫₀ᵃ f(x) dx = 0。这个原理在IB考试中非常有用,可以帮助我们快速评估看似复杂的积分,而无需进行繁琐的原函数计算。


9. Common Pitfalls and How to Avoid Them | 常见误区及避免方法

Even strong students can lose marks on substitution problems due to small but critical errors. Awareness of these pitfalls is the first line of defense.

即使是优秀的学生也可能因为一些关键的小错误而在换元法题目上失分。对这些误区的警觉是抵御失分的第一道防线。

  • Pitfall 1: Forgetting to update the limits. Always evaluate the new limits of integration immediately after defining u = g(x). Write them down clearly to avoid using x-limits with a u-integral.

  • 误区1:忘记更换上下限。在定义 u = g(x) 后,立即计算新的积分上下限。清晰地写下来,避免在 u-积分中使用 x-上下限。

  • Pitfall 2: Incorrectly solving for dx. When du = g'(x) dx, solve for dx algebraically. If x is also expressed in terms of u, substitute it back everywhere to ensure a fully u-based integrand.

  • 误区2:错误地求解 dx。当 du = g'(x) dx 时,要用代数方法解出 dx。如果 x 也可以用 u 表示,请确保所有地方都进行替换,以得到一个完全基于 u 的被积函数。

  • Pitfall 3: Ignoring constants. If du = k g'(x) dx, you must introduce the factor 1/k outside the integral sign. Constants are easy to lose, so carefully trace the coefficient.

  • 误区3:忽略常数。如果 du = k g'(x) dx,你必须在积分号外引入因子 1/k。常数很容易丢失,所以要小心追踪系数。

  • Pitfall 4: Confusing definite and indefinite integrals. For indefinite integrals, always rewrite the antiderivative in terms of the original variable x. For definite integrals, as long as the limits are changed, leave the answer in terms of u.

  • 误区4:混淆定积分与不定积分。对于不定积分,务必用原变量 x 重写原函数。对于定积分,只要上下限已更换,答案就可以保留在 u 的形式。


10. Worked Exam-Style Question | 考试风格例题精讲

Let us now apply everything we have learned to a challenging, exam-style question that requires careful selection of the substitution and precise algebraic manipulation.

现在让我们将所学的一切应用到一个具有挑战性的、考试风格的问题上,这个问题需要仔细选择换元并进行精确的代数运算。

Question: Evaluate the definite integral ∫₀⁴ 1/(1 + √x) dx, showing all workings clearly.

题目:计算定积分 ∫₀⁴ 1/(1 + √x) dx,并清晰展示所有步骤。

Solution: The presence of √x suggests we can simplify the denominator dramatically with the substitution u = √x.

解答:√x 的存在提示我们可以通过换元 u = √x 来极大地简化分母。

Let u = √x. Then x = u², and dx = 2u du. Now we change the limits: when x = 0, u = √0 = 0. When x = 4, u = √4 = 2. The integral becomes:

令 u = √x,则 x = u²,因此 dx = 2u du。现在我们更换上下限:当 x = 0 时,u = √0 = 0。当 x = 4 时,u = √4 = 2。积分变为:

∫₀⁴ 1/(1 + √x) dx = ∫₀² (2u)/(1 + u) du

The integrand (2u)/(1 + u) is not in standard form. We can perform algebraic division. Notice that 2u = 2(1 + u) – 2, so:

被积函数 (2u)/(1 + u) 不是标准形式。我们可以进行多项式除法。注意 2u = 2(1 + u) – 2,因此:

∫₀² (2u)/(1 + u) du = ∫₀² [2 – 2/(1 + u)] du

Now we integrate term by term. The integral of 2 is 2u, and the integral of 2/(1 + u) is 2 ln|1 + u|. Evaluating

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