Mixed Partial Derivatives and Clairaut's Theorem

College Depth 64 in the knowledge graph I know this Set as goal
Unlocks 396 downstream topics
partials symmetry

Core Idea

Mixed partial derivatives are equal when they are continuous: ∂²f/∂x∂y = ∂²f/∂y∂x, by Clairaut's theorem. This equality simplifies computation and reflects symmetry in the function's behavior.

Explainer

You already know how to compute higher-order partial derivatives: differentiate once with respect to one variable, then differentiate the result with respect to another. A mixed partial derivative ∂²f/∂x∂y means: first differentiate with respect to y (the rightmost variable in denominator notation), then differentiate with respect to x. The question is: does the order matter? Could ∂²f/∂x∂y differ from ∂²f/∂y∂x?

In general, for badly-behaved functions, the answer is yes — the mixed partials can differ. But for almost every function you encounter in practice, they are equal, and Clairaut's theorem (also called the symmetry of second derivatives or Schwarz's theorem) makes this precise: if both mixed partials ∂²f/∂x∂y and ∂²f/∂y∂x are continuous at a point, then they are equal at that point. Continuity of the mixed partials is the key condition — it is sufficient, though not necessary.

The intuition is that if f is smooth, then at the infinitesimal level, "how the x-slope changes in the y-direction" and "how the y-slope changes in the x-direction" both measure the same feature of the function's curvature. Think of a surface z = f(x, y): ∂²f/∂y∂x asks how the tilt in the x-direction changes as you move in the y-direction, while ∂²f/∂x∂y asks how the tilt in the y-direction changes as you move in the x-direction. For a smooth surface, both measure the same "twisting" of the surface, so they must agree.

The practical consequence is significant: for smooth functions, you can differentiate in whichever order is computationally convenient. This matters when computing the Hessian matrix H(f), whose (i, j) entry is ∂²f/∂xᵢ∂xⱼ. Clairaut's theorem guarantees that H is a symmetric matrix (H = Hᵀ) whenever the second partials are continuous — which gives the Hessian all the nice spectral properties of symmetric matrices, including real eigenvalues. This symmetry is directly used in the second partials test for classifying critical points as local maxima, minima, or saddle points, which is the next topic in your path.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionLimit Definition of the DerivativePower RuleConstant Multiple and Sum/Difference RulesProduct RuleChain RuleHigher-Order DerivativesHigher-Order Partial DerivativesClairaut's Theorem: Equality of Mixed PartialsMixed Partial Derivatives and Clairaut's Theorem

Longest path: 65 steps · 259 total prerequisite topics

Prerequisites (2)

Leads To (1)