Given a non-right triangle $ABC$ with $BC>AC>AB$. Two points $P_1 \neq P_2$ on the plane satisfy that, for $i=1,2$, if $AP_i, BP_i$ and $CP_i$ intersect the circumcircle of the triangle $ABC$ at $D_i, E_i$, and $F_i$, respectively, then $D_iE_i \perp D_iF_i$ and $D_iE_i = D_iF_i \neq 0$. Let the line $P_1P_2$ intersects the circumcircle of $ABC$ at $Q_1$ and $Q_2$. The Simson lines of $Q_1$, $Q_2$ with respect to $ABC$ intersect at $W$. Prove that $W$ lies on the nine-point circle of $ABC$.
Problem
Source: 2022 China TST, Test 2, P2
Tags: geometry, Simson line, Nine Point Circle
28.03.2022 17:16
This is not hard. Notice that O,P1and P2 are collinear and OP1*OP2=R^2. Then it is easy by orthopole.
28.03.2022 18:42
Interesting but easy problem. We will use the following steps to finish the problem.
Attachments:



29.03.2022 01:09
Little_Dinosaur wrote: Interesting but easy problem. We will use the following steps to finish the problem.
I think the hard part is to prove that it exists exactly two points $P_1,P_2$ and that they satisfy $D_1D_2 \parallel E_1E_2$ which is not granted ! remark that we have two possibiities for $D_i$ but only one works ... My regards RH HAS
31.03.2022 17:02
with the similar proof as this topic we can show that $ \angle P_iBD_i=\angle P_iCD_i\iff P_i$ is on the $A$-apollonius circle more it s easy to prove that $P_i$ is on the circle $(O')$ of the points $M$ s.t. $\angle BMC=\frac{\pi}{2}+\angle BAC$ but $\angle OBC=\frac{\pi}{2}+\angle BAC$ which means that $(O')$ is tangent to $OB$ hence it orthogonal to $(O)$ so $P_i$ is on the intersection of $(O')$ and $ A$-apollonius circle besides we know that the latest is also orthogonal to $(O)$ therefore there is exactly two points $P_1,P_2$ which are inverse of each other implies $O,P_1,P_2$ are collinear hence $Q_1,O,Q_2$ are collinear and the result follows . My regards RH HAS
03.04.2022 04:50
Complex bashed. (Simson line's equation is well known; the Lemma_2 by little_dinosaur above is also quite well known)
04.04.2022 08:15
JG666 wrote: Complex bashed. (Simson line's equation is well known; the Lemma_2 by little_dinosaur above is also quite well known) That is. That's why I thought this problem is quite easy
06.08.2022 03:07
Great problem! My solution uses angle chasing to find interesting carectization of the points, and then the solution is quite natural! Key Lemma: Let $K$ be intersection of the tangents from $B$ and $C$ to $(ABC)$ and then let $\omega$ be the circle with center $K$ passing through $B.$ Further, let $\gamma$ be the apolloniam circle of $A$ with respect to the segment $BC.$ Then, points $P_1$ and $P_2$ are the intersections of $\omega$ and $\gamma.$
[asy][asy] import graph; import geometry; import olympiad; size(300); pair A,B,C,O,M,Ob,Oc,Oba,Oca,K,Oa,Oaa,L; A=dir(126.791); B=dir(200.87); C=dir(-20.87); O=(0,0); M=B*0.5+C*0.5; Ob=2*B-O; Oc=2*C-O; Oba=bisectorpoint(Ob,O); Oca=bisectorpoint(Oc,O); K=extension(B,Oba,C,Oca); Oa=2*A-O; Oaa=bisectorpoint(O,Oa); L=extension(A,Oaa,B,C); path u,p,q,r; u=Circle(O,1); p=Circle(K,distance(K,B)); q=Circle(L,distance(L,A)); r=circumcircle(B,O,C); pair Px=intersectionpoints(p,q)[0]; pair Py=intersectionpoints(p,q)[1]; path l =Px--Py; pair Qx=intersectionpoints(l,u)[0]; pair Qy=2*O-Qx; pair Ota=2*B-Oba; draw(u,red); draw(p,green); draw(q,blue); draw(A--B--C--cycle); draw(Px--Py--Qx--Qy--cycle,dotted+magenta); draw(K--Ota,gray); draw(K--Oca,gray); dot("$A$",A,dir(90)); dot("$B$",B,dir(150)); dot("$C$",C,dir(30)); dot("$K$",K,dir(K)); dot("$O$",O,dir(90)); dot("$P_1$",Px,dir(150)); dot("$P_2$",Py,dir(Py)); dot("$Q_1$",Qx,dir(-90)); dot("$Q_2$",Qy,dir(Qy)); [/asy][/asy] By the Key Lemma, we must have that line $P_1P_2$ is the radical axes of $\omega$ and $\gamma.$ Hence, since $(ABC)$ is ortogonal to both $\omega$ and $\gamma,$ we must have that $O,$ the circumcenter of $\triangle ABC,$ must lie on $P_1P_2.$ For finish, let $H$ be the orthocenter of $\triangle ABC,$ $U$ be the intersection of the Simson lines of $Q_1$ and $Q_2,$ and $T$ be the reflection of $H$ across $U.$ By above, we must have that $Q_1,Q_2$ are diametrically oppositive and it follows easily from angle chasing that their Simson lines are perpendicular $(i)$. It is well known that the Simson line of $Q_1$(respectively $Q_2$) bissects segment $HQ_1$ (respectively $HQ_2$); so it follows that $TQ_1, TQ_2$ is parallel to the Simson line of $Q_1,Q_2,$ repsectively; then it follows from conclusion $(i)$ that $\angle Q_1TQ_2 = {\pi}{/2}.$ But since points $Q_1$ and $Q_2$ are diametrically oppositive, this implies that $T$ lies on $(ABC)$ and so $U$ must lie on the nine-point circle (beacause the homothety with ratio ${1}{/2}$ centered at $H$ sends $(ABC)$ to the nine-point circle). So done.