IB数学AA 微分求导 链式法则 应用精讲
IB数学分析与方法(Analysis & Approaches, AA)课程中,微积分是最具挑战性也最体现功力的模块之一。从HL Paper 1的无计算器推导题到Paper 3的探究性问题,求导技巧贯穿始终。本文系统梳理极限定义、求导法则、链式法则、隐函数求导及其在切线方程和极值问题中的应用,帮助IB学生建立完整的微分知识体系。
In the IB Mathematics Analysis & Approaches (AA) curriculum, calculus — and differentiation in particular — is one of the most conceptually demanding and technically rewarding modules. From non-calculator proof questions on HL Paper 1 to open-ended investigations on Paper 3, differentiation skills underpin a substantial portion of your final grade. This guide systematically covers limit definitions, differentiation rules, the chain rule, implicit differentiation, and their applications to tangents and optimisation, building a complete framework for IB differentiation mastery.
一、极限与导数的定义 | Limits and the Definition of the Derivative
导数的形式化定义建立在极限的概念之上。对于函数 f(x),在点 x = a 处的导数定义为:f'(a) = limh→0 [f(a+h) – f(a)] / h。这个\”第一原理\”定义是IB Paper 1中的高频考点—-考试可能直接要求你用第一原理求导 x2、sin x 甚至 1/x。关键在于理解极限从左右两侧趋近的一致性,以及\”导数存在\”与\”函数连续\”之间的关系:可导必然连续,但连续未必可导(典型的反例是 f(x) = |x| 在 x = 0 处连续但不可导)。
The formal definition of the derivative rests on the concept of a limit. For a function f(x), the derivative at x = a is defined as: f'(a) = limh->0 [f(a+h) – f(a)] / h. This “first principles” definition is a recurring favourite on IB Paper 1 — examiners frequently ask you to differentiate x2, sin x, or even 1/x directly from the definition. Understanding the two-sided nature of limits and the relationship between differentiability and continuity is essential: differentiability implies continuity, but continuity does not guarantee differentiability (the classic counterexample is f(x) = |x|, which is continuous at x = 0 but not differentiable there).
IB AA HL 的学生还需要掌握导数的另一种记法 dy/dx = limΔx→0 Δy/Δx,并理解其几何意义—-切线斜率。在Paper 3的探究中,常涉及从离散平均变化率到瞬时变化率的过渡,这要求对极限概念的深刻直觉。
IB AA HL students must also be comfortable with the Leibniz notation dy/dx = limΔx->0 Δy/Δx and its geometric interpretation as the gradient of the tangent line. Paper 3 investigations frequently explore the transition from discrete average rates of change to instantaneous rates of change, requiring a deep intuitive grasp of limits.
二、基本求导法则 | Basic Differentiation Rules
在掌握第一原理后,标准求导法则能大幅提升效率。幂法则(power rule)d/dx [xn] = n xn-1 是最基础的公式,适用于任意实数指数 n,包括负指数和分数指数—-这意味着它也覆盖了根号函数和倒数函数的求导。常数倍法则和和差法则合在一起,意味着多项式求导可以逐项进行。指数函数和对数函数的导数需要特别记忆:d/dx [ex] = ex,d/dx [ax] = ax ln a,d/dx [ln x] = 1/x。三角函数的导数同样重要:d/dx [sin x] = cos x,d/dx [cos x] = -sin x,d/dx [tan x] = sec2 x。
After mastering first principles, standard differentiation rules dramatically increase efficiency. The power rule, d/dx [xn] = n xn-1, is the foundational formula — it applies to all real exponents n, including negative and fractional powers, which means it also covers roots and reciprocals. The constant multiple rule and the sum/difference rule together mean that any polynomial can be differentiated term by term. The derivatives of exponential and logarithmic functions demand particular memorisation: d/dx [ex] = ex, d/dx [ax] = ax ln a, d/dx [ln x] = 1/x. Trigonometric derivatives are equally critical: d/dx [sin x] = cos x, d/dx [cos x] = -sin x, d/dx [tan x] = sec2 x.
IB考试中一个常见陷阱是将指数函数和幂函数混淆。注意 d/dx [x3] = 3x2 用的是幂法则,而 d/dx [3x] = 3x ln 3 用的是指数函数的求导公式。底数为变量和指数为变量的情况完全不同。
A common IB exam pitfall is confusing exponential functions with power functions. Note that d/dx [x3] = 3x2 uses the power rule, whereas d/dx [3x] = 3x ln 3 uses the exponential derivative formula. The case where the base is the variable is fundamentally different from the case where the exponent is the variable.
三、链式法则 | The Chain Rule
链式法则是IB微积分中最常用、也是学生最容易出错的求导法则。其核心思想是\”由外向内逐层求导\”:若 y = f(g(x)),则 dy/dx = f'(g(x)) · g'(x)。用语言表达就是\”外层函数在内层函数处的导数,乘以内层函数的导数\”。例如求导 y = sin(2x + 1):外层是 sin,导数为 cos(2x + 1);内层是 2x + 1,导数为 2;最终结果为 2cos(2x + 1)。再如 y = (x2 + 3)5:外层是幂函数,内层是二次函数,结果为 5(x2 + 3)4 · 2x = 10x(x2 + 3)4。
The chain rule is the most frequently used — and most error-prone — differentiation technique in IB calculus. Its core idea is “differentiate from the outside in, layer by layer”: if y = f(g(x)), then dy/dx = f'(g(x)) · g'(x). In words: “the derivative of the outer function evaluated at the inner function, multiplied by the derivative of the inner function.” For example, to differentiate y = sin(2x + 1): the outer function is sin, giving cos(2x + 1); the inner function is 2x + 1, giving 2; the final result is 2cos(2x + 1). Similarly, y = (x2 + 3)5: outer is a power, inner is quadratic, giving 5(x2 + 3)4 · 2x = 10x(x2 + 3)4.
HL层级的学生经常遇到多重链式法则的应用,例如 y = esin(x2),这需要连续应用三次链式法则:外层指数 → 中层正弦 → 内层幂函数,得到 dy/dx = esin(x2) · cos(x2) · 2x。此外,链式法则与对数求导法结合可处理形如 y = xx 的函数:先取自然对数 ln y = x ln x,然后两边对 x 隐式求导。
HL students frequently encounter nested chain rule applications. For y = esin(x2), this requires three successive chain rule applications: outer exponential → middle sine → inner power, yielding dy/dx = esin(x2) · cos(x2) · 2x. Additionally, the chain rule combines with logarithmic differentiation to handle functions of the form y = xx: first take the natural logarithm, ln y = x ln x, then implicitly differentiate both sides with respect to x.
四、乘积法则与商法则 | Product Rule and Quotient Rule
当函数是两个因式的乘积时,必须使用乘积法则:d/dx [u(x)v(x)] = u'(x)v(x) + u(x)v'(x)。商法则处理的是分式形式的函数:d/dx [u(x)/v(x)] = [u'(x)v(x) – u(x)v'(x)] / [v(x)]2。很多学生死记硬背商法则公式—-其实它可以从乘积法则和链式法则推导出来(将 u/v 写成 u · v-1),但考试中直接使用商法则通常更快。
When a function is the product of two factors, the product rule is required: d/dx [u(x)v(x)] = u'(x)v(x) + u(x)v'(x). The quotient rule handles functions in fractional form: d/dx [u(x)/v(x)] = [u'(x)v(x) – u(x)v'(x)] / [v(x)]2. Many students memorise the quotient rule formula by rote — it can actually be derived from the product rule and chain rule (write u/v as u · v-1), but in an exam, applying the quotient rule directly is usually faster.
典型的IB题目要求在同一道题中组合使用多种求导法则。例如求导 y = (x2 + 1)3 · e2x:先用乘积法则分成两个分式,其中第一个分式需要链式法则。结果是 y’ = 3(x2 + 1)2 · 2x · e2x + (x2 + 1)3 · 2e2x = 2(x2 + 1)2 e2x [3x + (x2 + 1)]。考试中务必先写出乘积法则的结构框架(u’v + uv’),再分别计算 u’ 和 v’ 填入。
Typical IB questions demand that you combine multiple differentiation rules within a single problem. For instance, to differentiate y = (x2 + 1)3 · e2x: apply the product rule first to separate the two factors, with the first factor requiring the chain rule. The result is y’ = 3(x2 + 1)2 · 2x · e2x + (x2 + 1)3 · 2e2x = 2(x2 + 1)2 e2x [3x + (x2 + 1)]. In the exam, always write the product rule structural framework (u’v + uv’) first, then compute u’ and v’ separately before substituting them in.
五、隐函数求导 | Implicit Differentiation
隐函数求导是IB AA HL的专属内容,处理的是无法显式解出 y = f(x) 形式的方程。对于方程 x2 + y2 = 25,两边同时对 x 求导:将 y 视为 x 的函数,每遇到 y 就用链式法则产生 dy/dx。得到 2x + 2y · dy/dx = 0,从而 dy/dx = -x/y。这个结果本身说明了一个重要事实:隐函数导数通常同时包含 x 和 y,而不是纯 x 的函数。
Implicit differentiation is exclusive to IB AA HL and handles equations where y cannot be explicitly solved as a function of x. For the equation x2 + y2 = 25, differentiate both sides with respect to x: treat y as a function of x, and every time you encounter y, apply the chain rule to produce dy/dx. This yields 2x + 2y · dy/dx = 0, so dy/dx = -x/y. This result illustrates an important fact: implicit derivatives typically contain both x and y in the expression, rather than being pure functions of x alone.
隐函数求导的典型考试场景包括:求曲线在某点的切线方程(先隐式求导得 dy/dx,代入切点坐标得斜率,再套用点斜式 y – y1 = m(x – x1))、求二阶导数 d2y/dx2(对 dy/dx 表达式再次求导,其中 dy/dx 本身也需要用链式法则)、以及与相关变化率(related rates)问题结合—-这是Paper 3中最常见的应用题类型之一,例如结合圆锥体体积公式和链式法则求液面上升速率。
Typical exam scenarios for implicit differentiation include: finding the equation of a tangent to a curve at a given point (implicitly differentiate to get dy/dx, substitute the point coordinates to get the gradient, then use the point-slope form y – y1 = m(x – x1)); finding the second derivative d2y/dx2 (differentiate the dy/dx expression again, where dy/dx itself needs the chain rule); and combining with related rates problems — one of the most common Paper 3 application types, such as using the cone volume formula and the chain rule to find the rate at which the liquid level rises.
六、导数的应用:切线、驻点与优化 | Applications: Tangents, Stationary Points & Optimisation
求导之后最直接的应用是求切线方程和法线方程。曲线 y = f(x) 在点 (a, f(a)) 处的切线斜率为 f'(a),方程为 y – f(a) = f'(a)(x – a)。法线垂直于切线,斜率为 -1/f'(a)(假设 f'(a) ≠ 0)。在此基础上,一阶导数 f'(x) = 0 对应驻点(stationary points),结合二阶导数可判断极值类型:f”(x) > 0 时为极小值,f”(x) < 0 时为极大值,f”(x) = 0 时需进一步检验(可能为拐点inflection point)。
The most immediate application of differentiation is finding tangent and normal equations. The curve y = f(x) at the point (a, f(a)) has gradient f'(a), with tangent equation y – f(a) = f'(a)(x – a). The normal is perpendicular to the tangent, with gradient -1/f'(a) (assuming f'(a) ≠ 0). Building on this, setting f'(x) = 0 yields stationary points, and the second derivative helps classify them: f”(x) > 0 indicates a local minimum, f”(x) < 0 indicates a local maximum, and f”(x) = 0 requires further investigation (possible inflection point).
优化问题(optimisation)是IB AA 考试中的\”大分题\”,通常出现在Paper 1 Section B或Paper 3。解题流程:首先根据题意建立目标函数(要优化的量,如面积、体积、成本)和约束方程;然后利用约束消元将目标函数化为单变量函数;求导得驻点;最后用二阶导数或端点检验确认最大值或最小值。HL学生还需要处理包含三角函数的优化问题(如半圆形窗户的最大面积)以及有约束的多变量函数(结合隐函数求导)。
Optimisation problems are high-mark questions in IB AA, typically appearing in Paper 1 Section B or Paper 3. The solution flow: first, establish the objective function (the quantity to optimise — area, volume, cost) and the constraint equation from the problem statement; then use the constraint to eliminate variables, reducing the objective function to a single variable; differentiate to find stationary points; and finally use the second derivative test or endpoint check to confirm maxima or minima. HL students must also handle optimisation with trigonometric functions (e.g., maximum area of a semi-circular window) and constrained multivariable functions (combining with implicit differentiation).
七、考试技巧与常见错误 | Exam Tips & Common Mistakes
错误一:忘记链式法则中的内层导数。 这是最普遍的错误—-求导 sin(3x) 时写成 cos(3x) 而非 3cos(3x)。解决方法是养成\”标记内层函数\”的习惯,先明确写出\”令 u = 3x,则 y = sin u\”,再按 dy/dx = dy/du · du/dx 的格式计算。
Mistake 1: Forgetting the inner derivative in the chain rule. This is the single most common error — differentiating sin(3x) as cos(3x) instead of 3cos(3x). The fix is to develop the habit of explicitly labelling the inner function: write “let u = 3x, then y = sin u”, then compute dy/dx = dy/du · du/dx.
错误二:混淆 f'(x) = 0 的解与极值点。 f'(x) = 0 只是必要条件,不是充分条件。例如 f(x) = x3 在 x = 0 处 f'(0) = 0,但该点是拐点而非极值点。务必用二阶导数或一阶导数符号变化来确认。
Mistake 2: Confusing solutions to f'(x) = 0 with extrema. f'(x) = 0 is only a necessary condition, not sufficient. For example, f(x) = x3 has f'(0) = 0 at x = 0, but that point is an inflection, not an extremum. Always confirm with the second derivative test or by checking the sign change of f'(x).
错误三:将隐函数求导视为神秘操作。 理解其本质—-就是链式法则的反复应用—-远比死记步骤有效。每当你对 y 求导时,都要乘上 dy/dx,因为 y 是 x 的函数。
Mistake 3: Treating implicit differentiation as a mysterious procedure. Understanding its essence — repeated application of the chain rule — is far more effective than rote memorisation of steps. Every time you differentiate with respect to y, multiply by dy/dx, because y is a function of x.
八、学习建议 | Study Advice
IB 数学 AA 的微分部分最有效的学习路径是\”理解–练习–反思\”的循环。建议学生将求导法则做成一张简洁的公式卡片,每天花5分钟默写,直到条件反射般熟练。常规练习可从教材课后习题开始,确保每种法则独立出现时准确率接近100%,然后再挑战组合型题目。HL考生务必多做Paper 3风格的探究题,这些题目通常将微分与积分、级数或其他模块结合,考察跨知识点的综合应用能力。
The most effective study path for IB AA differentiation follows a “understand — practise — reflect” cycle. Create a concise formula card with all differentiation rules and spend five minutes daily reciting them from memory until they become second nature. Start regular practice with textbook exercises, aiming for near-100% accuracy when each rule appears in isolation, before progressing to combination problems. HL candidates must prioritise Paper 3-style investigation questions, which often integrate differentiation with integration, series, or other topics, testing cross-domain synthesis.
最后,不要忽视几何直觉。导数本质上是变化率,这个直觉在面对应用题时往往比代数运算更可靠。Finally, do not neglect geometric intuition. The derivative is fundamentally a rate of change, and this intuition often proves more reliable than algebraic manipulation when confronting application problems.
Need one-on-one IB Math tutoring? 需要一对一IB数学辅导?
16621398022 同微信
Follow tutorhao on WeChat for more learning resources 关注公众号获取更多学习资源
16621398022(同微信) | 公众号:tutorhao
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导