∞Calculus IV
Partial Derivative Rules
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Partial derivatives are the foundation of Calculus IV. They extend differentiation to functions with multiple inputs. Whenever you analyze a surface, optimize a multivariable function, or study how a physical system responds to changes, you're relying on partial derivatives. The rules here connect directly to gradient vectors, directional derivatives, optimization, and vector field analysis.
You'll be tested on more than computation. Examiners want to see that you understand when to apply each rule and why it works. The chain rule for partials drives related rates problems. Clairaut's theorem saves you time on mixed partials. The gradient ties everything together for optimization. Knowing what concept each rule captures, and when to reach for it, matters just as much as cranking through algebra.
Foundational Concepts and Notation
Before applying any rules, you need a solid understanding of what partial derivatives actually measure and how to communicate them precisely. A partial derivative isolates the rate of change in one direction while treating all other variables as constants.
Definition of Partial Derivatives
The formal definition mirrors the single-variable limit definition. For a function :
- Measures single-variable change: a partial derivative tells you how changes as one variable varies while all others stay fixed.
- Enables independent analysis of each variable's contribution to the function's behavior.
- Notation uses the curly to distinguish partial differentiation from total (ordinary) differentiation.
Partial Derivative Notation
- First-order partials use , , or subscript notation like , .
- Mixed second derivatives written as mean: differentiate first with respect to , then with respect to . Read right to left in Leibniz notation.
- Higher-order notation extends naturally: means differentiate once with respect to , then twice with respect to .
Compare: vs. . Both use Leibniz-style notation, but the curly signals a multivariable context where other variables are held constant. If a problem uses , you're in partial derivative territory.
Differentiation Rules for Partial Derivatives
The computational rules from single-variable calculus (product rule, quotient rule, chain rule) all extend to partial derivatives with one key modification: treat every variable except the one you're differentiating with respect to as a constant.
Partial Derivatives of Multivariable Functions
Here's the process:
- Identify which variable you're differentiating with respect to.
- Treat all other variables as constants.
- Apply the usual single-variable differentiation rules (power, product, quotient, exponential, trig, etc.).
Example: For , finding :
- Treat as a constant.
- (power rule; is just a constant coefficient).
- (chain rule; derivative of the inner function with respect to is ).
- So .
Setting all first partials equal to zero simultaneously is how you find critical points of multivariable functions.
Chain Rule for Partial Derivatives
This is where things get genuinely tricky. The chain rule has different forms depending on the dependency structure.
Case 1: Single parameter. If where and , then:
Notice the result is an ordinary derivative because ultimately depends on only one independent variable.
Case 2: Multiple parameters. If where and , then:
and similarly for .
Tree diagrams are genuinely useful here. Draw at the top, connect it to and , then connect those to and . Each path from down to your target variable contributes one term (multiply along branches, add across paths).
Implicit Differentiation for Multivariable Functions
When a relationship is given as and you can't easily solve for , implicit differentiation gives you the partial derivatives directly.
Formula: If and , then:
Why this works: Differentiate with respect to using the chain rule (treating as a function of and ), then solve for .
Compare: Standard partial differentiation vs. implicit differentiation. Both find partial derivatives, but implicit differentiation works when you can't isolate the dependent variable. Use implicit when you see equations like rather than .
Symmetry and Higher-Order Derivatives
When you take multiple partial derivatives, the order can matter. Clairaut's theorem tells you exactly when you can swap the order, which is most of the time for functions you'll encounter in this course.
Clairaut's Theorem (Equality of Mixed Partials)
Statement: If and are both continuous on an open region, then:
- Computation shortcut: choose whichever differentiation order is easier. The result is identical as long as the continuity condition holds.
- The continuity requirement is almost always satisfied for functions on exams. The exception to watch for is piecewise-defined functions at the boundary point, where the mixed partials can fail to be continuous and may differ.
Higher-Order Partial Derivatives
- Pure second partials like measure concavity in the -direction, just like single-variable second derivatives.
- Mixed partials like capture how the rate of change in one direction varies as you move in another direction. Think of it as measuring "twist."
- The Hessian matrix collects all second partials into a matrix:
The second derivative test uses the Hessian's determinant: . At a critical point where :
- and : local minimum
- and : local maximum
- : saddle point
- : test is inconclusive
Compare: vs. . Pure second partials measure curvature along axes, while mixed partials measure twist. Both appear in the discriminant .
Gradient and Directional Analysis
The gradient packages all first partial derivatives into a single vector, unlocking powerful geometric interpretations. It points toward steepest increase, and its magnitude tells you how steep.
Gradient Vector
Definition: For :
- Points toward steepest ascent: moving in the direction of increases as rapidly as possible.
- Magnitude equals the maximum rate of change of at that point.
- Normal to level curves/surfaces: at a point is perpendicular to the level curve (2D) or level surface (3D) passing through that point. This is why the gradient shows up in tangent plane equations.
Directional Derivatives
The directional derivative gives the rate of change of in any direction, not just along coordinate axes.
where must be a unit vector (). If you're given a direction vector that isn't unit length, normalize it first.
Three facts worth memorizing:
- Maximum , occurring when \mathbf{u}} points in the gradient direction.
- Minimum , occurring in the direction opposite the gradient.
- Zero directional derivative occurs when is perpendicular to , meaning you're moving along a level curve/surface.
Compare: Gradient vs. directional derivative. The gradient gives you the direction of maximum increase, while the directional derivative gives you the rate of change in any specified direction. A common exam question: "In what direction does increase most rapidly?" Answer: the gradient direction.
Vector-Valued Extensions
When your function outputs a vector instead of a scalar, partial derivatives apply component-by-component. This extends naturally to analyzing vector fields and parametric surfaces.
Partial Derivatives of Vector-Valued Functions
For a parametric surface , take partials of each component separately:
- The vectors and are tangent to the surface at each point.
- Their cross product gives a normal vector to the surface, which you'll need for surface integrals and flux calculations.
Quick Reference Table
| Concept | Key Formula / Idea |
|---|---|
| Basic computation | , with other variables held constant |
| Chain rule | ; use tree diagrams for complex dependencies |
| Implicit differentiation | when |
| Clairaut's theorem | when mixed partials are continuous |
| Second derivative test | ; check sign of and |
| Gradient vector | ; points toward steepest ascent; normal to level surfaces |
| Directional derivatives | where is a unit vector |
Self-Check Questions
-
If , which rule do you use to find , and what do you treat as during the calculation?
-
Compare and . Under what condition are they equal, and why does this matter computationally?
-
Given at a point, what is the maximum rate of change of , and in what direction does it occur?
-
When would you choose implicit differentiation over standard partial differentiation? Give an example equation where implicit differentiation is the better approach.
-
FRQ-style: A surface is defined by . Explain how you would use the gradient to find a vector normal to the level curve and a vector normal to the surface itself. What's the relationship between these two normals?