A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Higher-Order Partial Derivatives

College Depth 76 in the knowledge graph I know this Set as goal
1,009topics build on this
333prerequisites beneath it
See this on the map →
Partial Derivatives: Definition and ComputationHigher-Order DerivativesClairaut's Theorem: Equality of Mixed PartialsOption Greeks: Delta, Gamma, Vega, and Theta+1 more
second-derivatives mixed-partials notation

Core Idea

Higher-order partials are partial derivatives of partial derivatives: ∂²f/∂x², ∂²f/∂y², and mixed partials ∂²f/∂x∂y. Notation ∂²f/∂x∂y means first differentiate with respect to y, then x.

Explainer

You already know that the partial derivative ∂f/∂x treats all variables other than x as constants and differentiates with respect to x alone. The resulting expression ∂f/∂x is itself a function of the same variables — which means you can differentiate it again. Higher-order partial derivatives are just iterated applications of this operation. The second partial ∂²f/∂x² differentiates with respect to x twice; physically, it measures how the rate of change in the x-direction itself changes as you move in the x-direction.

The richer case is the mixed partial ∂²f/∂x∂y, where you differentiate with respect to two different variables in succession. The notation is read right-to-left: ∂²f/∂x∂y means "first differentiate with respect to y, then differentiate the result with respect to x." Think of it as composition of operators: ∂/∂x applied to (∂f/∂y). Alternatively, the subscript notation f_xy means differentiate first in x, then in y — this one reads left-to-right, so be careful which convention a text is using. For the function f(x, y) = x²y³, computing f_xy: first f_x = 2xy³, then (f_x)_y = 6xy². Computing f_yx: first f_y = 3x²y², then (f_y)_x = 6xy². Same answer — this equality of mixed partials is not a coincidence.

For "well-behaved" functions (specifically when the mixed partials are continuous near a point), the order of differentiation doesn't matter: ∂²f/∂x∂y = ∂²f/∂y∂x. This is Clairaut's theorem, which you will prove next. Intuitively, it says that the change in slope from simultaneously wiggling x and y doesn't depend on which wiggle you think of as "first." The theorem requires continuity of the mixed partials — there exist pathological examples where the equality fails — but for all smooth functions encountered in practice, mixed partials commute freely.

Higher-order partials become essential in optimization and in understanding the local shape of a function near a critical point. The four second partials f_xx, f_xy, f_yx, and f_yy are assembled into the Hessian matrix, which plays the role that the second derivative plays in single-variable calculus. Just as f″(a) > 0 signals a local minimum in one dimension, the Hessian's eigenvalues (or equivalently its determinant and trace) tell you whether a critical point of a multivariable function is a local min, local max, or saddle point — which is why you need this topic before tackling the second derivative test.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication 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 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute 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 Derivatives

Longest path: 77 steps · 333 total prerequisite topics

Prerequisites (2)

Leads To (3)