📚 Integration Techniques and Common Exam Question Types | 积分运算与常见题型解析
Integration is one of the core operations in calculus, and exam questions often combine algebraic manipulation, substitution, and the Fundamental Theorem of Calculus in a single problem. This article reviews the essential techniques and the most frequent question patterns you will face.
积分是微积分中的核心运算之一,考试题目往往会把代数变形、换元法和微积分基本定理结合起来考查。本文系统梳理积分运算的关键技巧和最常见的题型,帮助你备考。
1. Understanding Integration as Anti-Differentiation | 积分作为微分的逆运算
Integration asks the question: which function F(x) has derivative f(x)? If F′(x) = f(x), then we write ∫ f(x) dx = F(x) + C, where C is the constant of integration. Every differentiation rule has a corresponding integration rule.
积分的核心问题是:哪个函数 F(x) 的导数是 f(x)?若 F′(x) = f(x),则记作 ∫ f(x) dx = F(x) + C,其中 C 为积分常数。每一条微分法则都对应着一条积分法则。
For example, since d/dx (x³) = 3x², we immediately know ∫ 3x² dx = x³ + C. This reverse thinking is the foundation of all integration techniques.
例如,因为 d/dx (x³) = 3x²,所以我们立刻知道 ∫ 3x² dx = x³ + C。这种逆向思维是整个积分运算的基础。
A common exam point is to check whether a proposed antiderivative is correct by differentiating it. If the derivative equals the integrand, the answer is valid apart from the constant.
常见的考点是:对给出的原函数求导,若导数等于被积函数,则答案正确(常数项除外)。这一方法经常被用来快速检验答案。
2. The Power Rule and Linear Combinations | 幂函数法则与线性组合
The power rule for integration states that for any real constant n ≠ −1,
幂函数积分法则指出:对于任意实数常数 n ≠ −1,
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C
When n = −1, the rule changes to ∫ x⁻¹ dx = ln|x| + C, because the derivative of ln|x| is 1/x for all x ≠ 0.
当 n = −1 时,法则变为 ∫ x⁻¹ dx = ln|x| + C,因为 ln|x| 的导数对所有 x ≠ 0 都等于 1/x。
Integration is linear: ∫ [a f(x) + b g(x)] dx = a∫ f(x) dx + b∫ g(x) dx. This means you can integrate term by term.
积分具有线性性质:∫ [a f(x) + b g(x)] dx = a∫ f(x) dx + b∫ g(x) dx。因此你可以逐项积分。
Example: ∫ (3x² − 2x + 1) dx = x³ − x² + x + C. Many exam questions require expanding brackets before integrating, such as ∫ (x + 1)² dx = ∫ (x² + 2x + 1) dx = x³/3 + x² + x + C.
例:∫ (3x² − 2x + 1) dx = x³ − x² + x + C。许多考题要求先展开括号再积分,例如 ∫ (x + 1)² dx = ∫ (x² + 2x + 1) dx = x³/3 + x² + x + C。
| f(x) | ∫ f(x) dx |
| xⁿ (n ≠ −1) | xⁿ⁺¹/(n+1) + C |
| 1/x | ln|x| + C |
| e^(kx) | (1/k)e^(kx) + C |
| cos x | sin x + C |
| sin x | −cos x + C |
3. Integrating Exponential and Trigonometric Functions | 指数函数与三角函数的积分
For exponential functions, the key formula is ∫ eᵏˣ dx = (1/k)eᵏˣ + C. This works because the derivative of eᵏˣ is k eᵏˣ, so we divide by the constant k.
对于指数函数,关键公式是 ∫ eᵏˣ dx = (1/k)eᵏˣ + C。这是因为 eᵏˣ 的导数为 k eᵏˣ,所以需要除以常数 k。
For trigonometric functions, remember the basic antiderivatives: ∫ cos x dx = sin x + C, ∫ sin x dx = −cos x + C, ∫ sec²x dx = tan x + C.
对于三角函数,牢记基本原函数:∫ cos x dx = sin x + C,∫ sin x dx = −cos x + C,∫ sec²x dx = tan x + C。
Many exam questions require a linear substitution: ∫ e^(3x) dx = (1/3)e^(3x) + C, and ∫ cos(2x) dx = (1/2)sin(2x) + C. The pattern is always “divide by the coefficient of x”.
许多考题要求线性换元:∫ e^(3x) dx = (1/3)e^(3x) + C,∫ cos(2x) dx = (1/2)sin(2x) + C。规律总是“除以 x 的系数”。
4. Integration by Substitution | 换元积分法
Substitution is the reverse of the chain rule. If the integrand contains a composite function g(x), set u = g(x) and replace g′(x) dx with du.
换元法是链式法则的逆运算。若被积函数含有复合函数 g(x),令 u = g(x),并将 g′(x) dx 替换为 du。
Example: ∫ 2x e^(x²) dx. Let u = x², so du = 2x dx. The integral becomes ∫ eᵘ du = eᵘ + C = e^(x²) + C.
例:∫ 2x e^(x²) dx。令 u = x²,则 du = 2x dx。原积分变为 ∫ eᵘ du = eᵘ + C = e^(x²) + C。
For rational expressions, the same idea applies. For instance, ∫ (2x)/(x² + 1) dx. Let u = x² + 1, du = 2x dx, giving ∫ du/u = ln|u| + C = ln(x² + 1) + C.
对于分式表达式,方法相同。例如 ∫ (2x)/(x² + 1) dx。令 u = x² + 1,则 du = 2x dx,得到 ∫ du/u = ln|u| + C = ln(x² + 1) + C。
When evaluating definite integrals by substitution, you must either change the limits to u-values or convert back to x before substituting the original limits. A common error is mixing old and new limits.
用换元法求定积分时,必须把上下限换成 u 值,或者先换回 x 再代原上下限。常见错误是混用新旧上下限。
5. Integration by Parts | 分部积分法
Integration by parts is derived from the product rule. For functions u(x) and v(x),
分部积分法由乘积法则推导而来。对于函数 u(x) 和 v(x),
∫ u dv = uv − ∫ v du
The key is choosing u so that du is simpler than u. The mnemonic LIATE ranks choices: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential. Choose u as the first type that appears in the integrand.
关键是选择 u,使 du 比 u 更简单。口诀 LIATE 给出优先级:对数函数、反三角函数、代数函数、三角函数、指数函数。选择被积函数中先出现的类型作为 u。
Example: ∫ x eˣ dx. Let u = x, dv = eˣ dx, so du = dx, v = eˣ. Then the integral equals x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C.
例:∫ x eˣ dx。令 u = x,dv = eˣ dx,则 du = dx,v = eˣ。于是原积分等于 x eˣ − ∫ eˣ dx = x eˣ − eˣ + C = eˣ(x − 1) + C。
Sometimes integration by parts must be applied twice, for example with ∫ x² eˣ dx. After two applications, you obtain a polynomial times eˣ plus a constant.
有时分部积分需要应用两次,例如 ∫ x² eˣ dx。经过两次分部后,得到多项式乘以 eˣ 再加上常数。
6. Definite Integrals and the Fundamental Theorem | 定积分与微积分基本定理
The Fundamental Theorem of Calculus connects differentiation and integration: if F is any antiderivative of f, then
微积分基本定理将微分与积分联系起来:若 F 是 f 的任意一个原函数,则
∫ₐᵇ f(x) dx = F(b) − F(a)
Evaluating a definite integral does not require the constant C, because it cancels in the subtraction. However, you must still write the antiderivative before substituting the limits.
计算定积分不需要常数 C,因为它在相减时抵消。但你仍需先写出原函数,再代入上下限。
Example: ∫₀¹ x² dx = [x³/3]₀¹ = 1/3 − 0 = 1/3. Another useful result is that ∫ₐᵇ f(x) dx = −∫ₐᵇ f(x) dx when the limits are reversed.
例:∫₀¹ x² dx = [x³/3]₀¹ = 1/3 − 0 = 1/3。另一个有用结论是:交换上下限后 ∫ₐᵇ f(x) dx = −∫ₐᵇ f(x) dx。
The Fundamental Theorem also gives the derivative of an integral: if g(x) = ∫ₐˣ f(t) dt, then g′(x) = f(x). This type of question appears frequently in AP and A-Level exams.
微积分基本定理还给出积分的导数:若 g(x) = ∫ₐˣ f(t) dt,则 g′(x) = f(x)。这类题目在 AP 和 A-Level 考试中经常出现。
7. Area Under a Curve and Between Curves | 曲线下面积与曲线间面积
For a continuous function f(x) ≥ 0 on [a, b], the area under the curve is A = ∫ₐᵇ f(x) dx. If f(x) takes negative values, the integral gives signed area, so you must split the interval where the sign changes.
对于 [a, b] 上连续且 f(x) ≥ 0 的函数,曲线下面积为 A = ∫ₐᵇ f(x) dx。若 f(x) 取负值,定积分给出的是有向面积,因此需要在符号改变处分段计算。
For the area between two curves y = f(x) and y = g(x), the formula is A = ∫ₐᵇ |f(x) − g(x)| dx. Usually you subtract the lower curve from the upper curve.
两条曲线 y = f(x) 与 y = g(x) 之间的面积为 A = ∫ₐᵇ |f(x) − g(x)| dx。通常用上曲线减去下曲线。
Example: find the area bounded by y = x and y = x². They intersect at x = 0 and x = 1. On [0, 1], x ≥ x², so A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = 1/2 − 1/3 = 1/6.
例:求 y = x 与 y = x² 围成的面积。两曲线在 x = 0 和 x = 1 相交。在 [0, 1] 上,x ≥ x²,所以 A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = 1/2 − 1/3 = 1/6。
If the curves cross inside the interval, you must find the intersection point and compute two integrals. Neglecting this splitting step is a common exam error.
若曲线在区间内部相交,必须求出交点并分别计算两段积分。忽视分段是考试中的常见错误。
8. Differential Equations with Initial Conditions | 带初值条件的微分方程
Many exam questions give a derivative dy/dx = f(x) and a point (x₀, y₀). The general solution is y = ∫ f(x) dx = F(x) + C, and the initial condition determines C.
许多考题给出导数 dy/dx = f(x) 和一个点 (x₀, y₀)。通解为 y = ∫ f(x) dx = F(x) + C,初值条件用于确定 C。
Example: solve dy/dx = 3x² with y(1) = 5. First y = x³ + C. Substituting x = 1, y = 5 gives 5 = 1 + C, so C = 4. The particular solution is y = x³ + 4.
例:解 dy/dx = 3x²,且 y(1) = 5。首先 y = x³ + C。代入 x = 1,y = 5,得 5 = 1 + C,所以 C = 4。特解为 y = x³ + 4。
For separable equations of the form dy/dx = f(x)g(y), separate variables to get ∫ 1/g(y) dy = ∫ f(x) dx. This pattern appears in growth and decay problems.
对于形如 dy/dx = f(x)g(y) 的可分离变量方程,分离变量得 ∫ 1/g(y) dy = ∫ f(x) dx。这一模式常见于增长与衰变问题。
9. Rational Functions and Partial Fractions | 有理函数与部分分式
When integrating rational functions, algebraic manipulation is often needed first. If the degree of the numerator is less than the degree of the denominator, partial fractions may apply.
积分有理函数时,往往需要先进行代数变形。若分子次数低于分母次数,可考虑使用部分分式。
Example: ∫ 1/(x² − 1) dx. Factor the denominator: x² − 1 = (x − 1)(x + 1). Write 1/(x² − 1) = A/(x − 1) + B/(x + 1). Solving gives A = 1/2, B = −1/2.
例:∫ 1/(x² − 1) dx。分解分母:x² − 1 = (x − 1)(x + 1)。设 1/(x² − 1) = A/(x − 1) + B/(x + 1)。解得 A = 1/2,B = −1/2。
Then the integral becomes 1/2 ln|x − 1| − 1/2 ln|x + 1| + C = 1/2 ln|(x − 1)/(x + 1)| + C.
于是积分变为 1/2 ln|x − 1| − 1/2 ln|x + 1| + C = 1/2 ln|(x − 1)/(x + 1)| + C。
Remember to include the absolute value inside logarithms when integrating expressions like 1/x. Many students lose marks by omitting the absolute value sign.
记住:积分 1/x 这类表达式时,对数内要加绝对值。许多学生因漏掉绝对值而失分。
10. Common Exam Pitfalls and Scoring Tips | 常见失分点与得分技巧
The most frequent mistakes in integration questions include forgetting the constant of integration, misapplying substitution limits, dropping minus signs, and confusing derivatives with antiderivatives.
积分题最常见的错误包括:忘记积分常数、换元时弄错上下限、漏掉负号、混淆导数与原函数。
| 常见错误 | 正确做法 |
| ∫ x⁻¹ dx = ln x + C | ∫ x⁻¹ dx = ln|x| + C |
| ∫ₐᵇ (f + g) dx = ∫ₐᵇ f dx × ∫ₐᵇ g dx | ∫ₐᵇ (f + g) dx = ∫ₐᵇ f dx + ∫ₐᵇ g dx |
| ∫₀ᵃ f(x) dx = F(a) | ∫₀ᵃ f(x) dx = F(a) − F(0) |
To maximise marks, always show substitution steps explicitly, write the antiderivative in square brackets before inserting limits, and verify your result by differentiation. For definite integrals, check the sign by sketching the graph if possible.
为了拿满分,应明确写出换元步骤,先写出原函数放在方括号内再代入上下限,并通过求导验证结果。对于定积分,若可能,画图检查符号是否合理。
Finally, practice past paper questions that combine multiple techniques. The best strategy is to classify each question by its form: polynomial, exponential, trigonometric, rational, or composite, then apply the corresponding method.
最后,多练习综合多种技巧的真题。最佳策略是根据形式对题目分类:多项式、指数型、三角型、有理型或复合型,然后选用相应方法。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply