Total Derivative
The total derivative (or Frรฉchet derivative) is the correct generalization of the derivative to functions between normed spaces. A function is differentiable if it is well-approximated by a linear map near each point. This is stronger than having partial derivatives and is the right notion for the chain rule, implicit function theorem, and optimization.
Definition
Let and . Then is differentiable at if there exists a linear map such that
The linear map is the total derivative (or derivative) of at .
The total derivative is the best linear approximation to near :
The error is , meaning it vanishes faster than .
Jacobian matrix
For , if is differentiable at , the matrix representation of is the Jacobian matrix:
For , the Jacobian is
Differentiability implies continuity
If is differentiable at , then is continuous at .
If all partial derivatives exist and are continuous in a neighborhood of , then is differentiable at .
Continuous partial derivatives guarantee differentiability, but differentiability can hold with discontinuous partials (though this is rare).
Chain rule
If is differentiable at and is differentiable at , then is differentiable at , and
In terms of Jacobians,
Let and . Then . By the chain rule,
Verifying: . โ
Summary
The total derivative is the correct notion of differentiability in several variables:
- Best linear approximation to near .
- Represented by the Jacobian matrix.
- Differentiability continuity.
- Chain rule: (matrix multiplication).
See Inverse Function Theorem for major applications.