Miscellaneous Integration | 杂项积分

📚 Miscellaneous Integration | 杂项积分

Integration is a cornerstone of IB Mathematics, requiring a blend of technique, recognition, and creativity. Beyond the standard rules, miscellaneous integration problems test your ability to select and combine methods such as substitution, integration by parts, trigonometric identities, partial fractions, and algebraic manipulation. This article provides a structured review of essential integration strategies, illustrated with worked examples, to help you tackle even the most challenging indefinite and definite integrals.

积分是IB数学的核心内容,需要技巧、识别力和创造性。除了标准公式外,杂项积分题考查你选择和组合各种方法的能力,包括换元法、分部积分、三角恒等式、部分分式和代数变形。本文系统回顾重要的积分策略,并给出解题示例,帮助你应对最具挑战性的不定积分和定积分。


1. Review of Basic Integration Rules | 基础积分规则回顾

Before exploring advanced techniques, it is vital to recall the fundamental integration formulas. These include the power rule ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1), ∫ (1/x) dx = ln|x| + C, ∫ eˣ dx = eˣ + C, ∫ aˣ dx = aˣ/ln a + C, and the trigonometric integrals ∫ sin x dx = -cos x + C, ∫ cos x dx = sin x + C, ∫ sec² x dx = tan x + C, ∫ csc² x dx = -cot x + C, ∫ sec x tan x dx = sec x + C, and ∫ csc x cot x dx = -csc x + C. Remember the linearity property: ∫ [af(x) + bg(x)] dx = a∫ f(x) dx + b∫ g(x) dx, which allows term-by-term integration.

在深入高级技巧之前,务必牢记基本积分公式。包括幂法则 ∫ xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ -1),∫ (1/x) dx = ln|x| + C,∫ eˣ dx = eˣ + C,∫ aˣ dx = aˣ/ln a + 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,∫ sec x tan x dx = sec x + C,∫ csc x cot x dx = -csc x + C。记住线性性质:∫ [af(x) + bg(x)] dx = a∫ f(x) dx + b∫ g(x) dx,允许逐项积分。

Equally important are the inverse trigonometric integral formulas that frequently emerge after completing the square or performing trigonometric substitution: ∫ 1/(a² + x²) dx = (1/a) arctan(x/a) + C, ∫ 1/√(a² – x²) dx = arcsin(x/a) + C (for a > 0 and appropriate domain), and ∫ 1/(x√(x² – a²)) dx = (1/a) arcsec(|x|/a) + C. These are often tested in IB examination questions involving definite and indefinite integrals.

同样重要的是反三角函数积分公式,它们常在配方法或三角换元后出现:∫ 1/(a² + x²) dx = (1/a) arctan(x/a) + C,∫ 1/√(a² – x²) dx = arcsin(x/a) + C (a > 0 且定义域适当),以及 ∫ 1/(x√(x² – a²)) dx = (1/a) arcsec(|x|/a) + C。这些公式经常出现在涉及定积分和不定积分的IB考题中。


2. Integration by Substitution (u-substitution) | 换元积分法

Substitution is the reverse of the chain rule. If the integrand can be expressed as f(g(x)) g'(x), set u = g(x), so du = g'(x) dx, and the integral transforms to ∫ f(u) du. The success of this method hinges on recognizing an ‘inner function’ whose derivative (up to a constant factor) appears explicitly in the integrand. For definite integrals, always update the limits: if x ranges from a to b, then u ranges from g(a) to g(b).

换元法是链式法则的逆运算。如果被积函数可写为 f(g(x)) g'(x),设 u = g(x),则 du = g'(x) dx,积分变为 ∫ f(u) du。该方法成功的关键在于识别出一个“内层函数”,其导数(可能相差一个常数因子)明确出现在被积函数中。对于定积分,一定要更新积分限:如果 x 从 a 到 b,那么 u 就从 g(a) 到 g(b)。

Example 1: Evaluate ∫ 2x √(x²+1) dx. Let u = x²+1, so du = 2x dx. The integral becomes ∫ √u du = (2/3)u^(3/2) + C = (2/3)(x²+1)^(3/2) + C. If the integral were definite, say ∫₀¹ 2x √(x²+1) dx, the limits change to u(0)=1 and u(1)=2, giving (2/3)(2^(3/2) – 1).

例1:求 ∫ 2x √(x²+1) dx。设 u = x²+1,则 du = 2x dx。积分变为 ∫ √u du = (2/3)u^(3/2) + C = (2/3)(x²+1)^(3/2) + C。如果积分有上下限,例如 ∫₀¹ 2x √(x²+1) dx,积分限变为 u(0)=1 和 u(1)=2,结果为 (2/3)(2^(3/2) – 1)。

Example 2: For ∫ tan x dx, write as ∫ (sin x)/(cos x) dx. Choose u = cos x, then du = -sin x dx, so ∫ tan x dx = -∫ (1/u) du = -ln|cos x| + C = ln|sec x| + C. Recognising when to use a trigonometric substitution like this is a key skill.

例2:求 ∫ tan x dx,写成 ∫ (sin x)/(cos x) dx。选 u = cos x,则 du = -sin x dx,因此 ∫ tan x dx = -∫ (1/u) du = -ln|cos x| + C = ln|sec x| + C。识别何时使用此类三角换元是一项关键技能。


3. Integration by Parts | 分部积分法

Based on the product rule for differentiation, integration by parts states ∫ u dv = uv – ∫ v du. The art lies in choosing u and dv. Generally, u should be a function that becomes simpler when differentiated, while dv is something that can be integrated easily. The LIATE mnemonic (Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential) suggests a typical order of preference for u. For definite integrals, apply the formula with limits: ∫ₐᵇ u dv = [uv]ₐᵇ – ∫ₐᵇ v du.

分部积分法基于微分的乘法法则,公式为 ∫ u dv = uv – ∫ v du。艺术在于选择 u 和 dv。通常,u 应选求导后简化的函数,而 dv 是易于积分的内容。助记符 LIATE(对数、反三角、代数、三角、指数)给出了选择 u 的典型优先顺序。对于定积分,应用带限的公式:∫ₐᵇ u dv = [uv]ₐᵇ – ∫ₐᵇ v du。

Illustration: Evaluate ∫ x eˣ dx. Let u = x (algebraic), dv = eˣ dx, so du = dx and v = eˣ. Then ∫ x eˣ dx = x eˣ – ∫ eˣ dx = x eˣ – eˣ + C. A more challenging case is the cyclic integral: for ∫ eˣ cos x dx, set I = ∫ eˣ cos x dx. Let u = eˣ, dv = cos x dx, giving I = eˣ sin x – ∫ eˣ sin x dx. Then apply parts again to ∫ eˣ sin x dx with u = eˣ, dv = sin x dx, obtaining ∫ eˣ sin

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

Find IB Maths Textbooks on eBay UK

New, used and second-hand copies of textbooks and revision guides are often much cheaper than retail — check current listings and prices before you buy.

Browse on eBay UK →

更多咨询请联系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