Partial Derivatives
The partial derivative of with respect to measures the rate of change of when changes and all other variables are held fixed. It is computed exactly like a one-variable derivative — treating every variable except as a constant.
For a function , the partial derivative with respect to at point is: This is simply the ordinary derivative of the single-variable function .
Geometrically, at is the slope of the tangent line to the curve obtained by slicing the surface with the plane . Each partial derivative gives information in one coordinate direction only.
Formal View
Also written , , or .
Interactive Visualization
Partial Derivatives Explorer
Why This Matters
Partial derivatives are the building block of all multivariable calculus — gradients, Jacobians, and Hessians are all assembled from them.
- Computing gradient vectors for optimization
- Sensitivity analysis: how much does output change when one input changes slightly?
- Partial differential equations (heat equation, wave equation) use partial derivatives to model physical phenomena
Quiz
Let . What is ?
If both partial derivatives and exist at a point, then is differentiable at that point.
Common Mistakes
- Forgetting to treat all other variables as constants when differentiating — partial derivatives are single-variable derivatives in disguise.
- Concluding differentiability from existence of partials — existence of all partial derivatives is necessary but not sufficient for differentiability.
- Mixing up (partial) with (total) — they are only equal when has no other variable dependencies.