Function min and max help

  • #1
54
13
TL;DR Summary
.
What should I do when the f(x, y) function's second derivatives or Δ=AC-B² is zero? When the function is f(x) then we can differentiate it until it won't be a zero, but if z = some x and y then can I just continue this process to find what max and min (extremes) it has?

What I've done is:
Differentiated z=f(x, y) by partial derivatives with respect to x and y;
Made them equal to zero in the system of numbers;
Where I got x=0, y=0;
Differentiated function by the second partial derivatives;
Used Δ = AC-B² where if Δ=0 then it needs more calculations.
I got Δ=0.

What should I do now? Differentiate again (third partial) as we do to function f(x) with only one variable x until it won't be equal to zero?
 
  • #2
What the determinant of the hessian matrix of [itex]f[/itex] vanishing tells you is that is has a zero eigenvalue with a corresponding eigenvector [itex]\mathbf{v}[/itex]. To determine the behaviour of [itex]f[/itex] in this direction, you should look at [tex]
\frac{d^3}{dt^3}f(\mathbf{x}_0 + t\mathbf{v})[/tex] and higher derivatives until you find one which does not vanish. If both eigenvalues are zero then the hessian is zero, and you need to look at the cubic terms to see what is going on.

Switching to a different coordinate system may give better insight into what is going on, for example https://www.wolframalpha.com/input?i=(x^2+y^2)*(1+-+(x^2+y^2)) where in polar coordinates it is easy to find that [itex]r^2(1-r^2)[/itex] has a ring of global maxima at [itex]r = 1/\sqrt{2}[/itex] and a local minimum at [itex]r = 0[/itex].
 

Suggested for: Function min and max help

Replies
5
Views
569
Replies
1
Views
108
Replies
3
Views
1K
Replies
1
Views
1K
Replies
15
Views
1K
Replies
11
Views
1K
Replies
1
Views
750
Back
Top