Maths Olympiad Prep

Library / /205 of 397

, 2022

Geometry Difficulty 5.9 AIME, harder Prove it Taiwan

ΔP1P2P3\Delta P_1 P_2 P_3 is an equilateral triangle. For all n4n \ge 4, Xiao Ming can choose PnP_n to be the circumcenter or orthocenter of ΔPn3Pn2Pn1\Delta P_{n-3} P_{n-2} P_{n-1}. Find all positive integers nn such that Xiao Ming can, by appropriately choosing P4,,PnP_4, \dots, P_n, make PnP_n the circumcenter of ΔP1P2P3\Delta P_1 P_2 P_3.

Solution

The answer is all multiples of 4.

Let OO be the circumcenter of ΔP1P2P3\Delta P_1 P_2 P_3. Then as long as Xiao Ming always chooses the orthocenter, we have P4k=O,P4k+1=P1,P4k+2=P2P_{4k} = O, P_{4k+1} = P_1, P_{4k+2} = P_2 and P4k+3=P3P_{4k+3} = P_3, for all kNk \in \mathbb{N}. Therefore all nn divisible by 4 satisfy the requirement.

Next we prove that nn must be divisible by 4. This requires the following two lemmas.

Lemma 1. For all n3n \ge 3, ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is either an isosceles triangle with a vertex angle of 120° (called type A) or an equilateral triangle (called type B).

Proof: Let us proceed by mathematical induction on n3n \ge 3. When n=3n=3, it is clearly type B. When n>3n>3:
- When ΔPn3Pn2Pn1\Delta P_{n-3} P_{n-2} P_{n-1} is type A: if Xiao Ming chooses the circumcenter and Pn3P_{n-3} is the vertex angle, then ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is type A; if Xiao Ming chooses the circumcenter and Pn2P_{n-2} or Pn1P_{n-1} is the vertex angle, then ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is type B.
If Xiao Ming chooses the orthocenter and Pn2P_{n-2} or Pn1P_{n-1} is the vertex angle, then ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is type A; if Xiao Ming chooses the orthocenter and Pn3P_{n-3} is the vertex angle, then ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is type B.
- When ΔPn3Pn2Pn1\Delta P_{n-3} P_{n-2} P_{n-1} is type B, regardless of whether Xiao Ming chooses the circumcenter or the orthocenter, ΔPn2Pn1Pn\Delta P_{n-2} P_{n-1} P_n is always type A.
By mathematical induction, the lemma is proved. □

In what follows, without loss of generality, assume OO is the origin. We consider oblique coordinates (x,y)(x, y), representing the point xP1+yP2x\vec{P}_1 + y\vec{P}_2. In this case, P3=(1,1)P_3 = (-1, -1).

Lemma 2. Every point that Xiao Ming may choose must have the form (a3r,b3s)(\frac{a}{3^r}, \frac{b}{3^s}), where a,ba, b are integers coprime to 3, and r,sr, s are non-negative integers. Furthermore, for all n4n \ge 4, the coordinates of Pn3,Pn2,Pn1,PnP_{n-3}, P_{n-2}, P_{n-1}, P_n are all distinct modulo 2 (here we take 3113^{-1} \equiv 1), that is, (0,0),(0,1),(1,0),(1,1)(0,0), (0,1), (1,0), (1,1) each appear exactly once.

Proof: We use mathematical induction on nn. Since P4=OP_4 = O, the case n=4n=4 holds. When n>4n>4, rename P,Q,RP, Q, R as the vertices of ΔPn3Pn2Pn1\Delta P_{n-3} P_{n-2} P_{n-1}, such that PP is the one with the largest angle. By Lemma 1 and its proof, we know that PnP_n must be one of Q+RP,3PQR,13(P+Q+R)\vec{Q} + \vec{R} - \vec{P}, 3\vec{P} - \vec{Q} - \vec{R}, \frac{1}{3}(\vec{P} + \vec{Q} + \vec{R}). Since the coefficients involve division by at most 3, we can easily see that the denominator of each coordinate component must be a power of 3.

Pn+P+Q+R(0,0)(mod2). P_n + P + Q + R \equiv (0,0) \pmod{2}.
By the induction hypothesis, Pn3P_{n-3}, Pn2P_{n-2}, Pn1P_{n-1} are all distinct, so from
(0,0)+(0,1)+(1,0)+(1,1)(0,0)(mod2) (0,0) + (0,1) + (1,0) + (1,1) \equiv (0,0) \pmod{2}
we know that the coordinates of Pn3P_{n-3}, Pn2P_{n-2}, Pn1P_{n-1}, PnP_n are all distinct modulo 2. □

Now, returning to the original problem. By Lemma 2, we have
P4k+1P1(1,0),P4k+2P2(0,1), P_{4k+1} \equiv P_1 \equiv (1,0), \quad P_{4k+2} \equiv P_2 \equiv (0,1),
P4k+3P3(1,1),P4kP4=O(0,0), P_{4k+3} \equiv P_3 \equiv (1,1), \quad P_{4k} \equiv P_4 = O \equiv (0,0),
therefore only multiples of 4 can achieve the requirement of the problem.

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 translated into English from zh; metadata (topic, difficulty) added by this project.