The Derivative as a Function
If is differentiable at every point in its domain, we can define the derivative function : for each , compute by the limit definition. The result is a new function that can itself be differentiated, giving the second derivative , and so on.
For example, if , then (a new function), and , and (constant). The -th derivative is denoted .
Not all continuous functions have derivatives everywhere — the derivative function may itself fail to be continuous or may not exist at some points. This motivates the hierarchy of function classes in the next two sections.
Formal View
Why This Matters
The derivative function enables second-order analysis (curvature, convexity) and the Taylor series expansion.
- Newton's method uses both and (or Jacobian and Hessian in multiple dimensions) for fast convergence.
- The Hessian matrix is the matrix of second-order partial derivatives.
- Taylor series:
Quiz
If , what is ?
The derivative of a differentiable function is always itself differentiable.
Common Mistakes
- Thinking the derivative of a smooth function is always smooth — regularity can degrade with each differentiation.
- Confusing the order of derivatives: means differentiate twice, not square the derivative.