x 2 ( x 2 + 1 ) + y 2 ( y 2 + 1 )
Positive reals x and y satisfying the system of inequalities below.
{ x ≤ y ≤ 2 2 x + y ≥ 2 x y
Find the maximum value of the expression above.
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.
But if we take point (1; 2) which also satisfies the conditions we get a larger value (=22) for the given expression!
Log in to reply
I've fixed the solution, you can check it back
ah, yes, tks for pointing it out, please report it so the staff can edit the answer
Can you explain the first line? Note that you divided by 2 ( y − 1 ) which could potentially be negative.
Log in to reply
I'm trying to come up with a new solution because this one is really loose
Log in to reply
So here's one possible way of fixing it: We have f ( 1 , 2 ) = 2 2 . Suppose we want to find a value larger than that. Then, since x ≤ y ≤ 2 if x < 1 we will have f ( x , y ) < f ( 1 , 2 ) . Hence, we may include the constraint that x ≥ 1 . This gives us 1 ≤ x ≤ y ≤ 2 , and so y − 1 is non-negative. We can thus divide by that value, and proceed.
Having said that, note that line 2 is not true. If we take y → 1 + then clearly it goes towards infinity. Hence, there is no upper bound that we can set on the expression.
Log in to reply
@Calvin Lin – I've posted another solution, this's the solution of Vo Quoc Ba Can, not mine
Log in to reply
@P C – Can you check your signs? You show that one term is less than 5 and the other is greater than 17, and conclude that the sum is less than 22. Also, it's missing an inequality sign in the last statement.
I get 22 , Only use my logic
ho did you get (2x-1)(1-y)>-1
A little problem... If y=1, we have 2x + 1 ≥ 2x. So if x=-∞, then x²(x²+1) + y²(y²+1) = +∞. So we have a problem with conditions...
According to ineq.(I) max. Value of x = y Put the value in ineq.(II) 2x+x>= 2x.x X<= 3/2; max value of x = 3/2 = y who satisfied both ineq. 9/4(9/4+1)+9/4(9/4+1) =117/8; [117/8] = 14
The best way to quickly get to the solution is to use inequality 2 to get maximum values of x and y subject to inequality 1 that x = 1,y=2.(2x=y=2xy/2).Then put the values of x and y in the expression given above to get the maximum value of the expression to be 22.
Problem Loading...
Note Loading...
Set Loading...
Sorry for posting the wrong answer and solution, here's the correct one. From the condition, we have x 1 + y 2 ≥ 2 Set a = x 1 , b = y 1 , the expression becomes a 4 1 + a 2 1 + b 4 1 + b 2 1 and the conditions are { a + 2 b ≥ 2 a ≥ b ≥ 2 1 By C-S Inequality we get { a 2 + ( 2 b ) 2 ≥ 2 a 4 + ( 2 b ) 4 ≥ 2 . Now we see that ( 1 − a 2 b 2 ) ( b 2 1 − 4 ) ≤ 0 ⇒ a 2 1 + b 2 1 ≤ a 2 2 − 4 b 2 + 4 ≤ 5 ( 1 − a 4 b 4 ) ( a 4 1 − 1 6 ) ≤ 0 ⇒ a 4 1 + b 4 1 ≤ 1 7 Therefore the maximum value is 22. The equality holds when ( x , y ) = ( 1 ; 2 )