Maths Olympiad Prep

Library / /7 of 7

, 2010

Algebra Difficulty 6.4 National Olympiad Prove it Romania

Given an integer number n3n \ge 3, determine the real numbers x1,x2,,xnx_1, x_2, \dots, x_n minimising (n1)(x12+x22++xn2)+nx1x2xn(n-1)(x_1^2 + x_2^2 + \dots + x_n^2) + nx_1x_2 \dots x_n, subject to xk0x_k \ge 0, k=1,2,,nk = 1, 2, \dots, n, and x1+x2++xn=nx_1 + x_2 + \dots + x_n = n.

Solution

Let f(x1,x2,,xn)=(n1)(x12+x22++xn2)+nx1x2xnf(x_1, x_2, \dots, x_n) = (n-1)(x_1^2 + x_2^2 + \dots + x_n^2) + nx_1x_2 \dots x_n. Assuming 0x1x2xn0 \le x_1 \le x_2 \le \dots \le x_n, we first show that
f(x1,x2,,xn)f(x1,(x2+xn)/2,x3,,xn1,(x2+xn)/2). f(x_1, x_2, \dots, x_n) \ge f(x_1, (x_2+x_n)/2, x_3, \dots, x_{n-1}, (x_2+x_n)/2).

To begin with, notice that xn1x_n \ge 1, to get
f(x1,x2,,xn)f(x1,(x2+xn)/2,x3,,xn1,(x2+xn)/2)=14(x2xn)2(2(n1)nx1x3xn1)14(x2xn)2(2(n1)nx1x3xn1xn). \begin{aligned} f(x_1, x_2, \dots, x_n) - f(x_1, (x_2+x_n)/2, x_3, \dots, x_{n-1}, (x_2+x_n)/2) \\ &= \frac{1}{4}(x_2 - x_n)^2 (2(n-1) - nx_1x_3 \cdots x_{n-1}) \\ &\ge \frac{1}{4}(x_2 - x_n)^2 (2(n-1) - nx_1x_3 \cdots x_{n-1}x_n). \end{aligned}
We now show that x1x3xn1xn2(n1)/nx_1x_3\cdots x_{n-1}x_n \le 2(n-1)/n, so the difference above is indeed non-negative. Notice first that
n=x1+x2++xn2x1+x2++xn(n1)(2x1x3xn1xn)1/(n1),n = x_1 + x_2 + \dots + x_n \ge 2x_1 + x_2 + \dots + x_n \ge (n-1)(2x_1x_3\cdots x_{n-1}x_n)^{1/(n-1)},
so x1x3xn1xnnn1/(2(n1)n1)x_1x_3\cdots x_{n-1}x_n \le n^{n-1}/(2(n-1)^{n-1}). Since nn1/(2(n1)n1)2(n1)/nn^{n-1}/(2(n-1)^{n-1}) \le 2(n-1)/n, n2n \ge 2, the conclusion follows. (The latter follows from the well-known fact that the sequence un=(1+1/n)n+1u_n = (1+1/n)^{n+1}, n1n \ge 1, is decreasing, so unu1=4u_n \le u_1 = 4, n1n \ge 1; that unu_n decreases is easily seen by Bernoulli's inequality: n2(n+1)/(n21)n+1=(1+1/(n21))n+11+(n+1)/(n21)=n/(n1)n^{2(n+1)}/(n^2-1)^{n+1} = (1+1/(n^2-1))^{n+1} \ge 1 + (n+1)/(n^2-1) = n/(n-1), n2n \ge 2.)

Consequently, the value of ff does not increase when the largest and the second smallest of the xkx_k is replaced by their arithmetic mean. It follows that ff achieves its minimum when n1n-1 of the xkx_k are all equal to some xx, and the smallest of the xkx_k is n(n1)xn - (n-1)x. (That ff actually achieves a minimum subject to the stated conditions follows by a standard compactness argument which may be assumed without proof.) Since the xkx_k are all non-negative, and n(n1)xn - (n-1)x is the smallest among them, it follows that 1xn/(n1)1 \le x \le n/(n-1).
So we have to minimise the polynomial function
g(x)=(n1)((n(n1)x)2+(n1)x2)+n(n(n1)x)xn1 g(x) = (n-1)\left((n - (n-1)x)^2 + (n-1)x^2\right) + n(n - (n-1)x)x^{n-1}
on the closed interval 1xn/(n1)1 \le x \le n/(n-1). To this end, recall the guess made in the beginning, to evaluate
g(x)n2=n(n(n1)x)(x1)2k=1n2(xk1+xk2++1)0, g(x) - n^2 = n(n - (n-1)x)(x-1)^2 \sum_{k=1}^{n-2} (x^{k-1} + x^{k-2} + \dots + 1) \ge 0,
1xn/(n1)1 \le x \le n/(n-1). Equality holds if and only if x=1x=1 or x=n/(n1)x=n/(n-1), whence the conclusion.

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 reproduced verbatim; metadata (topic, difficulty) added by this project.