Special Integration Techniques and Their Applications | 特殊积分方法的常见技巧与运用

📚 Special Integration Techniques and Their Applications | 特殊积分方法的常见技巧与运用

Integration is a core topic in IB Mathematics Analysis and Approaches HL. While many integrals can be solved by direct rules, a large number require special techniques. This article presents the most common integration methods, explains when to use them, and shows how to apply them correctly in exam-style questions.

积分是 IB 数学分析与方法 HL 中的核心内容。许多积分可以直接通过基本公式求解,但更多问题需要运用特殊技巧。本文将介绍最常见的积分方法,说明它们的使用时机,并展示如何在考试型题目中正确应用。


1. The Substitution Method | 换元法

Substitution reverses the chain rule. If we spot a function and its derivative inside the integrand, we let u equal the inner function. The rule is: ∫ f(g(x))g′(x) dx = ∫ f(u) du.

换元法是链式法则的逆过程。如果在被积函数中发现某个函数及其导数同时出现,就可以令 u 等于内层函数。其规则是:∫ f(g(x))g′(x) dx = ∫ f(u) du。

For example, consider ∫ 2x e^(x²) dx. Let u = x², then du = 2x dx. The integral becomes ∫ e^u du = e^u + C = e^(x²) + C.

例如,对于 ∫ 2x e^(x²) dx,令 u = x²,则 du = 2x dx。积分变为 ∫ e^u du = e^u + C = e^(x²) + C。

For definite integrals, remember to change the limits. If x runs from a to b, then u runs from g(a) to g(b).

对于定积分,不要忘记更换积分限。若 x 从 a 到 b,则 u 从 g(a) 到 g(b)。


2. Integration by Parts | 分部积分法

Integration by parts comes from the product rule. The formula is:

∫ u dv = uv − ∫ v du

分部积分法来源于乘积法则,其公式为:

∫ u dv = uv − ∫ v du

Choose u so that it becomes simpler when differentiated. A common order is LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. For ∫ x e^x dx, let u = x and dv = e^x dx. Then du = dx and v = e^x. Hence ∫ x e^x dx = x e^x − ∫ e^x dx = x e^x − e^x + C = (x − 1)e^x + C.

选择 u 时,应使其求导后变得更简单。常用顺序是 LIATE:对数函数、反三角函数、代数函数、三角函数、指数函数。对于 ∫ x e^x dx,令 u = x,dv = e^x dx,则 du = dx,v = e^x。因此 ∫ x e^x dx = x e^x − ∫ e^x dx = x e^x − e^x + C = (x − 1)e^x + C。

Sometimes integration by parts must be repeated. For ∫ x² sin x dx, apply parts twice. The key is to keep the choice of u consistent.

有时需要重复使用分部积分。例如 ∫ x² sin x dx 需要分部两次。关键是要保持每次对 u 的选择方式一致。


3. Partial Fractions | 部分分式法

Rational functions of the form P(x)/Q(x) can often be integrated after decomposing the fraction into simpler parts. This works best when Q(x) factors into distinct linear factors.

形如 P(x)/Q(x) 的有理函数,通常可以先分解为更简单的分式再积分。当 Q(x) 能分解为不同的一次因式时最为有效。

Example: decompose (2x+3)/(x²+3x+2). Since x²+3x+2 = (x+1)(x+2), set:

(2x+3)/((x+1)(x+2)) = A/(x+1) + B/(x+2)

例如:分解 (2x+3)/(x²+3x+2)。因为 x²+3x+2 = (x+1)(x+2),设:

(2x+3)/((x+1)(x+2)) = A/(x+1) + B/(x+2)

Solving gives A = 1 and B = 1. Therefore ∫ (2x+3)/(x²+3x+2) dx = ∫ (1/(x+1) + 1/(x+2)) dx = ln|x+1| + ln|x+2| + C.

解得 A = 1,B = 1。因此 ∫ (2x+3)/(x²+3x+2) dx = ∫ (1/(x+1) + 1/(x+2)) dx = ln|x+1| + ln|x+2| + C。

For repeated factors, such as (x−1)², the decomposition includes A/(x−1) + B/(x−1)². For quadratic factors, use linear numerators like Ax + B.

对于重因式,例如 (x−1)²,分解中需要包含 A/(x−1) + B/(x−1)²。对于二次因式,分子需用线性形式 Ax + B。


4. Trigonometric Identities | 三角恒等式

Products and powers of trigonometric functions can be simplified using identities. For example, sin²x = (1 − cos 2x)/2 and cos²x = (1 + cos 2x)/2.

三角函数的乘积与幂可以借助恒等式化简。例如 sin²x = (1 − cos 2x)/2,cos²x = (1 + cos 2x)/2。

Thus ∫ sin²x dx = ∫ (1 − cos 2x)/2 dx = x/2 − (sin 2x)/4 + C.

因此 ∫ sin²x dx = ∫ (1 − cos 2x)/2 dx = x/2 − (sin 2x)/4 + C。

Similarly, ∫ sin 3x cos 2x dx can be written as ½∫(sin 5x + sin x) dx using the product-to-sum formula sin A cos B = ½[sin(A+B) + sin(A−B)].

类似地,∫ sin 3x cos 2x dx 可以利用积化和差公式 sin A cos B = ½[sin(A+B) + sin(A−B)] 写成 ½∫(sin 5x + sin x) dx。


5. Powers of Secant and Tangent | 正割与正切幂的积分

Integrals of tan x and sec x appear frequently. Their standard results are:

tan x 和 sec x 的积分经常出现,其标准结果为:

∫ tan x dx = −ln|cos x| + C

∫ sec x dx = ln|sec x + tan x| + C

For ∫ tan²x dx, use the identity tan²x = sec²x − 1, so the integral becomes tan x − x + C.

对于 ∫ tan²x dx,利用恒等式 tan²x = sec²x − 1,积分结果为 tan x − x + C。

Higher powers of sec x often require integration by parts or reduction formulas. For example, ∫ sec³x dx = ½(sec x tan x + ln|sec x + tan x|) + C.

更高次幂的 sec x 的积分通常需要分部积分或递推公式。例如 ∫ sec³x dx = ½(sec x tan x + ln|sec x + tan x|) + C。


6. The t = tan(x/2) Substitution | 万能代换

For rational functions of sin x and cos x, the substitution t = tan(x/2) converts the integral into a rational function in t. The key identities are:

对于 sin x 和 cos x 的有理函数,代换 t = tan(x/2) 可将积分转化为关于 t 的有理函数积分。关键恒等式为:

sin x = 2t/(1+t²), cos x = (1−t²)/(1+t²), dx = 2 dt/(1+t²)

sin x = 2t/(1+t²), cos x = (1−t²)/(1+t²), dx = 2 dt/(1+t²)

Example: ∫ dx/(1+cos x). With t = tan(x/2), we get dx/(1+cos x) = dt, so the integral equals t + C = tan(x/2) + C.

例如:∫ dx/(1+cos x)。令 t = tan(x/2),可得 dx/(1+cos x) = dt,所以积分等于 t + C = tan(x/2) + C。

This substitution is especially helpful when sin x and cos x appear in denominators, such as ∫ dx/(2 + sin x).

这种代换特别适用于 sin x 和 cos x 出现在分母的情况,例如 ∫ dx/(2 + sin x)。


7. Symmetry and Definite Integrals | 对称性与定积分

Definite integrals over symmetric intervals can be simplified using parity. If f is even, then ∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx. If f is odd, then ∫₋ₐᵃ f(x) dx = 0.

对称区间上的定积分可以利用奇偶性简化。若 f 为偶函数,则 ∫₋ₐᵃ f(x) dx = 2∫₀ᵃ f(x) dx。若 f 为奇函数,则 ∫₋ₐᵃ f(x) dx = 0。

Another powerful symmetry result is ∫₀ᵃ f(x)/(f(x)+f(a−x)) dx = a/2, provided f(a−x) does not make the denominator zero. This greatly simplifies certain integrals.

另一个强大的对称性结果是 ∫₀ᵃ f(x)/(f(x)+f(a−x)) dx = a/2,只要分母不为零。这可以极大简化某些积分。

For example, ∫₀^(π/2) sinⁿx/(sinⁿx+cosⁿx) dx = π/4 for any positive integer n.

例如,∫₀^(π/2) sinⁿx/(sinⁿx+cosⁿx) dx = π/4,其中 n 为正整数。


8. The Logarithmic Derivative Form | 对数导数型积分

An integral that appears in many contexts is ∫ f′(x)/f(x) dx = ln|f(x)| + C. It is the direct consequence of the derivative of ln|f(x)|.

一个在许多场合出现的积分是 ∫ f′(x)/f(x) dx = ln|f(x)| + C。它是 ln|f(x)| 求导结果的直接应用。

For example, ∫ (2x)/(x²+1) dx = ln(x²+1) + C. Also, ∫ tan x dx can be written as ∫ sin x/cos x dx = −∫ (−sin x)/cos x dx = −ln|cos x| + C.

例如,∫ (2x)/(x²+1) dx = ln(x²+1) + C。同样,∫ tan x dx 可写作 ∫ sin x/cos x dx = −∫ (−sin x)/cos x dx = −ln|cos x| + C。

Recognizing this form quickly saves time. Whenever the numerator looks like the derivative of the denominator, apply this rule directly.

快速识别这种形式可以节省时间。只要分子看起来像分母的导数,就可以直接运用此规则。


9. Reduction Formulas | 递推公式

For integrals of the form Iₙ = ∫ xⁿ e^x dx, repeated integration by parts leads to a reduction formula:

对于形如 Iₙ = ∫ xⁿ e^x dx 的积分,重复使用分部积分可以导出递推公式:

Iₙ = xⁿ e^x − n Iₙ₋₁

Iₙ = xⁿ e^x − n Iₙ₋₁

Similarly, for Iₙ = ∫ sinⁿx dx, we obtain:

类似地,对于 Iₙ = ∫ sinⁿx dx,可得:

Iₙ = −(1/n) sinⁿ⁻¹x cos x + (n−1)/n Iₙ₋₂

Iₙ = −(1/n) sinⁿ⁻¹x cos x + (n−1)/n Iₙ₋₂

Reduction formulas let us compute integrals for large n without doing many steps by hand. In IB exams, you may be asked to derive or apply a simple reduction formula.

递推公式使我们可以避免大量手工步骤而直接计算较大 n 的积分。在 IB 考试中,可能会要求推导或应用简单的递推公式。


10. Choosing the Right Technique | 如何选取合适的方法

No single method works for every integral. The table below summarises common situations and the technique to try first.

没有一种方法适用于所有积分。下表总结了常见情况以及应优先尝试的技巧。

Function Type Technique Typical Example
Composite with derivative Substitution ∫ 2x e^(x²) dx
Product of polynomial and exponential/trig Integration by parts ∫ x cos x dx
Rational function Partial fractions ∫ (x+1)/(x²−4) dx
Powers of sin/cos Trig identities or reduction ∫ sin²x cos²x dx
Rational in sin/cos t = tan(x/2) ∫ dx/(2 + sin x)
Symmetric definite integral Use parity or symmetry ∫₋₁¹ x³ dx = 0

Always check whether the integrand is already a known derivative. If not, look for a substitution that simplifies the expression. When the integrand is a product, try integration by parts. For rational functions, consider partial fractions. For trigonometric rational functions, use the t-substitution.

始终先检查被积函数是否为某个已知函数的导数。如果不是,尝试寻找能简化表达式的换元。当被积函数是乘积时,尝试分部积分。对于有理函数,考虑部分分式。对于三角函数有理式,使用万能代换 t = tan(x/2)。

Practice and pattern recognition are essential. By understanding the structure of each method, you can decide quickly and accurately in the exam.

练习和模式识别至关重要。通过理解每种方法的结构,你就能在考试中快速而准确地作出判断。


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