#2 var function description
12 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
Recall how to tell the type of critical point from the hessian matrix.
I never learned that but
D=(fxx)(fyy)-(fxy)^2=16=local max?
No, that's not enough to say that.
Let me describe the general approach for a function of two variables.
And because fxx(1,1)<0? This is teachers notes
Suppose:
A = ∂^2 f/∂x^2
B = ∂^2 f/(∂x∂y)
C = ∂^2 f/∂y^2
All derivatives are evaluated at a point r0.
Then we have D = det(H) = AC - B^2. Then there are four cases.
- If D > 0 and A > 0, then r0 is a minimum point.
- If D > 0 and A < 0, then r0 is a maximum point.
- If D < 0, then r0 is a saddle point.
- If D = 0, then this test is inconclusive.
So, what can you say about the given point?
Local max?
Yes, nice!
Alright thanks for the explanation!