Partial Derivative Functions
Just as the ordinary derivative is itself a function of , each partial derivative is a function of the full vector . We call these the partial derivative functions.
For , we obtain partial derivative functions: , each mapping .
We can then ask: are these partial derivative functions themselves continuous? Differentiable? Can we differentiate them again? This leads to higher-order partial derivatives such as , which measures how the rate of change in direction itself varies in direction .
Formal View
Clairaut's theorem: if is (all second partials are continuous), then mixed partials commute: .
Why This Matters
The regularity of partial derivative functions determines which calculus theorems apply and which numerical methods converge.
- The Hessian matrix of second-order partial derivatives determines local curvature for optimization
- Mixed partials appearing in physical laws (e.g., Maxwell equations) are assumed equal via Clairaut's theorem
- Higher-order Taylor expansions in multiple variables require higher-order partial derivatives
Quiz
For , the mixed partial equals:
Clairaut's theorem states that mixed partial derivatives are always equal, regardless of any continuity conditions.
Common Mistakes
- Applying Clairaut's theorem without checking continuity of the mixed partials.
- Confusing the order of differentiation in — the rightmost variable is differentiated first.
- Forgetting that partial derivative functions are themselves functions of all variables, not just the differentiation variable.