.
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.
If ( x + y ) 2 + ( x − y ) 2 = 2 ( x 2 + y 2 ) , then let us solve this NLP according to:
MIN
2 ( x 2 + y 2 )
subject to:
y ≤ − x 2 − 2 x ;
y ≥ − 3 2 x + 3 1 .
The two curves intersect at the points − x 2 − 2 x = − 3 2 x + 3 1 ⇒ x 2 + 3 4 x + 3 1 = ( x + 1 ) ( x + 1 / 3 ) = 0 ⇒ ( x , y ) = ( − 1 , 1 ) ; ( − 1 / 3 , 5 / 9 ) , which are the critical vertices of the feasible region below:
Plugging in the above two critical vertices into our objective function produces:
( − 1 , 1 ) ⇒ 2 ( 1 + 1 ) = 4 ;
( − 1 / 3 , 5 / 9 ) ⇒ 2 ( 9 1 + 8 1 2 5 ) = 8 1 6 8
hence, the minimum value is 8 1 6 8 .