Minimum Value

Level pending

.

66/81 65/81 68/81 67/81

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.

1 solution

Tom Engelsman
Jan 18, 2021

If ( x + y ) 2 + ( x y ) 2 = 2 ( x 2 + y 2 ) (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 ) 2(x^2 + y^2)

subject to:

y x 2 2 x ; y \le -x^2 - 2x;

y 2 3 x + 1 3 y \ge -\frac{2}{3}x + \frac{1}{3} .

The two curves intersect at the points x 2 2 x = 2 3 x + 1 3 x 2 + 4 3 x + 1 3 = ( x + 1 ) ( x + 1 / 3 ) = 0 ( x , y ) = ( 1 , 1 ) ; ( 1 / 3 , 5 / 9 ) , -x^2-2x = -\frac{2}{3}x + \frac{1}{3} \Rightarrow x^2 + \frac{4}{3}x + \frac{1}{3} = (x+1)(x+1/3) = 0 \Rightarrow (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,1) \Rightarrow 2(1+1) = 4 ;

( 1 / 3 , 5 / 9 ) 2 ( 1 9 + 25 81 ) = 68 81 (-1/3, 5/9) \Rightarrow 2(\frac{1}{9}+\frac{25}{81}) = \frac{68}{81}

hence, the minimum value is 68 81 . \boxed{\frac{68}{81}}.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...