Given that , find the minimum value of as and are real numbers.
Enter your answer 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.
Indeed, it is possible to solve this problem by completing the square.
First, we express x 2 + 4 3 x y + 6 y 2 as x 2 + 4 3 x y + 6 y 2 + k ( x 2 − y 2 ) − 2 k .
This is equivalent to ( k + 1 ) ( x 2 ) + ( 6 − k ) ( y 2 ) + 4 3 x y − 2 k .
To complete the square, k + 1 6 − k = 2 3 .
In this case ( k + 1 ) ( 6 − k ) = 2 3 as it is impossible for both k + 1 and 6 − k to be negative.
Solving this gives k = 2 or k = 3 .
If k = 2 , the expression would be 3 x 2 + 4 3 x y + 4 y 2 − 4
3 x 2 + 4 3 x y + 4 y 2 − 4 = ( 3 x + 2 y ) 2 − 4
If k = 3 , the expression would be 4 x 2 + 4 3 x y + 3 y 2 − 6 .
4 x 2 + 4 3 x y + 3 y 2 − 6 = ( 2 x + 3 y ) 2 − 6 .
So the minimum value is supposed to be − 6 , when k = 3 , but we still need to check for equality case.
Equality holds when
{ 2 x + 3 y = 0 x 2 − y 2 = 2 .
⟹ x = 2 − 3 y
x 2 = 4 3 y 2
x 2 − y 2 = 4 − y 2 = 2 , which has no real solutions for y .
Hence, the minimum possible value of the expression CANNOT be − 6 , as it is given in the question that the variables are real.
Now, the minimum value should be − 4 , when k = 2 , but we still need to check for equality case.
Equality holds when
{ 3 x + 2 y = 0 x 2 − y 2 = 2 .
Solving this system of equations gives { x = 2 2 , y = − 6 x = − 2 2 , y = 6 .
So the minimum value of the expression is − 4 , as it is given in the question that the variables are real.