📚 Edexcel A Level Maths: Mastering Differentiation and Integration | Edexcel A Level 数学:掌握微分与积分
Differentiation and integration form the analytical backbone of Edexcel A Level Mathematics. Whether you are working through Pure Mathematics 1, 2, 3 or 4, a confident command of these two operations is essential for success on both AS and A Level papers. This article focuses on the core techniques, standard results, geometrical applications and common exam pitfalls that appear repeatedly in Edexcel past papers.
微分与积分是 Edexcel A Level 数学的分析核心。无论你学习的是 Pure Mathematics 1、2、3 还是 4,熟练掌握这两种运算是 AS 和 A Level 考试成功的关键。本文重点讲解 Edexcel 真题中反复出现的核心技巧、标准结果、几何应用以及常见考试陷阱。
1. First Principles of Differentiation | 微分的第一原理
The derivative of a function f(x) is defined from first principles by the limit f'(x) = lim (h→0) [(f(x+h) – f(x)) / h]. This expression gives the gradient of the tangent to the curve at a point and is the formal definition required in Edexcel Pure Mathematics.
函数 f(x) 的导数从第一原理定义为极限 f'(x) = lim (h→0) [(f(x+h) – f(x)) / h]。该表达式给出曲线在某一点处切线的斜率,是 Edexcel Pure Mathematics 要求的正式定义。
For example, if f(x) = x², then f(x+h) = (x+h)² = x² + 2xh + h², so the difference quotient becomes (2xh + h²)/h = 2x + h. Taking the limit as h → 0 gives f'(x) = 2x. This process is a standard exam question, especially in Pure 1.
例如,若 f(x) = x²,则 f(x+h) = (x+h)² = x² + 2xh + h²,因此差商为 (2xh + h²)/h = 2x + h。令 h → 0 取极限得到 f'(x) = 2x。这一过程是标准考题,尤其是在 Pure 1 中。
2. Standard Derivatives and the Power Rule | 标准导数与幂法则
The power rule states that if f(x) = xⁿ, then f'(x) = n xⁿ⁻¹. This rule also applies to rational and negative powers after rewriting expressions, such as 1/x² = x⁻² or √x = x^½.
幂法则指出,若 f(x) = xⁿ,则 f'(x) = n xⁿ⁻¹。该法则也适用于有理数和负数幂,只需先改写表达式,例如 1/x² = x⁻² 或 √x = x^½。
Edexcel also expects you to memorise the derivatives of standard functions: d/dx (sin x) = cos x, d/dx (cos x) = -sin x, d/dx (tan x) = sec² x, d/dx (eˣ) = eˣ, and d/dx (ln x) = 1/x. You should be able to quote these instantly in an exam.
Edexcel 还要求你熟记标准函数的导数:d/dx (sin x) = cos x,d/dx (cos x) = -sin x,d/dx (tan x) = sec² x,d/dx (eˣ) = eˣ,以及 d/dx (ln x) = 1/x。考试中你必须能够立即写出这些结果。
- Constant multiple rule: d/dx [a f(x)] = a f'(x)
- Sum rule: d/dx [f(x) + g(x)] = f'(x) + g'(x)
- These linearity rules let you differentiate term by term.
常数倍法则:d/dx [a f(x)] = a f'(x)。和法则:d/dx [f(x) + g(x)] = f'(x) + g'(x)。这些线性法则使你可以逐项求导。
3. Chain, Product and Quotient Rules | 链式法则、乘积法则与商法则
When a function is a composition, use the chain rule. If y = f(u) and u = g(x), then dy/dx = dy/du × du/dx. For example, y = (3x² + 1)⁵ has dy/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴.
当函数是复合函数时,使用链式法则。若 y = f(u) 且 u = g(x),则 dy/dx = dy/du × du/dx。例如,y = (3x² + 1)⁵ 的导数为 dy/dx = 5(3x² + 1)⁴ × 6x = 30x(3x² + 1)⁴。
For products, the product rule is d/dx (uv) = u’v + uv’. For quotients, the quotient rule is d/dx (u/v) = (vu’ – uv’) / v². A common exam mistake is applying the product rule as u’v’ or forgetting the minus sign in the quotient rule.
对于乘积,乘积法则为 d/dx (uv) = u’v + uv’。对于商,商法则为 d/dx (u/v) = (vu’ – uv’) / v²。常见的考试错误是把乘积法则写成 u’v’,或者在商法则中忘记负号。
Product rule: d/dx (uv) = u’v + uv’
Quotient rule: d/dx (u/v) = (v u’ – u v’) / v²
An example of quotient rule: y = x / (x² + 1) gives dy/dx = [(x²+1)(1) – x(2x)] / (x²+1)² = (1 – x²) / (x²+1)². This kind of simplification is often needed for stationary point questions.
商法则的一个例子:y = x / (x² + 1) 的导数为 dy/dx = [(x²+1)(1) – x(2x)] / (x²+1)² = (1 – x²) / (x²+1)²。驻点问题经常需要这种化简。
4. Applications of Differentiation: Tangents, Normals and Stationary Points | 微分应用:切线、法线与驻点
The derivative f'(a) gives the gradient of the tangent to y = f(x) at x = a. The normal to the curve is perpendicular to the tangent, so its gradient is -1 / f'(a), provided f'(a) ≠ 0. You can then use y – y₁ = m(x – x₁) to write the equation of either line.
导数 f'(a) 给出曲线 y = f(x) 在 x = a 处切线的斜率。法线垂直于切线,因此其斜率为 -1 / f'(a),前提是 f'(a) ≠ 0。然后你可以用 y – y₁ = m(x – x₁) 写出任一直线的方程。
Stationary points occur where f'(x) = 0. To classify them, find the second derivative f”(x): if f”(x) > 0 the point is a local minimum; if f”(x) < 0 it is a local maximum; if f''(x) = 0 the test is inconclusive and you should check the sign of f'(x) on either side.
驻点出现在 f'(x) = 0 处。要判断其类型,可以求二阶导数 f”(x):若 f”(x) > 0,该点为局部极小值;若 f”(x) < 0,该点为局部极大值;若 f''(x) = 0,则二阶导检验无法判断,你需要检查 f'(x) 在两侧的符号。
Example: f(x) = x³ – 3x gives f'(x) = 3x² – 3 = 3(x² – 1). Stationary points occur at x = 1 and x = -1. Since f”(x) = 6x, x = 1 gives f”(1) = 6 > 0, so a minimum; x = -1 gives f”(-1) = -6 < 0, so a maximum.
例子:f(x) = x³ – 3x 的导数为 f'(x) = 3x² – 3 = 3(x² – 1)。驻点出现在 x = 1 和 x = -1。由于 f”(x) = 6x,x = 1 时 f”(1) = 6 > 0,为极小值;x = -1 时 f”(-1) = -6 < 0,为极大值。
5. Introduction to Integration as Reverse Differentiation | 积分作为微分的逆运算
Indefinite integration reverses differentiation. If F'(x) = f(x), then ∫ f(x) dx = F(x) + C, where C is the arbitrary constant of integration. The constant is essential because the derivative of any constant is zero.
不定积分是微分的逆运算。若 F'(x) = f(x),则 ∫ f(x) dx = F(x) + C,其中 C 是任意积分常数。这个常数必不可少,因为任何常数的导数都是零。
Edexcel questions often ask you to find the equation of a curve given its derivative and a point on the curve. You integrate to get the general form, then substitute the known coordinates to find C. Forgetting to find C is a very common mark-losing error.
Edexcel 题目经常给定导数以及曲线上一点,要求你求曲线方程。你需要积分得到一般形式,然后代入已知坐标求出 C。忘记求 C 是一个很常见的失分错误。
6. Standard Integrals and the Power Rule for Integration | 标准积分与幂法则
The reverse of the power rule is ∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C, provided n ≠ -1. For n = -1 the special case is ∫ 1/x dx = ln|x| + C. You must be comfortable rewriting expressions such as 1/x³ = x⁻³ or √x = x^½ before integrating.
幂法则的逆运算是 ∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C,前提是 n ≠ -1。当 n = -1 时,特殊情况为 ∫ 1/x dx = ln|x| + C。你必须能熟练地在积分前改写表达式,例如 1/x³ = x⁻³ 或 √x = x^½。
The standard integrals required by Edexcel include ∫ eˣ dx = eˣ + C, ∫ cos x dx = sin x + C, ∫ sin x dx = -cos x + C, and ∫ sec² x dx = tan x + C. These should be memorised in both directions because differentiation and integration often appear together.
Edexcel 要求的标准积分包括 ∫ eˣ dx = eˣ + C,∫ cos x dx = sin x + C,∫ sin x dx = -cos x + C,以及 ∫ sec² x dx = tan x + C。这些都需要双向记忆,因为微分和积分经常一起出现。
| Function f(x) | Integral ∫ f(x) dx |
|---|---|
| xⁿ, n ≠ -1 | xⁿ⁺¹ / (n+1) + C |
| 1/x | ln|x| + C |
| eˣ | eˣ + C |
| sin x | -cos x + C |
| cos x | sin x + C |
| sec² x | tan x + C |
Always check an indefinite integral by differentiating your answer. If you do not get back the original integrand, you have made a mistake in the power or the coefficient.
始终通过求导来检查不定积分。如果你求导后没有得到原来的被积函数,就说明你在幂或系数上出了错。
7. Definite Integration and Area Under a Curve | 定积分与曲线下面积
A definite integral ∫ₐᵇ f(x) dx is evaluated as F(b) – F(a), where F(x) is any antiderivative of f(x). No constant C is needed because it cancels in the subtraction. The result may be positive or negative depending on the curve’s position relative to the x-axis.
定积分 ∫ₐᵇ f(x) dx 的计算结果是 F(b) – F(a),其中 F(x) 是 f(x) 的任意一个原函数。这里不需要常数 C,因为它在相减中抵消了。结果可能为正也可能为负,取决于曲线相对于 x 轴的位置。
To find the area enclosed by y = f(x), the x-axis and the lines x = a and x = b, evaluate ∫ₐᵇ |f(x)| dx or split the interval where f(x) changes sign. A negative integral represents an area below the x-axis, and you must write the area as a positive value.
要求由 y = f(x)、x 轴以及直线 x = a 和 x = b 围成的面积,应计算 ∫ₐᵇ |f(x)| dx,或在 f(x) 变号的地方拆分区间。负积分表示 x 轴下方的面积,你必须将面积写成正值。
Example: the area between y = x² – 4 and the x-axis from x = 0 to x = 3 is not simply ∫₀³ (x² – 4) dx, because the curve crosses the x-axis at x = 2. The correct area is ∫₀² (4 – x²) dx + ∫₂³ (x² – 4) dx.
例子:y = x² – 4 与 x 轴及 x = 0 到 x = 3 之间的面积不能简单计算为 ∫₀³ (x² – 4) dx,因为曲线在 x = 2 处穿过 x 轴。正确的面积是 ∫₀² (4 – x²) dx + ∫₂³ (x² – 4) dx。
8. Integration by Substitution and by Parts | 换元积分法与分部积分法
Integration by substitution is the reverse of the chain rule. For a given substitution u = g(x), compute du/dx, then replace dx with du / (du/dx). After integrating with respect to u, substitute back to express the answer in terms of x. For definite integrals, you can also change the limits to u-values.
换元积分法是链式法则的逆运算。对于给定的代换 u = g(x),先求 du/dx,然后将 dx 替换为 du / (du/dx)。对 u 积分后,再代回原来的变量 x。对于定积分,你也可以将积分限转换为 u 值。
Example: ∫ 2x(x² + 1)⁴ dx can be solved by u = x² + 1, so du/dx = 2x and du = 2x dx. The integral becomes ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C.
例子:∫ 2x(x² + 1)⁴ dx 可以通过代换 u = x² + 1 求解,因此 du/dx = 2x,du = 2x dx。积分变为 ∫ u⁴ du = u⁵/5 + C = (x² + 1)⁵/5 + C。
Integration by parts comes from the product rule and is written ∫ u dv = uv – ∫ v du. Choose u as the part that simplifies when differentiated, and dv as the part that can be integrated easily. A typical Edexcel question is ∫ x eˣ dx, where u = x and dv = eˣ dx, giving x eˣ – eˣ + C.
分部积分法源于乘积法则,写作 ∫ u dv = uv – ∫ v du。选择 u 为求导后会简化的部分,选择 dv 为容易积分的部分。Edexcel 典型题目是 ∫ x eˣ dx,其中 u = x,dv = eˣ dx,得到 x eˣ – eˣ + C。
9. Solving Differential Equations | 解微分方程
In Pure Mathematics, Edexcel focuses on first-order separable differential equations. If dy/dx = f(x)g(y), separate the variables to obtain ∫ 1/g(y) dy = ∫ f(x) dx. Then integrate both sides and include one constant of integration.
在 Pure Mathematics 中,Edexcel 重点考查一阶可分离变量的微分方程。若 dy/dx = f(x)g(y),则分离变量得到 ∫ 1/g(y) dy = ∫ f(x) dx。然后对两边积分,并包含一个积分常数。
After integrating, use any given condition to find the particular solution. For example, solve dy/dx = x/y with y(0) = 2: separate to ∫ y dy = ∫ x dx, giving y²/2 = x²/2 + C. Using y(0) = 2 gives C = 2, so y² = x² + 4.
积分之后,利用任何给定条件求特解。例如,解 dy/dx = x/y 且 y(0) = 2:分离变量得 ∫ y dy = ∫ x dx,得到 y²/2 = x²/2 + C。代入 y(0) = 2 得 C = 2,因此 y² = x² + 4。
Edexcel may also ask for the solution in the form y = f(x) or leave it as an implicit equation. Always check the wording of the question and rearrange only if required.
Edexcel 也可能要求将解写成 y = f(x) 的形式,或者保留隐式方程。务必注意题目的措辞,只在需要时进行整理。
10. Common Exam Mistakes and Tips | 常见考试错误与技巧
One of the most frequent errors is omitting the constant +C in an indefinite integral. Even if the rest of the working is correct, Edexcel mark schemes typically withhold the final accuracy mark when +C is missing.
最常见的错误之一是在不定积分中遗漏常数 +C。即使其余步骤正确,Edexcel 评分方案通常也会在缺少 +C 时扣掉最后的准确分。
Another common mistake is mishandling negative powers or fractional powers. Write 1/x² as x⁻² before differentiating or integrating, and remember that the derivative of x⁻² is -2x⁻³, not -2x⁻¹. Similarly, the integral of x⁻² is -x⁻¹ + C, not ln|x²| + C.
另一个常见错误是对负数幂或分数幂处理不当。在微分或积分之前先把 1/x² 写成 x⁻²,并记住 x⁻² 的导数是 -2x⁻³,而不是 -2x⁻¹。同样,x⁻² 的积分是 -x⁻¹ + C,而不是 ln|x²| + C。
In area problems, always identify where the curve crosses the x-axis. Integrating over a whole interval without splitting may cancel positive and negative regions, giving the signed area rather than the true area.
在面积问题中,一定要找出曲线与 x 轴的交点。如果不拆分区间而直接对整个区间积分,可能会抵消正负区域,得到带符号的面积而不是真实面积。
Finally, practise under timed conditions using Edexcel-style questions. Revision of differentiation and integration is most effective when you attempt mixed exercises that require you to choose the correct method without a prompt.
最后,在计时条件下练习 Edexcel 风格的题目。当你尝试混合练习、需要在没有提示的情况下选择正确方法时,微分与积分的复习才最有效。
Published by TutorHao | Maths Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导