Niki D.
asked 07/09/21Suppose that g(x,y,z)= x^3y^2z^-1 determine the hessian h(g) at the point (1,1,1)
I actually have an initial solution to this, I just got stuck and I do not know if what I did was right
g(x,y,z) =x3y2z-1
Fx=3x2y2 z-1
Fy=x32yz-1
Fz=x3y2-z-1
Then the second partial derivative
Fxx= 6xy2z-1 Fxy= 3x22yz-1 Fxz= 3x2y2-z-2
Fyx= 3x22yz-1 Fyy= x32z-1 Fyz= x32y-z-2
Fzx= 3x2y2-z-2 Fzy= x32y-z-2 Fzz= x3y22z-3
Then I evaluate it by 1 because of the point (1,1,1)
Fxx= 6xy2z-1 =6 Fxy= 3x22yz-1 = 6 Fxz= 3x2y2-z-2 = 3
Fyx= 3x22yz-1 = 6 Fyy= x32z-1 = 2 Fyz= x32y-z-2 = 2
Fzx= 3x2y2-z-2 = 3 Fzy= x32y-z-2 = 2 Fzz= x3y22z-3 = 2
We got stuck after this matrix, we don't know whats should we do next? should we find the determinant of the matrix? How are we supposed to know if it is a saddle point, minimum, or maxima?
The lecture links have different types of given and examples they equate it first to 0 to find the critical points then proceed to the hessian matrix but we can't seem to apply it here because it is a different type of given. I also do not know if we can apply the test to find if it is a minimum, maxima, or saddle point
1 Expert Answer
The mistake is you wrote the minus as subtraction in the derivative and not as a coefficient.
As you said, you need the determinant of the Hessian matrix.
Fy
Fz=-x3y2z-2
Fxz= Fzx = -3x2y2z-2 giving a value of -3
Fyz = Fzy = -2x3yz-1 giving a value of -2
Fzz =2x3y2z-3 giving a value of 2
The matrix comes from putting the correct values in the matrix.
Now you need to determine the eigenvalues λ such that F-λI = 0
if all the λ values are positive, you have a local minimum
if all the λ values are negative, you have a local maximum
if λ take both positive and negative values, you have a saddle point.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Tom K.
You're done, but you should have negative values on the 4 terms with z and either x or y.07/09/21