In an acute triangle $ABC$ with $\overline{AB} < \overline{AC}$, angle bisector of $A$ and perpendicular bisector of $\overline{BC}$ intersect at $D$. Let $P$ be an interior point of triangle $ABC$. Line $CP$ meets the circumcircle of triangle $ABP$ again at $K$. Prove that $B, D, K$ are collinear if and only if $AD$ and $BC$ meet on the circumcircle of triangle $APC$.
Problem
Source: KJMO 2021 P4
Tags: geometry, angle bisector, perpendicular bisector, circumcircle
13.11.2021 15:06
All you need to do is invert!
13.11.2021 16:04
Let $AD \cap BC=M$ It suffices to show that $\angle APC=\angle AMC$ $\angle APC+\angle APK=\angle APC+\angle ABK=\angle APC+180-(\angle B+\angle \frac{A}{2})=180 \implies \angle APC=\angle B+\angle \frac{A}{2}$ $\angle AMC=\angle BMD=180 -(\angle C+\angle \frac{A}{2})=\angle B+\angle \frac{A}{2}$ and therefore we are done. Edit:-Oops read the question wrong but we can use this chase to prove the other direction also
13.11.2021 21:15
22.12.2021 19:37
REYNA_MAIN wrote: BVKRB- wrote: All you need to do is invert! sar really sar haw so ors max? like i couldnt even imagine inverting this even if i was used to inversion again, pleex gib teepz
Attachments:

05.03.2022 04:30
[asy][asy] /* Coordinates of P from Geogebra */ size(7cm); import geometry; pair A,B,C,D,E,P,K; A=(-5,8); B=(-7,0); C=(4,0); D=intersectionpoints(circle(A,B,C),bisector(B,C))[0]; E=extension(A,D,B,C); P=(-4.5,1.9); K=intersectionpoints(line(C,P),circle(A,B,P))[1]; draw(A--B--C--cycle); draw(circle(A,B,C)); draw(circle(A,B,P)); draw(circle(A,C,P),dotted); draw(K--D,dashed); draw(A--D); draw(E--P--A); draw(C--K); dot(A^^B^^C^^D^^E^^P^^K); label("$A$",A,N); label("$B$",B,S); label("$C$",C,SE); label("$D$",D,SW); label("$E$",E,NE); label("$P$",P,S); label("$K$",K,NW); [/asy][/asy] Let $E=\overline{AD}\cap\overline{BC}.$ Notice $B,D,$ and $K$ being collinear is equivalent to \begin{align*}&\measuredangle DBA=\measuredangle ANK\\&\iff\measuredangle DAB+\measuredangle BDA=\measuredangle KPA\\&\iff\measuredangle CPA=\measuredangle CAE+\measuredangle BCA=\measuredangle CEA,\end{align*}which is in turn equivalent to $ACEP$ being cyclic. $\square$
24.10.2023 10:43
We first prove the "only if" part... Claim: $ABCD$ is a cyclic quadrilateral. Proof: We will use phantom points. Suppose $AI$ meets $(ABC)$ at $D'$. Drop a perpendicular from $D'$ Drop a perpendicular from $D'$ onto $BC$ and name the foot of perpendicular as $X$. Due to $Fact-5$, we have $DB=DC$. Now notice that $\triangle BDX \cong \triangle CDX$, from which the conclusion follows. Now let us first proof the "only if" part. Suppose $B,D,K$ are collinear.Now let $\angle BAD = \angle CAD= \angle DCB = \angle CBD =\theta$. Let $\angle BAP= \phi \implies \angle BKP = \phi \implies \angle PAD= \theta-\phi$. Also looking at $\triangle KBC$, we get that $\angle KCB=\theta-\phi$ too.We thus proved that $APXC$ is cyclic. The if part can be proved by a similar method too.(We need $\angle ABD+ \angle ABK =180$)