A-Level数学 积分技巧 换元法 分部积分
为什么积分比求导更难
Unlike differentiation, which follows a straightforward set of rules, integration often requires creative thinking and pattern recognition. 与求导不同(求导遵循一套直接明了的规则),积分常常需要创造性思维和模式识别。There is no single formula that covers all integrals, so students must learn to spot which technique applies to a given problem. 没有一条公式能覆盖所有积分,因此学生必须学会识别适用于给定问题的技巧。
The three core integration methods at A-Level are substitution, integration by parts, and partial fraction decomposition. A-Level阶段的三项核心积分方法是换元法、分部积分法和部分分式分解。Mastering these three will prepare you for the vast majority of exam questions. 掌握这三种方法将为你应对绝大多数考试题目做好准备。
换元法 Substitution
Substitution is the first advanced integration technique students encounter, and it is essentially the reverse of the chain rule. 换元法是学生接触到的第一种高级积分技巧,本质上它是链式法则的逆运算。The central idea is to replace a complicated inner function with a single variable, making the integral easier to handle. 核心思想是用一个简单变量替换复杂的内部函数,使积分更容易处理。
When you see an integral containing both a function and its derivative, substitution is almost certainly the right approach. 当你看到一个积分同时包含一个函数及其导数时,换元法几乎肯定是正确的方法。For example, integrating x sin(x^2) works beautifully with the substitution u = x^2, because the derivative du = 2x dx provides the x term already present. 例如,积分 x sin(x^2) 可以通过换元 u = x^2 完美解决,因为导数 du = 2x dx 提供了已经存在的 x 项。
A common mistake is forgetting to adjust the limits when evaluating a definite integral with substitution. 一个常见错误是在用换元法计算定积分时忘记调整积分上下限。Always convert the original limits in terms of x to new limits in terms of u before evaluating. 在计算之前,务必先将原变量 x 的上下限转换为新变量 u 的上下限。If the original integral runs from x = 0 to x = 1 and you substitute u = x^2, the new limits become u = 0 and u = 1, not x = 0 and x = 1. 如果原积分从 x = 0 到 x = 1,而你代换 u = x^2,那么新上下限变为 u = 0 和 u = 1,而不是 x = 0 和 x = 1。
Another pitfall is incomplete substitution: leaving behind the original variable in the integrand after the change of variable. 另一个陷阱是不完全替换:在变量变换后,被积函数中还残留着原变量。Every occurrence of x must be replaced in terms of u, including any hidden inside trigonometric or exponential expressions. x 的每一个出现都必须用 u 表示,包括隐藏在三角函数或指数表达式中的那些。Also remember to replace dx with du/dx times dx, i.e. express dx in terms of du using the derivative of the substitution. 还要记得用 du/dx 乘以 dx 来替换 dx,即利用代换的导数将 dx 用 du 表示。
分部积分法 Integration by Parts
Integration by parts is derived from the product rule for differentiation and is the go-to technique when the integrand is a product of two different types of functions. 分部积分法源于微分中的乘法法则,是被积函数为两种不同类型函数乘积时的首选技巧。The formula is: ∫ u dv = uv − ∫ v du. 公式为:∫ u dv = uv − ∫ v du。The method works by transferring the derivative from one factor to the other, trading a difficult integral for an easier one. 该方法通过将导数从一个因子转移到另一个因子来运作,用一个较难的积分换取一个较易的积分。
The key decision is choosing which part of the integrand to set as u and which as dv. 关键决策在于选择被积函数的哪一部分设为 u,哪一部分设为 dv。A useful mnemonic is LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. 一个有用的记忆法是 LIATE:对数函数、反三角函数、代数函数、三角函数、指数函数。Choose u from the category that appears first in this list. 从列表中先出现的类别中选择 u。
For the classic example ∫ x e^x dx, let u = x (Algebraic, appears before Exponential in LIATE) and dv = e^x dx. 对于经典例题 ∫ x e^x dx,设 u = x(代数函数,在 LIATE 中排在指数函数之前),dv = e^x dx。Then du = dx and v = e^x, giving the result x e^x − e^x + C. 则 du = dx,v = e^x,得到结果 x e^x − e^x + C。This works because choosing u = x means du = dx, making the new integral ∫ e^x dx trivial compared to the original. 这之所以有效是因为选择 u = x 意味着 du = dx,使得新积分 ∫ e^x dx 与原积分相比微不足道。
Sometimes integration by parts must be applied more than once, as with ∫ x^2 e^x dx, where each application reduces the power of x by one. 有时需要多次应用分部积分法,例如 ∫ x^2 e^x dx,每次应用都会使 x 的幂次降低一阶。Other times, applying integration by parts twice brings the original integral back, allowing you to solve for it algebraically. 另一些时候,两次应用分部积分法后原积分会再次出现,从而可以通过代数方式求解。This is the technique used for ∫ e^x sin x dx. 这就是用于 ∫ e^x sin x dx 的技巧。
部分分式分解 Partial Fractions
Partial fraction decomposition transforms a rational function into a sum of simpler fractions, each of which integrates directly to a logarithmic or arctangent result. 部分分式分解将有理函数转化为简单分式之和,每个简单分式都可以直接积分为对数或反正切结果。This technique is essential for integrating expressions like (2x+3)/((x−1)(x+2)). 该技巧对于积分诸如 (2x+3)/((x−1)(x+2)) 这样的表达式至关重要。
The first step is always to check whether the rational function is proper (degree of numerator less than degree of denominator). 第一步始终是检查有理函数是否为真分式(分子次数低于分母次数)。If the numerator degree equals or exceeds the denominator degree, perform polynomial long division first. 如果分子次数等于或高于分母次数,首先进行多项式长除法。Then decompose the remainder into partial fractions. 然后将余项分解为部分分式。
The three cases to recognise are distinct linear factors, repeated linear factors, and irreducible quadratic factors. 需要识别的三种情况是:不同线性因子、重复线性因子和不可约二次因子。Each case has a specific form for the decomposition. 每种情况都有特定的分解形式。For distinct linear factors (x−a)(x−b), split into A/(x−a) + B/(x−b). 对于不同线性因子 (x−a)(x−b),分解为 A/(x−a) + B/(x−b)。
For repeated linear factors like (x−a)^2, the decomposition includes both A/(x−a) and B/(x−a)^2. 对于重复线性因子如 (x−a)^2,分解需同时包含 A/(x−a) 和 B/(x−a)^2。The term with the higher power accounts for the fact that a repeated root contributes more than one independent constant to the general solution. 高次项对应于重复根对通解贡献了不止一个独立常数的事实。For an irreducible quadratic factor (ax^2+bx+c) that cannot be factorised over the reals, use (Ax+B)/(ax^2+bx+c) in the decomposition. 对于在实数范围内不可分解的二次因子 (ax^2+bx+c),在分解中使用 (Ax+B)/(ax^2+bx+c)。The numerator must be linear (Ax+B) because a quadratic denominator can produce both logarithmic and arctangent terms upon integration. 分子必须是线性的 (Ax+B),因为二次分母在积分时可能同时产生对数项和反正切项。
选择合适的技巧 Choosing the Right Technique
Exam success depends not only on executing each method correctly but on identifying which method to use in the first place. 考试成功不仅取决于正确执行每种方法,还首先取决于识别应使用哪种方法。Read the integrand carefully: products of different function types suggest integration by parts, while composite functions with their derivatives suggest substitution. 仔细阅读被积函数:不同类型函数的乘积暗示分部积分法,而复合函数与其导数同时出现则暗示换元法。
Rational functions with factorisable denominators point clearly to partial fractions. 分母可分解的有理函数明确指向部分分式分解。However, many integrals require a combination of techniques, so remain flexible. 然而,许多积分需要结合多种技巧,因此要保持灵活。For instance, you might use substitution to simplify the integrand first, then apply integration by parts to the result. 例如,你可能先用换元法简化被积函数,然后对结果应用分部积分法。
A good habit is to spend thirty seconds analysing the integrand before picking up your pen. 一个好习惯是在动笔之前花三十秒分析被积函数。Ask yourself: is there a function and its derivative present? Does the integrand look like a product rule in reverse? Can the denominator be factored? 问自己:是否存在一个函数及其导数?被积函数看起来像乘法法则的逆运算吗?分母是否可以分解?These mental checks save time and reduce errors. 这些头脑检查可以节省时间并减少错误。
常见考题类型 Common Exam Question Types
Typical A-Level exam questions begin with a straightforward integral testing a single technique, then build to a multi-step problem combining two or more methods. 典型的 A-Level 考试题目从一个测试单一技巧的简单积分开始,然后逐步发展为结合两种或更多方法的多步问题。The first part often asks you to find ∫ ln x dx using integration by parts with u = ln x and dv = 1 dx. 第一部分通常要求使用分部积分法求 ∫ ln x dx,设 u = ln x,dv = 1 dx。
Later parts may ask for the area under a curve, requiring you to set up the definite integral from the given bounds and apply the technique demonstrated earlier. 后面的部分可能要求求曲线下的面积,需要根据给定边界设定定积分并应用前面展示的技巧。Other questions ask you to derive a reduction formula, which is a recursive relationship between integrals with different powers. 其他问题可能要求推导递推公式,即不同幂次积分之间的递归关系。
Substitution questions often involve trigonometric identities, for instance using x = a sin θ for integrals containing sqrt(a^2 − x^2). 换元法题目常常涉及三角恒等式,例如对含有 sqrt(a^2 − x^2) 的积分使用 x = a sin θ。These trigonometric substitutions are a specific and highly examinable subcategory. 这些三角换元是一个特定且高度可考的子类别。Similarly, use x = a tan θ for sqrt(a^2 + x^2) and x = a sec θ for sqrt(x^2 − a^2), each chosen to exploit the corresponding Pythagorean identity. 类似地,对 sqrt(a^2 + x^2) 使用 x = a tan θ,对 sqrt(x^2 − a^2) 使用 x = a sec θ,每种选择都是为了利用相应的勾股恒等式。
总结与备考建议 Summary and Revision Tips
Integration is a skill that improves dramatically with practice, more so than any other A-Level topic. 积分是一项通过练习能极大提高的技能,比任何其他 A-Level 主题都更为明显。Work through past paper questions methodically, starting with single-technique problems before tackling mixed examples. 有条不紊地练习历年真题,从单一技巧题目开始,然后攻克混合题型。Aim to complete at least five integration questions per study session, varying the technique required each time. 每次学习至少完成五道积分题目,每次变换所需的技巧。
Memorise the integration by parts formula and the standard results for common integrals, but focus your energy on pattern recognition. 熟记分部积分公式和常见积分的标准结果,但将精力集中在模式识别上。The best students can look at an integral and immediately know which technique to try first. 最优秀的学生能看一眼积分就立即知道该先尝试哪种技巧。This intuition comes only from repeated exposure. 这种直觉只来自于反复接触。
Finally, always check your answer by differentiating it. 最后,始终通过求导来检查你的答案。If the derivative of your result does not match the original integrand, trace back through your solution to find where you went wrong. 如果你结果的导数与原被积函数不匹配,回溯你的解题过程以找出错误所在。This verification habit will catch careless signs, missing constants, and other small errors that cost marks in the exam. 这种验证习惯将捕捉到粗心的符号错误、遗漏的常数以及其他在考试中耗费分数的小错误。
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导