📚 IB Mathematics: Higher-Order Derivatives | IB数学:高阶导数的计算
Differentiation is one of the most powerful tools in calculus. Once you know how to find the first derivative of a function, you can differentiate again to obtain the second derivative, then the third, and so on. These repeated derivatives are called higher-order derivatives, and they appear constantly in IB Mathematics Analysis and Approaches, especially in topics such as curve sketching, kinematics, and power series.
微分是微积分中最强大的工具之一。一旦你知道如何求一个函数的一阶导数,你就可以再次求导得到二阶导数,接着是三阶、四阶等等。这些重复求导得到的结果称为高阶导数。在IB数学分析与方法课程中,高阶导数频繁出现在曲线作图、运动学和幂级数等专题中。
1. What Are Higher-Order Derivatives? | 什么是高阶导数?
If a function f(x) is differentiable, its first derivative is f'(x). Differentiating f'(x) again gives the second derivative f”(x). Differentiating once more gives the third derivative f”'(x). In general, the nth derivative of f is obtained by differentiating f repeatedly n times.
如果函数 f(x) 可导,它的一阶导数是 f'(x)。对 f'(x) 再次求导,得到二阶导数 f”(x)。再求导一次,就得到三阶导数 f”'(x)。一般地,f 的 n 阶导数是通过对 f 连续求导 n 次得到的。
Higher-order derivatives have important interpretations. The second derivative describes the rate of change of the slope, which is related to concavity. In physics, if s(t) is position, then s”(t) is acceleration, and s”'(t) is often called jerk.
高阶导数有重要的实际意义。二阶导数描述斜率的变化率,这与曲线的凹凸性有关。在物理中,如果 s(t) 是位移,那么 s”(t) 就是加速度,s”'(t) 通常被称为加加速度。
2. Notation for Higher-Order Derivatives | 高阶导数的记号
There are several equivalent notations for higher-order derivatives. You need to recognise all of them because IB exam questions may mix different styles.
高阶导数有几种等价的记号。你需要识别所有这些写法,因为IB考试题目可能会混合使用不同的符号。
| Order | Leibniz notation | Prime notation | Operator notation |
| First | dy/dx | f'(x) or y’ | Df |
| Second | d²y/dx² | f”(x) or y” | D²f |
| Third | d³y/dx³ | f”'(x) or y”’ | D³f |
| nth | dⁿy/dxⁿ | f⁽ⁿ⁾(x) or y⁽ⁿ⁾ | Dⁿf |
The notation f⁽ⁿ⁾(x) is especially useful for general formulas. Remember that f⁽ⁿ⁾ means the derivative after n applications, not a power of f.
记号 f⁽ⁿ⁾(x) 在书写通项公式时尤其有用。注意 f⁽ⁿ⁾ 表示连续求导 n 次,而不是 f 的 n 次幂。
3. Higher-Order Derivatives of Polynomials | 多项式的高阶导数
Polynomials are the simplest functions to differentiate repeatedly. Each derivative lowers the degree by one, so an nth-degree polynomial has a constant nth derivative, and all higher derivatives are zero.
多项式是最容易反复求导的函数。每求导一次,次数降低一次,因此 n 次多项式的 n 阶导数是一个常数,而更高阶的导数都等于 0。
Consider f(x) = x⁴. Differentiating step by step:
考虑 f(x) = x⁴。逐步求导:
f'(x) = 4x³, f”(x) = 12x², f”'(x) = 24x, f⁽⁴⁾(x) = 24, f⁽⁵⁾(x) = 0.
For a general power function xⁿ:
对于一般的幂函数 xⁿ:
d/dx (xⁿ) = n xⁿ⁻¹, d²/dx² (xⁿ) = n(n−1)xⁿ⁻², d³/dx³ (xⁿ) = n(n−1)(n−2)xⁿ⁻³.
In factorial form, the kth derivative of xⁿ is n!/(n−k)! xⁿ⁻ᵏ for k ≤ n, and 0 for k > n.
用阶乘表示,xⁿ 的 k 阶导数为 n!/(n−k)! xⁿ⁻ᵏ,其中 k ≤ n;当 k > n 时导数为 0。
4. Higher-Order Derivatives of Trigonometric Functions | 三角函数的高阶导数
The derivatives of sine and cosine follow a repeating cycle:
正弦函数和余弦函数的导数呈现循环模式:
sin x → cos x → −sin x → −cos x → sin x
Therefore the fourth derivative of sin x is again sin x. This periodic structure makes it possible to write general formulas for f⁽ⁿ⁾(x).
因此 sin x 的四阶导数仍然是 sin x。这种周期结构使我们能够写出 f⁽ⁿ⁾(x) 的通项公式。
When the angle is a multiple of x, use the chain rule at every step. For example, find the second derivative of f(x) = sin(2x).
当角度是 x 的倍数时,每一步都要使用链式法则。例如,求 f(x) = sin(2x) 的二阶导数。
f'(x) = 2cos(2x), f”(x) = −4sin(2x).
In general, if f(x) = sin(kx), then f⁽ⁿ⁾(x) oscillates between kⁿsin(kx) and kⁿcos(kx) with appropriate signs. Similar rules apply to cos(kx).
一般地,如果 f(x) = sin(kx),那么 f⁽ⁿ⁾(x) 会在 kⁿsin(kx) 与 kⁿcos(kx) 之间带着符号交替变化。cos(kx) 也有类似的规律。
5. Exponential and Logarithmic Functions | 指数函数与对数函数
Exponential functions are remarkable because their derivatives remain exponential. For f(x) = e^(2x), the first derivative is 2e^(2x), the second is 4e^(2x), and each differentiation multiplies by an extra factor of 2.
指数函数非常特别,因为它们的导数仍然是指数函数。对于 f(x) = e^(2x),一阶导数是 2e^(2x),二阶导数是 4e^(2x),每求导一次就多乘以一个因子 2。
dⁿ/dxⁿ e^(kx) = kⁿ e^(kx).
For f(x) = ln x, the derivatives are:
对于 f(x) = ln x,其导数为:
f'(x) = 1/x = x⁻¹, f”(x) = −x⁻², f”'(x) = 2x⁻³.
The general nth derivative of ln x is:
ln x 的 n 阶导数通项为:
f⁽ⁿ⁾(x) = (−1)ⁿ⁻¹(n−1)! x⁻ⁿ.
Notice the alternating sign and the growing factorial factor. This pattern is frequently tested in IB exams.
注意符号交替变化以及阶乘因子的增长。这个规律是IB考试中常见的考点。
6. Product, Quotient and Chain Rule in Higher Derivatives | 乘、商、链式法则在高阶导数中的应用
Most functions in IB problems require combining differentiation rules. For the second derivative of a product, there is a useful formula:
IB题目中的大多数函数需要综合运用求导法则。对于乘积的二阶导数,有一个很有用的公式:
(fg)” = f”g + 2f’g’ + fg”.
This is a special case of Leibniz’s rule. The general Leibniz rule for the nth derivative of a product is:
这是莱布尼茨法则的一个特例。乘积的 n 阶导数的莱布尼茨法则为:
(fg)⁽ⁿ⁾ = Σ ₖ₌₀ⁿ C(n,k) f⁽ᵏ⁾g⁽ⁿ⁻ᵏ⁾.
To avoid errors, simplify f’ and f” before applying the product rule. For example, differentiate f(x) = x²eˣ.
为避免错误,在使用积的求导法则之前,先化简 f’ 和 f”。例如,对 f(x) = x²eˣ 求导。
f'(x) = eˣ(x² + 2x), f”(x) = eˣ(x² + 4x + 2).
For composite functions, you must apply the chain rule at every level. If f(x) = (x²+1)³, then f'(x) = 3(x²+1)²·2x, and f”(x) requires differentiating that product using both the chain rule and the product rule.
对于复合函数,每一层都需要使用链式法则。例如 f(x) = (x²+1)³,则 f'(x) = 3(x²+1)²·2x,而 f”(x) 需要用链式法则和积的法则对该乘积继续求导。
7. Implicit Differentiation and Higher Derivatives | 隐函数求导与高阶导数
Sometimes y is not written explicitly as a function of x. When the equation defines y implicitly, we differentiate both sides with respect to x, remembering that y is a function of x.
有时 y 并未显式写成 x 的函数。当方程隐式地定义 y 时,我们对等式两边关于 x 求导,并记住 y 是 x 的函数。
Take the circle x² + y² = 25. Differentiate once:
以圆 x² + y² = 25 为例。对两边求一次导:
2x + 2yy’ = 0, so y’ = −x/y.
Differentiate again. Use the quotient rule or rewrite y’ = −xy⁻¹:
再求一次导。使用商的求导法则,或将 y’ = −xy⁻¹ 改写后用积的法则:
y” = −(y² + x²)/y³ = −25/y³.
Because x² + y² = 25, the expression simplifies beautifully. This shows that implicit differentiation can produce compact formulas for y” even when a full explicit expression of y is complicated.
因为 x² + y² = 25,表达式可以化简得很漂亮。这说明隐函数求导即使在不显式解出 y 的情况下,也能得到简洁的 y” 公式。
8. Parametric Differentiation of Higher Order | 参数方程的高阶导数
For a curve defined parametrically by x = x(t) and y = y(t), the first derivative is:
对于由参数方程 x = x(t), y = y(t) 定义的曲线,一阶导数为:
dy/dx = (dy/dt)/(dx/dt), provided dx/dt ≠ 0.
The second derivative is not dy/dt divided by dx/dt directly. You must differentiate dy/dx with respect to t and then divide by dx/dt:
二阶导数不能直接等于 (dy/dt)/(dx/dt) 再对 x 求导。你必须先对参数 t 求导 dy/dx,再除以 dx/dt:
d²y/dx² = [d/dt(dy/dx)] / (dx/dt).
For example, if x = t² and y = t³, then dy/dx = (3t²)/(2t) = 3t/2. Therefore:
例如,若 x = t²,y = t³,则 dy/dx = (3t²)/(2t) = 3t/2。因此:
d²y/dx² = (3/2)/(2t) = 3/(4t).
This formula works only for t ≠ 0. At singular points where dx/dt = 0, the derivative may not exist.
这个公式只在 t ≠ 0 时成立。在 dx/dt = 0 的奇异点处,导数可能不存在。
9. Applications: Motion and Concavity | 应用:运动与凹凸性
In kinematics, if s(t) is displacement, then velocity is v(t) = s'(t), acceleration is a(t) = s”(t), and jerk is j(t) = s”'(t). IB exam questions often ask for maximum acceleration by setting the derivative of a(t) to zero.
在运动学中,如果 s(t) 是位移,那么速度 v(t) = s'(t),加速度 a(t) = s”(t),加加速度 j(t) = s”'(t)。IB题目经常通过令 a(t) 的导数为零来求最大加速度。
For curve sketching, the sign of f”(x) tells us the concavity:
在作图中,f”(x) 的符号告诉我们曲线的凹凸性:
-
If f”(x) > 0 on an interval, the graph is concave up.
如果在某个区间上 f”(x) > 0,那么图像是凹向上的。
-
If f”(x) < 0 on an interval, the graph is concave down.
如果在某个区间上 f”(x) < 0,那么图像是凹向下的。
-
If f”(x) changes sign at x = c, then (c, f(c)) is a point of inflection.
如果 f”(x) 在 x = c 处变号,那么 (c, f(c)) 是拐点。
For example, for f(x) = x³, f”(x) = 6x, which is negative for x < 0 and positive for x > 0. Hence x = 0 is a point of inflection.
例如,对于 f(x) = x³,f”(x) = 6x,当 x < 0 时为负,当 x > 0 时为正。因此 x = 0 是拐点。
10. Higher-Order Derivatives in Maclaurin Series | 高阶导数在麦克劳林级数中的应用
IB Mathematics AA students encounter Maclaurin series in the calculus option or in the core HL course. The Maclaurin series of f(x) is built entirely from higher-order derivatives evaluated at x = 0:
IB数学AA学生在HL课程或微积分选修专题中会接触到麦克劳林级数。函数 f(x) 的麦克劳林级数完全由 f 在 x = 0 处的高阶导数构成:
f(x) = f(0) + f'(0)x + f”(0)x²/2! + f”'(0)x³/3! + …
For f(x) = sin x, the derivatives at 0 are 0, 1, 0, −1, 0, 1, …, giving the series:
对于 f(x) = sin x,在 0 处的导数依次为 0, 1, 0, −1, 0, 1, …,因此得到级数:
sin x = x − x³/3! + x⁵/5! − x⁷/7! + …
Similarly, the Maclaurin series of eˣ uses the fact that all derivatives of eˣ are eˣ, and e⁰ = 1.
类似地,eˣ 的麦克劳林级数利用了 eˣ 的所有导数仍为 eˣ,且 e⁰ = 1 的性质。
11. Common Mistakes and Tips | 常见错误与技巧
Students often lose marks on higher-order derivative questions for predictable reasons. Here are the most important pitfalls to avoid:
学生经常因为一些可以预见的原因在高阶导数题目中丢分。下面是最需要注意的陷阱:
-
Forgetting the chain rule when differentiating composite expressions such as sin(3x) or (x²+1)⁵.
在求 sin(3x) 或 (x²+1)⁵ 等复合表达式的导数时忘记链式法则。
-
Applying the product rule incorrectly when computing f” from f’.
在由 f’ 计算 f” 时错误地使用乘积法则。
-
Confusing y” with (y’)². They are completely different.
将 y” 与 (y’)² 混淆。它们是完全不同的概念。
-
Losing negative signs, especially with powers like x⁻¹ or trigonometric functions.
丢失负号,尤其是在 x⁻¹ 或三角函数等幂次中。
-
Forgetting to simplify before differentiating again, which increases arithmetic errors.
在再次求导之前没有化简,导致运算错误增加。
Always write down each derivative step clearly. If you need f”(x), first find f'(x), simplify it, then differentiate again.
每次求导都要清晰写出步骤。如果你需要 f”(x),先求出 f'(x),化简,再求一次导。
12. Practice Questions | 练习
Try these questions before checking the answers. They cover the main skills from this article.
先尝试回答这些问题,再对照答案。它们覆盖了本文的主要技能。
-
1. Find f”(x) for f(x) = x⁵ − 3x³ + 2x.
1. 求 f(x) = x⁵ − 3x³ + 2x 的 f”(x)。
-
2. Find the third derivative of f(x) = e^(−x).
2. 求 f(x) = e^(−x) 的三阶导数。
-
3. If y = ln(1+x), find y”(0).
3. 若 y = ln(1+x),求 y”(0)。
-
4. If x = t³ and y = t², find d²y/dx² at t = 1.
4. 若 x = t³,y = t²,求 t = 1 时的 d²y/dx²。
Answers: 1. f”(x) = 20x³ − 18x. 2. f”'(x) = −e^(−x). 3. y”(0) = −1. 4. d²y/dx² = −2/(9t⁴), so at t = 1 the value is −2/9.
答案:1. f”(x) = 20x³ − 18x。2. f”'(x) = −e^(−x)。3. y”(0) = −1。4. d²y/dx² = −2/(9t⁴),因此在 t = 1 时值为 −2/9。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导