一、微分的基本概念:从平均变化率到瞬时变化率 | The Basic Concept of Differentiation: From Average Rate of Change to Instantaneous Rate of Change
微分(Differentiation)是微积分的核心组成部分,用于研究函数在某一点的变化率。想象一辆汽车在高速公路上行驶:如果你想知道它在某一段路程中的平均速度,只需用总距离除以总时间。但如果你想知道它在某一秒的确切速度 – 比如经过测速摄像头的那一瞬间 – 你就需要微分。在数学上,我们通过极限(limit)的概念来定义导数:函数 f(x) 在 x=a 处的导数 f'(a) 等于当 h 趋近于 0 时差商 (f(a+h)-f(a))/h 的极限。这就是”从第一原理求导”(Differentiation from First Principles)的基础。
Differentiation is a core component of calculus, used to study the rate of change of a function at a given point. Imagine a car travelling on a motorway: if you want to know its average speed over a stretch of road, you simply divide the total distance by the total time. But if you want to know its exact speed at a particular second – say, the moment it passes a speed camera – you need differentiation. Mathematically, we define the derivative using the concept of a limit: the derivative f'(a) of a function f(x) at x=a equals the limit, as h approaches 0, of the difference quotient (f(a+h)-f(a))/h. This is the foundation of “Differentiation from First Principles.”
在 AQA A-Level 数学课程中,你需要掌握的第一条微分规则是幂法则(Power Rule):对于 f(x)=xⁿ,其导数为 f'(x)=nxⁿ⁻¹。例如 x⁵ 的导数是 5x⁴,x³ 的导数是 3x²。常数的导数为零,因为常数函数没有变化。这些基本规则构成了所有更复杂微分技巧的基石。
In the AQA A-Level Mathematics course, the first differentiation rule you need to master is the Power Rule: for f(x)=xⁿ, the derivative is f'(x)=nxⁿ⁻¹. For example, the derivative of x⁵ is 5x⁴, and the derivative of x³ is 3x². The derivative of a constant is zero, because a constant function has no change. These basic rules form the foundation upon which all more complex differentiation techniques are built.
二、链式法则:复合函数的”层层剥离”微分法 | The Chain Rule: “Layer-by-Layer Peeling” Differentiation for Composite Functions
链式法则(Chain Rule)是处理复合函数(composite function) – 即”函数的函数” – 的核心工具。当你面对形如 f(g(x)) 的表达式时,例如 sin(3x+1) 或 (2x²-5)⁷,你需要”由外向内”逐层求导。链式法则的数学表述为:dy/dx = dy/du × du/dx,其中 y 是关于 u 的函数,u 是关于 x 的函数。AQA 考试中常见的表达方式是:若 y=[f(x)]ⁿ,则 dy/dx = n[f(x)]ⁿ⁻¹ × f'(x)。
The Chain Rule is the core tool for handling composite functions – that is, “functions of functions.” When you face an expression of the form f(g(x)), such as sin(3x+1) or (2x²-5)⁷, you need to differentiate “from the outside in,” layer by layer. The Chain Rule is mathematically stated as: dy/dx = dy/du × du/dx, where y is a function of u, and u is a function of x. The common form seen in AQA exams is: if y=[f(x)]ⁿ, then dy/dx = n[f(x)]ⁿ⁻¹ × f'(x).
让我们通过一个具体例子来理解链式法则的应用。求 y=(3x²-4x+1)⁵ 的导数。将括号内的内容设为 u=3x²-4x+1,则 y=u⁵。根据链式法则:dy/du=5u⁴,du/dx=6x-4。因此 dy/dx=5(3x²-4x+1)⁴×(6x-4)。链式法则也广泛应用于三角函数和指数/对数复合函数中。例如 y=e^(2x+3) 的导数为 dy/dx=2e^(2x+3),因为外函数 e^u 的导数仍然是 e^u,而内函数 2x+3 的导数为 2。
Let us work through a concrete example to understand the Chain Rule in practice. Find the derivative of y=(3x²-4x+1)⁵. Set the contents of the bracket as u=3x²-4x+1, so y=u⁵. Using the Chain Rule: dy/du=5u⁴, du/dx=6x-4. Therefore dy/dx=5(3x²-4x+1)⁴×(6x-4). The Chain Rule is also extensively applied to trigonometric and exponential/logarithmic composite functions. For example, the derivative of y=e^(2x+3) is dy/dx=2e^(2x+3), since the outer function e^u differentiates to e^u, while the inner function 2x+3 differentiates to 2.
常见的链式法则陷阱包括:忘记乘以内部函数的导数(漏掉 du/dx 项)、错误地将外函数的导数应用于整个复合表达式、以及混淆 f'(g(x)) 和 g'(x) 的顺序。AQA 试卷中经常通过”show that”题型考察链式法则 – 你需要求出导数并将其化简为题目指定的形式,这要求你在展开和因式分解环节格外小心。
Common Chain Rule pitfalls include: forgetting to multiply by the derivative of the inner function (omitting the du/dx term), incorrectly applying the derivative of the outer function to the entire composite expression, and confusing the order of f'(g(x)) and g'(x). AQA exam papers frequently test the Chain Rule through “show that” questions – you need to find the derivative and simplify it into the specified form, requiring extra care during the expansion and factorisation steps.
三、乘积法则:两个函数相乘时的微分策略 | The Product Rule: Differentiation Strategy When Two Functions Are Multiplied Together
当函数以两个子函数的乘积形式出现时 – 例如 y=x²sin(x) 或 y=(3x+1)e^(2x) – 你就需要乘积法则(Product Rule)。乘积法则的标准公式为:若 y=uv,其中 u 和 v 都是关于 x 的函数,则 dy/dx = u·(dv/dx) + v·(du/dx)。通俗地说,”第一个乘第二个的导数,加第二个乘第一个的导数。” 关键在于先认定哪个是 u,哪个是 v,然后严格执行公式。
When a function appears as the product of two sub-functions – for example, y=x²sin(x) or y=(3x+1)e^(2x) – you need the Product Rule. The standard formula for the Product Rule is: if y=uv, where u and v are both functions of x, then dy/dx = u·(dv/dx) + v·(du/dx). In plain English, “the first times the derivative of the second, plus the second times the derivative of the first.” The key is to decide which part is u and which is v, then execute the formula rigorously.
让我们求 y=x³ln(x) 的导数。设 u=x³,v=ln(x)。则 du/dx=3x²,dv/dx=1/x。代入乘积法则:dy/dx = x³×(1/x) + ln(x)×(3x²) = x² + 3x²ln(x)。如需进一步化简(AQA 题目常要求”fully simplified”形式),可提取公因式 x²:dy/dx = x²(1+3ln(x))。
Let us find the derivative of y=x³ln(x). Set u=x³, v=ln(x). Then du/dx=3x², dv/dx=1/x. Substitute into the Product Rule: dy/dx = x³×(1/x) + ln(x)×(3x²) = x² + 3x²ln(x). If further simplification is required (AQA questions often ask for a “fully simplified” form), factor out x²: dy/dx = x²(1+3ln(x)).
乘积法则的一个关键挑战出现在需要结合链式法则的时候。例如 y=x²(2x-1)⁴:这里 u=x²(使用幂法则),v=(2x-1)⁴(需要链式法则)。du/dx=2x,dv/dx=4(2x-1)³×2=8(2x-1)³。然后 dy/dx = x²×8(2x-1)³ + (2x-1)⁴×2x。在 AQA A-Level 考试中,大约 40% 的乘积法则题目涉及这种”混合”技巧,要求你同时识别乘积结构和复合函数结构。
A key challenge with the Product Rule arises when the Chain Rule must be combined. For example, y=x²(2x-1)⁴: here u=x² (using the Power Rule), and v=(2x-1)⁴ (which requires the Chain Rule). du/dx=2x, dv/dx=4(2x-1)³×2=8(2x-1)³. Then dy/dx = x²×8(2x-1)³ + (2x-1)⁴×2x. In AQA A-Level exams, roughly 40% of Product Rule questions involve this “mixed” technique, requiring you to simultaneously recognise both the product structure and the composite function structure.
四、商法则:分数形式函数的系统化微分方法 | The Quotient Rule: A Systematic Approach to Differentiating Fraction-Form Functions
商法则(Quotient Rule)专门处理形如 y=u/v 的有理函数,其中 u 和 v 都是关于 x 的函数。与乘积法则不同,商法则对 u 和 v 的顺序有严格要求 – 调换顺序会得到完全错误的结果。商法则的公式为:dy/dx = (v·du/dx – u·dv/dx) / v²。记忆口诀:”底下乘上面的导数,减上面乘底下的导数,全部除以底下的平方。” 另一种常用的助记法是 “low d-high minus high d-low, over low squared”。
The Quotient Rule is specifically designed to handle rational functions of the form y=u/v, where u and v are both functions of x. Unlike the Product Rule, the Quotient Rule has a strict requirement for the order of u and v – swapping them yields a completely wrong result. The Quotient Rule formula is: dy/dx = (v·du/dx – u·dv/dx) / v². A common mnemonic is: “low d-high minus high d-low, over low squared.”
求 y=(x²+3)/(2x-1) 的导数。设 u=x²+3(分子),v=2x-1(分母)。则 du/dx=2x,dv/dx=2。代入商法则:dy/dx = [(2x-1)(2x) – (x²+3)(2)] / (2x-1)² = [4x²-2x – 2x²-6] / (2x-1)² = (2x²-2x-6) / (2x-1)²。商法则最常见的错误是减号写反了 – 记住分子部分是 v·u’ – u·v’(v 的导数项放前面),而不是 u’·v – u·v’。
Find the derivative of y=(x²+3)/(2x-1). Set u=x²+3 (numerator), v=2x-1 (denominator). Then du/dx=2x, dv/dx=2. Substitute into the Quotient Rule: dy/dx = [(2x-1)(2x) – (x²+3)(2)] / (2x-1)² = [4x²-2x – 2x²-6] / (2x-1)² = (2x²-2x-6) / (2x-1)². The most common error with the Quotient Rule is reversing the subtraction – remember that the numerator is v·u’ – u·v’ (the v-derivative term comes first), not u’·v – u·v’.
许多学生面临的选择是:什么时候对分数形式的函数使用商法则,什么时候可以先重写再使用乘积法则或链式法则?一般来说,如果分母是简单的单项式(如 y=sin(x)/x 或 y=ln(x)/x²),改写为 y=sin(x)·x⁻¹ 再使用乘积法则+链式法则往往更简洁。但如果分母是一个复杂的多项式(如 y=(x³+2x)/(x²-4x+5)),直接使用商法则通常更高效。AQA 考卷中的”method mark”会奖励正确选择和应用的法则,即使算术计算中有小错。
A common choice students face is: when should you use the Quotient Rule for fraction-form functions, and when should you rewrite first and use the Product Rule or Chain Rule? Generally speaking, if the denominator is a simple monomial (e.g., y=sin(x)/x or y=ln(x)/x²), rewriting as y=sin(x)·x⁻¹ and then using the Product Rule combined with the Chain Rule is often cleaner. But if the denominator is a complex polynomial (e.g., y=(x³+2x)/(x²-4x+5)), using the Quotient Rule directly is usually more efficient. AQA exam mark schemes award “method marks” for correctly choosing and applying the appropriate rule, even if small arithmetic errors occur.
五、三角函数的微分:sin、cos、tan 及其反函数的求导公式 | Differentiation of Trigonometric Functions: Derivative Formulas for sin, cos, tan and Their Inverses
三角函数微分在 AQA A-Level 数学中占有重要地位。六个基本三角函数的导数需要熟记:d/dx[sin(x)]=cos(x)、d/dx[cos(x)]=-sin(x)、d/dx[tan(x)]=sec²(x)。注意 cos(x) 的导数是 -sin(x)(带负号),这是最容易混淆的地方。另外三个 – sec(x)、cosec(x) 和 cot(x) – 的导数也需要掌握:d/dx[sec(x)]=sec(x)tan(x)、d/dx[cosec(x)]=-cosec(x)cot(x)、d/dx[cot(x)]=-cosec²(x)。
Differentiation of trigonometric functions holds an important place in AQA A-Level Mathematics. The derivatives of the six basic trigonometric functions must be memorised: d/dx[sin(x)]=cos(x), d/dx[cos(x)]=-sin(x), d/dx[tan(x)]=sec²(x). Note that the derivative of cos(x) is -sin(x) (with a negative sign) – this is the most commonly confused point. The derivatives of the other three – sec(x), cosec(x), and cot(x) – must also be known: d/dx[sec(x)]=sec(x)tan(x), d/dx[cosec(x)]=-cosec(x)cot(x), d/dx[cot(x)]=-cosec²(x).
当三角函数的自变量包含线性表达式时(如 sin(2x)、cos(3x+1)、tan(5x-2)),需要结合链式法则。一般模式为:d/dx[sin(ax+b)]=a·cos(ax+b)、d/dx[cos(ax+b)]=-a·sin(ax+b)、d/dx[tan(ax+b)]=a·sec²(ax+b)。例如 d/dx[sin(4x-π/3)]=4·cos(4x-π/3)。这与前面讨论的链式法则模式完全一致:外函数的导数乘以内函数的导数。
When the argument of a trigonometric function contains a linear expression (e.g., sin(2x), cos(3x+1), tan(5x-2)), the Chain Rule must be applied. The general pattern is: d/dx[sin(ax+b)]=a·cos(ax+b), d/dx[cos(ax+b)]=-a·sin(ax+b), d/dx[tan(ax+b)]=a·sec²(ax+b). For example, d/dx[sin(4x-π/3)]=4·cos(4x-π/3). This is entirely consistent with the Chain Rule pattern discussed earlier: the derivative of the outer function multiplied by the derivative of the inner function.
AQA 真题中常见的三角微分题型包括:求三角乘积的导数(如 y=sin(2x)cos(x) 需要乘积法则)、求三角商的导数(如 y=tan(x)/x 需要商法则)、以及求三角复合函数的导数。对于 y=sin²(x)(即 (sin(x))² 的简写),使用链式法则:dy/dx=2sin(x)·cos(x)=sin(2x)。这种”先识别复合结构,再应用对应法则”的思维路径是考试成功的关键。
Common trigonometric differentiation question types in AQA past papers include: finding the derivative of a trigonometric product (e.g., y=sin(2x)cos(x), which needs the Product Rule), finding the derivative of a trigonometric quotient (e.g., y=tan(x)/x, which needs the Quotient Rule), and finding the derivative of trigonometric composite functions. For y=sin²(x) (shorthand for (sin(x))²), use the Chain Rule: dy/dx=2sin(x)·cos(x)=sin(2x). This thought process – “first identify the composite structure, then apply the corresponding rule” – is the key to exam success.
六、指数函数与对数函数的微分:自然底数 e 的特殊地位 | Differentiation of Exponential and Logarithmic Functions: The Special Status of the Natural Base e
自然指数函数 e^x 在微积分中具有独一无二的性质:它是唯一的导函数等于自身的函数 – d/dx[e^x]=e^x。这一特性使其在科学、工程和金融建模中无处不在。当指数包含线性项时,需要使用链式法则:d/dx[e^(ax+b)]=a·e^(ax+b)。例如 d/dx[e^(3x-1)]=3e^(3x-1)。对于一般指数函数 a^x(a>0),其导数为 d/dx[a^x]=a^x·ln(a),这可以通过将 a^x 改写为 e^(x·ln(a)) 再利用链式法则推导出来。
The natural exponential function e^x possesses a unique property in calculus: it is the only function whose derivative is equal to itself – d/dx[e^x]=e^x. This characteristic makes it ubiquitous in science, engineering, and financial modelling. When the exponent contains a linear term, the Chain Rule is needed: d/dx[e^(ax+b)]=a·e^(ax+b). For example, d/dx[e^(3x-1)]=3e^(3x-1). For the general exponential function a^x (a>0), its derivative is d/dx[a^x]=a^x·ln(a), which can be derived by rewriting a^x as e^(x·ln(a)) and then applying the Chain Rule.
自然对数函数 ln(x) 的导数是 d/dx[ln(x)]=1/x(x>0)。这是从 e^x 的反函数关系推导出来的重要公式。当自变量不是单纯的 x 时,同样需要链式法则:d/dx[ln(ax+b)]=a/(ax+b)。例如 d/dx[ln(4x+5)]=4/(4x+5)。对于更复杂的对数微分问题,如 y=ln(cos(x)),首先识别复合结构:外函数是 ln,内函数是 cos。dy/dx=(1/cos(x))×(-sin(x))=-tan(x)。
The derivative of the natural logarithm function ln(x) is d/dx[ln(x)]=1/x (x>0). This is an important formula derived from the inverse function relationship with e^x. When the argument is not simply x, the Chain Rule is again required: d/dx[ln(ax+b)]=a/(ax+b). For example, d/dx[ln(4x+5)]=4/(4x+5). For more complex logarithmic differentiation problems, such as y=ln(cos(x)), first identify the composite structure: the outer function is ln, the inner function is cos. dy/dx=(1/cos(x))×(-sin(x))=-tan(x).
七、隐函数微分:当 y 无法单独表达为 x 的函数时的求导技巧 | Implicit Differentiation: Differentiation Technique When y Cannot Be Expressed as a Function of x Alone
隐函数微分(Implicit Differentiation)是 AQA A-Level 数学中最具挑战性的微分主题之一。当方程的 x 和 y 相互纠缠,无法将 y 单独写成 y=f(x) 的形式时 – 例如 x²+y²=25(圆的方程)或 x²y+xy²=6 – 你需要对等式两边同时关于 x 求导,并将 y 视为 x 的函数来应用链式法则。关键规则是:每当遇到包含 y 的项,求导后必须乘以 dy/dx(这是链式法则的结果,因为 y 本身是 x 的函数)。
Implicit Differentiation is one of the most challenging differentiation topics in AQA A-Level Mathematics. When the x and y variables in an equation are entangled such that y cannot be cleanly written as y=f(x) – for example, x²+y²=25 (the equation of a circle) or x²y+xy²=6 – you need to differentiate both sides of the equation with respect to x, treating y as a function of x and applying the Chain Rule. The crucial rule is: whenever you encounter a term containing y, you must multiply by dy/dx after differentiating (this is the result of the Chain Rule, since y itself is a function of x).
让我们求解 x³+y³=6xy 的隐函数导数 dy/dx。逐项对 x 求导:d/dx[x³]=3x²。对于 y³,将其视为 (y(x))³,使用链式法则:d/dx[y³]=3y²·dy/dx。对于右边 6xy,使用乘积法则(x 和 y 都是 x 的函数):d/dx[6xy]=6(x·dy/dx + y·1)=6x·dy/dx+6y。整理得:3x²+3y²·dy/dx=6x·dy/dx+6y。将含 dy/dx 的项移到一边:3y²·dy/dx-6x·dy/dx=6y-3x²。提取 dy/dx:dy/dx(3y²-6x)=6y-3x²。最终得到 dy/dx=(6y-3x²)/(3y²-6x)=(2y-x²)/(y²-2x)。
Let us find the implicit derivative dy/dx of x³+y³=6xy. Differentiate term by term with respect to x: d/dx[x³]=3x². For y³, treat it as (y(x))³ and use the Chain Rule: d/dx[y³]=3y²·dy/dx. For the right-hand side 6xy, use the Product Rule (both x and y are functions of x): d/dx[6xy]=6(x·dy/dx + y·1)=6x·dy/dx+6y. Rearranging: 3x²+3y²·dy/dx=6x·dy/dx+6y. Move all terms containing dy/dx to one side: 3y²·dy/dx-6x·dy/dx=6y-3x². Factor out dy/dx: dy/dx(3y²-6x)=6y-3x². Finally, dy/dx=(6y-3x²)/(3y²-6x)=(2y-x²)/(y²-2x).
隐函数微分的常见应用场景包括:求曲线切线的斜率(代入具体坐标点计算 dy/dx 的值)、分析隐式定义的曲线的驻点(令 dy/dx=0 并求解)、以及涉及三角函数的隐式方程(如 sin(x+y)=xy)。在 AQA 考试中,隐函数求导后通常需要进一步代入已知点坐标来求切线方程或法线方程,这要求你熟练掌握直线方程的两种标准形式。
Common application scenarios for implicit differentiation include: finding the gradient of a tangent to a curve (substituting specific coordinate points to evaluate dy/dx), analysing stationary points on implicitly defined curves (setting dy/dx=0 and solving), and dealing with implicit equations involving trigonometric functions (e.g., sin(x+y)=xy). In AQA exams, after implicit differentiation you are usually required to further substitute known point coordinates to find the equation of a tangent or normal line, requiring proficiency in both standard forms of the straight-line equation.
八、参数微分:用参数 t 作为中间变量的求导策略 | Parametric Differentiation: Differentiation Strategy Using Parameter t as an Intermediate Variable
当曲线以参数形式给出 – 即 x=f(t), y=g(t) – 你需要参数微分(Parametric Differentiation)。核心公式为 dy/dx = (dy/dt) / (dx/dt),前提是 dx/dt≠0。这个公式的直觉是:dy/dx 表示 y 相对于 x 的变化率,而我们可以先在分子和分母同时除以 dt(无穷小的时间变化量),利用链式法则得到 (dy/dt)÷(dx/dt)。
When a curve is given in parametric form – that is, x=f(t), y=g(t) – you need Parametric Differentiation. The core formula is dy/dx = (dy/dt) / (dx/dt), provided dx/dt is not equal to 0. The intuition behind this formula is: dy/dx represents the rate of change of y with respect to x, and we can divide both numerator and denominator by dt (an infinitesimal change in the parameter), using the Chain Rule to obtain (dy/dt)÷(dx/dt).
以参数方程 x=t²+2t, y=t³-3t 为例。首先分别对 t 求导:dx/dt=2t+2, dy/dt=3t²-3。然后 dy/dx=(3t²-3)/(2t+2)=3(t²-1)/[2(t+1)]=3(t-1)(t+1)/[2(t+1)]=3(t-1)/2(当 t≠-1 时)。若要求 t=2 处的切线方程,先计算点坐标:x=2²+2×2=8, y=2³-3×2=2,即点 (8,2)。切线斜率:dy/dx|_{t=2}=3(2-1)/2=3/2。切线方程:y-2=(3/2)(x-8),即 y=(3/2)x-10。
Consider the parametric equations x=t²+2t, y=t³-3t. First, differentiate each with respect to t: dx/dt=2t+2, dy/dt=3t²-3. Then dy/dx=(3t²-3)/(2t+2)=3(t²-1)/[2(t+1)]=3(t-1)(t+1)/[2(t+1)]=3(t-1)/2 (when t is not equal to -1). To find the tangent equation at t=2, first calculate the point coordinates: x=2²+2×2=8, y=2³-3×2=2, giving point (8,2). Tangent gradient: dy/dx|_{t=2}=3(2-1)/2=3/2. Tangent equation: y-2=(3/2)(x-8), i.e., y=(3/2)x-10.
参数微分的进阶应用包括求二阶导数 d²y/dx²。公式为 d²y/dx² = d/dt[dy/dx] / (dx/dt),即先求出 dy/dx(它是 t 的函数),再对 t 求导,然后除以 dx/dt。这与一阶参数微分的逻辑完全一致:链式法则的又一次应用。AQA 考试中,参数微分的题目通常要求同时求出切线方程和法线方程,法线的斜率是切线斜率的负倒数。
An advanced application of parametric differentiation is finding the second derivative d²y/dx². The formula is d²y/dx² = d/dt[dy/dx] / (dx/dt) – that is, first find dy/dx (which is a function of t), differentiate it with respect to t, then divide by dx/dt. This is entirely consistent with the logic of first-order parametric differentiation: another application of the Chain Rule. In AQA exams, parametric differentiation questions typically require finding both the tangent and normal equations; the normal’s gradient is the negative reciprocal of the tangent’s gradient.
九、导数的应用:求驻点、拐点及函数作图 | Applications of Derivatives: Finding Stationary Points, Points of Inflection, and Curve Sketching
导数的核心应用之一是分析函数的极值行为。令 f'(x)=0 可求出函数的驻点(Stationary Points),即函数图像上切线为水平的点。通过二阶导数检验(Second Derivative Test)可以判断驻点的性质:若 f”(x)>0,该驻点为局部极小值(Local Minimum);若 f”(x)<0,该点为局部极大值(Local Maximum);若 f''(x)=0,则需要通过一阶导数符号变化表进一步判断(该点可能是拐点 Point of Inflection)。
One of the core applications of derivatives is analysing the extremum behaviour of functions. Setting f'(x)=0 yields the stationary points of the function – points on the graph where the tangent is horizontal. The nature of a stationary point can be determined using the Second Derivative Test: if f”(x)>0, the stationary point is a local minimum; if f”(x)<0, the point is a local maximum; if f''(x)=0, further investigation using a first-derivative sign-change table is needed (the point may be a point of inflection).
以函数 f(x)=x³-3x²-9x+5 为例进行全面分析。一阶导数:f'(x)=3x²-6x-9=3(x²-2x-3)=3(x-3)(x+1)。令 f'(x)=0,得驻点 x=-1 和 x=3。二阶导数:f”(x)=6x-6=6(x-1)。在 x=-1 处:f”(-1)=6×(-2)=-12<0,故为局部极大值(f(-1)=10)。在 x=3 处:f''(3)=6×2=12>0,故为局部极小值(f(3)=-22)。函数整体呈增减增的趋势,图像先升后降再升,在 x=-1 处达到峰顶,在 x=3 处达到谷底。
Let us carry out a complete analysis of the function f(x)=x³-3x²-9x+5. First derivative: f'(x)=3x²-6x-9=3(x²-2x-3)=3(x-3)(x+1). Setting f'(x)=0 gives stationary points at x=-1 and x=3. Second derivative: f”(x)=6x-6=6(x-1). At x=-1: f”(-1)=6×(-2)=-12<0, so this is a local maximum (f(-1)=10). At x=3: f''(3)=6×2=12>0, so this is a local minimum (f(3)=-22). The function overall follows an increase-decrease-increase pattern; the graph rises, then falls, then rises again, reaching a peak at x=-1 and a trough at x=3.
AQA 考试中的应用题通常要求你结合驻点分析、一阶/二阶导数符号和截距信息来画出函数的大致图像。典型的分值分配为:求导(2-3分)、找驻点(2分)、判断驻点性质(2分)、求截距(1分)、画图(2-3分),总计约8-10分。确保你的”curve sketch”包含坐标轴标签、关键点坐标、以及正确的渐近线(如果存在)。
Application questions in AQA exams typically require you to combine stationary point analysis, first/second derivative sign information, and intercept data to sketch the approximate shape of a function. Typical mark allocations are: differentiation (2-3 marks), finding stationary points (2 marks), determining the nature of stationary points (2 marks), finding intercepts (1 mark), and sketching the graph (2-3 marks), totalling approximately 8-10 marks. Ensure your curve sketch includes axis labels, coordinates of key points, and correct asymptotes (if they exist).
十、AQA 考试中的微分题型总结与高分策略 | Summary of Differentiation Question Types in AQA Exams and High-Score Strategies
回顾 AQA A-Level 数学 Pure Core 3 历年的微分考题,可以归纳出五类核心题型。第一类:基础求导题 – 直接应用幂法则、三角函数导数公式或指数/对数导数公式,通常单独出现作为热身题目。第二类:链式法则应用题 – 识别复合函数结构并正确执行”外导乘内导”的步骤,常见于含三角函数或指数函数的复合表达式。第三类:乘积法则与商法则题 – 要求先识别题目中的乘积或分式结构,再选择正确的法则执行求导,最后化简表达式到最简形式。
Reviewing the differentiation questions from past AQA A-Level Mathematics Pure Core 3 papers, five core question types can be identified. Type 1: Basic differentiation – directly applying the Power Rule, trigonometric derivative formulas, or exponential/logarithmic derivative formulas, usually appearing as standalone warm-up questions. Type 2: Chain Rule applications – recognising composite function structures and correctly executing the “outer derivative times inner derivative” procedure, commonly seen with composite expressions involving trigonometric or exponential functions. Type 3: Product Rule and Quotient Rule questions – requiring identification of the product or fraction structure in the question, selecting the correct rule to execute differentiation, and finally simplifying the expression to its simplest form.
第四类:隐函数与参数微分题 – 这部分通常出现在试卷中后段,分值较高。需要熟练应用”对 y 求导乘 dy/dx”的隐函数规则和”dy/dx=(dy/dt)/(dx/dt)”的参数微分公式。第五类:导数的应用与函数分析题 – 这是综合性最强、分值最高的题型。涉及驻点计算、凹凸性判断、最优化问题(Optimisation)和关联变化率问题(Connected Rates of Change)。最优化问题通常需要先建立模型(写出体积、面积或成本的函数),然后求导并找驻点,最后验证解的合理性。
Type 4: Implicit and Parametric Differentiation – these typically appear in the middle-to-late sections of the paper with higher mark allocations. Proficiency is required in applying the implicit rule “differentiating y multiplies by dy/dx” and the parametric formula “dy/dx=(dy/dt)/(dx/dt).” Type 5: Applications of derivatives and function analysis – this is the most integrative and highest-scoring question type, involving stationary point calculations, concavity determination, optimisation problems, and Connected Rates of Change problems. Optimisation problems typically require first building a model (writing a function for volume, area, or cost), then differentiating and finding stationary points, and finally verifying the reasonableness of the solution.
高分策略建议:第一,熟练掌握所有基本导数公式,尤其是三角函数的导数(特别是 cos 的负号和 tan 的 sec²),不要在基础环节失分。第二,养成”先分析结构再选择法则”的解题习惯 – 在看到一个函数后,先判断它是基本函数、复合函数、乘积函数还是商函数,再对症下药。第三,重视化简步骤 – AQA 评分标准中明确奖励”simplified form”,尤其是因式分解后的表达式。第四,在所有含三角函数的微分中,使用括号明确函数自变量,避免 sin2x 和 sin(2x) 的混淆。
High-score strategy recommendations: First, master all basic derivative formulas thoroughly, especially the derivatives of trigonometric functions (particularly the negative sign for cos and sec² for tan), and avoid losing marks on foundational steps. Second, develop the habit of “analyse the structure first, then select the rule” – when you see a function, first determine whether it is a basic function, a composite function, a product function, or a quotient function, and then apply the appropriate technique. Third, prioritise simplification – AQA mark schemes explicitly reward “simplified form,” especially factorised expressions. Fourth, in all differentiation involving trigonometric functions, use brackets to clarify the function argument, avoiding confusion between sin2x and sin(2x).
Summary | 总结
本文系统梳理了 AQA A-Level 数学中微分的核心技巧体系:从最基本的幂法则出发,依次深入链式法则(复合函数求导)、乘积法则(两函数相乘求导)、商法则(分数形式求导),并扩展到三角函数、指数函数和对数函数的特殊导数公式。在此基础上,进一步探讨了隐函数微分和参数微分这两种处理复杂函数关系的进阶技巧。最后,通过导数的应用(驻点分析、函数作图)和 AQA 真题题型分析,帮助读者建立起从基础到综合应用的完整知识框架。掌握这些微分技巧不仅是 AQA Pure Core 3 考试成功的必要条件,也是后续学习积分学、微分方程和高等数学的坚实基础。
This article has systematically presented the core differentiation techniques in AQA A-Level Mathematics: starting from the fundamental Power Rule, progressing through the Chain Rule (composite function differentiation), the Product Rule (product-of-two-functions differentiation), and the Quotient Rule (fraction-form differentiation), and extending to the special derivative formulas for trigonometric, exponential, and logarithmic functions. Building on this foundation, we further explored implicit differentiation and parametric differentiation – two advanced techniques for handling complex functional relationships. Finally, through applications of derivatives (stationary point analysis, curve sketching) and analysis of AQA exam question types, we have helped readers construct a complete knowledge framework from basics to integrated applications. Mastering these differentiation techniques is not only essential for success in AQA Pure Core 3 examinations but also serves as a solid foundation for subsequent study of integration, differential equations, and advanced mathematics.
更多咨询请联系16621398022(同微信)