Given that ; find the local minimum value of . Round-off to 3 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Taking ∇ f ( x , y ) = 0 , we obtain:
f x = 4 y + 6 x + 3 x 2 = 0 (i)
f y = 2 y + 4 x = 0 (ii).
Knowing that y = − 2 x from (ii), substituting this value into (i) produces the quadratic 3 x 2 − 2 x = 0 ⇒ x = 0 , 3 2 . This gives us two critical points to consider: ( x , y ) = ( 0 , 0 ) ; ( 3 2 , − 3 4 ) . The Hessian matrix of f calculates to:
F ( x , y ) = [ 6 + 6 x 4 4 2 ] (iii)
and plugging in the two above critical points yields:
F ( 0 , 0 ) = [ 6 4 4 2 ] ⇒ indefinite matrix (aka saddle point),
F ( 3 2 , − 3 4 ) = [ 1 0 4 4 2 ] ⇒ positive-definite matrix (aka global minimum point).
Hence, the minimum of f computes to f ( 3 2 , − 3 4 ) = − 2 7 4 .