📚 A-Level Edexcel Pure Maths: Integration by Substitution | A-Level Edexcel纯数学:换元积分法
Integration by substitution is one of the most important techniques in the Edexcel A-Level Pure Mathematics syllabus. It appears regularly in both AS and A2 exam papers, especially in questions involving composite functions, trigonometric powers, exponential functions, and definite integrals. This article explains the method clearly and shows how to apply it under exam conditions.
换元积分法是Edexcel A-Level纯数学大纲中最重要的技巧之一。它经常出现在AS和A2试卷中,特别是涉及复合函数、三角幂、指数函数和定积分的问题中。本文清晰地解释该方法,并展示如何在考试条件下应用它。
1. Why Substitution Matters | 为什么换元积分重要
Many integrals cannot be evaluated using standard results or simple algebraic manipulation. Substitution is often the key that unlocks these harder integrals by transforming them into a form that matches a known antiderivative.
许多积分无法通过标准公式或简单的代数运算来计算。换元法往往是将这些较难积分转化为已知原函数形式的关键。
In the Edexcel specification, substitution is tested in Pure Mathematics Paper 1 and Paper 2, and it also appears in applied contexts such as finding areas under curves or solving differential equations.
在Edexcel大纲中,换元法在纯数学Paper 1和Paper 2中都会考查,也出现在求曲线下面积或解微分方程等应用背景中。
Students who master substitution can handle a wide range of questions efficiently, which is essential for achieving grades A and A*.
掌握换元法的学生能够高效处理各类题型,这对于取得A和A*等级至关重要。
2. The Reverse Chain Rule Idea | 逆链式法则思想
Substitution is essentially the reverse of the chain rule in differentiation. If an integral has the form ∫ f ‘(g(x)) g'(x) dx, then the derivative of f(g(x)) is exactly f ‘(g(x)) g'(x).
换元法本质上是微分链式法则的逆过程。如果积分具有 ∫ f ‘(g(x)) g'(x) dx 的形式,那么 f(g(x)) 的导数恰好是 f ‘(g(x)) g'(x)。
By letting u = g(x), we reduce the integral to ∫ f ‘(u) du, which is simply f(u) + C. This makes the reverse chain rule explicit and easier to apply.
令 u = g(x),积分就简化为 ∫ f ‘(u) du,结果就是 f(u) + C。这使得逆链式法则变得明确且易于应用。
∫ f ‘(g(x)) g'(x) dx = ∫ f ‘(u) du = f(u) + C
Recognising this pattern is the first step in choosing an effective substitution for tougher integrals.
识别这一模式是选择有效换元处理较难积分的第一步。
3. Choosing u: The Inside Function | 选择u:内层函数
A good first choice for u is the ‘inside’ of a composite function. This may be the expression inside a bracket raised to a power, under a square root, or in the denominator of a fraction.
选择 u 的一个好方法是取复合函数的“内层”。它可能是括号内被幂运算的表达式、根号下的表达式或分式的分母。
- u = linear expression inside a power, root, or denominator (u = 幂、根号或分母内的线性表达式)
- u = trig or exponential function when its derivative also appears (u = 三角函数或指数函数,当其导数也出现时)
- u = the argument of a function after an inverse operation (u = 逆运算后函数的自变量)
Once u has been chosen, you must express all remaining x-terms in terms of u, and replace dx with du / (du/dx). If any x-terms remain, the substitution has not been completed correctly.
一旦选定 u,就必须将所有剩余的 x 项用 u 表示,并用 du / (du/dx) 替换 dx。如果还留有 x 项,说明换元没有正确完成。
4. Worked Example: ∫ x√(x+1) dx | 例题:∫ x√(x+1) dx
Let u = x + 1. Then du/dx = 1, so dx = du. Also, rearranging gives x = u – 1. The integral becomes ∫ (u – 1)√u du.
令 u = x + 1。则 du/dx = 1,所以 dx = du。同时,移项得到 x = u – 1。积分变为 ∫ (u – 1)√u du。
Simplify the integrand using index laws: √u = u^(1/2), so (u – 1)u^(1/2) = u^(3/2) – u^(1/2).
使用指数法则化简被积函数:√u = u^(1/2),因此 (u – 1)u^(1/2) = u^(3/2) – u^(1/2)。
∫ x√(x+1) dx = ∫ (u – 1)u^(1/2) du = ∫ (u^(3/2) – u^(1/2)) du
Integrating term by term gives (2/5)u^(5/2) – (2/3)u^(3/2) + C. Finally substitute back u = x + 1 to obtain the answer in terms of x.
逐项积分得到 (2/5)u^(5/2) – (2/3)u^(3/2) + C。最后代回 u = x + 1,得到关于 x 的答案。
∫ x√(x+1) dx = (2/5)(x+1)^(5/2) – (2/3)(x+1)^(3/2) + C
This example shows the complete substitution process: choosing u, rewriting the integrand, integrating, and substituting back.
这个例子展示了完整的换元过程:选择 u、重写被积函数、积分,以及代回变量。
5. Changing Limits in Definite Integrals | 定积分中更换积分限
For definite integrals, you can either substitute back to x and use the original limits, or change the limits to u-values at the start. Changing limits is usually faster and reduces algebra.
对于定积分,你可以代回 x 并使用原始积分限,也可以在开始时将积分限换为 u 值。更换积分限通常更快,并减少代数运算。
If x = a gives u = u₁ and x = b gives u = u₂, then ∫ from a to b f(g(x)) g'(x) dx equals ∫ from u₁ to u₂ f(u) du.
如果 x = a 得到 u = u₁,x = b 得到 u = u₂,那么 ∫ 从 a 到 b f(g(x)) g'(x) dx 等于 ∫ 从 u₁ 到 u₂ f(u) du。
Example: Evaluate ∫₀¹ 2x(x²+1)³ dx using u = x²+1. Since du = 2x dx, the limits transform as follows.
例题:使用 u = x²+1 计算 ∫₀¹ 2x(x²+1)³ dx。由于 du = 2x dx,积分限变换如下。
| x | u = x²+1 |
| 0 | 1 |
| 1 | 2 |
Therefore, the integral becomes ∫₁² u³ du = [u⁴/4]₁² = 16/4 – 1/4 = 15/4.
因此,积分变为 ∫₁² u³ du = [u⁴/4]₁² = 16/4 – 1/4 = 15/4。
Changing limits prevents the need to substitute back and is strongly recommended in exam solutions.
更换积分限可以避免代回,考试中强烈推荐这种做法。
6. Trig Substitutions | 三角换元
When the integrand involves a trigonometric function and its derivative, choose u as the trigonometric function. A common pattern is ∫ sinⁿx cos x dx or ∫ cosⁿx sin x dx.
当被积函数包含三角函数及其导数时,选择三角函数作为 u。常见模式为 ∫ sinⁿx cos x dx 或 ∫ cosⁿx sin x dx。
Example: ∫ sin³x cos x dx. Let u = sin x, then du = cos x dx. The integral becomes ∫ u³ du.
例题:∫ sin³x cos x dx。令 u = sin x,则 du = cos x dx。积分变为 ∫ u³ du。
∫ sin³x cos x dx = ∫ u³ du = u⁴/4 + C = sin⁴x/4 + C
This technique also works for integrals such as ∫ tan x sec²x dx, where u = tan x and du = sec²x dx.
该技巧也适用于 ∫ tan x sec²x dx 等积分,其中 u = tan x,du = sec²x dx。
7. Exponential Substitutions | 指数换元
For integrals like ∫ x e^(x²) dx, let u = x², so du = 2x dx and x dx = du/2. The integral becomes (1/2) ∫ e^u du.
对于 ∫ x e^(x²) dx 这类积分,令 u = x²,则 du = 2x dx,因此 x dx = du/2。积分变为 (1/2) ∫ e^u du。
∫ x e^(x²) dx = (1/2) ∫ e^u du = (1/2)e^u + C = (1/2)e^(x²) + C
Exponential substitutions also appear in differential equations and in integration by recognition questions. The key is that the derivative of the exponent appears as a factor of the integrand.
指数换元也出现在微分方程和基于识别的积分题中。关键是指数的导数作为被积函数的一个因子出现。
8. Common Mistakes | 常见错误
One of the most common errors is forgetting to replace dx. If you write u = g(x) but leave dx instead of using du / g'(x), the integral will be incorrect.
最常见的错误之一是忘记替换 dx。如果写出 u = g(x) 却保留 dx,而没有用 du / g'(x),积分就会出错。
Another frequent mistake is leaving x-terms inside a u-integral. All x expressions must be expressed in terms of u before integrating.
另一个常见错误是在 u 积分中遗留 x 项。在积分之前,所有 x 表达式都必须用 u 表示。
For definite integrals, students often change variables but fail to change the limits. This leads to an answer that is not a numerical value.
对于定积分,学生经常更换变量却没有更换积分限。这样得到的答案不是数值。
Finally, in indefinite integrals, always include the constant of integration +C. Losing marks for a missing +C is avoidable.
最后,在不定积分中,务必加上积分常数 +C。因漏写 +C 而失分是可以避免的。
9. Exam Tips for Edexcel | Edexcel考试技巧
In Edexcel exam questions, the substitution is often given in the stem, for example ‘Use the substitution u = …’. Make sure you use exactly that substitution rather than choosing your own.
在Edexcel考试题中,换元通常已在题干中给出,例如“使用换元 u = …”。务必使用该换元,而不是自行选择。
Show each step clearly: state u, find du/dx, rewrite the integrand, and change limits if needed. Marks are awarded for method, so even if the final answer is wrong, a correct substitution and integration can earn most of the marks.
每一步要清晰:写出 u,求 du/dx,重写被积函数,必要时更换积分限。方法分很重要,即使最终答案有误,正确的换元和积分步骤也能拿到大部分分数。
When the question requires an exact answer, avoid decimal approximations. Work with exact fractions and surds throughout.
当题目要求精确答案时,避免使用小数近似。全程使用精确分数和根式运算。
10. Practice Checklist | 练习清单
Before the exam, ensure you can integrate polynomial, rational, trigonometric, and exponential functions using substitution. Practise changing limits for definite integrals and spotting hidden reverse chain rule patterns.
考试前,确保你能够使用换元法积分多项式、有理式、三角函数和指数函数。练习更换定积分限,并识别隐藏的逆链式法则模式。
- Integrate expressions like ∫ x(x+1)ⁿ dx by letting u = x+1 (令 u = x+1 积分 ∫ x(x+1)ⁿ dx)
- Evaluate ∫ sinⁿx cos x dx and ∫ cosⁿx sin x dx (计算 ∫ sinⁿx cos x dx 和 ∫ cosⁿx sin x dx)
- Handle ∫ x e^(x²) dx and similar exponential forms (处理 ∫ x e^(x²) dx 及类似指数形式)
- Change limits correctly for definite integrals (正确更换定积分限)
- Recognise when to use substitution even if the exam does not specify it (即使题目未指明,也能识别何时使用换元法)
Regular practice of these patterns will build speed and confidence for the Edexcel Pure Mathematics exam.
定期练习这些模式将为Edexcel纯数学考试积累速度和信心。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导