3.7 Higher Derivatives
Key Concepts
If the first derivative, f'(x), of a function, f(x), is itself differentiable, then the result

d/dx f'(x)

is called the second derivative of f(x). Another way of writing this is to use the notation D=d/dx and set

D f(x) = f'(x)
D2 f(x) = f''(x)
D3 f(x) = f'''(x)
etc.
In some cases this process can be continued indefinitely, for example
D sin(x) = cos(x)
D 2 sin(x) = D cos(x) = -sin(x)
D 3 sin(x) = -cos(x)
etc.
Similarly, for polynomials
D xn = n xn-1
D 2 xn = n (n-1) x n-2
...
D n xn = n (n-1) (n-2) ... (1) = n!
D n+1 xn = 0
D m x n = 0 for all m > n

Note: In some cases, the derivative of arbitrary order may be found in close form, but usually it cannot.

Note: Implicit functions may be differentiated repeatedly. The result can be simplified using the fact that the first, second, and higher derivatives can be found in terms of x and y alone.


This site maintained by mpilant@math.tamu.edu

Last modified Wed Oct 2 21:47:54 CDT 1996