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 exampleD sin(x) = cos(x) Similarly, for polynomials
D 2 sin(x) = D cos(x) = -sin(x)
D 3 sin(x) = -cos(x)
etc.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 > nNote: 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.