#2 var function description

12 messages · Page 1 of 1 (latest)

pale meadowBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
radiant vortex
#

Recall how to tell the type of critical point from the hessian matrix.

ocean tusk
radiant vortex
#

Let me describe the general approach for a function of two variables.

ocean tusk
radiant vortex
#

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.

  1. If D > 0 and A > 0, then r0 is a minimum point.
  2. If D > 0 and A < 0, then r0 is a maximum point.
  3. If D < 0, then r0 is a saddle point.
  4. If D = 0, then this test is inconclusive.
#

So, what can you say about the given point?

ocean tusk
#

Local max?

radiant vortex
ocean tusk
#

Alright thanks for the explanation!