Higher derivatives

Derivatives of order two and higher, defined iteratively.
Higher derivatives

A higher derivative of a function ff is a derivative of order n2n\ge 2, defined recursively by f(0)=ff^{(0)}=f, f(1)=ff^{(1)}=f', and f(n)=(f(n1))f^{(n)}=(f^{(n-1)})' wherever the exists.

Higher derivatives quantify finer local behavior and are central in approximation results such as . They also determine smoothness classes such as .

Examples:

  • For f(x)=exf(x)=e^x, one has f(n)(x)=exf^{(n)}(x)=e^x for every n0n\ge 0.
  • For f(x)=xmf(x)=x^m (a polynomial), f(n)0f^{(n)}\equiv 0 for all n>mn>m.