Maths Olympiad Prep

Library / /2 of 5

Geometry Difficulty 5.7 AIME, harder Prove it Brazil

Given points A1=(x1,y1,z1)A_1 = (x_1, y_1, z_1), A2=(x2,y2,z2)A_2 = (x_2, y_2, z_2), ..., An=(xn,yn,zn)A_n = (x_n, y_n, z_n) let P=(x,y,z)P = (x, y, z) be the point which minimizes i=1n(xxi+yyi+zzi)\sum_{i=1}^n (|x - x_i| + |y - y_i| + |z - z_i|). Give an example (for each n>4n > 4) of points AiA_i for which the point PP lies outside the convex hull of the points AiA_i.

Solution

Suppose nn is 3m3m. Take the points to be
(1,0,0),(2,0,0),,(m,0,0),(0,1,0),(0,2,0),,(0,m,0),(0,0,1),(0,0,2),,(0,0,m) (1, 0, 0), (2, 0, 0), \dots, (m, 0, 0), \\ (0, 1, 0), (0, 2, 0), \dots, (0, m, 0), \\ (0, 0, 1), (0, 0, 2), \dots, (0, 0, m)
Take PP to be (x,y,z)(x, y, z). Then the sum is 2mx+x1+x2++xm2m|x| + |x-1| + |x-2| + \dots + |x-m| plus similar terms in yy and zz. Evidently we can minimize for x,y,zx, y, z separately. Looking at the terms in xx, it is clear that if we increase x|x| by k>0k > 0, then we increase 2mx2m|x| by 2mk2mk. At most we can reduce the other terms by mkmk, so we increase the sum by at least mkmk. Similarly, if we reduce x|x| by k>0k > 0, we reduce the sum by at least mkmk. So to minimize the sum we must take x=0|x| = 0. Similarly for yy and zz. Hence PP is at the origin which is outside the convex hull.
If nn is 3m13m-1 or 3m23m-2, then we drop (0,0,m)(0, 0, m) and/or (0,m,0)(0, m, 0). Then the argument is strengthened for the yy and zz coordinates. For the xx coordinate we have at worst (2m2)x+x+x1++xm(2m-2)|x| + |x| + |x-1| + \dots + |x-m|. If n>6n > 6, then m>2m > 2, then 2m2>m2m-2 > m and the same argument works. If n=5n = 5, then we have 3x+x+x13|x| + |x| + |x-1| for the xx-coordinate, and the same argument works.

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.