Fréchet derivative

The derivative of a multivariable function as a best linear approximation at a point
Fréchet derivative

A Fréchet derivative of a f:URmf:U\to \mathbb{R}^m (with URnU\subseteq \mathbb{R}^n) at a point aUa\in U is a Df(a):RnRmDf(a):\mathbb{R}^n\to \mathbb{R}^m such that

limh0f(a+h)f(a)Df(a)hh=0, \lim_{h\to 0}\frac{\|f(a+h)-f(a)-Df(a)h\|}{\|h\|}=0,

where \|\cdot\| is the .

If such a map exists, it is unique; it is the linear part of the first-order approximation f(a+h)=f(a)+Df(a)h+o(h)f(a+h)=f(a)+Df(a)h+o(\|h\|). When ff has partial derivatives, Df(a)Df(a) is represented by the at aa, and existence of Df(a)Df(a) is the defining condition for a at aa.

Examples:

  • If f(x)=Axf(x)=Ax for a fixed matrix AA, then Df(a)h=AhDf(a)h=Ah for every aa.
  • For f:R2R2f:\mathbb{R}^2\to \mathbb{R}^2 given by f(x,y)=(x2y,x+y)f(x,y)=(x^2y,\,x+y), the derivative at (a,b)(a,b) is the linear map represented by the matrix (2aba211). \begin{pmatrix} 2ab & a^2\\ 1 & 1 \end{pmatrix}.