📚 Special Ways of Integration | 积分特殊方法
Integration is more than just reversing differentiation; it is an art that requires selecting the right technique from a toolbox of special methods. In the IB Mathematics: Analysis and Approaches (AA) and Applications and Interpretation (AI) courses, students are expected to handle a variety of integrals beyond the basic anti-derivatives. This article explores the key special integration techniques, from substitution and integration by parts to trigonometric integrals, partial fractions, and more advanced tricks. Mastering these methods will equip you to tackle complex integrals systematically and confidently.
积分不仅仅是微分的逆运算,更是一门艺术,需要从特殊方法的工具箱中选择合适的技巧。在 IB 数学:分析与方法 (AA) 以及应用与解释 (AI) 课程中,学生需要掌握超越基本反导数的各种积分。本文探讨了关键的积分特殊技巧,从代换法和分部积分,到三角积分、部分分式以及更高级的技巧。掌握这些方法将使你能够系统而自信地应对复杂的积分。
1. Standard Integrals Review | 基本积分公式回顾
Before diving into special techniques, it is essential to have a solid grasp of the standard integrals. These form the building blocks that all advanced methods rely upon. Any unfamiliarity with these will slow down problem-solving significantly.
在深入学习特殊技巧之前,牢固掌握基本积分公式至关重要。这些是构成所有高级方法的基础。若对这些公式不熟悉,将严重拖慢解题速度。
∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ -1
∫ 1/x dx = ln|x| + C
∫ eˣ dx = eˣ + C
∫ sin x dx = -cos x + C, ∫ cos x dx = sin x + C
∫ sec²x dx = tan x + C, ∫ csc²x dx = -cot x + C
∫ 1/(1+x²) dx = arctan x + C, ∫ 1/√(1-x²) dx = arcsin x + C
These results are assumed knowledge. Always keep them at your fingertips, as every special technique ultimately aims to reduce a given integral to one of these forms.
这些结果是必备知识。请始终将它们铭记在心,因为每一种特殊技巧的最终目的都是将给定的积分化简为上述形式之一。
2. Integration by Substitution (Reverse Chain Rule) | 换元积分法(链式法则逆运算)
Substitution is the direct reverse of the chain rule. When an integrand contains a function and its derivative (up to a constant factor), we can set u = g(x) so that du = g'(x)dx. The integral then transforms into a simpler one in terms of u.
换元法是链式法则的直接逆运算。当被积函数包含一个函数及其导数(至多相差一个常数倍数)时,我们可以设 u = g(x),从而 du = g'(x)dx。这样积分就转化为关于 u 的更简单的形式。
For example, consider ∫ 2x cos(x²) dx. Notice that the derivative of x² is 2x, which appears in the integrand. Set u = x², giving 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。
Sometimes, the derivative is missing a constant factor. For ∫ x√(x²+1) dx, let u = x²+1, so du = 2x dx, and x dx = (1/2) du. The integral becomes (1/2)∫ √u du = (1/3)u³/² + C = (1/3)(x²+1)³/² + C.
有时,导数会差一个常数因子。对于 ∫ x√(x²+1) dx,设 u = x²+1,则 du = 2x dx,所以 x dx = (1/2) du。积分变为 (1/2)∫ √u du = (1/3)u³/² + C = (1/3)(x²+1)³/² + C。
Learning to spot the ‘inner function’ and its derivative is the key to choosing the right substitution quickly.
学会快速识别“内层函数”及其导数是高效选择换元的关键。
3. Integration by Parts | 分部积分法
Integration by parts comes from the product rule for differentiation: ∫ u dv = uv – ∫ v du. The strategy is to split the integrand into two parts: one that becomes simpler when differentiated (u), and one that is easy to integrate (dv).
分部积分法源于微分的乘法法则:∫ u dv = uv – ∫ v du。其策略是将被积函数拆分成两部分:一部分在求导后变得更简单(u),另一部分容易积分(dv)。
The classic mnemonic for choosing u is LIATE: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. Choose u in that order of priority. For instance, in ∫ x eˣ dx, x is algebraic (A) and eˣ is exponential (E), so set u = x, dv = eˣ dx. Then du = dx, v = eˣ, giving ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C.
选择 u 的经典记忆法是 LIATE:对数函数、反三角函数、代数函数、三角函数、指数函数。按此优先顺序选择 u。例如,在 ∫ x eˣ dx 中,x 是代数函数 (A),eˣ 是指数函数 (E),因此设 u = x, dv = eˣ dx。则 du = dx, v = eˣ,得到 ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C。
For definite integrals, apply the limits carefully: ∫ₐᵇ u dv = [uv]ₐᵇ – ∫ₐᵇ v du. This technique is indispensable for integrals involving products of polynomials with exponentials or trigonometric functions.
对于定积分,需小心代入上下限:∫ₐᵇ u dv = [uv]ₐᵇ – ∫ₐᵇ v du。对于多项式与指数函数或三角函数的乘积积分,此技巧不可或缺。
4. Repeated Integration by Parts and Tabular Method | 多次分部积分与表格法
When the integrand is a product of a polynomial and a repeatedly integrable function (like eˣ, sin x, cos x), we may need to apply integration by parts several times. The tabular method streamlines the process.
当被积函数是多项式与可反复积分的函数(如 eˣ、sin x、cos x)的乘积时,我们可能需要多次进行分部积分。表格法能简化这一过程。
Consider ∫ x² sin x dx. Set up a table: differentiate x² repeatedly until it becomes zero, and integrate sin x repeatedly. Then multiply along diagonals with alternating signs.
考虑 ∫ x² sin x dx。建立一个表格:对 x² 反复求导直到变为零,对 sin x 反复积分。然后沿对角线相乘并交替正负号。
| u and its derivatives | dv and its integrals | Sign |
| x² | sin x | + |
| 2x | -cos x | – |
| 2 | -sin x | + |
| 0 | cos x | – |
The result is: + x²(-cos x) – 2x(-sin x) + 2(cos x) + C = -x² cos x + 2x sin x + 2 cos x + C. The tabular method saves time and reduces errors.
结果为:+ x²(-cos x) – 2x(-sin x) + 2(cos x) + C = -x² cos x + 2x sin x + 2 cos x + C。表格法可节省时间并减少错误。
5. Integration Using Partial Fractions | 部分分式积分法
Many rational functions, where the numerator and denominator are polynomials, can be broken down into simpler fractions that are easy to integrate. This method works when the degree of the numerator is less than the degree of the denominator (if not, perform polynomial long division first).
许多有理函数(分子和分母均为多项式)可分解为更简单的分式,从而便于积分。当分子的次数小于分母的次数时可直接使用此方法(否则需先进行多项式长除法)。
The general approach is to factor the denominator completely and express the rational function as a sum of partial fractions with unknown constants. For example, for ∫ (3x+5)/(x²-1) dx, factor x²-1 = (x-1)(x+1). Write (3x+5)/((x-1)(x+1)) = A/(x-1) + B/(x+1). Solving gives A=4, B=-1. Thus the integral becomes ∫ 4/(x-1) dx – ∫ 1/(x+1) dx = 4 ln|x-1| – ln|x+1| + C.
一般方法是先对分母进行完全因式分解,然后将有理函数表示为含待定常数的部分分式之和。例如,对于 ∫ (3x+5)/(x²-1) dx,分解 x²-1 = (x-1)(x+1)。设 (3x+5)/((x-1)(x+1)) = A/(x-1) + B/(x+1)。解得 A=4, B=-1。因此积分变为 ∫ 4/(x-1) dx – ∫ 1/(x+1) dx = 4 ln|x-1| – ln|x+1| + C。
If the denominator has an irreducible quadratic factor like x²+1, the corresponding partial fraction takes the form (Ax+B)/(x²+1). This leads to integrals that often combine logarithmic and arctangent terms.
若分母含有不可约二次因式如 x²+1,对应的部分分式形式为 (Ax+B)/(x²+1)。这类积分通常结合了对数与反正切项。
6. Trigonometric Integrals: Powers of Sine and Cosine | 三角函数的积分:正弦余弦幂次
Integrals of the form ∫ sinᵐx cosⁿx dx appear frequently. The strategy depends on the parity of the exponents m and n. The key identity is sin²x + cos²x = 1.
形如 ∫ sinᵐx cosⁿx dx 的积分经常出现。其策略取决于指数 m 和 n 的奇偶性。关键恒等式是 sin²x + cos²x = 1。
Case 1: Odd power of sine (m odd). Factor out one sin x, convert the rest using sin²x = 1 – cos²x, and substitute u = cos x. For example, ∫ sin³x cos²x dx = ∫ sin x (1-cos²x) cos²x dx = ∫ (1-u²)u² (-du) = ∫ (u⁴ – u²) du = u⁵/5 – u³/3 + C = cos⁵x/5 – cos³x/3 + C.
情况1:sin 的奇次幂(m 为奇数)。提出一个 sin x,利用 sin²x = 1 – cos²x 转换余下部分,并作代换 u = cos x。例如,∫ sin³x cos²x dx = ∫ sin x (1-cos²x) cos²x dx = ∫ (1-u²)u² (-du) = ∫ (u⁴ – u²) du = u⁵/5 – u³/3 + C = cos⁵x/5 – cos³x/3 + C。
Case 2: Even powers. Use half-angle formulas: sin²x = (1 – cos 2x)/2, cos²x = (1 + cos 2x)/2. This reduces powers until the integral is manageable. For example, ∫ sin²x dx = ∫ (1 – cos 2x)/2 dx = x/2 – (sin 2x)/4 + C.
情况2:偶次幂。使用半角公式:sin²x = (1 – cos 2x)/2,cos²x = (1 + cos 2x)/2。这可以降低幂次直到积分容易处理。例如,∫ sin²x dx = ∫ (1 – cos 2x)/2 dx = x/2 – (sin 2x)/4 + C。
7. Integration by Trigonometric Substitution | 三角代换积分法
When an integrand contains expressions like √(a²-x²), √(a²+x²), or √(x²-a²), a trigonometric substitution can eliminate the square root by exploiting Pythagorean identities.
当被积函数包含如 √(a²-x²)、√(a²+x²) 或 √(x²-a²) 的表达式时,三角代换可以利用勾股恒等式消去平方根。
- For √(a²-x²), set x = a sin θ, dx = a cos θ dθ; then √(a²-x²) = a cos θ.
- 对于 √(a²-x²),设 x = a sin θ, dx = a cos θ dθ;则 √(a²-x²) = a cos θ。
- For √(a²+x²), use x = a tan θ, dx = a sec²θ dθ; √(a²+x²) = a sec θ.
- 对于 √(a²+x²),使用 x = a tan θ, dx = a sec²θ dθ;√(a²+x²) = a sec θ。
- For √(x²-a²), use x = a sec θ, dx = a sec θ tan θ dθ; √(x²-a²) = a tan θ.
- 对于 √(x²-a²),使用 x = a sec θ, dx = a sec θ tan θ dθ;√(x²-a²) = a tan θ。
Consider ∫ √(4-x²) dx. Let x = 2 sin θ, so dx = 2 cos θ dθ, and √(4-x²) = 2 cos θ. The integral becomes ∫ 2 cos θ * 2 cos θ dθ = 4 ∫ cos²θ dθ = 2 ∫ (1 + cos 2θ) dθ = 2θ + sin 2θ + C. Convert back using θ = arcsin(x/2) and sin 2θ = 2 sin θ cos θ = x√(4-x²)/2. The final answer: 2 arcsin(x/2) + (x√(4-x²))/2 + C.
考虑 ∫ √(4-x²) dx。设 x = 2 sin θ,则 dx = 2 cos θ dθ,且 √(4-x²) = 2 cos θ。积分变为 ∫ 2 cos θ * 2 cos θ dθ = 4 ∫ cos²θ dθ = 2 ∫ (1 + cos 2θ) dθ = 2θ + sin 2θ + C。代回原变量:θ = arcsin(x/2),sin 2θ = 2 sin θ cos θ = x√(4-x²)/2。最终答案为:2 arcsin(x/2) + (x√(4-x²))/2 + C。
Drawing a right triangle to relate θ to x is essential for correctly converting back all trigonometric functions.
画出直角三角形以建立 θ 与 x 的关系,对于正确回代所有三角函数至关重要。
8. Using Trigonometric Identities | 利用三角恒等式
Sometimes, integrals that look complicated can be simplified dramatically by applying trigonometric identities. Besides the Pythagorean identities, product-to-sum formulas are powerful for integrating products like sin mx cos nx.
有时,看似复杂的积分可通过应用三角恒等式极大简化。除了勾股恒等式,积化和差公式对于积分如 sin mx cos nx 的乘积也十分有效。
For example, with ∫ tan²x dx, rewrite using tan²x = sec²x – 1. Then ∫ tan²x dx = ∫ (sec²x – 1) dx = tan x – x + C. Similarly, ∫ cot²x dx = ∫ (csc²x – 1) dx = -cot x – x + C.
例如,对于 ∫ tan²x dx,利用 tan²x = sec²x – 1 改写。那么 ∫ tan²x dx = ∫ (sec²x – 1) dx = tan x – x + C。类似地,∫ cot²x dx = ∫ (csc²x – 1) dx = -cot x – x + C。
For integrands like sin 3x cos 2x, use the identity sin A cos B = (1/2)[sin(A+B) + sin(A-B)]. Thus sin 3x cos 2x = (1/2)(sin 5x + sin x), making the integral straightforward: (1/2) ∫ (sin 5x + sin x) dx = -(1/10) cos 5x – (1/2) cos x + C.
对于 sin 3x cos 2x 这类被积函数,使用恒等式 sin A cos B = (1/2)[sin(A+B) + sin(A-B)]。于是 sin 3x cos 2x = (1/2)(sin 5x + sin x),积分变得直接明了:(1/2) ∫ (sin 5x + sin x) dx = -(1/10) cos 5x – (1/2) cos x + C。
9. Integration by Completing the Square | 配方法积分
Rational functions with a quadratic denominator that cannot be factored over the reals often become integrable after completing the square. This transforms the denominator into a sum of squares, allowing an arctangent or logarithmic integral.
分母为二次式且不能分解为实系数因式的有理函数,在配方后通常可积。配方将分母转换为平方和的形式,从而可使用反正切或对数积分。
For instance, evaluate ∫ 1
Published by TutorHao | IB Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导