Understanding Stationary Points: Saddle, Max, or Min?

Click For Summary
SUMMARY

The discussion centers on identifying stationary points of the function f(x,y) = x^4 + (2x^2)y - 4x^2 + 3y^2 and determining their nature (saddle, maximum, or minimum). The user initially misinterprets the determinant condition for saddle points, stating that Δ > 0 indicates a saddle point, while the correct interpretation is that Δ < 0 indicates a saddle point. The second derivative test is clarified, emphasizing the importance of the determinant of the Hessian matrix in classifying stationary points.

PREREQUISITES
  • Understanding of multivariable calculus, specifically stationary points.
  • Familiarity with the second derivative test for functions of two variables.
  • Knowledge of Hessian matrices and their determinants.
  • Ability to perform algebraic manipulation and solve equations involving derivatives.
NEXT STEPS
  • Study the second derivative test for functions of multiple variables in detail.
  • Learn how to compute and interpret Hessian matrices for various functions.
  • Explore examples of stationary points and their classifications in multivariable calculus.
  • Review literature on common misconceptions in calculus, particularly regarding saddle points.
USEFUL FOR

Students and educators in mathematics, particularly those studying calculus and optimization techniques, as well as anyone involved in teaching or learning about stationary points and their classifications.

ibysaiyan
Messages
441
Reaction score
0

Homework Statement


Hi,

I have been given a set of functions for which I need to find the stationary points , and determine whether the points are saddle, or max/min.
I think I may have solved it correctly but I end up with all the points being saddle, surely this can't be right.. I may have gone wrong with my arithmetic. Can anyone go through my working. Appreciate the replies.


Homework Equations






The Attempt at a Solution



f(x,y) = x^4 +(2x^2)y -4x^2 +3y^2

F_{x} = 4x^3 +4xy-8x
F_{y} =2x^2+6y
F_{xx}12x^2 +4y -8
F_{yy}6
F_{yx}4x

The definition which I have used for delta/ determinant is : If Δ > 0 then stationary points are saddle i.e f_{xy}^2 - f_{xx} * f_{yy}

The points which I get are the following:
Re arranging (eq.1) and using eq. 2 (2x^2 = -6y)
4x^3 +4xy-8x (eq.1)
=>
x(4x^2 +4y-8) = 0
x[ (2x^2 +2x^2 ]+4y-8 = 0
x[ (-6y-6y) +4y -8] =0
x(-12+4y-8) = 0

x = 0 , -8y = 8 , y=-1
Points are:
(0,0) , (+/√3, -1)

Thanks!
 
Physics news on Phys.org
ibysaiyan said:

Homework Statement


Hi,

I have been given a set of functions for which I need to find the stationary points , and determine whether the points are saddle, or max/min.
I think I may have solved it correctly but I end up with all the points being saddle, surely this can't be right.. I may have gone wrong with my arithmetic. Can anyone go through my working. Appreciate the replies.


Homework Equations






The Attempt at a Solution



f(x,y) = x^4 +(2x^2)y -4x^2 +3y^2

F_{x} = 4x^3 +4xy-8x
F_{y} =2x^2+6y
F_{xx}12x^2 +4y -8
F_{yy}6
F_{yx}4x

The definition which I have used for delta/ determinant is : If Δ > 0 then stationary points are saddle i.e f_{xy}^2 - f_{xx} * f_{yy}
You have this exactly backwards- the stationary points are saddles if Δ< 0.
The point is that f_{xy}^2- f_{xx}f_{yy} is the determinant of the "second derivative matrix"
\begin{bmatrix}f_{xx}&amp; f_{xy} \\ f_{xy} &amp; f_{yy}\end{bmatrix}
of course that determinant is independent of the coordinate system- and since this is a symmetric matrix, there exist a coordinate system in which it is diagonal. That is there exist a coordinate system in which the matrix is
\begin{bmatrix}f_{xx} &amp; 0 \\ 0 &amp; f_{yy}\end{bmatrix}
which means that, locally, it is like f_{xx}x^2+ f_{yy}y^2. If the determinant is negative, one of those coefficients is positive, the other negative, a saddle point. If the determinant is positive, the coefficients are either both positive, a local minimum, or both negative, a local maximum.

The points which I get are the following:
Re arranging (eq.1) and using eq. 2 (2x^2 = -6y)
4x^3 +4xy-8x (eq.1)
=>
x(4x^2 +4y-8) = 0
x[ (2x^2 +2x^2 ]+4y-8 = 0
x[ (-6y-6y) +4y -8] =0
x(-12+4y-8) = 0

x = 0 , -8y = 8 , y=-1
Points are:
(0,0) , (+/√3, -1)

Thanks!
 
Last edited by a moderator:
HallsofIvy said:
You have this exactly backwards- the stationary points are saddles if Δ< 0.
The point is that f_{xy}^2- f_{xx}f_{yy} is the determinant of the "second derivative matrix"
\begin{bmatrix}f_{xx}&amp; f_{xy} \\ f_{xy} &amp; f_{yy}\end{bmatrix}
of course that determinant is independent of the coordinate system- and since this is a symmetric matrix, there exist a coordinate system in which it is diagonal. That is there exist a coordinate system in which the matrix is
\begin{bmatrix}f_{xx} &amp; 0 \\ 0 &amp; f_{yy}\end{bmatrix}
which means that, locally, it is like f_{xx}x^2+ f_{yy}y^2. If the determinant is negative, one of those coefficients is positive, the other negative, a saddle point. If the determinant is positive, the coefficients are either both positive, a local minimum, or both negative, a local maximum.

Hi there,
You see on my lecturer's note I can clearly see that he has stated that when a coordinate system has Δ >0 then it's a saddle point , he did mention that " some books use the expression the other way around" , which I have confirmed upon browsing.

Could he be wrong? Also thanks for your in-depth answer ( as always).
 

Similar threads

Replies
1
Views
2K
Replies
5
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
20
Views
2K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
4K
  • · Replies 16 ·
Replies
16
Views
3K