Squared away

Geometry Level 5

Given is a square with sides of length 100.

Points P 1 , , P 12 P_1, \dots, P_{12} lie on the square in such a way, that the total pairwise distance between the points D = i < j d ( P i , P j ) D = \sum_{i<j} d(P_i,P_j) is maximal.

How much is D \lfloor D \rfloor ? (I.e. D D rounded down to the nearest smaller integer.)


The answer is 6145.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

The distance is optimized if every point lies on a corner of the square.

Let A , B , C , D A, B, C, D be the vertices of the square in clockwise order, and let a , b , c , d a, b, c, d be the number of points at each of these vertices. Then D = 100 2 ( a c + b d ) + 100 ( a b + b c + c d + d a ) . D = 100\sqrt 2(ac + bd) + 100(ab + bc + cd + da). Claim: The distance is maximal if a = b = c = d a = b = c = d .

Proof: Treat a , b , c , d a, b, c, d as real numbers. Consider moving a small amount d x dx from A A to C C , so that d a = d x , d c = + d x , d b = d d = 0. da = -dx, dc = +dx, db = dd = 0. Then d D = 100 2 ( a d c + c d a ) + 100 ( b d a + b d c + d d c + d d a = 100 2 ( a c ) d x . dD = 100\sqrt 2(a\ dc + c\ da) + 100(b\ da + b\ dc + d\ dc + d\ da = 100\sqrt2(a -c)dx. If the situation is maximal, this value must be zero, so that a = c a = c With a similar reasoning we find b = d b = d . We rewrite the situation as d D = 100 2 ( a 2 + b 2 ) + 400 a b . dD = 100\sqrt 2(a^2 + b^2) + 400ab.

Now consider moving a small amount d y dy from A / C A/C to B / D B/D , so that d a = d y , d b = + d y da = -dy, db = +dy . Then d D = 100 2 ( 2 a d a + 2 b d b ) + 400 ( a d b + b d a ) = ( 200 2 400 ) ( b a ) d y . dD = 100\sqrt 2(2a\ da + 2b\ db) + 400(a\ db + b\ da) = (200\sqrt 2-400)(b - a)dy. Again, this must be zero in the maximal situation so that a = b a = b .

This proves that a = b = c = d a = b = c = d , and since a + b + c + d = 12 a + b + c + d = 12 this means that each vertex of the square contains three of the points.

Finally, since a b = a c = a d = b c = b d = c d = 3 3 = 9 , ab = ac = ad = bc = bd = cd = 3\cdot 3 = 9, D = 100 2 ( 9 + 9 ) + 100 ( 9 + 9 + 9 + 9 ) 6145 . 584412. D = 100\sqrt 2(9 + 9) + 100(9 + 9 + 9 + 9) \approx \boxed{6145}.584412.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...