Maths Olympiad Prep

Library / /67 of 97

Algebra Difficulty 8.2 Shortlist Find the answer

Number aa is such that a1,a2,a3,a4R\forall a_1, a_2, a_3, a_4 \in \mathbb{R}, there are integers k1,k2,k3,k4k_1, k_2, k_3, k_4 such that 1i<j4((aiki)(ajkj))2a\sum_{1 \leq i < j \leq 4} ((a_i - k_i) - (a_j - k_j))^2 \leq a. Find the minimum of aa.

A number or a short expression. Spacing and $ signs are ignored.

Solution

Let a a be such that for all a1,a2,a3,a4R a_1, a_2, a_3, a_4 \in \mathbb{R} , there exist integers k1,k2,k3,k4 k_1, k_2, k_3, k_4 such that
1i<j4((aiki)(ajkj))2a. \sum_{1 \leq i < j \leq 4} ((a_i - k_i) - (a_j - k_j))^2 \leq a.
We aim to find the minimum value of a a .

Consider the numbers ai=i4 a_i = \frac{i}{4} for i=1,2,3,4 i = 1, 2, 3, 4 . Let xi=aiki x_i = a_i - k_i be the fractional parts of ai a_i . We can arrange xi x_i in increasing order and denote them by b1,b2,b3,b4 b_1, b_2, b_3, b_4 . Since the fractional parts are distinct and are multiples of 0.25 0.25 , we have:
b4b3+0.25b2+0.5b1+0.75. b_4 \ge b_3 + 0.25 \ge b_2 + 0.5 \ge b_1 + 0.75.

Thus, we can write:
a(b1b2)2+(b2b3)2+(b3b4)2+(b1b3)2+(b2b4)2+(b1b4)2. a \ge (b_1 - b_2)^2 + (b_2 - b_3)^2 + (b_3 - b_4)^2 + (b_1 - b_3)^2 + (b_2 - b_4)^2 + (b_1 - b_4)^2.

Given the spacing between the bi b_i 's, we have:
(b1b2)2+(b2b3)2+(b3b4)23×(0.25)2=0.1875, (b_1 - b_2)^2 + (b_2 - b_3)^2 + (b_3 - b_4)^2 \ge 3 \times (0.25)^2 = 0.1875,
(b1b3)2+(b2b4)22×(0.5)2=0.5, (b_1 - b_3)^2 + (b_2 - b_4)^2 \ge 2 \times (0.5)^2 = 0.5,
(b1b4)2(0.75)2=0.5625. (b_1 - b_4)^2 \ge (0.75)^2 = 0.5625.

Summing these, we get:
a0.1875+0.5+0.5625=1.25. a \ge 0.1875 + 0.5 + 0.5625 = 1.25.

Now, we need to show that a=1.25 a = 1.25 satisfies the condition. Assume without loss of generality that 0a1a2a3a41 0 \le a_1 \le a_2 \le a_3 \le a_4 \le 1 . Define the differences a2a1,a3a2,a4a3 a_2 - a_1, a_3 - a_2, a_4 - a_3 , and a1+1a4 a_1 + 1 - a_4 . Let M M be the largest of these differences. Assume M=a3a2 M = a_3 - a_2 .

Choose k1=k2=1 k_1 = k_2 = -1 and k3=k4=0 k_3 = k_4 = 0 , so x1=a1+1 x_1 = a_1 + 1 , x2=a2+1 x_2 = a_2 + 1 , x3=a3 x_3 = a_3 , and x4=a4 x_4 = a_4 . Then, b1=a3 b_1 = a_3 , b2=a4 b_2 = a_4 , b3=a1+1 b_3 = a_1 + 1 , and b4=a2+1 b_4 = a_2 + 1 .

Define x=b2b1 x = b_2 - b_1 , y=b3b2 y = b_3 - b_2 , and z=b4b3 z = b_4 - b_3 . We have:
x+y+z+M=1, x + y + z + M = 1,
and M=max{M,x,y,z} M = \max\{M, x, y, z\} .

We need to show:
1.25x2+y2+z2+(x+y)2+(y+z)2+(x+y+z)2. 1.25 \ge x^2 + y^2 + z^2 + (x + y)^2 + (y + z)^2 + (x + y + z)^2.

By testing different cases and using the convexity of t2 t^2 , we can confirm that the sum does not exceed 1.25.

Hence, the minimum value of a a is:
1.25. \boxed{1.25}.

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: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.