A-Level数学 积分技巧 定积分与不定积分
1. 导言 Introduction to Integration
Integration is one of the two fundamental operations in calculus, alongside differentiation. While differentiation finds the instantaneous rate of change of a function, integration reverses this process : it accumulates quantities, computes areas under curves, and solves differential equations. For A-Level Mathematics students, mastering integration is essential not only for the pure mathematics papers but also for mechanics, where velocity-time and force-distance relationships depend on integration.
积分是微积分中与微分并列的两大核心运算之一。微分求的是函数的瞬时变化率,而积分则是这一过程的逆运算:它累积数量,计算曲线下方面积,并求解微分方程。对于A-Level数学学生来说,掌握积分不仅对纯数卷至关重要,对力学部分同样不可或缺,因为速度-时间和力-距离的关系都依赖于积分。
The A-Level syllabus covers three main integration techniques: basic integration using standard results, integration by substitution, and integration by parts. Students are also expected to apply integration to find areas between curves and to solve simple differential equations. This article provides a comprehensive guide to integration at A-Level, with worked examples and common pitfalls to avoid.
A-Level大纲涵盖三大积分技巧:使用标准结果的基本积分、换元积分法和分部积分法。学生还需要会应用积分求曲线间面积并解简单微分方程。本文提供A-Level积分的全面指南,包括例题和需避免的常见陷阱。
2. 不定积分 Indefinite Integration
An indefinite integral of a function f(x) is a family of functions F(x) + C whose derivative is f(x). The constant of integration C is essential : without it, you lose an infinite family of antiderivatives. The notation is ∫ f(x) dx = F(x) + C.
函数 f(x) 的不定积分是一个函数族 F(x) + C,其导数为 f(x)。积分常数 C 至关重要:没有它,你会丢失无穷多个原函数。记法为 ∫ f(x) dx = F(x) + C。
The most fundamental result you must memorise is the power rule for integration: ∫ x^n dx = [x^(n+1)] / (n+1) + C, provided n ≠ -1. This is simply the reverse of the differentiation power rule d/dx [x^n] = n x^(n-1). When n = -1, the integral is the natural logarithm: ∫ (1/x) dx = ln|x| + C.
你必须记住的最基本结果是积分的幂法则:∫ x^n dx = [x^(n+1)] / (n+1) + C,前提是 n ≠ -1。这不过是微分幂法则 d/dx [x^n] = n x^(n-1) 的逆运算。当 n = -1 时,积分为自然对数:∫ (1/x) dx = ln|x| + C。
Other standard integrals you should know include ∫ e^x dx = e^x + C, ∫ sin x dx = -cos x + C, ∫ cos x dx = sin x + C, ∫ sec^2 x dx = tan x + C, and ∫ 1/(1+x^2) dx = arctan x + C. These results are provided in the A-Level formula booklet, but fluency with them saves valuable time in exams.
你应掌握的其他标准积分包括 ∫ e^x dx = e^x + C,∫ sin x dx = -cos x + C,∫ cos x dx = sin x + C,∫ sec^2 x dx = tan x + C,以及 ∫ 1/(1+x^2) dx = arctan x + C。这些结果在A-Level公式手册中提供,但熟练掌握它们能为考试节省宝贵时间。
When integrating sums or multiples, use the linearity property: ∫ [a·f(x) + b·g(x)] dx = a∫ f(x) dx + b∫ g(x) dx. Constants factor out, and terms can be integrated separately : a crucial property that simplifies most A-Level integrals.
积分和或倍数时,利用线性性质:∫ [a·f(x) + b·g(x)] dx = a∫ f(x) dx + b∫ g(x) dx。常数可以提出,各项可以分别积分:这一关键性质能简化大多数A-Level积分。
Worked example: Find ∫ (3x^4 – 2x^2 + 5x – 7) dx. Using the power rule term by term: ∫ 3x^4 dx = 3x^5/5, ∫ -2x^2 dx = -2x^3/3, ∫ 5x dx = 5x^2/2, ∫ -7 dx = -7x. Combining with one constant of integration: Answer = (3/5)x^5 – (2/3)x^3 + (5/2)x^2 – 7x + C.
例题:求 ∫ (3x^4 – 2x^2 + 5x – 7) dx。逐项使用幂法则:∫ 3x^4 dx = 3x^5/5,∫ -2x^2 dx = -2x^3/3,∫ 5x dx = 5x^2/2,∫ -7 dx = -7x。合并为一个积分常数:答案 = (3/5)x^5 – (2/3)x^3 + (5/2)x^2 – 7x + C。
3. 定积分 Definite Integration
A definite integral ∫[a to b] f(x) dx computes the signed area between the curve y = f(x) and the x-axis from x = a to x = b. The Fundamental Theorem of Calculus links definite and indefinite integrals: ∫[a to b] f(x) dx = F(b) – F(a), where F is any antiderivative of f. This is often written as [F(x)] evaluated from a to b.
定积分 ∫[a to b] f(x) dx 计算曲线 y = f(x) 与 x 轴之间从 x = a 到 x = b 的带符号面积。微积分基本定理将定积分与不定积分联系起来:∫[a to b] f(x) dx = F(b) – F(a),其中 F 是 f 的任意原函数。常写作 [F(x)] 从 a 到 b 的求值。
One subtlety that many students overlook is that the constant of integration C cancels out in definite integration: F(b) + C – [F(a) + C] = F(b) – F(a). This is why we can use any antiderivative when evaluating definite integrals : a convenient simplification.
许多学生会忽略的一个微妙之处是积分常数 C 在定积分中会抵消:F(b) + C – [F(a) + C] = F(b) – F(a)。这就是为什么我们在计算定积分时可以使用任意原函数:一个方便的简化。
When the curve dips below the x-axis, the definite integral gives a negative value for that region. To find the total area (rather than signed area), you must split the integral at the x-intercepts and take absolute values. Many A-Level exam questions test this distinction explicitly.
当曲线位于 x 轴下方时,定积分在该区域给出负值。要计算总面积(而非带符号面积),你必须在 x 轴截点处拆分积分并取绝对值。许多A-Level考题明确测试这一区分。
Worked example: Evaluate ∫[1 to 4] (2x + 3) dx. First, integrate: F(x) = x^2 + 3x. Then substitute limits: F(4) = 16 + 12 = 28, F(1) = 1 + 3 = 4. Answer = 28 – 4 = 24. This represents the area of a trapezium from x = 1 to x = 4 under the line y = 2x + 3.
例题:计算 ∫[1 to 4] (2x + 3) dx。首先积分:F(x) = x^2 + 3x。然后代入上下限:F(4) = 16 + 12 = 28,F(1) = 1 + 3 = 4。答案 = 28 – 4 = 24。这表示从 x = 1 到 x = 4 在直线 y = 2x + 3 下方的梯形面积。
4. 换元积分法 Integration by Substitution
Integration by substitution is the reverse of the chain rule and is the most versatile integration technique at A-Level. The idea is to replace a complicated expression with a simpler variable u = g(x), then convert the entire integral : including the dx : into terms of u. The crucial formula is ∫ f(g(x))·g'(x) dx = ∫ f(u) du.
换元积分法是链式法则的逆运算,是A-Level中最灵活的积分技巧。其思路是将复杂表达式替换为一个更简单的变量 u = g(x),然后将整个积分:包括 dx:转换为关于 u 的形式。关键公式为 ∫ f(g(x))·g'(x) dx = ∫ f(u) du。
For definite integrals, you have two options: either convert the limits along with the substitution (preferred for complex bounds) or substitute back to x at the end and use the original limits. The first method is usually more efficient : change the limits when you change the variable.
对于定积分,你有两种选择:在换元时同时转换积分限(对复杂上下限更推荐),或者在最后代回 x 并使用原始积分限。第一种方法通常更高效:改变变量时就改变积分限。
Worked example (indefinite): Find ∫ 2x·cos(x^2) dx. Let u = x^2, so du/dx = 2x, hence du = 2x dx. The integral becomes ∫ cos(u) du = sin(u) + C = sin(x^2) + C. Check by differentiating: d/dx [sin(x^2)] = 2x·cos(x^2) by the chain rule.
例题(不定积分):求 ∫ 2x·cos(x^2) dx。令 u = x^2,则 du/dx = 2x,因此 du = 2x dx。积分变为 ∫ cos(u) du = sin(u) + C = sin(x^2) + C。通过求导验证:由链式法则 d/dx [sin(x^2)] = 2x·cos(x^2)。
Worked example (definite): Evaluate ∫[0 to 1] x·(x^2 + 1)^3 dx. Let u = x^2 + 1, so du = 2x dx, giving (1/2)du = x dx. Change limits: when x = 0, u = 1; when x = 1, u = 2. The integral becomes (1/2)∫[1 to 2] u^3 du = (1/2)·[u^4/4] from 1 to 2 = (1/8)(16 – 1) = 15/8.
例题(定积分):计算 ∫[0 to 1] x·(x^2 + 1)^3 dx。令 u = x^2 + 1,则 du = 2x dx,得 (1/2)du = x dx。改变积分限:当 x = 0 时,u = 1;当 x = 1 时,u = 2。积分变为 (1/2)∫[1 to 2] u^3 du = (1/2)·[u^4/4] 从 1 到 2 = (1/8)(16 – 1) = 15/8。
Choosing the right substitution is a skill developed through practice. Look for an expression whose derivative also appears in the integrand. Common substitutions include u = ax + b for linear transformations, u = x^2 for integrals containing x·f(x^2), and trigonometric substitutions like u = sin x when cos x appears alongside.
选择合适的换元是一个通过练习培养的技能。寻找其导数也出现在被积函数中的表达式。常见换元包括线性变换的 u = ax + b,含 x·f(x^2) 的积分的 u = x^2,以及当 cos x 同时出现时的三角换元如 u = sin x。
5. 分部积分法 Integration by Parts
Integration by parts is derived from the product rule for differentiation and is used when the integrand is a product of two functions where one simplifies upon differentiation. The formula is ∫ u·(dv/dx) dx = uv – ∫ v·(du/dx) dx, or more memorably in its compact form: ∫ u dv = uv – ∫ v du.
分部积分法由微分的乘积法则推导而来,用于被积函数是两个函数的乘积且其中一个微分后简化的情形。公式为 ∫ u·(dv/dx) dx = uv – ∫ v·(du/dx) dx,或其更易记的紧凑形式:∫ u dv = uv – ∫ v du。
The art lies in choosing which factor to call u and which to call dv/dx. The LIATE rule provides guidance: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, Exponential : choose u from the earlier category. For A-Level, the most common cases are polynomials multiplied by exponentials or trigonometric functions, where the polynomial is chosen as u.
技巧在于选择哪个因子为 u,哪个为 dv/dx。LIATE 规则提供指导:对数、反三角、代数、三角、指数:从较前类别中选 u。对于A-Level,最常见情形是多项式乘以指数或三角函数,此时选择多项式为 u。
Worked example: Find ∫ x·e^x dx. Let u = x, so du/dx = 1; let dv/dx = e^x, so v = e^x. Then ∫ x·e^x dx = x·e^x – ∫ e^x·1 dx = x·e^x – e^x + C = e^x (x – 1) + C. Check by differentiating: d/dx [e^x (x – 1)] = e^x (x – 1) + e^x·1 = x·e^x.
例题:求 ∫ x·e^x dx。令 u = x,则 du/dx = 1;令 dv/dx = e^x,则 v = e^x。则 ∫ x·e^x dx = x·e^x – ∫ e^x·1 dx = x·e^x – e^x + C = e^x (x – 1) + C。通过求导验证:d/dx [e^x (x – 1)] = e^x (x – 1) + e^x·1 = x·e^x。
Worked example: Find ∫ ln x dx. This appears to be a single function, but we can write it as ∫ 1·ln x dx. Let u = ln x, so du/dx = 1/x; let dv/dx = 1, so v = x. Then ∫ ln x dx = x·ln x – ∫ x·(1/x) dx = x·ln x – ∫ 1 dx = x·ln x – x + C. This classic result is well worth memorising.
例题:求 ∫ ln x dx。这看似单一函数,但我们可以写作 ∫ 1·ln x dx。令 u = ln x,则 du/dx = 1/x;令 dv/dx = 1,则 v = x。则 ∫ ln x dx = x·ln x – ∫ x·(1/x) dx = x·ln x – ∫ 1 dx = x·ln x – x + C。这个经典结果非常值得记住。
Sometimes you need to apply integration by parts twice. This occurs when the second integral resembles the first, such as with ∫ e^x sin x dx or ∫ x^2 e^x dx. After two applications, the original integral reappears on the right-hand side, allowing you to solve for it algebraically.
有时你需要应用两次分部积分。这发生在第二个积分类似于第一个积分的情况下,例如 ∫ e^x sin x dx 或 ∫ x^2 e^x dx。两次应用后,原积分在等式右侧重新出现,使你可以通过代数方式求解。
6. 积分的应用 Applications of Integration
At A-Level, the primary application of integration is finding areas. The area between a curve y = f(x) and the x-axis from x = a to x = b is given by ∫[a to b] |f(x)| dx, where the absolute value ensures all contributions are positive. For areas between two curves y = f(x) and y = g(x), the area is ∫[a to b] |f(x) – g(x)| dx, where a and b are the intersection points.
在A-Level中,积分的主要应用是求面积。曲线 y = f(x) 与 x 轴之间从 x = a 到 x = b 的面积为 ∫[a to b] |f(x)| dx,绝对值确保所有贡献为正。对于两条曲线 y = f(x) 和 y = g(x) 之间的面积,面积为 ∫[a to b] |f(x) – g(x)| dx,其中 a 和 b 为交点。
Integration also appears in kinematics. Given acceleration a(t), velocity is v(t) = ∫ a(t) dt. Given velocity v(t), displacement is s(t) = ∫ v(t) dt. The total distance travelled (as opposed to net displacement) requires integrating |v(t)|, splitting the interval where velocity changes sign.
积分也出现在运动学中。给定加速度 a(t),速度为 v(t) = ∫ a(t) dt。给定速度 v(t),位移为 s(t) = ∫ v(t) dt。总路程(而非净位移)需要对 |v(t)| 积分,在速度变号处拆分区间。
Differential equations form another important application. A first-order separable differential equation dy/dx = f(x)·g(y) can be rearranged to ∫ (1/g(y)) dy = ∫ f(x) dx. Solving yields a general solution with one arbitrary constant, and an initial condition gives the particular solution.
微分方程构成另一个重要应用。一阶可分离微分方程 dy/dx = f(x)·g(y) 可重排为 ∫ (1/g(y)) dy = ∫ f(x) dx。求解得到含一个任意常数的通解,初始条件给出特解。
Worked example: The rate of growth of a bacterial population is proportional to its size P. Initially P = 1000, and after 2 hours P = 4000. Find P after 5 hours. We have dP/dt = kP, so ∫ (1/P) dP = ∫ k dt, giving ln|P| = kt + C, so P = A·e^(kt). Using P(0) = 1000 gives A = 1000. Using P(2) = 4000 gives 4000 = 1000·e^(2k), so e^(2k) = 4, k = ln 2. Then P(5) = 1000·e^(5 ln 2) = 1000·2^5 = 32000.
例题:细菌种群的增长速率与其大小 P 成正比。初始 P = 1000,2 小时后 P = 4000。求 5 小时后的 P。我们有 dP/dt = kP,因此 ∫ (1/P) dP = ∫ k dt,得 ln|P| = kt + C,所以 P = A·e^(kt)。代入 P(0) = 1000 得 A = 1000。代入 P(2) = 4000 得 4000 = 1000·e^(2k),所以 e^(2k) = 4,k = ln 2。则 P(5) = 1000·e^(5 ln 2) = 1000·2^5 = 32000。
7. 常见错误 Common Mistakes
Mistake 1 : Forgetting the constant of integration: Every indefinite integral must end with + C. Losing this constant costs marks even if the rest of the working is correct. Treat + C as a mandatory closing punctuation for indefinite integrals.
错误一:遗忘积分常数:每个不定积分必须以 + C 结尾。遗失这一常数即使其余步骤正确也会丢失分数。将 + C 视为不定积分必加的结束标点。
Mistake 2 : Misapplying the power rule at n = -1: Students often write ∫ (1/x) dx = x^0 / 0 + C, which is undefined. The correct result is ln|x| + C. This is the single most common integration error in A-Level exams.
错误二:在 n = -1 时误用幂法则:学生常写作 ∫ (1/x) dx = x^0 / 0 + C,这是未定义的。正确结果为 ln|x| + C。这是A-Level考试中最常见的积分错误。
Mistake 3 : Confusing signed area with total area: When a curve crosses the x-axis, a single definite integral gives net signed area. To find total enclosed area, you must split the integral at each root and sum absolute values. Exam questions often ask for “the area” meaning total area, not signed area.
错误三:混淆带符号面积与总面积:当曲线穿过 x 轴时,单个定积分给出净带符号面积。要求总封闭面积,必须在每个根处拆分积分并对绝对值求和。考题常问”面积”,意指总面积而非带符号面积。
Mistake 4 : Forgetting to change limits in definite substitution: When using u-substitution on a definite integral and changing the variable, you must also convert the limits. Leaving x-limits in a u-integral produces a meaningless expression : the limits must match the variable.
错误四:定积分换元时忘记改变积分限:在定积分中使用 u-换元并改变变量时,必须同时转换积分限。将 x-积分限留在 u-积分中产生无意义的表达式:积分限必须与变量匹配。
Mistake 5 : Choosing the wrong u in integration by parts: If you pick the wrong function as u, the resulting integral ∫ v du may be more complicated than the original. Always consider both options and choose the one where du/dx is simpler than u.
错误五:分部积分中选错 u:如果选错 u,得到的积分 ∫ v du 可能比原积分更复杂。始终考虑两种选择,并选 du/dx 比 u 更简单的那一种。
8. 考试技巧 Exam Tips
Tip 1 : Always differentiate your answer to check: For indefinite integrals, differentiate your result mentally or on scratch paper. If the derivative recovers the original integrand, your integration is correct. This check takes seconds and catches most errors.
技巧一:始终对答案求导来检验:对不定积分,在脑海中或草稿纸上对你的结果求导。如果导数还原了原始被积函数,你的积分就是正确的。这一检验只需几秒且能捕获大多数错误。
Tip 2 : Simplify the integrand before integrating: Expand brackets, split fractions, or apply trigonometric identities first. For example, ∫ (x^2 + 1)^2 dx is far easier as ∫ (x^4 + 2x^2 + 1) dx than attempting substitution. Always look for algebraic simplification first.
技巧二:积分前先化简被积函数:先展开括号,拆分分式,或应用三角恒等式。例如,∫ (x^2 + 1)^2 dx 写作 ∫ (x^4 + 2x^2 + 1) dx 远比尝试换元容易。始终先寻找代数化简。
Tip 3 : Recognise when substitution is unnecessary: Not every composite function needs substitution. For example, ∫ cos(3x) dx can be done directly if you remember that the antiderivative of cos(kx) is (1/k)sin(kx). Build fluency with standard forms to save time.
技巧三:识别何时不需要换元:不是每个复合函数都需要换元。例如,∫ cos(3x) dx 可直接求解,如果你记住 cos(kx) 的原函数是 (1/k)sin(kx)。熟练掌握标准形式以节省时间。
Tip 4 : Use the formula booklet strategically: The A-Level formula booklet provides many standard integrals. Know exactly which results are given so you do not memorise them unnecessarily, but also know which ones you must derive : the booklet does not cover everything.
技巧四:策略性使用公式手册:A-Level公式手册提供了许多标准积分。确切知道哪些结果已给出,这样你不必无谓记忆,但也要知道哪些需要自己推导:手册并不涵盖所有内容。
Tip 5 : Show clear working for method marks: Even if your final answer is wrong, method marks are awarded for correct substitution choices, correct limits conversion, and correct application of the integration formula. Write each step clearly: state your substitution, show du/dx, show the converted integral.
技巧五:展示清晰步骤以获方法分:即使最终答案错误,正确选择换元、正确转换积分限和正确应用积分公式都会获得方法分。每一步都清晰写出:阐明你的换元,展示 du/dx,展示转换后的积分。
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导