Maths Olympiad Prep

Library / /3 of 8

, 2011

Geometry Difficulty 5.5 AIME, harder Prove it Croatia

Let P1,P2,,P2nP_1, P_2, \dots, P_{2n} be a permutation of the vertices of a regular 2n2n-gon. Prove that every closed polygonal line that consists of segments
P1P2,P2P3,,P2n1P2n,P2nP1 \overline{P_1P_2}, \overline{P_2P_3}, \dots, \overline{P_{2n-1}P_{2n}}, \overline{P_{2n}P_1}
contains at least one pair of parallel segments.

Solution

Assign numbers 1,2,,2n1, 2, \ldots, 2n to the vertices of the observed 2n2n-gon respectively. Let aka_k be the number assigned to the vertex PkP_k. Then a1,a2,,a2na_1, a_2, \ldots, a_{2n} is a permutation of 1,2,,2n1, 2, \ldots, 2n.

Figure 1

Segments PiPi+1\overline{P_iP_{i+1}} and PjPj+1\overline{P_jP_{j+1}} for iji \neq j are parallel if and only if they determine an isosceles trapezoid with bases PiPi+1\overline{P_iP_{i+1}} and PjPj+1\overline{P_jP_{j+1}}. Its legs (or diagonals) PiPj+1\overline{P_iP_{j+1}} and PjPi+1\overline{P_jP_{i+1}} are congruent and a rotation around the circumcenter maps points PiP_i and PjP_j into points Pj+1P_{j+1} if Pj+1P_{j+1} are mapped respectively.

That is why the condition PiPi+1PjPj+1\overline{P_iP_{i+1}} \parallel \overline{P_jP_{j+1}} is equivalent to the condition that the number of vertices between PiP_i and Pj+1P_{j+1} is equal to the number of vertices between PjP_j and Pi+1P_{i+1}, taking into account the orientation. That condition can be written as aiaj+1ajai+1(mod2n)a_i - a_{j+1} \equiv a_j - a_{i+1} \pmod{2n}, i.e.
ai+ai+1aj+aj+1(mod2n). a_i + a_{i+1} \equiv a_j + a_{j+1} \pmod{2n}.
Now assume that none of the given segments are parallel.
Then the sums ak+ak+1a_k + a_{k+1} give different remainders modulo 2n2n, so
k=12n(ak+ak+1)0+1++(2n1)(mod2n) \sum_{k=1}^{2n} (a_k + a_{k+1}) \equiv 0 + 1 + \dots + (2n - 1) \pmod{2n}
The sum on the right hand side is n(2n1)n(2n-1) which is congruent to nn modulo 2n2n.

On the other hand, we have
k=12n(ak+ak+1)=2k=12nak=2k=12nk=2n(2n+1) \sum_{k=1}^{2n} (a_k + a_{k+1}) = 2 \sum_{k=1}^{2n} a_k = 2 \sum_{k=1}^{2n} k = 2n(2n + 1)
The resulting expression is divisible by 2n2n, which is in contradiction with the conclusion above. Therefore our assumption was incorrect which means there is at least one pair of parallel segments.

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.