Introduction to Differentiation | 微分入门
Differentiation is one of the two central pillars of calculus, alongside integration. At its heart, differentiation answers a deceptively simple question: how fast is something changing at this exact moment? For A-Level Mathematics students following the AQA specification, mastering differentiation is not just about passing exams – it is about gaining a fundamental tool that underpins physics, engineering, economics, and virtually every quantitative science.
微分是微积分的两大核心支柱之一,另一个是积分。微分的本质在于回答一个看似简单的问题:某事物在这一确切时刻的变化速度有多快?对于学习 AQA 考试局 A-Level 数学的学生来说,掌握微分不仅仅是为了通过考试,更是为了获得一项基础工具,它支撑着物理、工程、经济学以及几乎所有定量科学。
The gradient of a curve at a point is defined as the limit of the gradient of a chord as the two points come infinitely close together. This limiting process is the conceptual foundation of all differentiation, and understanding it deeply – rather than just memorising rules – is what separates top-performing students from the rest.
曲线在某一点的梯度被定义为当两点无限接近时弦的梯度的极限。这个极限过程是所有微分的概念基础,深入理解它 – 而不仅仅是记忆规则 – 是区分顶尖学生与其他学生的关键。
The First Principles | 第一性原理
Every rule of differentiation ultimately derives from first principles. The definition is expressed mathematically as f'(x) = lim[h→0] (f(x+h) – f(x)) / h. Let us work through this with a concrete example: differentiating f(x) = x^2 from first principles.
每一条微分规则归根结底都源自第一性原理。其数学定义为 f'(x) = lim[h→0] (f(x+h) – f(x)) / h。让我们通过一个具体例子来推演:从第一性原理出发对 f(x) = x^2 进行微分。
We substitute into the definition: f'(x) = lim[h→0] ((x+h)^2 – x^2) / h = lim[h→0] (x^2 + 2xh + h^2 – x^2) / h = lim[h→0] (2xh + h^2) / h = lim[h→0] (2x + h) = 2x. This derivation shows exactly why the power rule works – the h^2 term vanishes, the h cancels, and we are left with 2x as h approaches zero.
我们代入定义:f'(x) = lim[h→0] ((x+h)^2 – x^2) / h = lim[h→0] (x^2 + 2xh + h^2 – x^2) / h = lim[h→0] (2xh + h^2) / h = lim[h→0] (2x + h) = 2x。这个推导精确地展示了幂法则为何有效 – h^2 项消失,h 被约去,当 h 趋近于零时我们得到 2x。
AQA examiners frequently test first principles, usually in the form “Prove from first principles that the derivative of x^3 is 3x^2” or similar. Students should practise expanding (x+h)^n for small integer values of n (typically 2, 3, and 4) until the binomial expansion steps become second nature.
AQA 考官经常考察第一性原理,通常以”从第一性原理证明 x^3 的导数是 3x^2″或类似形式出现。学生应练习对较小整数 n 值(通常为 2、3 和 4)展开 (x+h)^n,直到二项式展开步骤变得得心应手。
Standard Differentiation Rules | 标准微分法则
Once the first-principles foundation is secure, efficient differentiation relies on a toolkit of standard rules. The power rule is the workhorse: if f(x) = x^n, then f'(x) = nx^(n-1). This applies to any real exponent n, including negative and fractional powers – a crucial extension at A-Level.
一旦第一性原理的基础牢固之后,高效的微分依赖于一套标准法则工具包。幂法则是主力:若 f(x) = x^n,则 f'(x) = nx^(n-1)。这适用于任何实数指数 n,包括负指数和分数指数 – 这是 A-Level 中的一个关键扩展。
The sum rule tells us that differentiation is linear: the derivative of a sum is the sum of the derivatives. Formally, if h(x) = f(x) + g(x), then h'(x) = f'(x) + g'(x). Combined with the constant multiple rule – d/dx [k * f(x)] = k * f'(x) – these two properties mean we can differentiate any polynomial term by term.
和法则告诉我们微分是线性的:和的导数等于导数的和。形式上,若 h(x) = f(x) + g(x),则 h'(x) = f'(x) + g'(x)。结合常数倍法则 – d/dx [k * f(x)] = k * f'(x) – 这两条性质意味着我们可以逐项对任何多项式进行微分。
Example: Differentiate f(x) = 4x^5 – 3x^3 + 2x – 7. Applying the rules term by term: f'(x) = 20x^4 – 9x^2 + 2. Notice the constant term -7 vanishes – a constant has zero rate of change everywhere.
例题:对 f(x) = 4x^5 – 3x^3 + 2x – 7 求导。逐项应用法则:f'(x) = 20x^4 – 9x^2 + 2。注意常数项 -7 消失了 – 常数在任何地方的变化率都为零。
The Product Rule | 乘积法则
When two functions are multiplied together, we cannot simply differentiate each and multiply the results. The product rule states: if y = u(x) * v(x), then dy/dx = u'(x)v(x) + u(x)v'(x). This is often memorised as “first times derivative of second, plus second times derivative of first”.
当两个函数相乘时,我们不能简单地对每个函数求导然后相乘。乘积法则表述为:若 y = u(x) * v(x),则 dy/dx = u'(x)v(x) + u(x)v'(x)。这常被记忆为”第一项乘第二项的导数,加上第二项乘第一项的导数”。
A classic AQA exam application: differentiate y = x^2 * sin(x). Here u = x^2, v = sin(x), so u’ = 2x, v’ = cos(x). Therefore dy/dx = 2x * sin(x) + x^2 * cos(x). The product rule is essential whenever we encounter expressions like x*e^x, x^2*ln(x), or any function multiplied by a trigonometric or exponential factor.
AQA 考试中的经典应用:对 y = x^2 * sin(x) 求导。此处 u = x^2, v = sin(x),因此 u’ = 2x, v’ = cos(x)。所以 dy/dx = 2x * sin(x) + x^2 * cos(x)。每当我们遇到诸如 x*e^x、x^2*ln(x) 的表达式,或任何与三角函数或指数因子相乘的函数时,乘积法则都是必不可少的。
The Quotient Rule | 商法则
For a function expressed as a fraction y = u(x) / v(x), the quotient rule applies: dy/dx = (u'(x)v(x) – u(x)v'(x)) / [v(x)]^2. The order of terms in the numerator is critical – u’v comes first, then minus uv’. Reversing these gives the wrong sign, a common exam mistake.
对于以分数形式表示的函数 y = u(x) / v(x),应用商法则:dy/dx = (u'(x)v(x) – u(x)v'(x)) / [v(x)]^2。分子中各项的顺序至关重要 – 先 u’v,然后减去 uv’。颠倒顺序会得到错误的符号,这是考试中的常见错误。
Example: differentiate y = (x^2 + 1) / (x – 3). Set u = x^2 + 1, v = x – 3, giving u’ = 2x, v’ = 1. Then dy/dx = [2x(x – 3) – (x^2 + 1)(1)] / (x – 3)^2 = (2x^2 – 6x – x^2 – 1) / (x – 3)^2 = (x^2 – 6x – 1) / (x – 3)^2. Always simplify the numerator as much as possible – AQA mark schemes reward fully simplified expressions.
例题:对 y = (x^2 + 1) / (x – 3) 求导。设 u = x^2 + 1, v = x – 3,得 u’ = 2x, v’ = 1。则 dy/dx = [2x(x – 3) – (x^2 + 1)(1)] / (x – 3)^2 = (2x^2 – 6x – x^2 – 1) / (x – 3)^2 = (x^2 – 6x – 1) / (x – 3)^2。始终尽可能简化分子 – AQA 评分方案奖励完全化简的表达式。
The Chain Rule | 链式法则
The chain rule is arguably the most powerful differentiation technique at A-Level. It handles composite functions – functions of functions. If y = f(g(x)), then dy/dx = f'(g(x)) * g'(x). In Leibniz notation, dy/dx = (dy/du) * (du/dx), which makes the “chain” of dependencies visually clear.
链式法则可以说是 A-Level 中最强大的微分技巧。它处理复合函数 – 函数的函数。若 y = f(g(x)),则 dy/dx = f'(g(x)) * g'(x)。用莱布尼茨符号表示为 dy/dx = (dy/du) * (du/dx),这使得依赖关系的”链条”在视觉上清晰明了。
Worked example: differentiate y = (3x^2 + 5)^4. Let u = 3x^2 + 5, so y = u^4. Then dy/du = 4u^3 and du/dx = 6x. Therefore dy/dx = 4u^3 * 6x = 24x(3x^2 + 5)^3. With practice, students learn to do this in one step: “bring down the power, keep the inside, multiply by the derivative of the inside”.
解题示例:对 y = (3x^2 + 5)^4 求导。令 u = 3x^2 + 5,则 y = u^4。那么 dy/du = 4u^3 且 du/dx = 6x。因此 dy/dx = 4u^3 * 6x = 24x(3x^2 + 5)^3。通过练习,学生学会一步完成:”把指数拿下来,保留内部,乘以内部的导数”。
The chain rule also handles exponential and logarithmic composite functions. For y = e^(f(x)), we have dy/dx = f'(x) * e^(f(x)). For y = ln(f(x)), we have dy/dx = f'(x) / f(x). These specific cases appear so frequently in AQA papers that they deserve special memorisation.
链式法则也处理指数和对数复合函数。对于 y = e^(f(x)),有 dy/dx = f'(x) * e^(f(x))。对于 y = ln(f(x)),有 dy/dx = f'(x) / f(x)。这些特殊情况在 AQA 试卷中出现得如此频繁,值得特别记忆。
Implicit Differentiation | 隐函数微分
Not all relationships between x and y are written as y = f(x). Equations like x^2 + y^2 = 25 (a circle) or x^2 + xy + y^2 = 7 define y implicitly as a function of x. Implicit differentiation treats y as a function of x and applies the chain rule to any term containing y.
并非所有 x 和 y 之间的关系都能写成 y = f(x) 的形式。诸如 x^2 + y^2 = 25(圆)或 x^2 + xy + y^2 = 7 这样的方程隐含地将 y 定义为 x 的函数。隐函数微分将 y 视为 x 的函数,并对任何包含 y 的项应用链式法则。
The key technique: whenever we differentiate a y-term, we multiply by dy/dx. For the circle x^2 + y^2 = 25, differentiating both sides with respect to x gives 2x + 2y(dy/dx) = 0, so dy/dx = -x/y. This elegantly gives the gradient at any point on the circle without needing to solve for y explicitly.
关键技巧是:每当我们对 y 项求导时,都要乘以 dy/dx。对于圆 x^2 + y^2 = 25,两边同时对 x 求导得 2x + 2y(dy/dx) = 0,因此 dy/dx = -x/y。这优雅地给出了圆上任意点的梯度,而无需显式解出 y。
For the more complex example x^2 + xy + y^2 = 7, we apply both the product rule (to xy) and implicit differentiation (to y^2): 2x + (1*y + x*dy/dx) + 2y(dy/dx) = 0. Collecting dy/dx terms: x(dy/dx) + 2y(dy/dx) = -2x – y, so dy/dx = -(2x + y) / (x + 2y). AQA expects students to handle this level of algebraic manipulation comfortably.
对于更复杂的例子 x^2 + xy + y^2 = 7,我们同时应用乘积法则(对 xy)和隐函数微分(对 y^2):2x + (1*y + x*dy/dx) + 2y(dy/dx) = 0。合并 dy/dx 项:x(dy/dx) + 2y(dy/dx) = -2x – y,因此 dy/dx = -(2x + y) / (x + 2y)。AQA 期望学生能自如地处理这种程度的代数操作。
Parametric Differentiation | 参数微分
When x and y are both expressed in terms of a third variable t – a parameter – we cannot differentiate y with respect to x directly. Instead, we use the relationship dy/dx = (dy/dt) / (dx/dt), provided dx/dt is not zero. This is a direct application of the chain rule: dy/dt = (dy/dx) * (dx/dt).
当 x 和 y 都用一个第三个变量 t(参数)表示时,我们不能直接对 y 关于 x 求导。相反,我们使用关系式 dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt 不为零。这是链式法则的直接应用:dy/dt = (dy/dx) * (dx/dt)。
Example: a curve is defined by x = t^2 – 1, y = t^3 + 2t. Find dy/dx in terms of t, and hence find the equation of the tangent at the point where t = 1. First, dx/dt = 2t, dy/dt = 3t^2 + 2. So dy/dx = (3t^2 + 2) / (2t). At t = 1: x = 0, y = 3, and dy/dx = 5/2. The tangent equation is y – 3 = (5/2)(x – 0), or y = (5/2)x + 3.
例题:一曲线由 x = t^2 – 1, y = t^3 + 2t 定义。求 dy/dx 用 t 表示,并由此求 t = 1 处的切线方程。首先,dx/dt = 2t, dy/dt = 3t^2 + 2。所以 dy/dx = (3t^2 + 2) / (2t)。在 t = 1 处:x = 0, y = 3, dy/dx = 5/2。切线方程为 y – 3 = (5/2)(x – 0),即 y = (5/2)x + 3。
AQA often combines parametric differentiation with stationary points, asking students to find where dy/dx = 0 (giving horizontal tangents) or where dx/dt = 0 (giving vertical tangents). The second derivative in parametric form – d^2y/dx^2 = d/dt[dy/dx] / (dx/dt) – is also examinable and worth mastering.
AQA 常将参数微分与驻点结合起来,要求学生找出 dy/dx = 0(给出水平切线)或 dx/dt = 0(给出垂直切线)的位置。参数形式的二阶导数 – d^2y/dx^2 = d/dt[dy/dx] / (dx/dt) – 也是可考内容,值得掌握。
Applications: Stationary Points and Optimisation | 应用:驻点与最优化
Setting dy/dx = 0 locates stationary points – places where the gradient of a curve is momentarily zero. The second derivative test classifies these: if d^2y/dx^2 > 0, the point is a local minimum; if d^2y/dx^2 < 0, it is a local maximum; if d^2y/dx^2 = 0, the test is inconclusive and we must examine the sign of dy/dx on either side.
令 dy/dx = 0 可找出驻点 – 曲线梯度瞬时为零的位置。二阶导数检验法对其进行分类:若 d^2y/dx^2 > 0,该点为局部极小值;若 d^2y/dx^2 < 0,该点为局部极大值;若 d^2y/dx^2 = 0,检验无定论,我们必须检查 dy/dx 在两侧的符号。
Optimisation problems are the most practical application of stationary points. A typical AQA question: “A rectangular box with a square base and an open top has a volume of 32 m^3. Find the dimensions that minimise the surface area.” This requires expressing the quantity to be minimised (surface area) as a function of one variable, differentiating, finding the stationary point, and verifying it is a minimum.
最优化问题是驻点最实际的应用。一道典型的 AQA 题目:”一个具有正方形底面和无盖顶部的矩形箱体,体积为 32 立方米。求使表面积最小的尺寸。”这需要将要最小化的量(表面积)表示为单一变量的函数,求导,找出驻点,并验证其为极小值。
Step-by-step solution: Let the base side be x and the height be h. Volume = x^2 * h = 32, so h = 32/x^2. Surface area A = x^2 + 4xh = x^2 + 4x(32/x^2) = x^2 + 128/x. Differentiating: dA/dx = 2x – 128/x^2. Set to zero: 2x = 128/x^2, so x^3 = 64, giving x = 4. Then h = 32/16 = 2. The second derivative d^2A/dx^2 = 2 + 256/x^3 > 0 for x > 0, confirming a minimum. The optimal box is 4m by 4m by 2m.
逐步解答:设底面边长为 x,高为 h。体积 = x^2 * h = 32,因此 h = 32/x^2。表面积 A = x^2 + 4xh = x^2 + 4x(32/x^2) = x^2 + 128/x。求导:dA/dx = 2x – 128/x^2。设为零:2x = 128/x^2,因此 x^3 = 64,得 x = 4。则 h = 32/16 = 2。二阶导数 d^2A/dx^2 = 2 + 256/x^3 > 0 对于 x > 0 成立,确认极小值。最优箱体尺寸为 4米乘4米乘2米。
Connected Rates of Change | 相关变化率
Connected rates of change problems use the chain rule to relate the rate at which one quantity changes to the rate at which another changes. The classic structure: you are given dA/dt (or similar), you know a geometric relationship between A and another variable r, and you need dr/dt. The bridge is dA/dt = (dA/dr) * (dr/dt), rearranged to solve for the unknown rate.
相关变化率问题利用链式法则将一个量的变化率与另一个量的变化率联系起来。经典结构:已知 dA/dt(或类似量),知道 A 与另一个变量 r 之间的几何关系,需求 dr/dt。桥梁是 dA/dt = (dA/dr) * (dr/dt),重新排列以求解未知变化率。
Example: A spherical balloon is being inflated at a rate of 100 cm^3/s. Find the rate at which the radius is increasing when the radius is 5 cm. The volume V = (4/3) * pi * r^3, so dV/dr = 4 * pi * r^2. We know dV/dt = 100, and dV/dt = (dV/dr) * (dr/dt). Therefore 100 = 4 * pi * 25 * (dr/dt), giving dr/dt = 100 / (100 * pi) = 1/pi cm/s, approximately 0.318 cm/s.
例题:一个球形气球正以 100 立方厘米/秒的速率充气。求当半径为 5 厘米时半径增加的速率。体积 V = (4/3) * pi * r^3,因此 dV/dr = 4 * pi * r^2。已知 dV/dt = 100,且 dV/dt = (dV/dr) * (dr/dt)。因此 100 = 4 * pi * 25 * (dr/dt),得 dr/dt = 100 / (100 * pi) = 1/pi 厘米/秒,约 0.318 厘米/秒。
Exponentials and Logarithms | 指数函数与对数函数
The exponential function e^x is unique: it is its own derivative. d/dx[e^x] = e^x. This remarkable property makes it central to modelling growth and decay processes. When composed with other functions: d/dx[e^(kx)] = k * e^(kx) and d/dx[e^(f(x))] = f'(x) * e^(f(x)).
指数函数 e^x 是独一无二的:它等于自身的导数。d/dx[e^x] = e^x。这一卓越性质使其成为增长和衰减过程建模的核心。当与其他函数复合时:d/dx[e^(kx)] = k * e^(kx) 且 d/dx[e^(f(x))] = f'(x) * e^(f(x))。
For natural logarithms: d/dx[ln(x)] = 1/x for x > 0. For the general case d/dx[ln(f(x))] = f'(x) / f(x). A particularly useful AQA trick: d/dx[ln(ax)] = 1/x regardless of the constant a, because ln(ax) = ln(a) + ln(x), and ln(a) differentiates to zero.
对于自然对数:d/dx[ln(x)] = 1/x(x > 0)。对于一般情况 d/dx[ln(f(x))] = f'(x) / f(x)。一个特别有用的 AQA 技巧:无论常数 a 为何值,d/dx[ln(ax)] = 1/x,因为 ln(ax) = ln(a) + ln(x),而 ln(a) 求导得零。
The relationship between exponentials and logarithms also provides a technique for differentiating expressions of the form a^x. Since a^x = e^(x*ln(a)), we have d/dx[a^x] = ln(a) * a^x. This is not on every AQA paper but appears in the more demanding questions that distinguish A* candidates.
指数函数与对数函数之间的关系也为对 a^x 形式的表达式求导提供了一种技巧。由于 a^x = e^(x*ln(a)),我们有 d/dx[a^x] = ln(a) * a^x。这并非每张 AQA 试卷都会出现,但会出现在区分 A* 考生的较难题目中。
Trigonometric Differentiation | 三角函数的微分
The derivatives of the six trigonometric functions form a tight, elegant pattern. The core pair: d/dx[sin(x)] = cos(x) and d/dx[cos(x)] = -sin(x). From these, using the quotient rule, we derive d/dx[tan(x)] = sec^2(x). Notice the sign change with cosine – forgetting the minus sign is perhaps the single most common error in A-Level differentiation.
六个三角函数的导数形成一个紧凑、优雅的模式。核心对:d/dx[sin(x)] = cos(x) 和 d/dx[cos(x)] = -sin(x)。由此,利用商法则,我们推导出 d/dx[tan(x)] = sec^2(x)。注意余弦的符号变化 – 忘记负号可能是 A-Level 微分中最常见的单一错误。
For the reciprocal functions: d/dx[sec(x)] = sec(x)tan(x), d/dx[cosec(x)] = -cosec(x)cot(x), d/dx[cot(x)] = -cosec^2(x). These are all derivable from the core pair using the chain rule and quotient rule, but memorising them saves valuable exam time.
对于倒数三角函数:d/dx[sec(x)] = sec(x)tan(x), d/dx[cosec(x)] = -cosec(x)cot(x), d/dx[cot(x)] = -cosec^2(x)。这些都可以通过链式法则和商法则从核心对推导出来,但记忆它们可以节省宝贵的考试时间。
When trigonometric functions are composed with linear functions: d/dx[sin(ax+b)] = a*cos(ax+b), d/dx[cos(ax+b)] = -a*sin(ax+b). The chain rule simply multiplies by the coefficient of x. For more complex compositions like sin(x^2): d/dx[sin(x^2)] = 2x*cos(x^2).
当三角函数与线性函数复合时:d/dx[sin(ax+b)] = a*cos(ax+b), d/dx[cos(ax+b)] = -a*sin(ax+b)。链式法则只需乘以 x 的系数。对于更复杂的复合如 sin(x^2):d/dx[sin(x^2)] = 2x*cos(x^2)。
Exam Strategy for AQA Differentiation | AQA 微分考试策略
AQA differentiation questions typically progress through four levels of difficulty within a single multi-part question. Part (a) tests a basic rule: differentiate a simple polynomial, exponential, or trigonometric function. Part (b) introduces a composite requiring the chain rule. Part (c) combines multiple rules – perhaps a product involving a trigonometric and an exponential function. Part (d) applies the mathematics to a real-world context, often an optimisation or rates-of-change problem.
AQA 微分题目通常在一个多部分问题中按四个难度层次递进。第 (a) 部分考查基本法则:对简单的多项式、指数或三角函数求导。第 (b) 部分引入需要链式法则的复合函数。第 (c) 部分结合多种法则 – 可能是一个涉及三角函数和指数函数的乘积。第 (d) 部分将数学应用于实际情境,通常是最优化或变化率问题。
Time management tip: the first three parts should be completed relatively quickly, leaving the bulk of the time for the contextual application in part (d). Always show your working clearly – AQA awards method marks generously even when the final answer is incorrect. A missing minus sign in a trigonometric derivative might cost you only one accuracy mark if your subsequent working is logically consistent.
时间管理提示:前三部分应相对快速地完成,将大部分时间留给第 (d) 部分的实际应用。始终清晰地展示你的解题步骤 – 即使最终答案错误,AQA 也会慷慨地给予方法分。三角函数导数中遗漏的负号可能只扣掉一个准确度分,前提是后续步骤在逻辑上是一致的。
Common pitfalls to avoid: confusing the product and quotient rules (use the mnemonic “low d-high minus high d-low, square the bottom and away we go” for quotients), forgetting to multiply by the derivative of the inner function in chain rule applications, and misapplying the second derivative test when d^2y/dx^2 = 0. When in doubt about a stationary point’s nature, fall back to examining the sign of dy/dx on either side – this method always works.
需要避免的常见陷阱:混淆乘积法则和商法则(商法则记忆口诀:”分母乘分子的导数减去分子乘分母的导数,分母平方就走”),在链式法则应用中忘记乘以内层函数的导数,以及当 d^2y/dx^2 = 0 时错误应用二阶导数检验法。当对驻点性质有疑问时,回归到检查 dy/dx 在两侧的符号 – 这个方法始终有效。
Tangents and Normals | 切线与法线
Once we can differentiate, we can find the equation of the tangent line at any point on a curve. The derivative gives us the gradient m at that point, and the tangent passes through (x_1, y_1) with equation y – y_1 = m(x – x_1). The normal is perpendicular to the tangent, so its gradient is -1/m (provided m is not zero). If the tangent is horizontal (m = 0), the normal is vertical (x = x_1).
一旦我们能求导,就能找到曲线上任意一点的切线方程。导数给出该点的梯度 m,切线经过 (x_1, y_1),方程为 y – y_1 = m(x – x_1)。法线垂直于切线,因此其梯度为 -1/m(前提是 m 不为零)。如果切线是水平的(m = 0),则法线是垂直的(x = x_1)。
Example: find the equation of the tangent and the normal to the curve y = x^3 – 3x + 2 at the point where x = 1. First, y(1) = 1 – 3 + 2 = 0, so the point is (1, 0). Then dy/dx = 3x^2 – 3, so at x = 1, m = 3 – 3 = 0. The tangent is horizontal: y = 0 (the x-axis). The normal is vertical: x = 1. An elegant example showing that zero-gradient tangents produce beautifully simple results.
例题:求曲线 y = x^3 – 3x + 2 在 x = 1 处的切线和法线方程。首先,y(1) = 1 – 3 + 2 = 0,因此点为 (1, 0)。然后 dy/dx = 3x^2 – 3,因此在 x = 1 处,m = 3 – 3 = 0。切线是水平的:y = 0(x 轴)。法线是垂直的:x = 1。一个精妙的例子,展示了零梯度切线产生极其简洁的结果。
AQA frequently sets questions where you must find where the tangent is parallel to a given line. Since parallel lines share the same gradient, set dy/dx equal to the gradient of the given line and solve for x. Always check that the points you find actually lie on the curve by substituting back into the original equation.
AQA 经常设置要求找出切线与给定直线平行位置的问题。由于平行线共享相同梯度,将 dy/dx 设为给定直线的梯度并解出 x。始终通过代回原方程来验证你找到的点确实在曲线上。
Practice and Mastery Tips | 练习与精通建议
Differentiation at A-Level is not conceptually difficult once the chain rule clicks, but it demands precision. Every sign, every factor, every algebraic simplification matters. The most effective practice strategy is systematic: start with pure drill exercises (differentiate 20 polynomials, then 20 composites, then 20 products) until the mechanical steps are automatic. Only then move to application problems.
A-Level 微分在掌握链式法则后概念上并不难,但它要求精确性。每一个符号、每一个因子、每一次代数化简都很重要。最有效的练习策略是系统性的:从纯练习开始(对 20 个多项式求导,然后 20 个复合函数,然后 20 个乘积),直到机械步骤变得自动。然后再转入应用题。
A final word on calculator use: AQA requires both calculator and non-calculator differentiation competence. While your calculator can verify a derivative, the examination tests your ability to derive results step by step. Use the calculator to check your answers after completing each question, not as a substitute for learning the process. The true test of understanding is being able to explain why each rule works, not just that it does.
关于计算器使用的最后建议:AQA 要求同时具备使用计算器和不使用计算器的微分能力。虽然计算器可以验证导数,但考试考查的是你逐步推导结果的能力。在完成每道题后用计算器检查答案,而不是将其作为学习过程的替代品。理解的真正考验是能解释每个法则为何有效,而不仅仅是它有效。
Summary | 总结
Differentiation is a skill that rewards both understanding and practice. The AQA A-Level specification demands fluency across all the major techniques: first principles, power rule, product rule, quotient rule, chain rule, implicit differentiation, and parametric differentiation. Beyond the mechanics, students should be comfortable applying differentiation to stationary points, optimisation, and connected rates of change – these application questions carry the highest marks and are often the differentiator between a grade A and an A*.
微分是一项既奖励理解又奖励练习的技能。AQA A-Level 大纲要求熟练掌握所有主要技巧:第一性原理、幂法则、乘积法则、商法则、链式法则、隐函数微分和参数微分。在技法之外,学生还应能自如地将微分应用于驻点、最优化和相关变化率 – 这些应用题分值最高,往往是区分 A 等级和 A* 等级的关键。
The journey from first principles to solving complex optimisation problems is a substantial one, but each technique builds logically on what comes before. Master the foundations – especially the chain rule, which permeates every advanced application – and the more complex topics will fall into place naturally. Regular practice with past AQA papers, paying close attention to the mark schemes, is the most reliable path to examination success.
从第一性原理到解决复杂最优化问题的旅程是漫长的,但每一项技巧都在逻辑上建立在前一项的基础之上。掌握基础 – 尤其是贯穿所有高级应用的链式法则 – 更复杂的主题自然会水到渠成。定期练习 AQA 历年真题,密切关注评分方案,是通往考试成功最可靠的途径。
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导