Hessian Matrix | Multivariable Calculus | Khan Academy

Added:

Hessian Matrix
Derivative Computation
Generalization
Utility Preview

Hessian Matrix

0:00
Playing Section
  • 1

    Introduces the Hessian matrix as a packaging tool for all second partial derivatives.

  • 2

    Demonstrates the matrix structure using a two-variable function example.

First-order partial derivatives and how to construct the gradient vector of a multivariable function.
Concept and computation of second-order partial derivatives, including mixed partial derivatives and Clairaut's theorem.
Basic linear algebra, particularly matrix representation, vectors, and matrix-vector multiplication.
Single-variable Taylor series, specifically the role of the first and second derivatives in linear and quadratic approximations.
The Multivariable Second Derivative Test to classify local extrema (maxima, minima, and saddle points) of multivariable functions.
Determining matrix definiteness (positive definite, negative definite, indefinite) through the eigenvalues or determinants of the Hessian matrix.
Multivariable Taylor series expansions to higher-degree polynomial approximations.
Optimization algorithms in machine learning and data science, such as Newton's Method, which utilize the inverse of the Hessian matrix.
515.1K views4.6Klikes6:10@khanacademyOriginal Release: 2016-06-16

The Hessian matrix is a square matrix that organizes all the second partial derivatives of a multivariable function, where each entry H_ij represents the second partial derivative obtained by first differentiating with respect to variable j and then with respect to variable i; for most well-behaved functions, the mixed partial derivatives are symmetric (H_ij = H_ji), and this matrix structure extends naturally to functions with any number of variables, making it a powerful tool for expressing quadratic approximations and performing matrix operations in multivariable calculus.