Partial Derivatives
Definition
For a function of several variables, the partial derivative with respect to one variable is computed by differentiating with respect to that variable while holding all others fixed.
Intuition
A partial derivative measures the slope of the function’s graph along a slice parallel to one coordinate axis — it is the ordinary derivative in one direction, treating the other variables as constants.
Formal Description
Example: For :
Second partial derivatives:
Symmetry of mixed partials (Clairaut’s theorem, when partials are continuous):
Total differential:
Multivariable chain rule — if :
If :
Applications
- Gradient vector used in optimisation and gradient descent.
- Hessian matrix of second partials used in second-order optimisation methods.
- PDEs (heat equation, wave equation, etc.) are expressed in terms of partial derivatives.
Trade-offs
- Existence of all partial derivatives at a point does not imply differentiability or even continuity there.
- Clairaut’s theorem (symmetry of mixed partials) requires continuity of the second partials; pathological counterexamples exist without this condition.