Fiveable

โˆžCalculus IV Unit 3 Review

QR code for Calculus IV practice questions

3.2 Higher-order partial derivatives

โˆžCalculus IV
Unit 3 Review

3.2 Higher-order partial derivatives

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โˆžCalculus IV
Unit & Topic Study Guides

Higher-order partial derivatives take calculus to the next level. They let us analyze functions of multiple variables more deeply, revealing how changes in one variable affect another's rate of change.

These derivatives are crucial for understanding complex systems. They help us find critical points, approximate functions, and study their behavior. Mastering them opens doors to advanced math and real-world applications.

Second-Order Partial Derivatives

Pure and Mixed Partial Derivatives

  • Second-order partial derivatives are obtained by taking the partial derivative of a partial derivative
  • Pure partial derivatives involve taking the partial derivative of a function with respect to the same variable twice
    • For a function $f(x, y)$, the pure partial derivatives are denoted as $\frac{\partial^2 f}{\partial x^2}$ and $\frac{\partial^2 f}{\partial y^2}$
    • Example: If $f(x, y) = x^2y + xy^2$, then $\frac{\partial^2 f}{\partial x^2} = 2y$ and $\frac{\partial^2 f}{\partial y^2} = 2x$
  • Mixed partial derivatives involve taking the partial derivative of a function with respect to one variable and then taking the partial derivative of the result with respect to another variable
    • For a function $f(x, y)$, the mixed partial derivatives are denoted as $\frac{\partial^2 f}{\partial x \partial y}$ and $\frac{\partial^2 f}{\partial y \partial x}$
    • Example: If $f(x, y) = x^2y + xy^2$, then $\frac{\partial^2 f}{\partial x \partial y} = 2x + 2y$ and $\frac{\partial^2 f}{\partial y \partial x} = 2x + 2y$

Advanced Topics in Higher-Order Partial Derivatives

Hessian Matrix

  • The Hessian matrix is a square matrix of second-order partial derivatives for a function of multiple variables
  • For a function $f(x_1, x_2, \ldots, x_n)$, the Hessian matrix is defined as: \frac{\partial^2 f}{\partial x_1^2} & \frac{\partial^2 f}{\partial x_1 \partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_1 \partial x_n} \\ \frac{\partial^2 f}{\partial x_2 \partial x_1} & \frac{\partial^2 f}{\partial x_2^2} & \cdots & \frac{\partial^2 f}{\partial x_2 \partial x_n} \\ \vdots & \vdots & \ddots & \vdots \\ \frac{\partial^2 f}{\partial x_n \partial x_1} & \frac{\partial^2 f}{\partial x_n \partial x_2} & \cdots & \frac{\partial^2 f}{\partial x_n^2} \end{bmatrix}$$
  • The Hessian matrix is used to analyze the local behavior of a function, such as determining the type of critical points (minimum, maximum, or saddle points)

Taylor Series Expansion

  • Taylor series expansion is a method for approximating a function near a point using a polynomial series
  • For a function $f(x, y)$ with continuous partial derivatives up to order $n$, the Taylor series expansion around the point $(a, b)$ is given by: f(x,y)โ‰ˆโˆ‘i=0nโˆ‘j=0nโˆ’i1i!j!โˆ‚i+jfโˆ‚xiโˆ‚yj(a,b)(xโˆ’a)i(yโˆ’b)jf(x, y) \approx \sum_{i=0}^n \sum_{j=0}^{n-i} \frac{1}{i!j!} \frac{\partial^{i+j} f}{\partial x^i \partial y^j}(a, b)(x-a)^i(y-b)^j
  • The Taylor series expansion is useful for approximating functions and analyzing their behavior near a specific point

Schwarz's Theorem

  • Schwarz's theorem, also known as the symmetry of second derivatives or the equality of mixed partials, states that under certain conditions, the order of taking mixed partial derivatives does not matter
  • If the mixed partial derivatives $\frac{\partial^2 f}{\partial x \partial y}$ and $\frac{\partial^2 f}{\partial y \partial x}$ are continuous on an open set containing the point $(a, b)$, then: โˆ‚2fโˆ‚xโˆ‚y(a,b)=โˆ‚2fโˆ‚yโˆ‚x(a,b)\frac{\partial^2 f}{\partial x \partial y}(a, b) = \frac{\partial^2 f}{\partial y \partial x}(a, b)
  • Schwarz's theorem simplifies the computation of higher-order partial derivatives and ensures the existence of a unique Hessian matrix for a function satisfying the continuity conditions