MHB What is the minimum value of this summation with given constraints?

  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Minimum Sum
AI Thread Summary
The discussion revolves around finding the minimum value of the summation \(\sum_{i=1}^{5}x_i\) under the constraints that \(x_i \ge 0\) and \(\sum_{i<j}|x_i-x_j| = 1\). Participants share their attempts and insights on how to approach the problem. The focus is on optimizing the values of \(x_i\) to satisfy the given conditions while minimizing the overall sum. The conversation highlights the importance of understanding the relationship between the variables and the absolute differences. Ultimately, the goal is to derive a solution that adheres to the specified constraints.
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Find the minimum of the sum: \[\sum_{i=1}^{5}x_i\], where $x_i \ge 0$ and $\sum_{i<j}|x_i-x_j| = 1.$
 
Mathematics news on Phys.org
lfdahl said:
Find the minimum of the sum: \[\sum_{i=1}^{5}x_i\], where $x_i \ge 0$ and $\sum_{i<j}|x_i-x_j| = 1.$

Hey lfdahl! ;)

Here's my attempt.

WLOG we can reorder any choice of variables, such that $x_1 \ge x_2 \ge x_3 \ge x_4 \ge x_5$.
Then we get:
$$\sum_{i<j}|x_i - x_j| = \sum_{i<j} x_i - x_j = 4x_1 + 2x_2 + 0x_3 - 2 x_4 - 4 x_5 = 1$$
To most effectively minimize $\sum x_i = x_1 + x_2 + x_3 + x_4 + x_5$, we pick $x_1=\frac 14$ and $x_2=x_3=x_4=x_5=0$.
So the requested minimum is $\frac 14$.
 
I like Serena said:
Hey lfdahl! ;)

Here's my attempt.

WLOG we can reorder any choice of variables, such that $x_1 \ge x_2 \ge x_3 \ge x_4 \ge x_5$.
Then we get:
$$\sum_{i<j}|x_i - x_j| = \sum_{i<j} x_i - x_j = 4x_1 + 2x_2 + 0x_3 - 2 x_4 - 4 x_5 = 1$$
To most effectively minimize $\sum x_i = x_1 + x_2 + x_3 + x_4 + x_5$, we pick $x_1=\frac 14$ and $x_2=x_3=x_4=x_5=0$.
So the requested minimum is $\frac 14$.

Thankyou, I like Serena, very much for your answer! :cool:
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...

Similar threads

Replies
1
Views
684
Replies
1
Views
1K
Replies
3
Views
3K
Replies
8
Views
2K
Replies
9
Views
2K
Replies
7
Views
1K
Back
Top