📚 Mastering Differentiation and Integration for Edexcel A-Level Maths | 掌握 Edexcel A-Level 数学微分与积分技巧
Calculus is the beating heart of the Edexcel A-Level Mathematics specification. Whether you are working through Pure Mathematics, modelling motion in Mechanics, or analysing rates of change in Statistics, differentiation and integration provide the essential toolkit for understanding how quantities vary. This revision guide brings together the core techniques, standard results and exam strategies you need to master both topics with confidence.
微积分是 Edexcel A-Level 数学课程的核心。无论你是在学习纯数学、在力学中建立运动模型,还是在统计学中分析变化率,微分和积分都是理解数量如何变化的重要工具。本复习指南汇集了核心技巧、标准结论和考试策略,帮助你自信地掌握这两个主题。
1. The Scope of Edexcel A-Level Calculus | Edexcel A-Level 微积分考试范围
In the Edexcel specification, Pure Mathematics includes differentiation and integration across both AS and A-Level. AS topics cover first principles, basic rules, stationary points and definite integration. The full A-Level extends this to the chain rule, product rule, quotient rule, implicit and parametric differentiation, integration by substitution, integration by parts, partial fractions, differential equations and volumes of revolution.
在 Edexcel 考试大纲中,纯数学在 AS 和 A-Level 阶段都包含微分和积分。AS 阶段涉及导数定义、基本法则、驻点和定积分。完整的 A-Level 则扩展到链式法则、乘法法则、除法法则、隐函数与参数方程求导、换元积分法、分部积分法、部分分式积分、微分方程和旋转体体积。
Mechanics also leans heavily on calculus: velocity is the derivative of displacement, acceleration is the derivative of velocity, and displacement can be recovered by integrating velocity. You should therefore treat every calculus skill as a transferable tool, not an isolated pure-maths procedure.
力学部分同样高度依赖微积分:速度是位移的导数,加速度是速度的导数,而位移可以通过对速度积分求得。因此,你应该把每一个微积分技能都视为可迁移的工具,而不是孤立的纯数学步骤。
2. Core Differentiation Rules | 基本微分法则
The foundation of differentiation is the power rule. For any real constant n, the derivative of xⁿ is nxⁿ⁻¹. You can differentiate term by term, and constant multiples simply stay in place.
微分的基础是幂函数求导法则。对于任意实数常数 n,xⁿ 的导数是 nxⁿ⁻¹。你可以逐项求导,常数倍数保持不变。
d/dx (xⁿ) = nxⁿ⁻¹ and d/dx [af(x) + bg(x)] = a f'(x) + b g'(x)
For example, if y = 3x⁴ − 5x² + 2x − 7, then dy/dx = 12x³ − 10x + 2. Notice that the constant term differentiates to zero.
例如,若 y = 3x⁴ − 5x² + 2x − 7,则 dy/dx = 12x³ − 10x + 2。注意常数项求导后为零。
- Always rewrite roots and reciprocals as powers before differentiating: √x = x^(1/2), 1/x² = x⁻².
- 求导前先把根式和倒数改写为幂的形式:√x = x^(1/2),1/x² = x⁻²。
3. Chain, Product and Quotient Rules | 链式法则、乘法法则与除法法则
The chain rule handles composite functions. If y is a function of u, and u is a function of x, then dy/dx equals dy/du multiplied by du/dx. In Edexcel exams, this often appears with brackets such as (3x + 2)⁷ or with trigonometric functions like sin(2x + 1).
链式法则用于处理复合函数。如果 y 是 u 的函数,而 u 是 x 的函数,那么 dy/dx 等于 dy/du 乘以 du/dx。在 Edexcel 考试中,这一法则经常出现在括号形式如 (3x + 2)⁷,或三角函数形式如 sin(2x + 1) 中。
dy/dx = dy/du × du/dx
The product rule is used when two functions are multiplied: if y = u(x)v(x), then dy/dx = u’v + uv’. The quotient rule applies when one function is divided by another: if y = u/v, then dy/dx = (vu’ − uv’) / v².
当两个函数相乘时使用乘法法则:若 y = u(x)v(x),则 dy/dx = u’v + uv’。当一个函数除以另一个函数时使用除法法则:若 y = u/v,则 dy/dx = (vu’ − uv’) / v²。
Product: d/dx (uv) = u’v + uv’ | Quotient: d/dx (u/v) = (vu’ − uv’) / v²
Students often reverse the numerator in the quotient rule, so memorise it as “bottom times derivative of top minus top times derivative of bottom over bottom squared”.
学生经常把除法法则中的分子顺序写反,因此可以记住口诀:“底乘顶的导数减去顶乘底的导数,再除以底的平方”。
4. Differentiating Standard Functions | 标准函数求导
Edexcel requires fluency with the derivatives of trigonometric, exponential and logarithmic functions. These results must be recalled instantly, especially when combined with the chain rule.
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 for x > 0
For eᵏˣ, the derivative is keᵏˣ. For ln(kx), the derivative is 1/x because the constant k cancels after applying the chain rule. Likewise, the derivative of sin(ax + b) is a cos(ax + b).
对于 eᵏˣ,其导数为 keᵏˣ。对于 ln(kx),其导数为 1/x,因为应用链式法则后常数 k 被消去。同样,sin(ax + b) 的导数为 a cos(ax + b)。
5. Implicit and Parametric Differentiation | 隐函数与参数方程求导
Implicit differentiation is needed when y is not written explicitly as a function of x. You differentiate both sides with respect to x, treating y as a function of x and applying the chain rule: the derivative of y² is 2y dy/dx, and the derivative of xy requires the product rule.
当 y 没有明确写成 x 的函数时,就需要使用隐函数求导。你对等式两边同时关于 x 求导,把 y 视为 x 的函数并应用链式法则:y² 的导数是 2y dy/dx,而 xy 的导数需要用到乘法法则。
If x² + y² = 25, then 2x + 2y dy/dx = 0 ⇒ dy/dx = −x/y
Parametric differentiation is used when x and y are both given in terms of a third variable, usually t. The gradient dy/dx is found by dividing dy/dt by dx/dt, provided dx/dt is not zero.
当 x 和 y 都用一个第三变量(通常是 t)表示时,使用参数方程求导。梯度 dy/dx 等于 dy/dt 除以 dx/dt,前提是 dx/dt 不为零。
dy/dx = (dy/dt) ÷ (dx/dt)
6. Second Derivatives and Stationary Points | 二阶导数与驻点
The second derivative, written d²y/dx², measures the rate of change of the gradient. It is used to classify stationary points: if dy/dx = 0 and d²y/dx² > 0, the point is a local minimum; if d²y/dx² < 0, it is a local maximum. If the second derivative is zero, you should check the sign of dy/dx on either side.
二阶导数,记作 d²y/dx²,衡量梯度的变化率。它用于判断驻点类型:若 dy/dx = 0 且 d²y/dx² > 0,该点为局部极小值点;若 d²y/dx² < 0,该点为局部极大值点。如果二阶导数为零,则需要检查驻点两侧 dy/dx 的符号。
Edexcel questions often ask for the coordinates and nature of turning points. Always substitute back into the original equation to find the y-coordinate, and present your conclusion clearly using words such as “minimum” or “maximum”.
Edexcel 考题经常要求求出拐点坐标及其类型。一定要代回原方程求出 y 坐标,并清晰地写出结论,例如使用“极小值”或“极大值”等词语。
7. Indefinite and Definite Integration | 不定积分与定积分
Integration reverses differentiation. The indefinite integral of xⁿ is xⁿ⁺¹ / (n + 1) plus a constant of integration C, provided n is not equal to −1. You must always include +C for an indefinite integral.
积分是微分的逆运算。xⁿ 的不定积分是 xⁿ⁺¹ / (n + 1) 再加上积分常数 C,前提是 n 不等于 −1。不定积分必须始终加上 +C。
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
A definite integral has limits and produces a numerical value representing the signed area between the curve and the x-axis. Evaluate the antiderivative at the upper limit, subtract the value at the lower limit, and do not include +C because it cancels out.
定积分带有上下限,其结果是表示曲线与 x 轴之间带符号面积的数值。将原函数在上限处求值,减去在下限处求值,不需要加 +C,因为常数会相互抵消。
∫ₐᵇ f(x) dx = F(b) − F(a), where F'(x) = f(x)
8. Integration Techniques: Substitution, By Parts and Partial Fractions | 积分技巧:换元法、分部积分法与部分分式
Integration by substitution is the reverse of the chain rule. For integrals such as ∫(2x + 1)⁵ dx or ∫x√(x² + 3) dx, choose a substitution u = g(x), find du/dx, rewrite the entire integral in terms of u, integrate, and then substitute back. For definite integrals, remember to change the limits or return to the original variable before applying limits.
换元积分法是链式法则的逆运算。对于诸如 ∫(2x + 1)⁵ dx 或 ∫x√(x² + 3) dx 的积分,选择替换 u = g(x),求出 du/dx,把整个积分用 u 表示,积分后再代回原变量。对于定积分,记住要更换积分上下限,或者在代回原变量后再代入原上下限。
Integration by parts is used for products such as ∫x eˣ dx or ∫x ln x dx. The formula comes from the product rule for differentiation.
分部积分法用于乘积形式的积分,例如 ∫x eˣ dx 或 ∫x ln x dx。该公式来源于微分的乘法法则。
∫ u dv = uv − ∫ v du
When choosing u and dv, use the common order: logarithmic, inverse trigonometric, algebraic, trigonometric, exponential. This helps you decide which part to differentiate and which to integrate.
在选择 u 和 dv 时,可以按照常见顺序:对数函数、反三角函数、代数函数、三角函数、指数函数。这有助于你判断哪一部分求导、哪一部分积分。
Partial fractions break a rational function into simpler fractions that integrate to logarithms. For example, integrals with denominators such as (x − 1)(x + 2) can be split into A/(x − 1) + B/(x + 2) and then integrated term by term.
部分分式把一个有理函数拆分成可以积分成对数的更简单分式。例如,分母为 (x − 1)(x + 2) 的积分可以拆分为 A/(x − 1) + B/(x + 2),然后逐项积分。
9. Finding Areas and Volumes of Revolution | 求面积与旋转体体积
The definite integral can be used to find the area between a curve and the x-axis. Where the curve falls below the axis, the integral is negative, so you must take the absolute value or split the region into parts above and below the axis.
定积分可用于求曲线与 x 轴之间的面积。当曲线位于 x 轴下方时,积分值为负,因此必须取绝对值,或者将区域分成在 x 轴上方和下方的部分分别计算。
Area = ∫ₐᵇ |f(x)| dx
If you need the area between two curves, integrate the difference of the upper and lower functions: Area = ∫ₐᵇ [f(x) − g(x)] dx. Sketching the graphs helps you identify which function is on top.
如果需要求两条曲线之间的面积,则对上方函数与下方函数的差进行积分:面积 = ∫ₐᵇ [f(x) − g(x)] dx。画出图形有助于判断哪一条曲线在上方。
A volume of revolution is produced by rotating a curve around the x-axis. The volume is given by π times the integral of y² with respect to x between the limits.
旋转体是将曲线绕 x 轴旋转一周所形成的立体。其体积等于 π 乘以 y² 关于 x 在上下限之间的积分。
V = π ∫ₐᵇ y² dx
10. Solving First Order Differential Equations | 求解一阶微分方程
Edexcel A-Level includes separable first order differential equations, where the variables can be separated onto opposite sides of the equation. For example, dy/dx = ky leads to exponential growth or decay after integration.
Edexcel A-Level 包含可分离变量的一阶微分方程,即变量可以分离到方程的两侧。例如,dy/dx = ky 经过积分后可得到指数增长或衰减模型。
dy/dx = g(x)h(y) ⇒ ∫ 1/h(y) dy = ∫ g(x) dx
After separating and integrating, use any given initial condition to find the particular solution. Many modelling questions involve a known starting population, temperature or quantity, so substitute the condition carefully and solve for the constant.
分离变量并积分后,利用已知的初始条件求特解。许多建模题会给出初始种群、温度或数量,因此要仔细代入条件并解出常数。
11. Connected Rates of Change | 相关变化率
Problems involving two or more rates of change are solved by linking them with the chain rule. For example, if a spherical balloon is being inflated, the rate of change of volume dV/dt can be related to the rate of change of radius dr/dt by dV/dt = dV/dr × dr/dt.
涉及两个或更多变化率的问题可以通过链式法则将它们联系起来。例如,一个球形气球被充气时,体积变化率 dV/dt 可以通过 dV/dt = dV/dr × dr/dt 与半径变化率 dr/dt 建立联系。
dV/dt = dV/dr × dr/dt
In such questions, identify the given rate, the required rate, and the formula that connects the variables. Substitute values only after differentiation, because you need the derivative expression before plugging in numbers.
在这类问题中,要确定已知变化率、待求变化率,以及连接变量的公式。必须先求导再代入数值,因为你需要的是导数表达式。
12. Examiner Tips and Common Pitfalls | 考官建议与常见错误
Show all stages of working, especially when using the quotient rule or integration by parts. Edexcel method marks reward correct structure even if an arithmetic slip occurs. Keep your working vertical and logical so the examiner can follow your chain of reasoning.
展示所有解题步骤,尤其是在使用除法法则或分部积分法时。Edexcel 的方法分奖励正确的结构,即使出现计算错误也能得分。保持书写纵向清晰、逻辑连贯,让考官能够理解你的推理过程。
- Do not omit +C in indefinite integration; it is often worth a mark.
- 不定积分不要漏掉 +C;这一项通常占一分。
- When integrating 1/x, write ∫ 1/x dx = ln|x| + C, not just ln x + C.
- 积分 1/x 时,写成 ∫ 1/x dx = ln|x| + C,而不要只写 ln x + C。
- Use unrounded values in multi-step calculations and only round the final answer to the required accuracy.
- 在多步计算中使用未舍入的数值,只在最终答案中按要求精确度舍入。
- Check that a stationary point is maximum or minimum by using the second derivative or a sign table.
- 通过二阶导数或符号表判断驻点是极大值还是极小值。
- In volumes of revolution, square the y expression before integrating.
- 计算旋转体体积时,先对 y 表达式平方再积分。
Finally, practise past Edexcel papers under timed conditions. The more you expose yourself to standard wording, the quicker you will recognise which technique a question requires.
最后,在限时条件下练习 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课程辅导,国外大学本科硕士研究生博士课程论文辅导