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

  • Context:
  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Minimum Sum
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
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: