ibysaiyan
- 441
- 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!