Problem 3. Let D be an interior point of the acute triangle ABC with AB > AC so that ∠DAB = ∠CAD. The point E on the segment AC satisfies ∠ADE = ∠BCD, the point F on the segment AB satisfies ∠FDA = ∠DBC, and the point X on the line AC satisfies CX = BX. Let O1 and O2 be the circumcentres of the triangles ADC and EXD, respectively. Prove that the lines BC, EF, and O1O2 are concurrent.
proposed by Mykhailo Shtandenko, Ukraine
|
Solution
![[asy]size(18cm);pair A, B, C, D, E, F, G, M, T, W, X, O1, O2, I, P;A = dir(120); B = dir(210); C = dir(330);I = incenter(A, B, C);D = I * 1.2 - A *.2;G = extension(B, foot(D, I, B) * 2 - D, C, foot(D, I, C) *2- D);F = foot(2 * circumcenter (D, B, G) - B, A, B);E = foot(2 * circumcenter (D, G, C) - C, A, C);T = extension(E, F, B, C);M = foot(extension(E, B, F, C), A, T);W = extension(B, M, A, C);X = extension(A, C, origin, (B+C)/2);P = foot(circumcenter(D, B, M) * 2 - D, W, D);draw(circumcircle(A, D, C), cyan);draw(circumcircle(M, D, B), cyan);draw(circumcircle(E, D, C), purple);draw(circumcircle(F, D, B), purple);draw(circumcircle(A, B, C));draw(circumcircle(D, E, X), cyan);draw(circumcircle(E, F, B));draw(circumcircle(M,B,X), heavygreen);draw(A--B--C--cycle);draw(T--B);draw(T--A);draw(A--D);draw(W--B);draw(W--A);draw(F--D--B);draw(E--D--C);draw(W--D);draw(T--E);dot("$A$", A, dir(A)*2*dir(340));dot("$B$", B, dir(B));dot("$C$", C, dir(C));dot("$T$", T, dir(T));dot("$W$", W, dir(W));dot("$D$", D, dir(270)*2);dot("$E$", E, dir(E)*2*dir(340));dot("$F$", F, dir(F));dot("$X$", X, dir(90)*2);dot("$M$", M, dir(M));dot("$P$", P, -2*dir(P));[/asy]](//latex.artofproblemsolving.com/6/c/6/6c633ddec30f39e945f09f0cc878ffd7ced82b70.png)
We assume AB>AC .
Let be the isogonal conjugate of with respect to . We know that lies on , and observe that
This proves that is cyclic. Similarly, is cyclic, so
Therefore, is cyclic.
Let . I claim that is tangent to . This is because, observe that
which means and are isogonal with respect to . Now, since and are isogonal with respect to , by the second isogonality lemma, and are isogonal with respect to . Finally, this means
Therefore, is tangent to . Now, we have .
Define as the miquel point of . By miquel properties, we have . We have
This shows that is cyclic. Next, let . We have
by power of a point. This means that lies on the radical axis of and , and lies on the radical axis of and . Therefore, is the radical axis of all three circles, and since all three circles pass through , they therefore must pass through a second point. Let's call this point . Finally, by inversion at with radius , we get gets sent to , so is fixed, which means is fixed. Therefore, , and since is the radical axis of and , we have collinear.
|