📚 PDF资源导航

IB Mathematics: Comprehensive Integration Strategies | IB数学:综合积分题型解题策略

📚 IB Mathematics: Comprehensive Integration Strategies | IB数学:综合积分题型解题策略

Integration in IB Mathematics Analysis and Approaches HL is rarely a single-step operation. Examination questions often require you to combine several techniques, recognise hidden structures, and apply the Fundamental Theorem of Calculus with care. This article presents a systematic framework for approaching comprehensive integration problems, from foundational rules to multi-step exam-style strategies.

IB数学分析与方法(AA)HL课程中的积分问题很少是单一步骤的运算。考试题目往往要求你综合运用多种技巧、识别隐藏结构,并谨慎地应用微积分基本定理。本文旨在为综合积分题型提供一套系统化的解题框架,从基础规则到多步骤的应试策略,逐一梳理。


1. Foundation: Basic Integration Rules | 基础:基本积分规则

Before tackling composite problems, you must be fluent with the standard integrals. These appear in the IB Formula Booklet, but you should be able to recall and apply them without hesitation during timed conditions.

在解决综合性问题之前,你必须熟练掌握标准积分公式。这些公式虽然出现在IB公式手册中,但在限时考试中,你应该能够不加思索地回忆并运用它们。

  • Power rule: ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, for n ≠ −1

    幂法则:∫ xⁿ dx = xⁿ⁺¹/(n+1) + C,其中 n ≠ −1

  • Exponential rule: ∫ eˣ dx = eˣ + C; ∫ aˣ dx = aˣ/(ln a) + C for a > 0, a ≠ 1

    指数法则:∫ eˣ dx = eˣ + C;∫ aˣ dx = aˣ/(ln a) + C,其中 a > 0 且 a ≠ 1

  • Reciprocal rule: ∫ (1/x) dx = ln|x| + C

    倒数法则:∫ (1/x) dx = ln|x| + C

  • Trigonometric integrals: ∫ sin x dx = −cos x + C; ∫ cos x dx = sin x + C; ∫ sec²x dx = tan x + C

    三角积分:∫ sin x dx = −cos x + C;∫ cos x dx = sin x + C;∫ sec²x dx = tan x + C

Linearity states that ∫ [a·f(x) + b·g(x)] dx = a∫ f(x) dx + b∫ g(x) dx. This simple property underpins nearly every decomposition strategy in this article.

线性法则指出:∫ [a·f(x) + b·g(x)] dx = a∫ f(x) dx + b∫ g(x) dx。这个简单的性质是本文所有分解策略的基础。


2. Recognising the Structure | 识别函数结构

The most important skill in integration is pattern recognition. Before selecting a technique, identify the dominant structure of the integrand.

积分最重要的技能是模式识别。在选取方法之前,首先要判断被积函数的主导结构。

Structure | 结构 Likely technique | 常用方法
Composite with inner derivative present | 具有内层函数导数的复合函数 u-substitution | 换元法
Product of polynomial and exponential/trigonometric | 多项式与指数/三角函数的乘积 Integration by parts | 分部积分法
Rational function with factorable denominator | 分母可因式分解的有理函数 Partial fractions | 部分分式法
Powers of sin x and cos x | sin x 与 cos x 的幂次组合 Trigonometric identities | 三角恒等式

Ask yourself: Is there a function and its derivative visible? If so, substitution is usually the fastest route. If not, consider whether integration by parts or an algebraic identity can simplify the product.

问问自己:是否存在某个函数及其导数的组合?如果是,换元法通常是最快的路径。如果不是,则考虑分部积分法或代数恒等式能否简化乘积。


3. u-Substitution | 换元法

u-substitution reverses the chain rule. It is most effective when the integrand contains a composite function f(g(x)) multiplied by the derivative g′(x).

换元法是链式法则的逆运算。当被积函数包含复合函数 f(g(x)) 且乘以 g′(x) 时,换元法最为有效。

∫ f(g(x))·g′(x) dx = ∫ f(u) du, where u = g(x)

Worked example: Evaluate ∫ 2x·cos(x²) dx. Notice that the derivative of x² is 2x. Let u = x², so du = 2x dx. The integral becomes ∫ cos u du = sin u + C = sin(x²) + C.

示例:计算 ∫ 2x·cos(x²) dx。注意 x² 的导数为 2x。令 u = x²,则 du = 2x dx。原积分变为 ∫ cos u du = sin u + C = sin(x²) + C。

  • For definite integrals, change the limits: if x goes from a to b, then u goes from g(a) to g(b).

    对于定积分,需要更换上下限:若 x 从 a 到 b,则 u 从 g(a) 到 g(b)。

  • After substitution, never leave the answer in terms of u if the original variable was x.

    换元后,如果原变量是 x,切勿将答案保留为关于 u 的形式。

  • If the derivative of g(x) differs by a constant factor, adjust by multiplying or dividing a constant.

    如果 g(x) 的导数相差一个常数倍,可通过乘除常数来调整。

Example | 例题:∫ x·e^(x²) dx = ½∫ e^u du = ½e^(x²) + C


4. Integration by Parts | 分部积分法

Integration by parts is derived from the product rule. It is particularly useful for products of polynomials with exponentials, logarithms, or trigonometric functions.

分部积分法由乘积法则推导而来。它特别适用于多项式与指数函数、对数函数或三角函数的乘积。

∫ u dv = uv − ∫ v du

Choose u using the acronym LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. Functions higher on the list are generally chosen as u.

选择 u 时可使用口诀 LIATE:对数函数(Logarithmic)、反三角函数(Inverse trigonometric)、代数函数(Algebraic)、三角函数(Trigonometric)、指数函数(Exponential)。在列表中越靠前的函数通常越适合选作 u。

Worked example: Evaluate ∫ x·eˣ dx. Let u = x (algebraic), dv = eˣ dx. Then du = dx and v = eˣ. Applying the formula: ∫ x·eˣ dx = x·eˣ − ∫ eˣ dx = x·eˣ − eˣ + C.

示例:计算 ∫ x·eˣ dx。令 u = x(代数函数),dv = eˣ dx。则 du = dx,v = eˣ。代入公式:∫ x·eˣ dx = x·eˣ − ∫ eˣ dx = x·eˣ − eˣ + C。

  • For integrals like ∫ x²·sin x dx, you may need to apply integration by parts twice.

    对于 ∫ x²·sin x dx 一类的积分,可能需要连续使用两次分部积分法。

  • For cyclic integrals such as ∫ eˣ·sin x dx, apply parts twice and solve algebraically for the integral.

    对于 ∫ eˣ·sin x dx 这类循环积分,应用两次分部积分后,通过代数方程解出积分值。


5. Trigonometric Integrals | 三角函数的积分

When integrating powers of trigonometric functions, identities are your primary tool.

在积分三角函数的幂次时,三角恒等式是你的首要工具。

  • For ∫ sin²x dx and ∫ cos²x dx, use the half-angle identities: sin²x = (1 − cos 2x)/2 and cos²x = (1 + cos 2x)/2.

    对于 ∫ sin²x dx 和 ∫ cos²x dx,使用半角恒等式:sin²x = (1 − cos 2x)/2,cos²x = (1 + cos 2x)/2。

  • For ∫ sin³x dx, factor out one sin x and use sin²x = 1 − cos²x, then substitute u = cos x.

    对于 ∫ sin³x dx,提出一个 sin x,利用 sin²x = 1 − cos²x,然后令 u = cos x 进行换元。

  • For products like ∫ sin³x·cos²x dx, if one power is odd, reserve one factor for the derivative and apply a Pythagorean identity.

    对于 ∫ sin³x·cos²x dx 这类乘积,如果其中一个幂是奇数次,预留一个因子作为导数部分,然后运用毕达哥拉斯恒等式。

  • For ∫ sin(mx)·cos(nx) dx, use product-to-sum formulae.

    对于 ∫ sin(mx)·cos(nx) dx,使用积化和差公式。

Example | 例题:∫ sin²x dx = ∫ (1 − cos 2x)/2 dx = x/2 − (sin 2x)/4 + C


6. Integration of Rational Functions | 有理函数的积分

Rational functions of the form P(x)/Q(x) often require algebraic preparation before integration. If the degree of P(x) is greater than or equal to the degree of Q(x), perform polynomial long division first.

形如 P(x)/Q(x) 的有理函数通常需要先进行代数处理再积分。如果 P(x) 的次数大于或等于 Q(x) 的次数,应先进行多项式长除法。

Then decompose the proper fraction into partial fractions. For distinct linear factors in the denominator:

然后对真分式进行部分分式分解。当分母具有不同的线性因子时:

A/(x − a) + B/(x − b) = [A(x − b) + B(x − a)]/[(x − a)(x − b)]

Worked example: ∫ 1/(x² − 1) dx = ∫ [1/(2(x − 1)) − 1/(2(x + 1))] dx = ½ ln|x − 1| − ½ ln|x + 1| + C.

示例:∫ 1/(x² − 1) dx = ∫ [1/(2(x − 1)) − 1/(2(x + 1))] dx = ½ ln|x − 1| − ½ ln|x + 1| + C。

  • For repeated linear factors, include terms up to the corresponding power.

    对于重线性因子,需要包括直到对应幂次的项。

  • For irreducible quadratic factors such as x² + a², the numerator may be linear, leading to arctan or ln results.

    对于不可约二次因子(如 x² + a²),分子可能是一次式,最终结果涉及 arctan 或 ln。

Standard result | 标准结果:∫ 1/(x² + a²) dx = (1/a)·arctan(x/a) + C


7. Definite Integrals and Area | 定积分与面积

In IB exams, definite integrals are often connected to the area between curves. Remember: area is always positive, so you must split the interval where the curve crosses the x-axis.

在IB考试中,定积分常与曲线间面积联系起来。请记住:面积总是正的,因此当曲线穿过x轴时,必须分段计算。

The area between two curves y = f(x) and y = g(x) on [a, b] is given by:

两条曲线 y = f(x) 与 y = g(x) 在区间 [a, b] 上的面积为:

Area = ∫ₐᵇ |f(x) − g(x)| dx

To evaluate this efficiently, first find intersection points, then determine which function is greater on each subinterval, and integrate accordingly.

为高效计算,首先求出交点,然后判断在每个子区间上哪个函数值更大,再分别积分。

Example | 例题:∫₀¹ x² dx = [x³/3]₀¹ = 1/3

The Fundamental Theorem of Calculus links antiderivatives and definite integrals. Always check whether the function is continuous on the interval before applying it directly.

微积分基本定理将原函数与定积分联系起来。在直接运用之前,务必检查函数在区间上是否连续。


8. Volumes of Revolution | 旋转体体积

Volume problems are a classic application of integration in IB. When a region under y = f(x) is rotated about the x-axis, the volume is:

旋转体体积问题是IB中积分的经典应用。当曲线 y = f(x) 下方的区域绕x轴旋转时,体积为:

V = π∫ₐᵇ [f(x)]² dx

For rotation about the y-axis, integrate with respect to y:

绕y轴旋转时,则对 y 积分:

V = π∫꜀ᵈ [g(y)]² dy

  • If the region is between two curves and rotated, use the washer method: V = π∫ ([outer radius]² − [inner radius]²) dx.

    如果两曲线之间的区域绕轴旋转,则使用垫片法:V = π∫ (外半径² − 内半径²) dx。

  • Pay attention to the axis of rotation; the radius expression depends on whether the axis is a coordinate axis or a shifted line.

    注意旋转轴;半径表达式取决于轴是坐标轴还是平移后的直线。

Example | 例题:V = π∫₀¹ (x²)² dx = π∫₀¹ x⁴ dx = π/5


9. Multi-Step Strategy for Composite Problems | 综合题型的多步策略

IB higher-level questions frequently stack two or more techniques. Build a step-by-step algorithm for yourself.

IB高级水平题目常将两种或多种技巧叠加。你需要为自己构建一套逐步执行的算法。

  • Step 1: Simplify algebraically where possible — expand products, split fractions, or apply identities.

    第一步:尽可能先做代数化简——展开乘积、拆分分式或使用恒等式。

  • Step 2: Identify whether a direct standard integral applies.

    第二步:判断是否可以直接套用标准积分公式。

  • Step 3: Test u-substitution by checking for f(g(x))·g′(x).

    第三步:检查是否存在 f(g(x))·g′(x) 的形式,尝试换元法。

  • Step 4: For products, consider integration by parts; choose u carefully using LIATE.

    第四步:对于乘积,考虑分部积分法;使用LIATE原则慎重选择 u。

  • Step 5: For rational functions, use polynomial division and partial fractions.

    第五步:对于有理函数,使用多项式除法与部分分式分解。

Consider ∫ x·ln x dx. This is a product, but logarithms are not the derivative of a familiar inner function. Choose u = ln x, dv = x dx. Then du = (1/x) dx and v = x²/2. The integral becomes (x²/2)·ln x − ∫ (x²/2)·(1/x) dx = (x²/2)·ln x − ∫ (x/2) dx = (x²/2)·ln x − x²/4 + C.

考虑 ∫ x·ln x dx。这是一个乘积,但对数函数不是某个常见内层函数的导数。选择 u = ln x,dv = x dx。则 du = (1/x) dx,v = x²/2。积分变为 (x²/2)·ln x − ∫ (x²/2)·(1/x) dx = (x²/2)·ln x − ∫ (x/2) dx = (x²/2)·ln x − x²/4 + C。


10. Common Mistakes and Exam Tips | 常见错误与应试建议

Many marks are lost in IB integration problems due to predictable errors.

在IB积分题中,许多分数因可预测的错误而丢失。

  • Forgetting the constant of integration + C in indefinite integrals.

    在不定积分中漏掉积分常数 + C。

  • Incorrect sign handling when differentiating or integrating trigonometric functions.

    在处理三角函数的求导或积分时符号出错。

  • Using the Fundamental Theorem of Calculus on discontinuous intervals without splitting the integral.

    在不连续区间上直接使用微积分基本定理,而没有分段处理积分。

  • Forgetting to change limits in a definite integral when using substitution.

    使用换元法计算定积分时忘记更换上下限。

  • Skipping simplification before choosing a technique.

    在选择方法之前跳过化简步骤。

In examinations, show every intermediate step. IB marking schemes award method marks even if the final answer is incorrect. Keep your substitution structure explicit and rewrite the integral in the new variable completely.

考试中,请展示每一个中间步骤。IB评分标准即使最终答案有误,也会给方法分。换元时要明确写出换元结构,并完整地将积分改写为新变量形式。


Conclusion | 总结

Comprehensive integration problems in IB Mathematics reward systematic thinking. Master the basic rules, practise pattern recognition, and build a flexible toolkit: substitution, integration by parts, trigonometric identities, and partial fractions. With a consistent step-by-step method, you can transform even the most intimidating integrand into familiar forms.

IB数学中的综合积分题型奖励系统性思维。掌握基本规则,练习模式识别,并构建灵活的工具箱:换元法、分部积分法、三角恒等式和部分分式。只要坚持逐步求解的方法,即使最令人却步的被积函数也能转化为熟悉的形式。

Practice is essential: attempt a variety of past-paper questions and consciously categorise each problem by structure. Over time, the choice of technique becomes intuitive.

练习是关键:尽可能多尝试历年真题,并有意识地对每道题按结构进行分类。久而久之,方法的选择将变得自然而然。

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

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