Let $AD$ be the diameter of a circle $\omega$ and $BC$ is a chord of $\omega$ which is perpendicular to $AD$. Let $M,N,P$ be points on the segments $AB,AC,BC$ respectively, such that $MP\parallel AC$ and $PN\parallel AB$. The line $MN$ cuts the line $PD$ in the point $Q$ and the angle bisector of $\angle MPN$ in the point $R$. Prove that the points $B,R,Q,C$ are concyclic.
Problem
Source: Peru EGMO TST 2020 #5
Tags: geometry, angle bisector
17.03.2021 22:00
This is a really cool Miquel Point configuration, and pretty tricky to unpack in my opinion. We first introduce the following general lemma: Lemma: In triangle $\triangle ABC,$ let $M,N,P$ be points on $AB,AC,BC,$ respectively, such that $MP\parallel AC$ and $PN\parallel AB.$ Then $(AMN)$ passes through the $A$-Dumpty Point (the midpoint of the $A$-symmedian) of $\triangle ABC.$ Proof: Let $D$ be the $A$-Dumpty Point. It's well-known that $D$ is the center of the spiral similarity sending $BA$ to $AC,$ so it suffices to show that the same spiral similarity also sends $M$ to $N.$ However, this just follows from the fact that $\triangle BMP\sim\triangle PNC,$ since we have \[\frac{BM}{AM}=\frac{BM}{PN}=\frac{PM}{CN}=\frac{AN}{CN},\]so we're done by the Gliding Principle. $\Box$ Back to the main problem: Let the center of $(ABC)$ be $O,$ $(AMN)$ meet $\omega$ at $X$ (the Miquel Point of $BMNC$), and $MN\cap BC=Y.$ By our lemma, $O$ lies on $(AMNX);$ since we know that $O$ lies on the angle bisector of $\angle NAM,$ this implies that $O$ is on the perpendicular bisector of $MN,$ but it is also on the perpendicular bisector of $AX$ by the definition of a circle, so in fact $AX\parallel MN.$ We also note that $O$ being the midpoint of arc $MN$ must furthermore imply that $O\to D$ under the spiral similarity sending $MN\to BC.$ On the other hand, we know that $\triangle PNM\sim\triangle CAB\sim\triangle PMC,$ so \[\frac{RM}{RN}\stackrel{\text{Angle Bisector Theorem}}{=}\frac{PM}{PN}=\frac{PC}{PB}\]implies that the spiral similarity sending $MN\to BC$ also sends $R\to P$ by the Gliding Principle. Finally, because $\triangle CAB$ is isosceles, $\triangle PNM$ and $\triangle PMC$ are as well, meaning that \[\measuredangle RPB=\measuredangle RPN+\measuredangle NPB=\measuredangle MPR+\measuredangle CPM=\measuredangle CPR\implies 90^\circ=\measuredangle CPR\implies RP\parallel OD;\]thus the spiral similarity sending $RP\to OD$ must actually be a homothety, hence $O,R,X$ and $D,P,Q,X$ are collinear. From here, noting that $DQ\perp AX\parallel MN,$ we find that $PRXY$ is a cyclic kite, so $XY$ is tangent to $(ABC)$ and $YQ\cdot YR=YX^2 = YB\cdot YC,$ which gives the desired result by Power of a Point. $\blacksquare$
24.04.2021 05:03
My bash.
15.04.2022 18:13
Let $\angle MPR =\angle NPR=\alpha$. Since $AMPN$ is parallelogram and $AB=AC$ we get $\angle BAC=2\alpha $ and $\angle DAC=\alpha$. Since $MP||AC$ and $\angle DAC=\angle MPR$ we get $RP||AD$. Hence, $PR\perp BC$. Let $BC\cap MN=T$. $AD\cap BC$ be origin of coordinate plane and let $A=(0,a), B=(b,0), P=(-p,0).$ Then we can easly get that $D=(0,\frac{-b^2}{a}),C=(-b,0),M=(\frac{b-p}{2},\frac{a(b+p)}{2b}),N=(\frac{-p-b}{2},\frac{a(b-p)}{2b}), T=(\frac{-(p^2+b^2)}{2p},0)$. So we get $\text{(Slope of MN)}\cdot \text{(Slope of PD)}=-1$, hence $PD\perp MN \implies TQ\cdot TR=TP^2$. Also $TP^2=(\frac{b^2-p^2}{2p})^2=\frac{(b-p)^2}{2p}\cdot \frac{(b+p)^2}{2p}=TC\cdot TB$. So we get $TQ\cdot TR=TP^2=TB\cdot TC$. Hence, $BCQR$ is cyclic. So we are done.