📚 PDF资源导航

Edexcel A-Level Pure Maths: Mastering Differentiation Techniques | Edexcel A-Level 纯数学:掌握微分技巧

📚 Edexcel A-Level Pure Maths: Mastering Differentiation Techniques | Edexcel A-Level 纯数学:掌握微分技巧

Differentiation is one of the most heavily examined topics in Edexcel A-Level Mathematics, appearing across Pure Mathematics Papers 1, 2, 3 and 4. A strong command of derivative rules, notation and applications is essential for both straightforward skill questions and longer problem-solving contexts such as optimisation, curve sketching and rates of change.

微分是 Edexcel A-Level 数学中考查频率最高的主题之一,出现在纯数学试卷 1、2、3 和 4 中。熟练掌握求导法则、符号表示以及相关应用,对于解答直接技能题以及优化、曲线作图和变化率等较长的应用题都至关重要。


1. The Derivative as a Rate of Change | 导数作为变化率

The derivative dy/dx measures the instantaneous rate at which y changes with respect to x. Geometrically, it gives the gradient of the tangent to the curve y = f(x) at any point where the function is differentiable.

导数 dy/dx 表示 y 相对于 x 的瞬时变化率。从几何上看,它给出了曲线 y = f(x) 在函数可导的任意点处切线的斜率。

In Edexcel questions, you may be asked to find the equation of a tangent or normal, or to determine whether a function is increasing or decreasing on a given interval.

在 Edexcel 考题中,你可能会被要求求出切线或法线的方程,或者判断一个函数在给定区间内是递增还是递减。


2. Power, Constant Multiple and Sum Rules | 幂函数、常数倍与和差法则

For a power function f(x) = xⁿ, where n is any real constant, the derivative is f'(x) = n xⁿ⁻¹. This rule applies to positive integers, negative powers and fractional indices such as square roots and cube roots.

对于幂函数 f(x) = xⁿ,其中 n 为任意实常数,其导数为 f'(x) = n xⁿ⁻¹。该法则适用于正整数、负指数以及平方根和立方根等分数指数。

  • d/dx (x⁵) = 5x⁴
  • d/dx (x⁻²) = -2x⁻³
  • d/dx (√x) = d/dx (x^½) = ½ x^⁻½

The constant multiple rule states that d/dx [k f(x)] = k f'(x), and the sum rule states that d/dx [f(x) ± g(x)] = f'(x) ± g'(x).

常数倍法则表明 d/dx [k f(x)] = k f'(x),和差法则表明 d/dx [f(x) ± g(x)] = f'(x) ± g'(x)。


3. The Chain Rule | 链式法则

The chain rule is used to differentiate composite functions of the form y = f(g(x)). If y = f(u) and u = g(x), then dy/dx = dy/du × du/dx.

链式法则用于对形如 y = f(g(x)) 的复合函数求导。如果 y = f(u) 且 u = g(x),则 dy/dx = dy/du × du/dx。

A common Edexcel form is y = (ax + b)ⁿ, which gives dy/dx = n a (ax + b)ⁿ⁻¹. Students must recognise the inner function and multiply by its derivative.

Edexcel 考题中常见形式为 y = (ax + b)ⁿ,其导数为 dy/dx = n a (ax + b)ⁿ⁻¹。考生必须识别内层函数并乘以其导数。

d/dx [ (3x² + 5)⁴ ] = 4 (3x² + 5)³ × 6x = 24x (3x² + 5)³

The chain rule is also fundamental for connected rates of change, where a variable depends on time through another variable.

链式法则也是关联变化率问题的基础,在相关问题中一个变量通过另一个变量依赖于时间。


4. The Product Rule | 乘积法则

For two differentiable functions u(x) and v(x), the product rule states that if y = u v, then dy/dx = u’v + uv’. It is essential to identify u and v clearly before differentiating.

对于两个可导函数 u(x) 和 v(x),乘积法则指出若 y = u v,则 dy/dx = u’v + uv’。在求导前必须清楚地识别 u 和 v。

Example: Differentiate y = x² eˣ. Let u = x² and v = eˣ, so u’ = 2x and v’ = eˣ.

示例:对 y = x² eˣ 求导。令 u = x²,v = eˣ,则 u’ = 2x,v’ = eˣ。

dy/dx = 2x eˣ + x² eˣ = x eˣ (2 + x)

In Edexcel exams, the product rule often appears with trigonometric, exponential and logarithmic functions, and sometimes requires simplifying the final answer.

在 Edexcel 考试中,乘积法则常与三角函数、指数函数和对数函数结合出现,有时需要化简最终结果。


5. The Quotient Rule | 商法则

If y = u/v, where u and v are functions of x, the quotient rule is given by dy/dx = (u’v – uv’) / v². The denominator is always square of the original denominator.

如果 y = u/v,其中 u 和 v 都是 x 的函数,商法则为 dy/dx = (u’v – uv’) / v²。分母始终是原分母的平方。

A typical Edexcel example is y = sin x / x. Let u = sin x and v = x, so u’ = cos x and v’ = 1.

一个典型的 Edexcel 示例是 y = sin x / x。令 u = sin x,v = x,则 u’ = cos x,v’ = 1。

dy/dx = (x cos x – sin x) / x²

Many students lose marks by writing the numerator in the wrong order. Always remember the phrase ‘low d high minus high d low over low squared’ but use symbols carefully.

许多学生因分子顺序写错而失分。请始终记住口诀“下方函数乘上方导数减去上方函数乘下方导数,再除以下方函数的平方”,但使用符号时要仔细。


6. Differentiating Exponentials and Logarithms | 指数函数与对数函数的求导

The derivative of eˣ is eˣ, and for a general exponential function aˣ the derivative is aˣ ln a. The chain rule extends this to e^(kx) giving k e^(kx).

eˣ 的导数是 eˣ,对于一般指数函数 aˣ,其导数为 aˣ ln a。链式法则将其推广到 e^(kx),得到 k e^(kx)。

The derivative of ln x is 1/x, but for ln(kx) or ln(ax + b), the derivative is a/(ax + b). This is often examined on Edexcel Paper 2 and Paper 3.

ln x 的导数是 1/x,但对于 ln(kx) 或 ln(ax + b),其导数为 a/(ax + b)。这在 Edexcel 试卷 2 和试卷 3 中经常考查。

d/dx [ ln(2x + 1) ] = 2 / (2x + 1)

Remember that the domain of ln(ax + b) requires ax + b > 0, and differentiation does not remove this restriction.

请记住 ln(ax + b) 的定义域要求 ax + b > 0,求导并不会消除这一限制。


7. Differentiating Trigonometric Functions | 三角函数的求导

Edexcel A-Level requires the standard derivatives of sin x, cos x and tan x, as well as reciprocal trigonometric functions in the Further Pure contexts and some Pure Mathematics specifications.

Edexcel A-Level 要求掌握 sin x、cos x 和 tan x 的标准导数,以及部分进阶纯数学和纯数学大纲中的倒数三角函数导数。

Function Derivative
sin x cos x
cos x -sin x
tan x sec² x

With the chain rule, d/dx [ sin(ax + b) ] = a cos(ax + b), and d/dx [ tan(ax + b) ] = a sec²(ax + b).

结合链式法则,d/dx [ sin(ax + b) ] = a cos(ax + b),d/dx [ tan(ax + b) ] = a sec²(ax + b)。


8. Implicit Differentiation | 隐函数求导

Implicit differentiation is used when y is not given explicitly as a function of x. For example, the equation x² + y² = r² represents a circle, and we differentiate both sides with respect to x.

当 y 没有明确表示为 x 的函数时,使用隐函数求导。例如,方程 x² + y² = r² 表示一个圆,我们需要对等式两边同时关于 x 求导。

When differentiating terms involving y, apply the chain rule: d/dx [ y² ] = 2y dy/dx. After differentiating, rearrange to solve for dy/dx.

对含有 y 的项求导时,应用链式法则:d/dx [ y² ] = 2y dy/dx。求导后,通过移项解出 dy/dx。

Differentiate x² + y² = 25:
2x + 2y dy/dx = 0
dy/dx = -x / y

Edexcel questions often require finding the gradient at a given point, so substitute the coordinates into the expression for dy/dx.

Edexcel 题目通常要求求某点处的斜率,因此需要将坐标代入 dy/dx 的表达式中。


9. Parametric Differentiation | 参数方程求导

When a curve is defined parametrically by x = f(t) and y = g(t), the derivative dy/dx is found using dy/dx = (dy/dt) / (dx/dt), provided dx/dt ≠ 0.

当曲线由参数方程 x = f(t) 和 y = g(t) 定义时,导数 dy/dx 可通过 dy/dx = (dy/dt) / (dx/dt) 求得,前提是 dx/dt ≠ 0。

Example: x = t² + 1, y = 2t³. Then dx/dt = 2t and dy/dt = 6t², so dy/dx = 6t² / 2t = 3t.

示例:x = t² + 1,y = 2t³。则 dx/dt = 2t,dy/dt = 6t²,所以 dy/dx = 6t² / 2t = 3t。

Parametric differentiation is particularly useful for finding gradients of curves defined by trigonometric or hyperbolic parametric forms.

参数方程求导对于求解由三角函数或双曲函数参数形式定义的曲线斜率特别有用。


10. Second Derivatives and Stationary Points | 二阶导数与驻点

The second derivative d²y/dx² is obtained by differentiating dy/dx. It is used to determine the concavity of a curve and to classify stationary points as local maxima, local minima or points of inflection.

二阶导数 d²y/dx² 是 dy/dx 再次求导得到的。它用于判断曲线的凹凸性,并将驻点分类为局部极大值、局部极小值或拐点。

If d²y/dx² > 0 at a stationary point, the point is a local minimum. If d²y/dx² < 0, the point is a local maximum. If d²y/dx² = 0, further investigation is needed.

如果在驻点处 d²y/dx² > 0,则该点为局部极小值;如果 d²y/dx² < 0,则该点为局部极大值;如果 d²y/dx² = 0,则需要进一步分析。

For an Edexcel optimisation problem, you must show that a stationary value is indeed a maximum or minimum, often using the second derivative test.

对于 Edexcel 优化问题,你必须证明驻点值确实是最大值或最小值,通常使用二阶导数判别法。


11. Connected Rates of Change | 关联变化率

Connected rates of change problems link two or more rates such as dV/dt, dr/dt and dV/dr using the chain rule dV/dt = dV/dr × dr/dt.

关联变化率问题通过链式法则 dV/dt = dV/dr × dr/dt 将两个或多个变化率(如 dV/dt、dr/dt 和 dV/dr)联系起来。

A standard Edexcel example involves the volume of a sphere V = 4/3 π r³. Differentiating with respect to t gives dV/dt = 4πr² dr/dt.

Edexcel 的标准示例涉及球体体积 V = 4/3 π r³。对 t 求导得到 dV/dt = 4πr² dr/dt。

dV/dt = 4πr² dr/dt

Always identify the quantity that is changing, write down the known rate, the required rate and the connecting derivative before substituting values.

始终先识别发生变化的量,写出已知速率、待求速率和连接导数,然后再代入数值。


12. Common Edexcel Pitfalls and Exam Tips | Edexcel 常见失分点与考试技巧

  • Do not forget to multiply by the derivative of the inner function when using the chain rule.
  • 使用链式法则时不要忘记乘以内层函数的导数。
  • Write all terms clearly when using the product and quotient rules to avoid sign errors.
  • 使用乘积法则和商法则时要清晰写出所有项,避免符号错误。
  • Simplify derivatives only if it helps subsequent calculations, as over-simplification can introduce errors.
  • 只有当化简有利于后续计算时才进行化简,因为过度化简可能会引入错误。
  • With implicit differentiation, every derivative of a y-term must include a factor dy/dx.
  • 在隐函数求导中,对 y 项求导的每一项都必须包含因子 dy/dx。
  • Check that the domain of logarithmic functions is satisfied before evaluating points.
  • 在代入点求值之前,检查对数函数的定义域是否满足要求。

Practise past Edexcel papers under timed conditions, and always show full working to gain method marks even if the final answer is incorrect.

在限时条件下练习 Edexcel 历年真题,并始终展示完整步骤,即使最终答案错误也能获得方法分。


Published by TutorHao | Pure Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading