Maths Olympiad Prep

Library / /17 of 42

Algebra Difficulty 5.6 AIME, harder Prove it Ireland

A set S\mathcal{S} consists of n1n \ge 1 positive real numbers, such that for xySx \neq y \in \mathcal{S}:
yxx+y. |y - x| \geq \sqrt{x + y}.
Show that there exists zSz \in \mathcal{S} such that z>12n(n1)z > \frac{1}{2}n(n - 1).

Solutions — 2

Solution 1

Solution 1. Proof by induction on nn. The condition holds trivially if n=1n = 1, so let us assume it holds for some n1n \ge 1 and prove it for n+1n + 1. Write the elements of the set SS of n+1n + 1 elements as
s1<s2<<sn1<sn<sn+1. s_1 < s_2 < \dots < s_{n-1} < s_n < s_{n+1}.
From the condition in the question, and the inductive hypothesis:
sn+1sn+sn+sn+1>12n(n1)+12n(n1)+sn+1. s_{n+1} \ge s_n + \sqrt{s_n + s_{n+1}} > \frac{1}{2}n(n-1) + \sqrt{\frac{1}{2}n(n-1) + s_{n+1}}.
Multiplying by 2, rearranging and squaring, we have:
(2sn+1n(n1))2>2n(n1)+4sn+1. (2s_{n+1} - n(n-1))^2 > 2n(n-1) + 4s_{n+1}.
Collecting like terms gives:
0<4sn+124n(n1)sn+1+n2(n1)22n(n1)4sn+1=4sn+122(2n22n+2)sn+1+n(n1)(n+1)(n2)=(2sn+1n(n+1))(2sn+1(n1)(n2)). \begin{aligned} 0 < & 4s_{n+1}^2 - 4n(n-1)s_{n+1} + n^2(n-1)^2 - 2n(n-1) - 4s_{n+1} \\ = & 4s_{n+1}^2 - 2(2n^2 - 2n + 2)s_{n+1} + n(n-1)(n+1)(n-2) \\ = & (2s_{n+1} - n(n+1))(2s_{n+1} - (n-1)(n-2)). \end{aligned}
Now the term in the second pair of large brackets is positive, as:
2sn+1>2sn>n(n1)(n2)(n1). 2s_{n+1} > 2s_n > n(n-1) \ge (n-2)(n-1).
Therefore the first term is also positive, which implies sn+1>12n(n+1)s_{n+1} > \frac{1}{2}n(n + 1), completing the inductive step.

Remark. This result is best possible, given that for ε>0\varepsilon > 0 the set that contains sk=12(k+ε)(k+ε1)s_k = \frac{1}{2}(k + \varepsilon)(k + \varepsilon - 1) satisfies the stated criterion.

Solution 2

Solution 2. Before we prove the statement by induction, we prove a lemma. Lemma. If x<yx < y are positive real numbers satisfying yxx+yy - x \ge \sqrt{x + y}, then
y12(2x+1+8x+1). y \ge \frac{1}{2}(2x + 1 + \sqrt{8x + 1}).
*Proof.* Because yx>0y - x > 0, the inequality yxx+yy - x \ge \sqrt{x + y} is equivalent to (yx)2x+y(y - x)^2 \ge x + y. This can be rearranged into y2(2x+1)y+(x2x)0y^2 - (2x + 1)y + (x^2 - x) \ge 0. We keep the positive real number xx fixed and consider
f(y)=y2(2x+1)y+(x2x). f(y) = y^2 - (2x + 1)y + (x^2 - x).
The roots of this polynomial are
y±=12(2x+1±8x+1). y_{\pm} = \frac{1}{2} \left( 2x + 1 \pm \sqrt{8x + 1} \right).

Since the leading coefficient of f(y)f(y) is positive, we have f(y)0f(y) \ge 0 if and only if yyy \le y_- or yy+y \ge y_+. By Vieta, yy+=x2x<x2y_-y_+ = x^2 - x < x^2 and so it is not possible that yy_- and y+y_+ are both greater or equal than xx, hence y<xy_- < x. Therefore, if x<yx < y and f(y)0f(y) \ge 0, we have yy+y \ge y_+, as claimed. \square
To start the inductive proof of the statement of the problem, we let the elements of the set SS be x1<x2<<xn1<xn<xn+1x_1 < x_2 < \dots < x_{n-1} < x_n < x_{n+1}. By assumption we have x1>0x_1 > 0 which settles the case n=1n = 1.
For the inductive step, we suppose xn>12n(n1)x_n > \frac{1}{2}n(n-1). This implies 8xn+1>4n24n+1=(2n1)28x_n + 1 > 4n^2 - 4n + 1 = (2n-1)^2. We wish to prove xn+1>12n(n+1)x_{n+1} > \frac{1}{2}n(n+1). Applying the lemma with y=xn+1y = x_{n+1} and x=xnx = x_n, we obtain
xn+112(2xn+1+8xn+1)>12(n(n1)+1+(2n1))=12n(n+1), \begin{aligned} x_{n+1} &\ge \frac{1}{2}(2x_n + 1 + \sqrt{8x_n + 1}) \\ &> \frac{1}{2}(n(n-1) + 1 + (2n-1)) = \frac{1}{2}n(n+1), \end{aligned}
as required.

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.