Once we have the derivative f' of a function , we can differentiate again to get the second derivative f'', and continue to get derivatives of any order. Higher derivatives measure how rapidly the rate of change itself is changing.
| Notation | Meaning |
|---|---|
| f''(x), y'', | Second derivative |
| f'''(x), y''', | Third derivative |
| , , | -th derivative |
Motivation: Velocity and Acceleration
If is the position of an object moving on a straight line, then:
- Velocity v(t)=s'(t) is the first derivative of position.
- Acceleration a(t)=v'(t)=s''(t) is the second derivative of position.
Acceleration appears in Newton's second law .
Definition of Higher Derivatives
If f' exists, we can take its derivative to obtain the second derivative of :
f''=(f')'The second derivative is also written y'' or .
Continuing, the third derivative is
f'''=(f')'',\qquad y''',\qquad\frac{d^3y}{dx^3}The fourth derivative is
f^{(4)}=(f''')',\qquad y^{(4)},\qquad\frac{d^4y}{dx^4}In general, the -th derivative:
If exists, then is said to be times differentiable at .
Example. For :
f'(x)=3x^2-10x+3,\qquad f''(x)=6x-10Worked Examples
If , find .
Solution
\begin{aligned} y&=\sin x\\ y'&=\cos x\\ y''&=-\sin x\\ y'''&=-\cos x\\ y^{(4)}&=\sin x \end{aligned} Therefore . The derivatives of cycle with period 4.For , find f'(x),f''(x),f'''(x), and .
Solution
\begin{aligned} f'(x)&=-5x^4+9x^2+4x\\ f''(x)&=-20x^3+18x+4\\ f'''(x)&=-60x^2+18\\ f^{(4)}(x)&=-120x \end{aligned}Determine , and such that f''(x) exists everywhere if
f(x)=\begin{cases}x^3 & \text{when }x\leq1\\ax^2+bx+c & \text{when }x>1\end{cases}Solution
The second derivatives of each piece exist everywhere. The only issue is at where the formula changes. We need three conditions for f''(1) to exist: **(1) Continuity at :** f(1)=1^3=a\cdot1+b\cdot1+c\quad\Rightarrow\quad a+b+c=1\tag{i} **(2) First derivative exists at ** (i.e., f'_-(1)=f'_+(1)): 3x^2\big|_{x=1}=2ax+b\big|_{x=1}\quad\Rightarrow\quad 3=2a+b\tag{ii} **(3) Second derivative exists at ** (i.e., f''_-(1)=f''_+(1)): 6x\big|_{x=1}=2a\big|_{x=1}\quad\Rightarrow\quad 6=2a\tag{iii} From (iii): . From (ii): . From (i): . Therefore , , .Differentiability Does Not Imply Differentiability of the Derivative
A function can be differentiable (have f' everywhere) without f' being differentiable (i.e., f'' need not exist everywhere).
Let
f(x)=\begin{cases}x^2\sin\dfrac{1}{x} & x\neq0\\0 & x=0\end{cases}Does f'(0) exist? Is f'(x) continuous at ?
Solution
**Finding f'(0) from the definition:** f'(0)=\lim_{\Delta x\to0}\frac{(\Delta x)^2\sin\frac{1}{\Delta x}}{\Delta x}=\lim_{\Delta x\to0}\Delta x\sin\frac{1}{\Delta x}=0 (since ) **Finding f'(x) for by differentiation rules:** f'(x)=2x\sin\frac{1}{x}+x^2\cdot\left(-\frac{1}{x^2}\right)\cos\frac{1}{x}=2x\sin\frac{1}{x}-\cos\frac{1}{x}\quad(x\neq0) So f'(x)=\begin{cases}2x\sin\dfrac{1}{x}-\cos\dfrac{1}{x} & x\neq0\\0 & x=0\end{cases} **Is f' continuous at ?** \lim_{x\to0}f'(x)=\lim_{x\to0}\left(2x\sin\frac{1}{x}-\cos\frac{1}{x}\right) The term oscillates endlessly as and has no limit. Therefore \lim_{x\to0}f'(x) does not exist, and f' is **not continuous** at . Consequently f''(0) does not exist.The above example shows: from the existence of f'(x_0), we cannot infer the existence of f''(x_0).