Olympiad Maths Prep

Library / /9 of 11

, 2010

Algebra Difficulty 6.4 National olympiad Prove it Ukraine

What is the least possible value of
(x1x2)2+(x2x3)2++(xn1xn)2+(xnx1)2, (x_1 - x_2)^2 + (x_2 - x_3)^2 + \dots + (x_{n-1} - x_n)^2 + (x_n - x_1)^2,
if x1,x2,,xnx_1, x_2, \dots, x_n are distinct integer numbers.

Solution

Answer: 4n64n - 6.

We prove by induction that
(x1x2)2+(x2x3)2++(xn1xn)2+(xnx1)24n6, (x_1 - x_2)^2 + (x_2 - x_3)^2 + \dots + (x_{n-1} - x_n)^2 + (x_n - x_1)^2 \geq 4n - 6,
if x1,x2,,xnx_1, x_2, \dots, x_n are distinct integer numbers.

The base is trivial. Indeed, S2=(x1x2)2+(x2x1)22S_2 = (x_1 - x_2)^2 + (x_2 - x_1)^2 \geq 2, because all numbers are integer and distinct.

Let us now suppose that our assumption holds for nn, in other words,
(x1x2)2+(x2x3)2++(xn1xn)2+(xnx1)24n6. (x_1 - x_2)^2 + (x_2 - x_3)^2 + \dots + (x_{n-1} - x_n)^2 + (x_n - x_1)^2 \geq 4n - 6.
Let x1,x2,,xn,xn+1x_1, x_2, \dots, x_n, x_{n+1} be distinct integer numbers. WLOG, we can assume that xn+1x_{n+1} is a maximum among our numbers. We now have
(xnxn+1)2+(xn+1xn)2(xnx1)2=(xn+1xn)(xn+1x1)4. (x_n - x_{n+1})^2 + (x_{n+1} - x_n)^2 - (x_n - x_1)^2 = (x_{n+1} - x_n)(x_{n+1} - x_1) \geq 4.
Summing all such inequalities and using our induction hypothesis we get the desired result for n+1n + 1 numbers.

We now construct example, that proves sharpness of our bound.
For n=2k1n = 2k - 1 one can take xj=2j2x_j = 2j - 2 for jkj \leq k and xj=2j+4k1x_j = -2j + 4k - 1 for jk+1j \geq k + 1.
For n=2kn = 2k we take xj=2j2x_j = 2j - 2 for jkj \leq k and xj=2j+4k+1x_j = -2j + 4k + 1 for jk+1j \geq k + 1.

Alternative solution:
Let us assume, that x1x_1 is a maximum and xkx_k is a minimum among our numbers. Then, we have x1xkn1x_1 - x_k \geq n - 1. By AM-GM:
j=1n(xjxj+1)21n(j=1nxjxj+1)2((x1x2)++(xk1xk)+(xk+xk+1)+(xk+1+xk+1)++(xn+x1))2n=(2(x1xk))2n(2(n1))2n=4n8+4n. \begin{aligned} & \sum_{j=1}^{n} (x_j - x_{j+1})^2 \geq \frac{1}{n} \left( \sum_{j=1}^{n} |x_j - x_{j+1}| \right)^2 \\ & \geq \frac{((x_1 - x_2) + \dots + (x_{k-1} - x_k) + (-x_k + x_{k+1}) + (-x_{k+1} + x_{k+1}) + \dots + (-x_n + x_1))^2}{n} \\ & = \frac{(2(x_1 - x_k))^2}{n} \geq \frac{(2(n-1))^2}{n} = 4n - 8 + \frac{4}{n}. \end{aligned}
j=1n(xjxj+1)2\sum_{j=1}^{n} (x_j - x_{j+1})^2 is natural, thus j=1n(xjxj+1)24n7\sum_{j=1}^{n} (x_j - x_{j+1})^2 \geq 4n - 7. Moreover, squaring does not change a parity of an expression and j=1n(xjxj+1)=0\sum_{j=1}^{n} (x_j - x_{j+1}) = 0 is even, then j=1n(xjxk+1)2\sum_{j=1}^{n} (x_j - x_{k+1})^2 is also even. Hence, it is not less than 4n64n - 6.

Looking for a route rather than 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 and solution reproduced as published; topic and difficulty added by this site.