Partial Derivatives
Partial derivatives measure the rate of change of a multivariable function with respect to one variable while holding others fixed. They generalize the derivative to functions and are fundamental for optimization, differential equations, and physics. However, existence of partial derivatives does not guarantee differentiability β the total derivative (FrΓ©chet derivative) is the correct generalization.
Definition
Let and . The partial derivative of with respect to at is
where is the -th standard basis vector.
Partial derivatives treat all variables except one as constants. They give the slope in the direction of the coordinate axes.
For :
Let for and . Then:
- .
- similarly.
However, is not continuous at (approach along gives limit ), hence not differentiable. Existence of partial derivatives does not imply differentiability.
Gradient
The gradient of at is the vector
The gradient points in the direction of steepest ascent. The directional derivative in direction is (when is differentiable).
. At , points radially outward.
Higher-order partial derivatives
If and exist and are continuous in a neighborhood of , then
.
Summary
Partial derivatives extend differentiation to multivariable functions:
- Measure rate of change along coordinate directions.
- Gradient points in direction of steepest ascent.
- Mixed partials commute if continuous (Clairaut's theorem).
- Existence of partials differentiability (need total derivative).
See Total Derivative for the correct notion of differentiability.