Let be real numbers such that . Determine the minimum value of and determine all values of such that the minimum value is achieved.
Problem 1670
Official solutions — 2
Solution 1
Since the expression is cyclic, we could WLOG . Let
Note that we have given such that . Therefore, to prove that , we just need to consider the case where .
- Exactly 1 of is negative.
Since , then we must have . This forces . Now, let us write
Write for some positive reals . Plugging to the original condition, we have
and we want to prove that . Consider the expression ( ) as a quadratic in :
Since is a real number, then the discriminant of the given equation has to be non-negative, i.e. we must have
However, AM-GM gives us
This proves for any such that . Equality holds if and only if and . Solving these equations gives us which forces since . Solving for gives us , and we will get as . Plugging back gives us , and this gives us
Thus, any cyclic permutation of the above solution will achieve the minimum equality.
- Exactly 3 of are negative
Since , then has to be positive. So we must have . Now, note that
Now, note that . By the previous case, , which implies that
as well. Equality holds if and only if
and its cyclic permutation.
Solution 2
The minimum value is . There are eight equality cases in total. The first one is
Cyclic shifting all the entries give three more quadruples. Moreover, flipping the sign ) all four entries in each of the four quadruples give four more equality cases. We then begin the proof by the following optimization:
Claim 1. In order to get the minimum value, we must have .
Proof. Assume not, let and note that
so by shifting by and scaling, we get an even smaller value of .
The key idea is to substitute the variables
so that the original expression is just . We also have the conditions because of:
Moreover, notice that
Now, we reduce to the following optimization problem.
Claim 2. Let such that . Then, the minimum value of
is . Moreover, the equality case occurs when and .
Proof. We notice that
The last inequality is true since both and are not less than zero.
The equality in the last inequality is attained when either or , and . This system of equations give or as the desired equality cases.
Note: We can also prove (the weakened) Claim 2 by using Lagrange Multiplier, as follows. We first prove that, in fact, . This can be proved by considering that
We will prove the Claim 2, only that in this case, . This is already sufficient to prove the original question. We already have the bounded domain , so the global minimum must occur somewhere. Thus, it suffices to consider two cases:
- If the global minimum lies on the boundary of . Then, one of must be -0.5 or 0.5 . By symmetry between and , we split to a few more cases.
- If , then , so , not the minimum.
- If , then both and must be greater or equal to , so , not the minimum.
- If , then , so , not the minimum.
- If , then , so
which obtain the minimum at . This gives the desired equality case.
- If the global minimum lies in the interior , then we apply Lagrange multiplier:
Adding the last two equations gives , or . This gives , not the minimum.
Having exhausted all cases, we are done.