Integration by Substitution | 换元积分法

📚 Integration by Substitution | 换元积分法

Integration by substitution is one of the most powerful techniques in A-Level mathematics, allowing us to simplify complex integrals by changing the variable. It is essentially the reverse of the chain rule for differentiation.

换元积分法是A-Level数学中最有用的技巧之一,它通过更改变量来化简复杂的积分。本质上,它是微分链式法则的逆运算。


1. The Core Idea | 核心思想

When we differentiate a composite function using the chain rule, we obtain an expression involving both the outer derivative and the inner derivative. Integration by substitution reverses this process: if we spot a function and its derivative within an integrand, we can set the inner function as a new variable to simplify the integral.

当我们用链式法则对复合函数求导时,会得到同时包含外层导数和内层导数的表达式。换元积分法反转了这一过程:如果在被积函数中同时发现一个函数及其导数,我们可以把内层函数设为新变量,从而化简积分。

For example, consider the integral:

例如,考虑积分:

∫ 2x(x² + 1)³ dx

Notice that the derivative of x² + 1 is 2x. This observation suggests that setting u = x² + 1 will simplify the integral dramatically.

注意到x² + 1的导数是2x。这一观察提示我们设u = x² + 1,这样积分会大大简化。


2. The Substitution Formula | 换元公式

The formal basis for substitution comes from the chain rule. If u = g(x), then du/dx = g'(x), which we can write as du = g'(x) dx. This allows us to rewrite an integral of the form:

换元法的正式依据来自链式法则。若u = g(x),则du/dx = g'(x),可以写成du = g'(x) dx。这让我们能改写如下形式的积分:

∫ f(g(x)) · g'(x) dx = ∫ f(u) du

This formula is the backbone of all substitution problems. The key is to identify a portion of the integrand whose derivative also appears in the integrand (up to a constant factor).

这个公式是所有换元问题的核心。关键在于识别被积函数中一部分,其导数(差一个常数倍)也出现在被积函数中。


3. Step-by-Step Approach | 逐步解题法

To apply integration by substitution successfully, follow these systematic steps:

要成功运用换元积分法,请循以下系统化步骤:

  • Step 1: Choose a suitable substitution u = g(x). Look for an inner function whose derivative appears in the integrand.

    第一步:选择合适的换元u = g(x)。寻找一个其导数出现在被积函数中的内层函数。

  • Step 2: Compute du/dx and rearrange to express dx in terms of du.

    第二步:计算du/dx并整理,用du表达dx。

  • Step 3: Replace all occurrences of x in the integrand with u, and replace dx with the expression in terms of du.

    第三步:将被积函数中所有x替换成u,并将dx替换为关于du的表达式。

  • Step 4: Integrate the simplified expression with respect to u.

    第四步:对简化后的表达式关于u求积分。

  • Step 5: Substitute back u = g(x) to return to the original variable.

    第五步:回代u = g(x),将结果转回原变量。


4. Worked Example 1: Polynomial Substitution | 例题1:多项式换元

Problem: Evaluate ∫ x(x² + 3)⁴ dx.

题目:计算∫ x(x² + 3)⁴ dx。

Solution:

解答:

Let u = x² + 3. Then du/dx = 2x, so dx = du/(2x). Substituting:

设u = x² + 3,则du/dx = 2x,因此dx = du/(2x)。代入得:

∫ x · u⁴ · (du / 2x) = ½ ∫ u⁴ du

The x cancels neatly. Now integrate:

x恰好消去。接下来积分:

½ · (u⁵/5) + C = u⁵/10 + C

Finally, substitute back u = x² + 3:

最后回代u = x² + 3:

∫ x(x² + 3)⁴ dx = (x² + 3)⁵ / 10 + C

You can verify this result by differentiating (x² + 3)⁵/10 with the chain rule.

你可以用链式法则对(x² + 3)⁵/10求导来验证这一结果。


5. Worked Example 2: Trigonometric Substitution | 例题2:三角换元

Problem: Evaluate ∫ sin³θ cosθ dθ.

题目:计算∫ sin³θ cosθ dθ。

Solution:

解答:

Let u = sinθ. Then du/dθ = cosθ, so dθ = du / cosθ. Substituting:

设u = sinθ,则du/dθ = cosθ,因此dθ = du / cosθ。代入得:

∫ u³ · cosθ · (du / cosθ) = ∫ u³ du

Again, the cosθ cancels. Integrating gives:

同样地,cosθ消去。积分得到:

u⁴/4 + C = sin⁴θ / 4 + C

This example demonstrates how substitution works seamlessly with trigonometric functions.

这个例子展示了换元法如何与三角函数完美配合。


6. Substitution in Definite Integrals | 定积分中的换元

When dealing with definite integrals, the substitution process includes one additional crucial step: changing the limits of integration. Since we are changing the variable from x to u, the limits must also be expressed in terms of u.

处理定积分时,换元过程多了一个关键步骤:改变积分上下限。既然我们把变量从x换成了u,上下限也必须用u来表示。

Example: Evaluate ∫₀¹ x√(1 – x²) dx.

例:计算∫₀¹ x√(1 – x²) dx。

Let u = 1 – x². Then du = -2x dx, so x dx = -du/2. Change the limits: when x = 0, u = 1; when x = 1, u = 0. Therefore:

设u = 1 – x²,则du = -2x dx,故x dx = -du/2。换限:当x = 0时u = 1;当x = 1时u = 0。因此:

∫₀¹ x√(1 – x²) dx = -½ ∫₁⁰ √u du = ½ ∫₀¹ u^(1/2) du

Note how swapping the limits eliminates the negative sign. Now integrate:

注意交换上下限消去了负号。现在积分:

½ · [u^(3/2) / (3/2)]₀¹ = ½ · (2/3) · (1 – 0) = 1/3

When using substitution in definite integrals, you may either convert back to x and use original limits, or keep u and use new limits. The latter is usually more efficient.

在定积分中使用换元法时,你可以选择回代x并使用原上下限,也可以保留u并使用新上下限。后者通常更高效。


7. Choosing the Right Substitution | 选择合适的换元

Selecting the appropriate substitution is often the most challenging part. Here are some common patterns to recognise:

选择合适的换元往往是最具挑战性的部分。以下是一些常见的模式:

Integrand Pattern | 被积函数模式 Suggested Substitution | 建议换元
f(g(x)) · g'(x) u = g(x)
√(a² – x²) x = a sinθ
√(a² + x²) x = a tanθ
√(x² – a²) x = a secθ
f'(x) / f(x) u = f(x)

For Edexcel A-Level, the first and last patterns are most frequently tested. Trigonometric substitutions for square roots appear more often in further mathematics papers.

对于Edexcel A-Level,第一种和最后一种模式最为常考。平方根的三角换元多出现在进阶数学试卷中。


8. Common Pitfalls | 常见错误

Students frequently make several mistakes when applying integration by substitution. Being aware of these can save valuable marks in an exam:

学生在应用换元积分法时常犯几个错误。了解这些错误能在考试中帮你挽回宝贵的分数:

  • Forgetting dx: You must replace dx with the correct expression in terms of du. Simply replacing the integrand is not sufficient.

    忘记dx的替换:你必须用关于du的正确表达式替换dx。仅仅换掉被积函数是不够的。

  • Ignoring constant factors: If du/dx gives a constant factor that does not cancel, you must adjust accordingly. For instance, if du = 3dx, then dx = du/3.

    忽略常数因子:如果du/dx产生不能消去的常数因子,你必须相应调整。例如,若du = 3dx,则dx = du/3。

  • Forgetting to change limits: In definite integrals, when you keep u, the limits must be converted to u-values.

    忘记换限:在定积分中,若保留u,上下限必须转换为u值。

  • Incorrect back-substitution: Always restore the original variable before writing the final answer, unless the problem specifically asks for an answer in terms of u.

    回代错误:在写出最终答案前,务必恢复原变量,除非题目特别要求用u表示答案。


9. Practice Problems | 练习题

Test your understanding with these problems. Attempt them before looking at the solutions:

用这些问题测试你的理解。先尝试解题,再看解答:

Problem 1: Evaluate ∫ 3x²e^(x³) dx.

题目1:计算∫ 3x²e^(x³) dx。

Solution 1: Let u = x³. Then du = 3x² dx. Hence:

解答1:设u = x³,则du = 3x² dx。因此:

∫ e^u du = e^u + C = e^(x³) + C

Problem 2: Evaluate ∫₀^π sinx cos²x dx.

题目2:计算∫₀^π sinx cos²x dx。

Solution 2: Let u = cosx. Then du = -sinx dx. Limits: x = 0 → u = 1; x = π → u = -1. Therefore:

解答2:设u = cosx,则du = -sinx dx。换限:x = 0 → u = 1;x = π → u = -1。因此:

∫₁⁻¹ -u² du = ∫₋₁¹ u² du = [u³/3]₋₁¹ = 1/3 – (-1/3) = 2/3


10. Summary | 总结

Integration by substitution is a versatile technique that transforms complicated integrals into simpler ones. The essential steps are: identify a suitable u, compute du, replace all parts of the integrand, integrate, and substitute back. Practice with a variety of functions, including polynomial, trigonometric, and exponential expressions, is key to mastering this skill.

换元积分法是一项通用技巧,能把复杂积分转化为简单积分。关键步骤是:识别合适的u、计算du、替换被积函数的所有部分、积分、回代。对不同类型函数(包括多项式、三角和指数表达式)多加练习,是掌握这项技巧的关键。

In the Edexcel A-Level exam, substitution problems may appear in both pure mathematics and applied papers. They often combine with other techniques such as partial fractions or integration by parts. At least one substitution problem is almost guaranteed, so mastering this method is essential for maximising your score.

在Edexcel A-Level考试中,换元问题可能出现在纯数学和应用数学试卷中。它们常与其他技巧如部分分式或分部积分结合使用。几乎每次考试都会考至少一道换元题,因此掌握这一方法对最大化你的分数至关重要。


11. Advanced Tips | 进阶技巧

For higher marks, pay attention to the following nuances:

要拿高分,请注意以下细微之处:

  • When the integrand contains f'(x)/f(x), the integral is ln|f(x)| + C. For example, ∫ 2x/(x² + 1) dx = ln(x² + 1) + C.

    当被积函数含f'(x)/f(x)时,积分结果为ln|f(x)| + C。例如,∫ 2x/(x² + 1) dx = ln(x² + 1) + C。

  • Sometimes you need to manipulate the integrand algebraically before a substitution becomes apparent. For instance, factoring a polynomial or completing a square can reveal a useful substitution.

    有时需要先对被积函数进行代数化简,换元才会变得明显。例如,因式分解多项式或配方可能暴露出有用的换元。

  • In definite integrals, if you find the integration in u to be simpler, keep u and use the converted limits. This avoids the extra step of back-substitution.

    在定积分中,如果关于u的积分更简单,就保留u并使用转换后的上下限。这样能省去回代的额外步骤。


12. Conclusion | 结语

Integration by substitution is a cornerstone technique in A-Level mathematics. By understanding its derivation from the chain rule, practising the systematic steps, and being aware of common pitfalls, you will be well-prepared for any substitution question that appears in your exam. Remember: the more you practise, the more naturally you will spot the right substitution.

换元积分法是A-Level数学的基石技巧。通过理解其来自链式法则的推导、练习系统化步骤、并警惕常见错误,你将能为考试中出现的任何换元题做好准备。记住:练习越多,你就越能自然地发现正确的换元。

For further practice, work through past papers from Edexcel and focus on all substitution questions. Time yourself to build exam speed, and always check your answers by differentiation.

要获得更多练习,请做完Edexcel历年试卷中所有换元题。限时训练以提升考试速度,并始终通过求导来检查你的答案。

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