Look, I didn't bash a geometry problem!

This is Glen again.

There's been a lack of regular olympiad content recently, and since no one posted this week I thought I'd attempt a problem and write about my thought process. There was some discussion recently on the retirees' Discord server about APMO, so I figured I'd look at the most recent iteration, and since I wanted to be able to solve the problem in a reasonable amount of time, I attempted Q1.

Here's the problem:

(APMO 2024/1) Let ABCABC be an acute triangle. Let DD be a point on side ABAB and EE be a point on side ACAC such that lines BCBC and DEDE are parallel. Let XX be an interior point of BCEDBCED. Suppose rays DXDX and EXEX meet side BCBC at points PP and QQ, respectively, such that both PP and QQ lie between BB and CC. Suppose that the circumcircles of triangles BQXBQX and CPXCPX intersect at a point YXY \neq X. Prove that the points A,XA, X, and YY are collinear.

Preliminary thoughts

First and foremost, here's a diagram:

Sorry about the quality - I'm just scanning my working and copy-pasting the diagrams. I think it makes it more authentic, anyway.

My first thought was that it's probably bashable. Here's a reasonable-looking approach:

  • Set up A,B,CA,B,C in the usual way with BCBC the xx-axis, then get D,ED,E by intersecting some y=cy=c with AB,ACAB,AC.
  • Set XX to be some random point and solve for P,QP,Q.
  • Solve for circumcentre of BQXBQX and the CPXCPX one is similar. Call these O1,O2O_1,O_2.
  • XYXY is the line through XX perpendicular to O1O2O_1O_2. Actually, it just suffices to show that AXO1O2AX\perp O_1O_2.
 This shouldn't be that bad, since ultimately gradient AXAX is nice, so stuff should cancel. But also, there are like 5 variables and also this is a Q1 so really I should have enough faith in myself to be able to find a synethetic solution in a shorter time than it takes to carry out the bash.

Other initial ideas:

  • This construction of intersecting circles to get YY reminds me a little of the construction of a spiral centre.
  • If we let (BXQ)(BXQ) intersect ABAB again at KK and (CXP)(CXP) intersect ACAC again at ALAL, then it suffices to show that ABAK=ACALAB\cdot AK = AC \cdot AL, which is equivalent to DKELDKEL cyclic (by Reim).
  • Returning to the spiral centre thing, YY is the spiral centre of KQKQ and PLPL, but that's not very useful, since in the second bullet point we have pretty much gotten rid of YY.
  • XX looks like a good point to invert about as a bunch of things pass through it and the parallel condition goes to something similar. There could also be some sort of shenanigans where we swap D,QD,Q and E,PE,P or something. But this seems overkill for a Q1.

Reframing the problem

Let's instead try to draw the points in a different order. We can instead draw the trapezoid DEPQDEPQ first. Then, B,CB,C are points on the line PQPQ, and A=BDCEA = BD \cap CE. We're left with showing that BD,CEBD,CE and the radical axis of (BXQ),(CXP)(BXQ),(CXP) are concurrent.


What does this look like algebraically? The circumcentre O1O_1 of (BXQ)(BXQ) is on the perpendicular bisector of XQXQ, which is a fixed line. As BB moves linearly (at constant velocity) along PQPQ, O1O_1 moves linearly along this line. If we fix CC and move BB, this means BDCEBD\cap CE and the radical axis of the (BXQ),(CXP)(BXQ),(CXP) move "cross-ratio-ly", so it suffices to check 3 special cases of BB. So we have to check 3×3=93\times 3 = 9 special cases, which is a lot, and also, overkill. Oops. This paragraph probably didn't make any sense if you haven't heard of moving points; I'll probably write a short appendix at the end of this.

Desperate inversion attempt

I was sort of out of ideas, so I tried to invert the diagram because why not.

The triangle is XQPXQ'P', and the circle is what BCBC gets sent to. The line on top was me failing to convert the parallel condition. What I should have drawn is (XDE)(XD'E') tangent to (XPQ)(XP'Q'), which is just equivalent to DEQPD'E'||Q'P'. In any case, the lines BDBD and CECE become circles through XX, and that seemed like too much effort so I gave up.

Reframing the problem again

Let's try to draw the circles and BCBC first, this time. I tried and failed a couple of times; here are some failed attempts:

Here's a successful attempt:

Here's what I want to show now:

Let XX be an intersection point of two circles Γ1\Gamma_1 and Γ2\Gamma_2. Let a line intersect Γ1\Gamma_1 at B,QB,Q and Γ2\Gamma_2 at P,CP,C, with B,Q,P,CB,Q,P,C in that order. Let AA be a (variable) point on the radical axis of Γ1,Γ2\Gamma_1,\Gamma_2. Let PXPX intersect ABAB at DD and QXQX intersect ACAC at EE. Prove that DEBCDE||BC.

This isn't quite the same as the original problem, but we can probably get between the two by some sort of phantom point argument.

I tried to extend PX,QXPX,QX to intersect the respective circles again, but I didn't see how any spiral stuff would help.

I also constructed the intersection of the radical axis and BCBC - this has to satisfy some length condition that depends only on B,Q,P,CB,Q,P,C (and not XX). And then, the key realisation came: EE (and similarly, DD) is only defined by half the points in the diagram!

Let ZZ be the intersection of the radical axis and BCBC. Then, we can determine AEEC\frac{AE}{EC} by Menelaus: AEEC=AXXZQZQC.\frac{AE}{EC} = \frac{AX}{XZ}\frac{QZ}{QC}.

Similarly, ADDB=AXXZPZPB.\frac{AD}{DB} = \frac{AX}{XZ}\frac{PZ}{PB}.

But QCQZ=1+ZCQZ=1+ZBPZ=PBPZ,\frac{QC}{QZ} = 1 + \frac{ZC}{QZ} = 1 + \frac{ZB}{PZ} = \frac{PB}{PZ}, so we are done.

Recovering the original formulation

Here's a phantom point argument, as promised: let BDBD intersect XYXY at AA', and then let ACA'C intersect QXQX at EE'. Then what we've shown above shows that DEBCDEDE'||BC||DE, so E=EE=E' and hence A=CEBDA=CE\cap BD and A=CEBDA' = CE' \cap BD coincide.

Alternatively, we could reuse the proof of the alternate statement to prove the original version directly: let AXAX intersect BCBC at ZZ. Then, the two Menelaus computations above show that ZZ is on the radical axis, so AA is as well.

Looking at AoPS

The first solution is a short angle-chase that shows the second bullet point in my initial thoughts: DKELDKEL cyclic. Oh well, I am allergic to angle-chasing. I suppose that if I had drawn an accurate diagram I might have noticed that XX was also on the circle.

There are a bunch of solutions with DDIT, which honestly makes me feel a bit better about my overkill ideas.

Someone also mentioned a 4-page coordinate bash, so I'm glad I didn't try that. I am, however, also confident that the bash is much shorter than that.

Revisiting the inversion approach

If you actually do the inversion properly (exercise!) with the knowledge that DKXELDKXEL cyclic, the diagram ends up looking suspiciously similar to the original one. But instead, D,ED,E swap roles with Q,PQ,P, B,CB,C swap roles with K,LK,L, and AA swaps roles with YY. One might then hope for something a bit less nebulous than "swapping roles", e.g. a proof along the lines "There's a Möbius transformation/inversion that swaps DQ,EP,BK,CL,XD\leftrightarrow Q,E\leftrightarrow P,B\leftrightarrow K,C\leftrightarrow L,X\leftrightarrow\infty, so AYA\rightarrow Y, hence done." Unfortunately, I think this question has too many degrees of freedom for that to work. There is indeed a Möbius transformation that swaps DQ,EP,XD\leftrightarrow Q,E\leftrightarrow P,X\leftrightarrow\infty, but this doesn't necessarily swap BB and KK. Rather, it sends KK to some BB' for which the corresponding KK' (second intersection between (BQX)(B'QX) and BDB'D) is where BB gets sent. So that's somewhat disappointing.

It's possible that the DDIT approach is the way to fix this, but I'm not sure.

Bonus/appendix: big preserve cross-ratio

There's some general theory about moving points, but I'm using a baby version that only needs knowledge of cross-ratios. Ker Yang calls this big preserve cross-ratio because that's what it's called when you directly translate it from Chinese.

Let's fix D,E,X,Q,P,CD,E,X,Q,P,C, and vary BB linearly along PQPQ. We can define A=BDCEA = BD\cap CE, and also the radical axis to be the line through XX perpendicular to O1O2O_1O_2. Suppose that for three fixed points B1,B2,B3B^1,B^2,B^3 (I'm using superscripts so I don't clash notation with the OiO_i), AA indeed lies on the radical axis. Call these points A1,A2,A3A^1,A^2,A^3.

Now, for general BB, projection through DD gives (A,A1;A2,A3)=(B,B1;B2,B3)(A,A^1;A^2,A^3) = (B,B^1;B^2,B^3).

On the other hand, since O1O_1 moves linearly with BB, we also have (O1,O11;O12,O13)=(B,B1;B2,B3)(O_1,O_1^1;O_1^2,O_1^3) = (B,B^1;B^2,B^3). Alternatively, this is projection through the point at infinity in the direction perpendicular to BCBC.

But now, X(Y,Y1;Y2,Y3)=O2(O1,O11;O12,O13)=(B,B1;B2,B3)=X(A,A1;A2,A3).X(Y,Y^1;Y^2,Y^3) = O_2(O_1,O_1^1;O_1^2,O_1^3) = (B,B^1;B^2,B^3) = X(A,A^1;A^2,A^3).

Since XAiXA^i coincides with XYiXY^i for i=1,2,3i=1,2,3, then XYXY coincides with XAXA, i.e. A,X,YA,X,Y collinear.

It remains to find B1,B2,B3B^1,B^2,B^3. The usual trick is to guess some degenerate/special cases:

  • B=PB = P: the radical axis is XPXP, so AA lies on it since it lies on BDBD (which is now PDPD).
  • B=CB = C: the radical axis is XCXC, and A=CA = C.
  • B=PQB = \infty_{PQ} (point at infinity on PQPQ): BDBD is just DEDE, so A=EA=E. On the other hand, (BQX)(BQX) is just QXQX, so the "radical axis" is XEXE.

So it turns out that this could be done without varying CC as well, which is nice. (I was expecting something even more horrible along the lines of: pick 33 nice points for BB, for each of those pick 33 nice points for CC, then check 99 cases.)

Again, I should reiterate that this is massively overkill for this problem. This method does work for harder problems as well, however, so I expect at some point someone who is more familiar with this sort of stuff than I am will write a post about it.

Comments

Popular posts from this blog

SMO Open 2024 ??% Speedrun

Musings about the IMO