📚 Mastering Integration for AQA A-Level Mathematics | AQA 数学:积分考点精讲
Integration is one of the most powerful and versatile topics in A-level mathematics. It enables you to reverse differentiation, compute exact areas under curves, solve differential equations that describe population growth or radioactive decay, and much more. In the AQA specification, integration appears in both AS and A-level content, progressing from simple antiderivatives to advanced techniques such as substitution, integration by parts and numerical methods. This guide unpacks every key concept, provides carefully worked examples and highlights the common pitfalls that can cost marks in the exam.
积分是 A-level 数学中最强大、应用最广的课题之一。它能让你逆向微分运算、精确计算曲线下的面积、求解描述人口增长或放射性衰变的微分方程等。在 AQA 考试大纲中,积分贯穿 AS 与 A-level 课程,从简单的反导数逐步推进到换元法、分部积分法与数值积分等高级技巧。本指南将逐一拆解每个核心概念,给出详细范例,并点明考试中容易失分的常见陷阱。
1. Indefinite Integration and the Reverse Power Rule | 不定积分与反向幂法则
Indefinite integration, often called antidifferentiation, is the process of recovering a function from its derivative. The general notation is ∫ f(x) dx = F(x) + C, where F'(x) = f(x) and C is an arbitrary constant representing an entire family of antiderivatives.
不定积分常被称为反导数,即从导数还原原函数的过程。通常记作 ∫ f(x) dx = F(x) + C,其中 F'(x) = f(x),而 C 是任意常数,代表一族形状相同的原函数。
The most fundamental technique is the reverse power rule. For any real power n not equal to −1, you add 1 to the exponent and divide by the new exponent.
∫ xn dx = xn+1 / (n+1) + C, n ≠ −1
最基本的方法是反向幂法则。对于任何不等于 −1 的实数幂 n,将指数加 1,然后除以新的指数。
Always write the constant of integration C immediately — omitting it can lose marks, especially when further conditions are given later in the question. The linearity of integration lets you handle sums and constant multiples term‑by‑term: ∫ (3x2 + 2x − 5) dx = x3 + x2 − 5x + C.
务必立即写上积分常数 C——忽略它会导致失分,尤其在后续条件已知时更为关键。积分的线性性质允许你逐项处理,包括常数倍数:∫ (3x2 + 2x − 5) dx = x3 + x2 − 5x + C。
Special care is needed with the exceptional case n = −1. Since (x0)/0 is undefined, the integral of 1/x is the natural logarithm: ∫ x−1 dx = ln|x| + C. The absolute value ensures the formula works for negative x as well.
需要特别注意 n = −1 的特殊情况。因为 (x0)/0 没有定义,1/x 的积分是自然对数:∫ x−1 dx = ln|x| + C。使用绝对值确保该公式对负 x 也成立。
2. Definite Integration and the Fundamental Theorem | 定积分与微积分基本定理
A definite integral computes the signed area between a curve y = f(x) and the x‑axis from x = a to x = b. The Fundamental Theorem of Calculus links differentiation and integration directly: if F'(x) = f(x), then ∫ab f(x) dx = F(b) − F(a).
定积分计算曲线 y = f(x) 与 x 轴之间从 x = a 到 x = b 的带符号的面积。微积分基本定理将微分与积分直接联系起来:若 F'(x) = f(x),则 ∫ab f(x) dx = F(b) − F(a)。
The evaluation is straightforward: integrate normally, omit the +C, substitute the upper limit, subtract the value at the lower limit. For example, ∫02 (3x2) dx = [x3]02 = 8 − 0 = 8.
定积分的计算很简单:正常求不定积分后省略 +C,代入上限的值再减去下限的值。例如 ∫02 (3x2) dx = [x3]02 = 8 − 0 = 8。
If the curve dips below the x‑axis, the integral gives a negative contribution. When a question asks for the actual area, you must split the interval at the roots and take absolute values or integrate the absolute function. Always sketch the graph first.
如果曲线部分在 x 轴下方,积分将给出负值。当题目要求真实面积时,必须在零点分段,并取绝对值或对绝对值函数积分。考试中务必先画草图。
3. Integrating Exponential and Natural Logarithm Functions | 指数函数与对数函数的积分
The exponential function ex is unique because it is its own derivative, so its integral follows elegantly: ∫ ex dx = ex + C. For an exponent with a linear function, ∫ ekx dx = (1/k) ekx + C.
指数函数 ex 很特别,因为它的导数等于自身,因此积分也非常简洁:∫ ex dx = ex + C。当指数是一次线性函数时,∫ ekx dx = (1/k) ekx + C。
For a general base a > 0, remember that ax = ex ln a, which yields ∫ ax dx = ax / ln a + C. More importantly, the integral of 1/x is extended to recognise logarithmic forms: ∫ f'(x) / f(x) dx = ln|f(x)| + C. This structure appears frequently with rational functions where the numerator is the derivative of the denominator.
对于一般的底数 a > 0,记住 ax = ex ln a,由此得 ∫ ax dx = ax / ln a + C。更重要的是,1/x 的积分可推广为对数形式:∫ f'(x) / f(x) dx = ln|f(x)| + C。当分子恰好是分母的导数时,这种模式会频繁出现在有理函数的积分中。
4. Integrating Trigonometric Functions | 三角函数的积分
Standard results must be known off by heart. The integrals of sine and cosine have a sign change: ∫ sin x dx = −cos x + C and ∫ cos x dx = sin x + C. For linear arguments, divide by the coefficient, e.g. ∫ cos(2x) dx = ½ sin(2x) + C.
必须烂熟于心的标准结果:正弦和余弦的积分存在一个符号变化——∫ sin x dx = −cos x + C,而 ∫ cos x dx = sin x + C。对于一次线性变量,除以该系数即可,例如 ∫ cos(2x) dx = ½ sin(2x) + C。
You are also expected to integrate sec2x, cosec2x, sec x tan x and cosec x cot x. ∫ sec2x dx = tan x + C and ∫ cosec2x dx = −cot x + C. The integral of tan x is given by ∫ tan x dx = ln|sec x| + C (or equivalently −ln|cos x| + C), which follows directly from the f'(x)/f(x) pattern.
你还需要掌握 sec2x、cosec2x、sec x tan x 和 cosec x cot x 的积分。∫ sec2x dx = tan x + C,∫ cosec2x dx = −cot x + C。tan x 的积分是 ∫ tan x dx = ln|sec x| + C(或等价地 −ln|cos x| + C),这直接源自 f'(x)/f(x) 的模式。
5. Integration by Substitution | 换元积分法
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课程辅导,国外大学本科硕士研究生博士课程论文辅导