Maths Olympiad Prep

Library / /17 of 24

Algebra Difficulty 8.5 Shortlist Prove it Romania

Let nNn \in \mathbb{N}, with n2n \ge 2, and let x1,x2,,xnx_1, x_2, \dots, x_n be positive real numbers such that x1+x2++xn=1x_1 + x_2 + \dots + x_n = 1. Define
m=min{x11+x1,x21+x1+x2,,xn1+x1+x2++xn} m = \min \left\{ \frac{x_1}{1+x_1}, \frac{x_2}{1+x_1+x_2}, \dots, \frac{x_n}{1+x_1+x_2+\dots+x_n} \right\}
and
M=max{x11+x1,x21+x1+x2,,xn1+x1+x2++xn}. M = \max \left\{ \frac{x_1}{1+x_1}, \frac{x_2}{1+x_1+x_2}, \dots, \frac{x_n}{1+x_1+x_2+\dots+x_n} \right\}.

Determine:
a) the greatest possible value of mm;

b) the smallest possible value of MM.

Solution

a.
Let us denote
ak=xk1+x1++xkandbk=1ak=1+x1++xk11+x1++xk,1kn. a_k = \frac{x_k}{1+x_1+\cdots+x_k} \quad \text{and} \quad b_k = 1-a_k = \frac{1+x_1+\cdots+x_{k-1}}{1+x_1+\cdots+x_k}, \quad 1 \le k \le n.
By the inequality of arithmetic and geometric means, we have
b1+b2++bnnb1b2bnn=n1+x1++xnn=n2n. b_1 + b_2 + \cdots + b_n \ge n \sqrt[n]{b_1 b_2 \cdots b_n} = \frac{n}{\sqrt[n]{1+x_1+\cdots+x_n}} = \frac{n}{\sqrt[n]{2}}.
Therefore,
nma1+a2++an=n(b1+b2++bn)n(112n), n \cdot m \le a_1 + a_2 + \cdots + a_n = n - (b_1 + b_2 + \cdots + b_n) \le n \left(1 - \frac{1}{\sqrt[n]{2}}\right),
which implies m112nm \le 1 - \frac{1}{\sqrt[n]{2}}.

We will show that there exists a sequence (x1,x2,,xn)(x_1, x_2, \dots, x_n) of positive real numbers summing to 1 such that a1=a2==an=112n=defm0a_1 = a_2 = \dots = a_n = 1 - \frac{1}{\sqrt[n]{2}} \stackrel{\text{def}}{=} m_0, which implies that the greatest possible value of mm is m0m_0.
The existence of such a sequence is equivalent to solving the system
x1++xn=1,x11+x1=xi1+x1++xi,for all i=2,,n. x_1 + \cdots + x_n = 1, \quad \frac{x_1}{1+x_1} = \frac{x_i}{1+x_1+\cdots+x_i}, \quad \text{for all } i = 2, \dots, n.
For i=2i = 2, we get x2=a1(1+x1)x_2 = a_1(1 + x_1). For i=3i = 3, replacing x2x_2, we find x3=x1(1+x1)2x_3 = x_1(1 + x_1)^2. By induction on ii, it follows that xi=x1(1+x1)i1x_i = x_1(1 + x_1)^{i-1}, for all ini \le n. Since their sum is 1, we get
1=x1+x1(1+x1)++x1(1+x1)n1=x1(1+x1)n1(1+x1)1=(1+x1)n1. 1 = x_1 + x_1(1 + x_1) + \dots + x_1(1 + x_1)^{n-1} = x_1 \frac{(1+x_1)^n - 1}{(1+x_1) - 1} = (1+x_1)^n - 1.
Hence, (1+x1)n=2(1+x_1)^n = 2, so x1=2n1x_1 = \sqrt[n]{2}-1. Substituting back, xk=2k1n(2n1)x_k = \sqrt[n]{2^{k-1}}(\sqrt[n]{2}-1), k=1,2,,nk=1, 2, \dots, n.

b.
We will prove that the smallest possible value of MM is M0=112nM_0 = 1 - \frac{1}{\sqrt[n]{2}}, which is attained if and only if a1=a2==ana_1 = a_2 = \dots = a_n.
Using the same reasoning as before, we have a1=a2==ana_1 = a_2 = \dots = a_n if and only if xk=2k1n(2n1)x_k = \sqrt[n]{2^{k-1}}(\sqrt[n]{2}-1), k=1,2,,nk = 1, 2, \dots, n.
Let αk=2k1n(2n1)\alpha_k = \sqrt[n]{2^{k-1}}(\sqrt[n]{2}-1) for 1kn1 \le k \le n, and consider a positive sequence (x1,x2,,xn)(x_1, x_2, \dots, x_n), different from (α1,α2,,αn)(\alpha_1, \alpha_2, \dots, \alpha_n), with sum 1. Then there exists k{1,,n}k \in \{1, \dots, n\} such that αk<xk\alpha_k < x_k.
Let k0k_0 be the smallest such index for which αk0<xk0\alpha_{k_0} < x_{k_0}; then xiαix_i \le \alpha_i, for all 1ik011 \le i \le k_0 - 1. We deduce
ak0=xk01+x1++xk0=11+x1++xk01xk0+1>11+α1++αk01αk0+1=αk01+α1++αk0=M0, \begin{aligned} a_{k_0} &= \frac{x_{k_0}}{1 + x_1 + \cdots + x_{k_0}} = \frac{1}{\frac{1+x_1+\cdots+x_{k_0-1}}{x_{k_0}} + 1} > \frac{1}{\frac{1+\alpha_1+\cdots+\alpha_{k_0-1}}{\alpha_{k_0}} + 1} \\ &= \frac{\alpha_{k_0}}{1 + \alpha_1 + \cdots + \alpha_{k_0}} = M_0, \end{aligned}
therefore, M=maxakak0>M0M = \max a_k \ge a_{k_0} > M_0.
In conclusion, M0=112nM_0 = 1 - \frac{1}{\sqrt[n]{2}} is the minimal possible value of MM.

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 and solution reproduced as published; topic and difficulty added by this site.