Given a non-right triangle ABC with BC>AC>AB. Two points P1≠P2 on the plane satisfy that, for i=1,2, if APi,BPi and CPi intersect the circumcircle of the triangle ABC at Di,Ei, and Fi, respectively, then DiEi⊥DiFi and DiEi=DiFi≠0. Let the line P1P2 intersects the circumcircle of ABC at Q1 and Q2. The Simson lines of Q1, Q2 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 P1,P2 and that they satisfy D1D2∥E1E2 which is not granted ! remark that we have two possibiities for Di but only one works ... My regards RH HAS
31.03.2022 17:02
with the similar proof as this topic we can show that ∠PiBDi=∠PiCDi⟺Pi is on the A-apollonius circle more it s easy to prove that Pi is on the circle (O′) of the points M s.t. ∠BMC=π2+∠BAC but ∠OBC=π2+∠BAC which means that (O′) is tangent to OB hence it orthogonal to (O) so Pi 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 P1,P2 which are inverse of each other implies O,P1,P2 are collinear hence Q1,O,Q2 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 ω be the circle with center K passing through B. Further, let γ be the apolloniam circle of A with respect to the segment BC. Then, points P1 and P2 are the intersections of ω and γ.
[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("P1",Px,dir(150)); dot("P2",Py,dir(Py)); dot("Q1",Qx,dir(-90)); dot("Q2",Qy,dir(Qy)); [/asy][/asy] By the Key Lemma, we must have that line P1P2 is the radical axes of ω and γ. Hence, since (ABC) is ortogonal to both ω and γ, we must have that O, the circumcenter of △ABC, must lie on P1P2. For finish, let H be the orthocenter of △ABC, U be the intersection of the Simson lines of Q1 and Q2, and T be the reflection of H across U. By above, we must have that Q1,Q2 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 Q1(respectively Q2) bissects segment HQ1 (respectively HQ2); so it follows that TQ1,TQ2 is parallel to the Simson line of Q1,Q2, repsectively; then it follows from conclusion (i) that ∠Q1TQ2=π/2. But since points Q1 and Q2 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.