Second partial derivative test
Template:Short description Script error: No such module "Multiple image".
In mathematics, the second partial derivative test is a method in multivariable calculus used to determine if a critical point of a function is a local minimum, maximum or saddle point.
Functions of two variables
Suppose that f(x, y)Script error: No such module "Check for unknown parameters". is a differentiable real function of two variables whose second partial derivatives exist and are continuous. The Hessian matrix Template:Mvar of Template:Mvar is the 2 × 2 matrix of partial derivatives of Template:Mvar:
Define D(x, y)Script error: No such module "Check for unknown parameters". to be the determinant of Template:Mvar. Finally, suppose that (a, b)Script error: No such module "Check for unknown parameters". is a critical point of Template:Mvar, that is, that fx(a, b) = fy(a, b) = 0Script error: No such module "Check for unknown parameters".. Then the second partial derivative test asserts the following:[1]
- If D(a, b) > 0Script error: No such module "Check for unknown parameters". and fxx(a, b) > 0Script error: No such module "Check for unknown parameters". then (a, b)Script error: No such module "Check for unknown parameters". is a local minimum of Template:Mvar.
- If D(a, b) > 0Script error: No such module "Check for unknown parameters". and fxx(a, b) < 0Script error: No such module "Check for unknown parameters". then (a, b)Script error: No such module "Check for unknown parameters". is a local maximum of Template:Mvar.
- If D(a, b) < 0Script error: No such module "Check for unknown parameters". then (a, b)Script error: No such module "Check for unknown parameters". is a saddle point of Template:Mvar.
- If D(a, b) = 0Script error: No such module "Check for unknown parameters". then the point (a, b)Script error: No such module "Check for unknown parameters". could be any of a minimum, maximum, or saddle point (that is, the test is inconclusive).
Sometimes other equivalent versions of the test are used. In cases 1 and 2, the requirement that fxx fyy − fxy2Script error: No such module "Check for unknown parameters". is positive at (x, y)Script error: No such module "Check for unknown parameters". implies that Template:Mvar and Template:Mvar have the same sign there. Therefore, the second condition, that Template:Mvar be greater (or less) than zero, could equivalently be that Template:Mvar or tr(H) = fxx + fyyScript error: No such module "Check for unknown parameters". be greater (or less) than zero at that point.
A condition implicit in the statement of the test is that if or , it must be the case that and therefore only cases 3 or 4 are possible.
Functions of many variables
For a function f of three or more variables, there is a generalization of the rule shown above. In this context, instead of examining the determinant of the Hessian matrix, one must look at the eigenvalues of the Hessian matrix at the critical point. The following test can be applied at any critical point a for which the Hessian matrix is invertible:
- If the Hessian is positive definite (equivalently, has all eigenvalues positive) at a, then f attains a local minimum at a.
- If the Hessian is negative definite (equivalently, has all eigenvalues negative) at a, then f attains a local maximum at a.
- If the Hessian has both positive and negative eigenvalues then a is a saddle point for f (and in fact this is true even if a is degenerate).
In those cases not listed above, the test is inconclusive.[2]
For functions of three or more variables, the determinant of the Hessian does not provide enough information to classify the critical point, because the number of jointly sufficient second-order conditions is equal to the number of variables, and the sign condition on the determinant of the Hessian is only one of the conditions. Note that in the one-variable case, the Hessian condition simply gives the usual second derivative test.
In the two variable case, and are the principal minors of the Hessian. The first two conditions listed above on the signs of these minors are the conditions for the positive or negative definiteness of the Hessian. For the general case of an arbitrary number n of variables, there are n sign conditions on the n principal minors of the Hessian matrix that together are equivalent to positive or negative definiteness of the Hessian (Sylvester's criterion): for a local minimum, all the principal minors need to be positive, while for a local maximum, the minors with an odd number of rows and columns need to be negative and the minors with an even number of rows and columns need to be positive. See Hessian matrix#Bordered Hessian for a discussion that generalizes these rules to the case of equality-constrained optimization.
Examples
maxima (red) and saddle points (blue).
To find and classify the critical points of the function
- ,
we first set the partial derivatives
- and
equal to zero and solve the resulting equations simultaneously to find the four critical points
- and .
In order to classify the critical points, we examine the value of the determinant D(x, y) of the Hessian of f at each of the four critical points. We have
Now we plug in all the different critical values we found to label them; we have
Thus, the second partial derivative test indicates that f(x, y) has saddle points at (0, −1) and (1, −1) and has a local maximum at since . At the remaining critical point (0, 0) the second derivative test is insufficient, and one must use higher order tests or other tools to determine the behavior of the function at this point. (In fact, one can show that f takes both positive and negative values in small neighborhoods around (0, 0) and so this point is a saddle point of f.)
See also
Notes
<templatestyles src="Reflist/styles.css" />
- ↑ Script error: No such module "Footnotes"., p. 803.
- ↑ Kurt Endl/Wolfgang Luh: Analysis II. Aula-Verlag 1972, 7th edition 1989, Template:Isbn, pp. 248-258 (German)
Script error: No such module "Check for unknown parameters".
References
- Script error: No such module "citation/CS1".
External links
- Relative Minimums and Maximums - Paul's Online Math Notes - Calc III Notes (Lamar University)
- Script error: No such module "Template wrapper".