A-Level数学 积分技巧 分部积分 换元法
Integration is one of the most challenging topics in A-Level Mathematics, requiring both algebraic fluency and strategic thinking. Unlike differentiation, which follows a clear set of rules, integration often demands that you recognize patterns and choose the right technique from a toolbox of methods. This article covers four essential integration techniques: substitution, integration by parts, partial fractions, and a practical strategy for selecting the right approach.
积分是A-Level数学中最具挑战性的主题之一,既需要代数运算的熟练,也需要策略性思维。与遵循明确规则的微分不同,积分通常要求你识别模式并从多种方法中选择正确的技巧。本文涵盖四种基本积分技巧:换元法、分部积分法、部分分式法,以及选择正确方法的实用策略。
1. Integration by Substitution
Integration by substitution is the reverse of the chain rule. When you spot a function and its derivative nested together, substitution is your first instinct. The method works by setting u = g(x), so that du = g'(x) dx, transforming the integral into one in terms of u that is simpler to evaluate. The critical step is choosing the right u: pick the “inner function” of a composite, or the part whose derivative appears elsewhere in the integrand.
换元积分法是链式法则的逆运算。当你发现一个函数与其导数嵌套在一起时,换元法应是你的第一反应。该方法通过令 u = g(x),从而 du = g'(x) dx,将积分转化为关于 u 的更简单形式。关键步骤是选择正确的 u:选取复合函数中的”内层函数”,或者其导数出现在被积函数其他部分的那一部分。
For example, consider ∫ 2x(x² + 1)⁵ dx. Let u = x² + 1, then du = 2x dx. The integral becomes ∫ u⁵ du = u⁶/6 + C = (x² + 1)⁶/6 + C. This simple example illustrates the power of substitution: a complicated expression collapses into a basic power rule. Always remember to substitute back to the original variable in your final answer, and never forget the constant of integration.
例如,考虑 ∫ 2x(x² + 1)⁵ dx。令 u = x² + 1,则 du = 2x dx。积分变为 ∫ u⁵ du = u⁶/6 + C = (x² + 1)⁶/6 + C。这个简单例子说明了换元法的威力:一个复杂表达式转化为基本的幂函数规则。务必记住在最终答案中代回原变量,并且永远不要忘记积分常数。
Definite integrals require one extra step: change the limits. If the original limits are x = a and x = b, compute u(a) and u(b) as the new limits. This avoids the need to substitute back after integration. Many students lose marks by forgetting to change the limits or by incorrectly substituting the original x-values into the u-expression result.
定积分需要额外一步:更换积分限。如果原始上下限是 x = a 和 x = b,计算 u(a) 和 u(b) 作为新的积分限。这避免了积分后需要代回原变量的麻烦。许多学生因忘记更换积分限或将原 x 值错误代入 u 表达式结果而丢分。
2. Integration by Parts
Integration by parts is derived from the product rule for differentiation. The formula is ∫ u dv = uv − ∫ v du. The art lies in splitting the integrand into u and dv wisely. A poor choice can make the integral harder rather than easier. The LIATE rule (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) provides a helpful priority order for choosing u: pick the function type that appears earlier in LIATE as u, and let the rest be dv.
分部积分法源自微分的乘法法则。公式为 ∫ u dv = uv − ∫ v du。其精髓在于明智地将被积函数拆分为 u 和 dv。糟糕的选择会使积分变得更难而非更简单。LIATE 规则(对数、反三角、代数、三角、指数)为选择 u 提供了有用的优先级:选取 LIATE 中较早出现的函数类型作为 u,其余部分作为 dv。
Consider the classic example: ∫ x eˣ dx. By LIATE, Algebraic (x) comes before Exponential (eˣ), so let u = x and dv = eˣ dx. Then du = dx and v = eˣ. Applying the formula: ∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C. This transforms a product into a simple exponential integral. The choice of u and dv is decisive here: swapping them would produce ∫ (eˣ)(x²/2) dx, which is actually more complicated than the original integral.
考虑经典例子:∫ x eˣ dx。根据 LIATE,代数函数 (x) 在指数函数 (eˣ) 之前,因此令 u = x,dv = eˣ dx。则 du = dx,v = eˣ。代入公式:∫ x eˣ dx = x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C。这将乘积转化为简单的指数积分。u 和 dv 的选择在此至关重要:如果交换它们,将产生 ∫ (eˣ)(x²/2) dx,这实际上比原积分更复杂。
Some integrals require applying integration by parts twice. The classic case is ∫ eˣ sin x dx. After the first application, the remaining integral still contains a product of eˣ and a trigonometric function. Apply integration by parts a second time, and you will find that the original integral reappears on the right-hand side. Rearranging then yields the answer. This “boomerang” technique appears frequently in A-Level exam questions and rewards methodical working.
有些积分需要应用分部积分法两次。经典案例是 ∫ eˣ sin x dx。第一次应用后,剩余积分仍包含 eˣ 与三角函数的乘积。再次应用分部积分法,你会发现原积分重新出现在等式右边。重新整理即可得出答案。这种”回旋镖”技巧经常出现在A-Level考题中,青睐有条理的解题步骤。
3. Integration by Partial Fractions
Partial fractions decompose a rational function (a ratio of polynomials) into a sum of simpler fractions that are easier to integrate. This technique works when the denominator factorises into linear or irreducible quadratic factors. The method is systematic: first ensure the fraction is proper (degree of numerator less than degree of denominator), then factorise the denominator, and finally write the fraction as a sum of partial fractions with unknown constants A, B, C, and solve for them by equating coefficients or substituting convenient x-values.
部分分式法将有理函数(多项式之比)分解为更简单分式之和,使其更易于积分。当分母可分解为一次因式或不可约二次因式时,该技巧有效。方法系统化:首先确保分式为真分式(分子次数低于分母次数),然后分解分母,最后将分式写为含未知常数 A、B、C 的部分分式之和,并通过比较系数或代入方便的 x 值求解这些常数。
For example, decompose 1/(x(x+1)). Write 1/(x(x+1)) = A/x + B/(x+1). Multiply through by x(x+1): 1 = A(x+1) + Bx. Equating coefficients gives A + B = 0 and A = 1, so B = −1. Thus ∫ 1/(x(x+1)) dx = ∫ (1/x − 1/(x+1)) dx = ln|x| − ln|x+1| + C = ln|x/(x+1)| + C. The integral of each partial fraction is a standard natural log form, making the overall integration straightforward.
例如,分解 1/(x(x+1))。写 1/(x(x+1)) = A/x + B/(x+1)。两边乘以 x(x+1):1 = A(x+1) + Bx。比较系数得 A + B = 0 且 A = 1,故 B = −1。因此 ∫ 1/(x(x+1)) dx = ∫ (1/x − 1/(x+1)) dx = ln|x| − ln|x+1| + C = ln|x/(x+1)| + C。每个部分分式的积分都是标准自然对数形式,使整体积分简洁明了。
Repeated linear factors, such as (x − 2)² in the denominator, require a slightly different decomposition: A/(x − 2) + B/(x − 2)². Irreducible quadratic factors like (x² + 1) contribute a term of the form (Ax + B)/(x² + 1) in the partial fraction expansion. These lead to integrals involving arctan and natural logarithms, which are tested in the most challenging A-Level pure mathematics questions.
重复一次因式,如分母中的 (x − 2)²,需要略微不同的分解:A/(x − 2) + B/(x − 2)²。不可约二次因式如 (x² + 1) 在部分分式展开式中贡献形如 (Ax + B)/(x² + 1) 的项。这些导致涉及反正切和自然对数的积分,在最具挑战性的A-Level纯数学题中进行考查。
4. Choosing the Right Technique
A-Level exam questions rarely tell you which integration method to use. Developing a diagnostic instinct is essential. Here is a practical decision framework: If you see a function and its derivative paired together, try substitution first. If you see a product of two different types of functions (polynomial × exponential, polynomial × trig, exponential × trig), reach for integration by parts. If you see a rational function where the denominator factorises, use partial fractions. If none of these patterns fit, consider whether algebraic simplification, trigonometric identities, or completing the square can transform the integral into a recognisable form.
A-Level考题很少告诉你使用哪种积分方法。培养诊断直觉至关重要。以下是一个实用的决策框架:如果你看到一个函数与其导数成对出现,首先尝试换元法。如果你看到两种不同类型函数的乘积(多项式 × 指数、多项式 × 三角、指数 × 三角),使用分部积分法。如果你看到一个分母可分解的有理函数,使用部分分式法。如果这些模式都不匹配,考虑代数化简、三角恒等式或配方法是否可以将积分转化为可识别的形式。
Some integrals combine techniques. For example, ∫ (x eˣ)/(x+1)² dx might first require a substitution u = x+1, followed by integration by parts on the resulting expression. The ability to chain methods together distinguishes grade A from grade A* candidates. Practise recognising when one technique has partially succeeded and another is needed to finish the job.
有些积分需要组合多种技巧。例如,∫ (x eˣ)/(x+1)² dx 可能需要先换元 u = x+1,然后对所得表达式进行分部积分。将多种方法串联起来的能力是区分 A 等级与 A* 等级考生的标志。练习识别何时一种技巧部分成功而需要另一种技巧来完成。
5. Common Exam Mistakes
The most frequent error in substitution is forgetting to replace dx with du. Students write u = g(x) but leave dx unchanged, producing a hybrid integral that is meaningless. Always compute du/dx and express dx = du/g'(x) explicitly. In integration by parts, the most common mistake is choosing u and dv poorly, leading to an integral that is more complicated than the original. Apply LIATE consistently, and if the new integral looks worse, swap your choice. For partial fractions, students often forget to check whether the fraction is proper before decomposition. If the numerator degree equals or exceeds the denominator degree, perform polynomial long division first.
换元法中最常见的错误是忘记将 dx 替换为 du。学生写了 u = g(x) 但未改变 dx,产生一个无意义的混合积分。始终计算 du/dx 并明确表达 dx = du/g'(x)。在分部积分法中,最常见的错误是 u 和 dv 选择不当,导致新积分比原积分更复杂。始终应用 LIATE,如果新积分看起来更糟,交换你的选择。对于部分分式法,学生经常在分解前忘记检查分式是否为真分式。如果分子次数等于或超过分母次数,先进行多项式长除法。
The constant of integration (+C) is another major source of lost marks. In indefinite integration, every answer must include +C. In definite integration, ensure you evaluate the antiderivative at both limits correctly, and be especially careful with signs when substituting negative lower limits. A sign error in the final step can cost you two marks even when all the integration work is correct.
积分常数 (+C) 是另一个主要的失分来源。在不定积分中,每个答案都必须包含 +C。在定积分中,确保正确地在两个积分限处计算原函数,在代入负下限时特别注意符号。即使所有积分工作都正确,最后一步的符号错误也可能让你丢掉两分。
6. Practice Strategy
Begin with single-technique exercises to build confidence in each method. Once comfortable, move to mixed exercises where you must diagnose which technique to apply. Past papers from Edexcel, AQA, OCR, and CAIE all feature integration questions that test technique selection as much as execution. Time yourself: the most challenging integration questions should take 8-12 minutes in an exam setting. If you are spending longer, review whether a more efficient method exists.
从单一技巧练习开始,建立对每种方法的信心。熟练后,转向混合练习,你必须在其中诊断应用哪种技巧。来自 Edexcel、AQA、OCR 和 CAIE 的历年真题都包含既考查技巧选择又考查执行能力的积分题。给自己计时:最具挑战性的积分题在考试环境下应花费8-12分钟。如果你花费的时间更长,回顾是否存在更高效的方法。
Integration is not just a collection of isolated tricks but a coherent skill that deepens your understanding of how functions relate to one another. The student who masters integration by substitution, parts, and partial fractions has not merely learned three techniques but has developed the mathematical maturity to recognise structure and pattern. This ability will serve you well not only in your A-Level examination but throughout any further study of calculus, differential equations, and mathematical modelling.
积分不仅仅是一系列孤立的技巧,而是一项连贯的技能,能加深你对函数之间如何相互关联的理解。掌握了换元法、分部积分法和部分分式法的学生不仅学会了三种技巧,更培养了识别结构和模式的数学素养。这种能力不仅在A-Level考试中对你大有裨益,在后续的微积分、微分方程和数学建模学习中也将持续发挥作用。
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导