Given a positive even integer n>2, suppose the real numbers x1,x2,…,xn satisfy 1≤i<j≤n∑(xi−xj)2=1. Find the maximum value of ∑i=1n(xi−xi+1)2, where xn+1=x1.
Solution
The maximum value is n4. First, one can check that this value is attained when x1=x3=⋯=xn−1,x2=⋯=xn. Hence it suffices to prove that (x1−x2)2+⋯+(xn−1−xn)2+(xn−x1)2≤n4. We may simultaneously add or subtract a constant to all the xi so that x1+⋯+xn=0; then the original condition becomes equivalent to n(x12+⋯+xn2)=1. Since for any real numbers a,b we have (a−b)2≤2a2+2b2, it follows that (x1−x2)2+⋯+(xn−1−xn)2+(xn−x1)2≤4(x12+⋯+xn2) which completes the proof.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement translated into English from the original; metadata (topic, difficulty) added by this project.