3.6 Calculating Higher-Order Derivatives
- Syllabus
- 2020
- Topic
- 3.6
- Level
- —
A higher-order derivative is obtained by differentiating the previous derivative. The second derivative is the derivative of the first derivative; repeating the process produces the third, fourth, and nth derivatives whenever each required derivative exists.
f''(x)=y''=\frac{d^2y}{dx^2},\qquad f^{(n)}(x)=\frac{d^ny}{dx^n}
For f(x)=x4−2x3+5, f′(x)=4x3−6x2, f′′(x)=12x2−12x, and f′′′(x)=24x−12. Each line is found by differentiating the line immediately before it.
d2y/dx2 means differentiate twice; it is not (dy/dx)2. Also, a requested higher derivative exists only if the preceding derivative is differentiable at the point or throughout the interval being considered.