# Day 1. Solutions Problem 1 (Netherlands). Find all triples $(a, b, c)$ of real numbers such that $a b+b c+$ $c a=1$ and $$ a^{2} b+c=b^{2} c+a=c^{2} a+b $$ Solution 1. First suppose that $a=0$. Then we have $b c=1$ and $c=b^{2} c=b$. So $b=c$, which implies $b^{2}=1$ and hence $b= \pm 1$. This leads to the solutions $(a, b, c)=(0,1,1)$ and $(a, b, c)=(0,-1,-1)$. Similarly, $b=0$ gives the solutions $(a, b, c)=(1,0,1)$ and $(a, b, c)=(-1,0,-1)$, while $c=0$ gives $(a, b, c)=(1,1,0)$ and $(a, b, c)=(-1,-1,0)$. Now we may assume that $a, b, c \neq=0$. We multiply $a b+b c+c a=1$ by $a$ to find $a^{2} b+a b c+c a^{2}=a$, hence $a^{2} b=a-a b c-a^{2} c$. Substituting this in $a^{2} b+c=b^{2} c+a$ yields $a-a b c-a^{2} c+c=b^{2} c+a$, so $b^{2} c+a b c+a^{2} c=c$. As $c \neq=0$, we find $b^{2}+a b+a^{2}=1$. Analogously we have $b^{2}+b c+c^{2}=1$ and $a^{2}+a c+c^{2}=1$. Adding these three equations yields $2\left(a^{2}+b^{2}+c^{2}\right)+a b+b c+c a=3$, which implies $a^{2}+b^{2}+c^{2}=1$. Combining this result with $b^{2}+a b+a^{2}=1$, we get $1-a b=1-c^{2}$, so $c^{2}=a b$. Analogously we also have $b^{2}=a c$ and $a^{2}=b c$. In particular we now have that $a b, b c$ and $c a$ are all positive. This means that $a, b$ and $c$ must all be positive or all be negative. Now assume that $|c|$ is the largest among $|a|,|b|$ and $|c|$, then $c^{2} \geq|a b|=a b=c^{2}$, so we must have equality. This means that $|c|=|a|$ and $|c|=|b|$. Since $(a, b, c)$ must all have the same sign, we find $a=b=c$. Now we have $3 a^{2}=1$, hence $a= \pm \frac{1}{3} \sqrt{3}$. We find the solutions $(a, b, c)=\left(\frac{1}{3} \sqrt{3}, \frac{1}{3} \sqrt{3}, \frac{1}{3} \sqrt{3}\right)$ and $(a, b, c)=\left(-\frac{1}{3} \sqrt{3},-\frac{1}{3} \sqrt{3},-\frac{1}{3} \sqrt{3}\right)$. We conclude that all possible triples $(a, b, c)$ are $(0,1,1),(0,-1,-1),(1,0,1),(-1,0,-1)$, $(1,1,0),(-1,-1,0),\left(\frac{1}{3} \sqrt{3}, \frac{1}{3} \sqrt{3}, \frac{1}{3} \sqrt{3}\right)$ and $\left(-\frac{1}{3} \sqrt{3},-\frac{1}{3} \sqrt{3},-\frac{1}{3} \sqrt{3}\right)$. Solution 2. From the problem statement $a b=1-b c-c a$ and thus $b^{2} c+a=a^{2} b+c=$ $a-a b c-a^{2} c+c, c\left(b^{2}+a^{2}+a b-1\right)=0$. If $c=0$ then $a b=1$ and $a^{2} b=b$, which implies $a=b= \pm 1$. Otherwise $b^{2}+a^{2}+a b=1$. Cases $a=0$ and $b=0$ are completely analogous to $c=0$, so we may suppose that $a, b, c \neq 0$. In this case we end up with $$ \left\{\begin{array}{l} a^{2}+b^{2}+a b=1 \\ b^{2}+c^{2}+b c=1 \\ c^{2}+a^{2}+c a=1 \\ a b+b c+c a=1 \end{array}\right. $$ Adding first three equations and subtracting the fourth yields $2\left(a^{2}+b^{2}+c^{2}\right)=2=$ $2(a b+b c+c a)$. Consequently, $(a-b)^{2}+(b-c)^{2}+(c-a)^{2}=0$. Now we can easily conclude that $a=b=c= \pm \frac{1}{\sqrt{3}}$. Solution by Achilleas Sinefakopoulos, Greece. We have $$ c\left(1-b^{2}\right)=a(1-a b)=a(b c+c a)=c\left(a b+a^{2}\right) $$ and so $$ c\left(a^{2}+a b+b^{2}-1\right)=0 $$ Similarly, we have $$ b\left(a^{2}+a c+c^{2}-1\right)=0 \quad \text { and } \quad a\left(b^{2}+b c+c^{2}-1\right)=0 $$ If $c=0$, then we get $a b=1$ and $a^{2} b=a=b$, which give us $a=b=1$, or $a=b=-1$. Similarly, if $a=0$, then $b=c=1$, or $b=c=-1$, while if $b=0$, then $a=c=1$, or $a=c=-1$. So assume that $a b c \neq 0$. Then $$ a^{2}+a b+b^{2}=b^{2}+b c+c^{2}=c^{2}+c a+a^{2}=1 $$ Adding these gives us $$ 2\left(a^{2}+b^{2}+c^{2}\right)+a b+b c+c a=3 $$ and using the fact that $a b+b c+c a=1$, we get $$ a^{2}+b^{2}+c^{2}=1=a b+b c+c a $$ Hence $$ (a-b)^{2}+(b-c)^{2}+(c-a)^{2}=2\left(a^{2}+b^{2}+c^{2}\right)-2(a b+b c+c a)=0 $$ and so $a=b=c= \pm \frac{1}{\sqrt{3}}$. Therefore, the solutions $(a, b, c)$ are $(0,1,1),(0,-1,-1),(1,0,1),(-1,0,-1),(1,1,0)$, $(-1,-1,0),\left(\frac{1}{\sqrt{3}}, \frac{1}{\sqrt{3}}, \frac{1}{\sqrt{3}}\right),\left(-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}}\right)$ Solution by Eirini Miliori (HEL2). It is $a b+b c+c a=1$ and $$ a^{2} b+c=b^{2} c+a=c^{2} a+b $$ We have $$ \begin{aligned} a^{2} b+c=b^{2} c+a & \Longleftrightarrow a^{2} b-a=b^{2} c-c \\ & \Longleftrightarrow a(a b-1)=c\left(b^{2}-1\right) \\ & \Longleftrightarrow a(-b c-a c)=c\left(b^{2}-1\right) \\ & \Longleftrightarrow-a c(a+b)=c\left(b^{2}-1\right) \end{aligned} $$ First, consider the case where one of $a, b, c$ is equal to 0 . Without loss of generality, assume that $a=0$. Then $b c=1$ and $b=c$ from (1), and so $b^{2}=1$ giving us $b=1$ or -1 . Hence $b=c=1$ or $b=c=-1$. Therefore, $(a, b, c)$ equals one of the triples $(0,1,1),(0,-1,-1)$, as well as their rearrangements $(1,0,1)$ and $(-1,0,-1)$ when $b=0$, or $(1,1,0)$ and $(-1,-1,0)$ when $c=0$. Now consider the case where $a \neq 0, b \neq 0$ and $c \neq 0$. Then (2) gives us $$ -a(a+b)=b^{2}-1 \Longleftrightarrow-a^{2}-a b=b^{2}-1 \Longleftrightarrow a^{2}+a b+b^{2}-1=0 $$ The quadratic $P(x)=x^{2}+b x+b^{2}-1$ has $x=a$ as a root. Let $x_{1}$ be its second root (which could be equal to $a$ in the case where the discriminant is 0 ). From Vieta's formulas we get $$ \left\{\begin{aligned} x_{1}+a=-b & \Longleftrightarrow x_{1}=-b-a, \text { and } \\ x_{1} a=b^{2}-1 & \Longleftrightarrow x_{1}=\frac{b^{2}-1}{a} . \end{aligned}\right. $$ Using $a^{2} b+c=c^{2} a+b$ we obtain $b\left(a^{2}-1\right)=c(a c-1)$ yielding $a^{2}+a c+c^{2}-1=0$ in a similar way. The quadratic $Q(x)=x^{2}+c x+c^{2}-1$ has $x=a$ as a root. Let $x_{2}$ be its second root (which could be equal to $a$ in the case where the discriminant is 0 ). From Vieta's formulas we get $$ \left\{\begin{aligned} x_{2}+a=-c & \Longleftrightarrow x_{2}=-c-a, \text { and } \\ x_{2} a=c^{2}-1 & \Longleftrightarrow x_{2}=\frac{c^{2}-1}{a} . \end{aligned}\right. $$ Then $$ \left\{\begin{array}{l} x_{1}+x_{2}=-b-a-c-a, \text { and } \\ x_{1}+x_{2}=\frac{b^{2}-1}{a}+\frac{c^{2}-1}{a} \end{array}\right. $$ which give us $$ \begin{aligned} -(2 a+b+c)=\frac{b^{2}-1}{a}+\frac{c^{2}-1}{a} & \Longleftrightarrow-2 a^{2}-b a-c a=b^{2}+c^{2}-2 \\ & \Longleftrightarrow b c-1-2 a^{2}=b^{2}+c^{2}-2 \\ & \Longleftrightarrow 2 a^{2}+b^{2}+c^{2}=1+b c . \end{aligned} $$ By symmetry, we get $$ \begin{aligned} & 2 b^{2}+a^{2}+c^{2}=1+a c, \text { and } \\ & 2 c^{2}+a^{2}+b^{2}=1+b c \end{aligned} $$ Adding equations (3), (4), and (5), we get $$ 4\left(a^{2}+b^{2}+c^{2}\right)=3+a b+b c+c a \Longleftrightarrow 4\left(a^{2}+b^{2}+c^{2}\right)=4 \Longleftrightarrow a^{2}+b^{2}+c^{2}=1 $$ From this and (3), since $a b+b c+c a=1$, we get $$ a^{2}=b c=1-a b-a c \Longleftrightarrow a(a+b+c)=1 $$ Similarly, from (4) we get $$ b(a+b+c)=1 $$ and from (4), $$ c(a+b+c)=1 $$ Clearly, it is $a+b+c \neq 0$ (for otherwise it would be $0=1$, a contradiction). Therefore, $$ a=b=c=\frac{1}{a+b+c}, $$ and so $3 a^{2}=1$ giving us $a=b=c= \pm \frac{1}{\sqrt{3}}$. In conclusion, the solutions $(a, b, c)$ are $(0,1,1),(0,-1,-1),(1,0,1),(-1,0,-1),(1,1,0)$, $(-1,-1,0),\left(\frac{1}{\sqrt{3}}, \frac{1}{\sqrt{3}}, \frac{1}{\sqrt{3}}\right)$, and $\left(-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}},-\frac{1}{\sqrt{3}}\right)$. Solution by ISR5. First, homogenize the condition $a^{2} b+c=b^{2} c+a=c^{2} a+b$ by replacing $c$ by $c(a b+b c+c a)$ (etc.), yielding $$ a^{2} b+c=a^{2} b+a b c+b c^{2}+c^{2} a=a b c+\sum_{c y c} a^{2} b+\left(c^{2} b-b^{2} c\right)=a b c+\sum_{c y c} a^{2} b+b c(c-b) . $$ Thus, after substracting the cyclicly symmetric part $a b c+\sum_{c y c} a^{2} b$ we find the condition is eqivalent to $$ D:=b c(c-b)=c a(a-c)=a b(b-a) $$ Ending 1. It is easy to see that if e.g. $a=0$ then $b=c= \pm 1$, and if e.g. $a=b$ then either $a=b=c= \pm \frac{1}{\sqrt{3}}$ or $a=b= \pm 1, c=0$, and these are indeed solutions. So, to show that these are all solutions (up to symmetries), we may assume by contradiction that $a, b, c$ are pairwise different and non-zero. All conditions are preserved under cyclic shifts and under simultaenously switching signs on all $a, b, c$, and by applying these operations as necessary we may assume $a\angle A B C$, and let $I$ be its incentre. Let $D$ be the point on segment $B C$ such that $\angle C A D=\angle A B C$. Let $\omega$ be the circle tangent to $A C$ at $A$ and passing through $I$. Let $X$ be the second point of intersection of $\omega$ and the circumcircle of $A B C$. Prove that the angle bisectors of $\angle D A B$ and $\angle C X B$ intersect at a point on line $B C$. Solution 1. Let $S$ be the intersection point of $B C$ and the angle bisector of $\angle B A D$, and let $T$ be the intersection point of $B C$ and the angle bisector of $\angle B X C$. We will prove that both quadruples $A, I, B, S$ and $A, I, B, T$ are concyclic, which yields $S=T$. Firstly denote by $M$ the middle of $\operatorname{arc} A B$ of the circumcenter of $A B C$ which does not contain $C$. Consider the circle centered at $M$ passing through $A, I$ and $B$ (it is well-known that $M A=M I=M B$ ); let it intersect $B C$ at $B$ and $S^{\prime}$. Since $\angle B A C>\angle C B A$ it is easy to check that $S^{\prime}$ lies on side $B C$. Denoting the angles in $A B C$ by $\alpha, \beta, \gamma$ we get $$ \angle B A D=\angle B A C-\angle D A C=\alpha-\beta . $$ Moreover since $\angle M B C=\angle M B A+\angle A B C=\frac{\gamma}{2}+\beta$, then $$ \angle B M S^{\prime}=180^{\circ}-2 \angle M B C=180^{\circ}-\gamma-2 \beta=\alpha-\beta $$ It follows that $\angle B A S^{\prime}=2 \angle B M S^{\prime}=2 \angle B A D$ which gives us $S=S^{\prime}$. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-08.jpg?height=532&width=1235&top_left_y=1299&top_left_x=405) Secondly let $N$ be the middle of arc $B C$ of the circumcenter of $A B C$ which does not contain $A$. From $\angle B A C>\angle C B A$ we conclude that $X$ lies on the $\operatorname{arc} A B$ of circumcircle of $A B C$ not containing $C$. Obviously both $A I$ and $X T$ are passing through $N$. Since $\angle N B T=\frac{\alpha}{2}=\angle B X N$ we obtain $\triangle N B T \sim \triangle N X B$, therefore $$ N T \cdot N X=N B^{2}=N I^{2} $$ It follows that $\triangle N T I \sim \triangle N I X$. Keeping in mind that $\angle N B C=\angle N A C=\angle I X A$ we get $$ \angle T I N=\angle I X N=\angle N X A-\angle I X A=\angle N B A-\angle N B C=\angle T B A . $$ It means that $A, I, B, T$ are concyclic which ends the proof. Solution 2. Let $\angle B A C=\alpha, \angle A B C=\beta, \angle B C A=\gamma \angle A C X=\phi$. Denote by $W_{1}$ and $W_{2}$ the intersections of segment $B C$ with the angle bisectors of $\angle B X C$ and $\angle B A D$ respectively. Then $B W_{1} / W_{1} C=B X / X C$ and $B W_{2} / W_{2} D=B A / A D$. We shall show that $B W_{1}=B W_{2}$. Since $\angle D A C=\angle C B A$, triangles $A D C$ and $B A C$ are similar and therefore $$ \frac{D C}{A C}=\frac{A C}{B C} $$ By the Law of sines $$ \frac{B W_{2}}{W_{2} D}=\frac{B A}{A D}=\frac{B C}{A C}=\frac{\sin \alpha}{\sin \beta} . $$ Consequently $$ \begin{gathered} \frac{B D}{B W_{2}}=\frac{W_{2} D}{B W_{2}}+1=\frac{\sin \beta}{\sin \alpha}+1, \\ \frac{B C}{B W_{2}}=\frac{B C}{B D} \cdot \frac{B D}{B W_{2}}=\frac{1}{1-D C / B C} \cdot \frac{B D}{B W_{2}}=\frac{1}{1-A C^{2} / B C^{2}} \cdot \frac{B D}{B W_{2}}= \\ \frac{\sin ^{2} \alpha}{\sin ^{2} \alpha-\sin ^{2} \beta} \cdot \frac{\sin \beta+\sin \alpha}{\sin \alpha}=\frac{\sin \alpha}{\sin \alpha-\sin \beta} . \end{gathered} $$ Note that $A X B C$ is cyclic and so $\angle B X C=\angle B A C=\alpha$. Hence, $\angle X B C=180^{\circ}-$ $\angle B X C-\angle B C X=180^{\circ}-\alpha-\phi$. By the Law of sines for the triangle $B X C$, we have $$ \begin{gathered} \frac{B C}{W_{1} B}=\frac{W_{1} C}{W_{1} B}+1=\frac{C X}{B X}+1=\frac{\sin \angle C B X}{\sin \phi}+1= \\ \frac{\sin (\alpha+\phi)}{\sin \phi}+1=\sin \alpha \cot \phi+\cos \alpha+1 . \end{gathered} $$ So, it's enough to prove that $$ \frac{\sin \alpha}{\sin \alpha-\sin \beta}=\sin \alpha \cot \phi+\cos \alpha $$ Since $A C$ is tangent to the circle $A I X$, we have $\angle A X I=\angle I A C=\alpha / 2$. Moreover $\angle X A I=\angle X A B+\angle B A I=\phi+\alpha / 2$ and $\angle X I A=180^{\circ}-\angle X A I-\angle A X I=180^{\circ}-\alpha-\phi$. Applying the Law of sines again $X A C, X A I, I A C$ we obtain $$ \begin{gathered} \frac{A X}{\sin (\alpha+\phi)}=\frac{A I}{\sin \alpha / 2}, \\ \frac{A X}{\sin (\gamma-\phi)}=\frac{A C}{\sin \angle A X C}=\frac{A C}{\sin \beta}, \\ \frac{A I}{\sin \gamma / 2}=\frac{A C}{\sin (\alpha / 2+\gamma / 2)} . \end{gathered} $$ Combining the last three equalities we end up with $$ \begin{gathered} \frac{\sin (\gamma-\phi)}{\sin (\alpha+\phi)}=\frac{A I}{A C} \cdot \frac{\sin \beta}{\sin \alpha / 2}=\frac{\sin \beta}{\sin \alpha / 2} \cdot \frac{\sin \gamma / 2}{\sin (\alpha / 2+\gamma / 2)} \\ \frac{\sin (\gamma-\phi)}{\sin (\alpha+\phi)}=\frac{\sin \gamma \cot \phi-\cos \gamma}{\sin \alpha \cot \phi+\cos \alpha}=\frac{2 \sin \beta / 2 \sin \gamma / 2}{\sin \alpha / 2} \end{gathered} $$ $$ \frac{\sin \alpha \sin \gamma \cot \phi-\sin \alpha \cos \gamma}{\sin \gamma \sin \alpha \cot \phi+\sin \gamma \cos \alpha}=\frac{2 \sin \beta / 2 \cos \alpha / 2}{\cos \gamma / 2} $$ Subtracting 1 from both sides yields $$ \begin{gathered} \frac{-\sin \alpha \cos \gamma-\sin \gamma \cos \alpha}{\sin \gamma \sin \alpha \cot \phi+\sin \gamma \cos \alpha}=\frac{2 \sin \beta / 2 \cos \alpha / 2}{\cos \gamma / 2}-1= \\ \frac{2 \sin \beta / 2 \cos \alpha / 2-\sin (\alpha / 2+\beta / 2)}{\cos \gamma / 2}=\frac{\sin \beta / 2 \cos \alpha / 2-\sin \alpha / 2 \cos \beta / 2}{\cos \gamma / 2}, \\ \frac{-\sin (\alpha+\gamma)}{\sin \gamma \sin \alpha \cot \phi+\sin \gamma \cos \alpha}=\frac{\sin (\beta / 2-\alpha / 2)}{\cos \gamma / 2}, \\ \frac{-\sin \beta}{\sin \alpha \cot \phi+\cos \alpha}=2 \sin \gamma / 2 \sin (\beta / 2-\alpha / 2)= \\ 2 \cos (\beta / 2+\alpha / 2) \sin (\beta / 2-\alpha / 2)=\sin \beta-\sin \alpha \end{gathered} $$ and the result follows. We are left to note that none of the denominators can vanish. Solution by Achilleas Sinefakopoulos, Greece. We first note that $$ \angle B A D=\angle B A C-\angle D A C=\angle A-\angle B . $$ Let $C X$ and $A D$ meet at $K$. Then $\angle C X A=\angle A B C=\angle K A C$. Also, we have $\angle I X A=$ $\angle A / 2$, since $\omega$ is tangent to $A C$ at $A$. Therefore, $$ \angle D A I=|\angle B-\angle A / 2|=|\angle K X A-\angle I X A|=\angle K X I, $$ (the absolute value depends on whether $\angle B \geq \angle A / 2$ or not) which means that $X K I A$ is cyclic, i.e. $K$ lies also on $\omega$. Let $I K$ meet $B C$ at $E$. (If $\angle B=\angle A / 2$, then $I K$ degenerates to the tangent line to $\omega$ at I.) Note that BEIA is cyclic, because $$ \angle E I A=180^{\circ}-\angle K X A=180^{\circ}-\angle A B E . $$ We have $\angle E K A=180^{\circ}-\angle A X I=180^{\circ}-\angle A / 2$ and $\angle A E I=\angle A B I=\angle B / 2$. Hence $$ \begin{aligned} \angle E A K & =180^{\circ}-\angle E K A-\angle A E I \\ & =180^{\circ}-\left(180^{\circ}-\angle A / 2\right)-\angle B / 2 \\ & =(\angle A-\angle B) / 2 \\ & =\angle B A D / 2 . \end{aligned} $$ This means that $A E$ is the angle bisector of $\angle B A D$. Next, let $M$ be the point of intersection of $A E$ and $B I$. Then $$ \angle E M I=180^{\circ}-\angle B / 2-\angle B A D / 2=180^{\circ}-\angle A / 2 $$ and so, its supplement is $$ \angle A M I=\angle A / 2=\angle A X I $$ so $X, M, K, I, A$ all lie on $\omega$. Next, we have $$ \begin{aligned} \angle X M A & =\angle X K A \\ & =180^{\circ}-\angle A D C-\angle X C B \\ & =180^{\circ}-\angle A-\angle X C B \\ & =\angle B+\angle X C A \\ & =\angle B+\angle X B A \\ & =\angle X B E, \end{aligned} $$ and so $X, B, E, M$ are concyclic. Hence $$ \begin{aligned} \angle E X C & =\angle E X M+\angle M X C \\ & =\angle M B E+\angle M A K \\ & =\angle B / 2+\angle B A D / 2 \\ & =\angle A / 2 \\ & =\angle B X C / 2 \end{aligned} $$ This means that $X E$ is the angle bisector of $\angle B X C$ and so we are done! ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-12.jpg?height=1443&width=1555&top_left_y=452&top_left_x=342) Solution based on that by Eirini Miliori (HEL2), edited by A. Sinefakopoulos, Greece. It is $\angle A B D=\angle D A C$, and so $\overline{A C}$ is tangent to the circumcircle of $\triangle B A D$ at $A$. Hence $C A^{2}=C D \cdot C B$. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-13.jpg?height=920&width=1018&top_left_y=231&top_left_x=553) Triangle $\triangle A B C$ is similar to triangle $\triangle C A D$, because $\angle C$ is a common angle and $\angle C A D=\angle A B C$, and so $\angle A D C=\angle B A C=2 \varphi$. Let $Q$ be the point of intersection of $\overline{A D}$ and $\overline{C X}$. Since $\angle B X C=\angle B A C=2 \varphi$, it follows that $B D Q X$ is cyclic. Therefore, $C D \cdot C B=C Q \cdot C X=C A^{2}$ which implies that $Q$ lies on $\omega$. Next let $P$ be the point of intersection of $\overline{A D}$ with the circumcircle of triangle $\triangle A B C$. Then $\angle P B C=\angle P A C=\angle A B C=\angle A P C$ yielding $C A=C P$. So, let $T$ be on the side $\overline{B C}$ such that $C T=C A=C P$. Then $$ \angle T A D=\angle T A C-\angle D A C=\left(90^{\circ}-\frac{\angle C}{2}\right)-\angle B=\frac{\angle A-\angle B}{2}=\frac{\angle B A D}{2} $$ that is, line $\overline{A T}$ is the angle bisector of $\angle B A D$. We want to show that $\overline{X T}$ is the angle bisector of $\angle B X C$. To this end, it suffices to show that $\angle T X C=\varphi$. It is $C T^{2}=C A^{2}=C Q \cdot C X$, and so $\overline{C T}$ is tangent to the circumcircle of $\triangle X T Q$ at $T$. Since $\angle T X Q=\angle Q T C$ and $\angle Q D C=2 \varphi$, it suffices to show that $\angle T Q D=\varphi$, or, in other words, that $I, Q$, and $T$ are collinear. Let $T^{\prime}$ is the point of intersection of $\overline{I Q}$ and $\overline{B C}$. Then $\triangle A I C$ is congruent to $\triangle T^{\prime} I C$, since they share $\overline{C I}$ as a common side, $\angle A C I=\angle T^{\prime} C I$, and $$ \angle I T^{\prime} D=2 \varphi-\angle T^{\prime} Q D=2 \varphi-\angle I Q A=2 \varphi-\angle I X A=\varphi=\angle I A C . $$ Therefore, $C T^{\prime}=C A=C T$, which means that $T$ coincides with $T^{\prime}$ and completes the proof. Solution based on the work of Artemis-Chrysanthi Savva (HEL4), completed by A. Sinefakopoulos, Greece. Let $G$ be the point of intersection of $\overline{A D}$ and $\overline{C X}$. Since the quadrilateral $A X B C$ is cyclic, it is $\angle A X C=\angle A B C$. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-14.jpg?height=612&width=644&top_left_y=268&top_left_x=706) Let the line $\overline{A D}$ meet $\omega$ at $K$. Then it is $\angle A X K=\angle C A D=\angle A B C$, because the angle that is formed by a chord and a tangent to the circle at an endpoint of the chord equals the inscribed angle to that chord. Therefore, $\angle A X K=\angle A X C=\angle A X G$. This means that the point $G$ coincides with the point $K$ and so $G$ belongs to the circle $\omega$. Let $E$ be the point of intersection of the angle bisector of $\angle D A B$ with $\overline{B C}$. It suffices to show that $$ \frac{C E}{B E}=\frac{X C}{X B} . $$ Let $F$ be the second point of intersection of $\omega$ with $\overline{A B}$. Then we have $\angle I A F=\frac{\angle C A B}{2}=$ $\angle I X F$, where $I$ is the incenter of $\triangle A B C$, because $\angle I A F$ and $\angle I X F$ are inscribed in the same arc of $\omega$. Thus $\triangle A I F$ is isosceles with $A I=I F$. Since $I$ is the incenter of $\triangle A B C$, we have $A F=2(s-a)$, where $s=(a+b+c) / 2$ is the semiperimeter of $\triangle A B C$. Also, it is $C E=A C=b$ because in triangle $\triangle A C E$, we have $$ \begin{aligned} \angle A E C & =\angle A B C+\angle B A E \\ & =\angle A B C+\frac{\angle B A D}{2} \\ & =\angle A B C+\frac{\angle B A C-\angle A B C}{2} \\ & =90^{\circ}-\frac{\angle A C E}{2} \end{aligned} $$ and so $\angle C A E=180^{\circ}-\angle A E C-\angle A C E=90^{\circ}-\frac{\angle A C E}{2}=\angle A E C$. Hence $$ B F=B A-A F=c-2(s-a)=a-b=C B-C E=B E . $$ Moreover, triangle $\triangle C A X$ is similar to triangle $\triangle B F X$, because $\angle A C X=\angle F B X$ and $$ \angle X F B=\angle X A F+\angle A X F=\angle X A F+\angle C A F=\angle C A X $$ Therefore $$ \frac{C E}{B E}=\frac{A C}{B F}=\frac{X C}{X B}, $$ as desired. The proof is complete. Solution by IRL1 and IRL 5. Let $\omega$ denote the circle through $A$ and $I$ tangent to $A C$. Let $Y$ be the second point of intersection of the circle $\omega$ with the line $A D$. Let $L$ be the intersection of $B C$ with the angle bisector of $\angle B A D$. We will prove $\angle L X C=$ $1 / 2 \angle B A C=1 / 2 \angle B X C$. We will refer to the angles of $\triangle A B C$ as $\angle A, \angle B, \angle C$. Thus $\angle B A D=\angle A-\angle B$. On the circumcircle of $\triangle A B C$, we have $\angle A X C=\angle A B C=\angle C A D$, and since $A C$ is tangent to $\omega$, we have $\angle C A D=\angle C A Y=\angle A X Y$. Hence $C, X, Y$ are collinear. Also note that $\triangle C A L$ is isosceles with $\angle C A L=\angle C L A=\frac{1}{2}(\angle B A D)+\angle A B C=\frac{1}{2}(\angle A+$ $\angle B)$ hence $A C=C L$. Moreover, $C I$ is angle bisector to $\angle A C L$ so it's the symmetry axis for the triangle, hence $\angle I L C=\angle I A C=1 / 2 \angle A$ and $\angle A L I=\angle L I A=1 / 2 \angle B$. Since $A C$ is tangent to $\omega$, we have $\angle A Y I=\angle I A C=1 / 2 \angle A=\angle L A Y+\angle A L I$. Hence $L, Y, I$ are collinear. Since $A C$ is tangent to $\omega$, we have $\triangle C A Y \sim \triangle C X A$ hence $C A^{2}=C X \cdot C Y$. However we proved $C A=C L$ hence $C L^{2}=C X \cdot C Y$. Hence $\triangle C L Y \sim \triangle C X L$ and hence $\angle C X L=\angle C L Y=\angle C A I=1 / 2 \angle A$. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-15.jpg?height=732&width=698&top_left_y=1030&top_left_x=602) Solution by IRL 5. Let $M$ be the midpoint of the $\operatorname{arc} B C$. Let $\omega$ denote the circle through $A$ and $I$ tangent to $A C$. Let $N$ be the second point of intersection of $\omega$ with $A B$ and $L$ the intersection of $B C$ with the angle bisector of $\angle B A D$. We know $\frac{D L}{L B}=\frac{A D}{A B}$ and want to prove $\frac{X B}{X C}=\frac{L B}{L C}$. First note that $\triangle C A L$ is isosceles with $\angle C A L=\angle C L A=\frac{1}{2}(\angle B A D)+\angle A B C$ hence $A C=C L$ and $\frac{L B}{L C}=\frac{L B}{A C}$. Now we calculate $\frac{X B}{X C}$ : Comparing angles on the circles $\omega$ and the circumcircle of $\triangle A B C$ we get $\triangle X I N \sim$ $\triangle X M B$ and hence also $\triangle X I M \sim \triangle X N B$ (having equal angles at $X$ and proportional adjoint sides). Hence $\frac{X B}{X M}=\frac{N B}{I M}$. Also comparing angles on the circles $\omega$ and the circumcircle of $\triangle A B C$ and using the tangent $A C$ we get $\triangle X A I \sim \triangle X C M$ and hence also $\triangle X A C \sim \triangle X I M$. Hence $\frac{X C}{X M}=$ $\frac{A C}{I M}$. Comparing the last two equations we get $\frac{X B}{X C}=\frac{N B}{A C}$. Comparing with $\frac{L B}{L C}=\frac{L B}{A C}$, it remains to prove $N B=L B$. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-16.jpg?height=772&width=695&top_left_y=231&top_left_x=418) We prove $\triangle I N B \equiv \triangle I L B$ as follows: First, we note that $I$ is the circumcentre of $\triangle A L N$. Indeed, $C I$ is angle bisector in the isosceles triangle $A C L$ so it's perpendicular bisector for $A L$. As well, $\triangle I A N$ is isosceles with $\angle I N A=\angle C A I=\angle I A B$ hence $I$ is also on the perpendicular bisector of $A N$. Hence $I N=I L$ and also $\angle N I L=2 \angle N A L=\angle A-\angle B=2 \angle N I B$ (the last angle is calculated using that the exterior angle of $\triangle N I B$ is $\angle I N A=\angle A / 2$. Hence $\angle N I B=$ $\angle L I B$ and $\triangle I N B \equiv \triangle I L B$ by SAS. Solution by ISR5 (with help from IRL5). Let $M, N$ be the midpoints of arcs $B C, B A$ of the circumcircle $A B C$, respectively. Let $Y$ be the second intersection of $A D$ and circle $A B C$. Let $E$ be the incenter of triangle $A B Y$ and note that $E$ lies on the angle bisectors of the triangle, which are the lines $Y N$ (immediate), $B C$ (since $\angle C B Y=\angle C A Y=\angle C A D=\angle A B C)$ and the angle bisector of $\angle D A B$; so the question reduces to showing that $E$ is also on $X M$, which is the angle bisector of $\angle C X B$. We claim that the three lines $C X, A D Y, I E$ are concurrent at a point $D^{\prime}$. We will complete the proof using this fact, and the proof will appear at the end (and see the solution by HEL5 for an alternative proof of this fact). To show that XEM are collinear, we construct a projective transformation which projects $M$ to $X$ through center $E$. We produce it as a composition of three other projections. Let $O$ be the intersection of lines $A D^{\prime} D Y$ and $C I N$. Projecting the points $Y N C M$ on the circle $A B C$ through the (concyclic) point $A$ to the line $C N$ yields the points $O N C I$. Projecting these points through $E$ to the line $A Y$ yields $O Y D D^{\prime}$ (here we use the facts that $D^{\prime}$ lies on $I E$ and $A Y$ ). Projecting these points to the circle $A B C$ through $C$ yields $N Y B X$ (here we use the fact that $D^{\prime}$ lies on $C X$ ). Composing, we observe that we found a projection of the circle $A B C$ to itself sending $Y N C M$ to $N Y B X$. Since the projection of the circle through $E$ also sends $Y N C$ to $N Y B$, and three points determine a projective transformation, the projection through $E$ also sends $M$ to $X$, as claimed. ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-17.jpg?height=486&width=501&top_left_y=245&top_left_x=772) Let $B^{\prime}, D^{\prime}$ be the intersections of $A B, A D$ with the circle $A X I$, respectively. We wish to show that this $D^{\prime}$ is the concurrency point defined above, i.e. that $C D^{\prime} X$ and $I D^{\prime} E$ are collinear. Additionally, we will show that $I$ is the circumcenter of $A B^{\prime} E$. Consider the inversion with center $C$ and radius $C A$. The circles $A X I$ and $A B D$ are tangent to $C A$ at $A$ (the former by definition, the latter since $\angle C A D=\angle A B C$ ), so they are preserved under the inversion. In particular, the inversion transposes $D$ and $B$ and preserves $A$, so sends the circle $C A B$ to the line $A D$. Thus $X$, which is the second intersection of circles $A B C$ and $A X I$, is sent by the inversion to the second intersection of $A D$ and circle $A X I$, which is $D^{\prime}$. In particular $C D^{\prime} X$ are collinear. In the circle $A I B^{\prime}, A I$ is the angle bisector of $B^{\prime} A$ and the tangent at $A$, so $I$ is the midpoint of the arc $A B^{\prime}$, and in particular $A I=I B^{\prime}$. By angle chasing, we find that $A C E$ is an isosceles triangle: $\angle C A E=\angle C A D+\angle D A E=\angle A B C+\angle E A B=\angle A B E+\angle E A B=\angle A E B=\angle A E C$, thus the angle bisector $C I$ is the perpendicular bisector of $A E$ and $A I=I E$. Thus $I$ is the circumcenter of $A B^{\prime} E$. We can now show that $I D^{\prime} E$ are collinear by angle chasing: $$ \angle E I B^{\prime}=2 \angle E A B^{\prime}=2 \angle E A B=\angle D A B=\angle D^{\prime} A B^{\prime}=\angle D^{\prime} I B^{\prime} . $$ Solution inspired by ISR2. Let $W$ be the midpoint of arc $B C$, let $D^{\prime}$ be the second intersection point of $A D$ and the circle $A B C$. Let $P$ be the intersection of the angle bisector $X W$ of $\angle C X B$ with $B C$; we wish to prove that $A P$ is the angle bisector of $D A B$. Denote $\alpha=\frac{\angle C A B}{2}, \beta=\angle A B C$. Let $M$ be the intersection of $A D$ and $X C$. Angle chasing finds: $$ \begin{aligned} \angle M X I & =\angle A X I-\angle A X M=\angle C A I-\angle A X C=\angle C A I-\angle A B C=\alpha-\beta \\ & =\angle C A I-\angle C A D=\angle D A I=\angle M A I \end{aligned} $$ And in particular $M$ is on $\omega$. By angle chasing we find $$ \angle X I A=\angle I X A+\angle X A I=\angle I C A+\angle X A I=\angle X A C=\angle X B C=\angle X B P $$ and $\angle P X B=\alpha=\angle C A I=\angle A X I$, and it follows that $\triangle X I A \sim \triangle X B P$. Let $S$ be the second intersection point of the cirumcircles of $X I A$ and $X B P$. Then by the spiral map lemma (or by the equivalent angle chasing) it follows that $I S B$ and $A S P$ are collinear. Let $L$ be the second intersection of $\omega$ and $A B$. We want to prove that $A S P$ is the angle bisector of $\angle D A B=\angle M A L$, i.e. that $S$ is the midpoint of the $\operatorname{arc} M L$ of $\omega$. And this follows easily from chasing angular arc lengths in $\omega$ : $$ \begin{aligned} & \overparen{A I}=\angle C A I=\alpha \\ & \widehat{I L}=\angle I A L=\alpha \\ & \widehat{M I}=\angle M X I=\alpha-\beta \\ & \widehat{A I}-\widehat{S L}=\angle A B I=\frac{\beta}{2} \end{aligned} $$ And thus $$ \widehat{M L}=\widehat{M I}+\widehat{I L}=2 \alpha-\beta=2\left(\widehat{A I}-\frac{\beta}{2}\right)=2 \widehat{S L} $$ ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-18.jpg?height=790&width=758&top_left_y=890&top_left_x=655) Solution by inversion, by JPN Observer A, Satoshi Hayakawa. Let $E$ be the intersection of the bisector of $\angle B A D$ and $B C$, and $N$ be the middle point of arc $B C$ of the circumcircle of $A B C$. Then it suffices to show that $E$ is on line $X N$. We consider the inversion at $A$. Let $P^{*}$ be the image of a point denoted by $P$. Then $A, B^{*}, C^{*}, E^{*}$ are concyclic, $X^{*}, B^{*}, C^{*}$ are colinear, and $X^{*} I^{*}$ and $A C^{*}$ are parallel. Now it suffices to show that $A, X^{*}, E^{*}, N^{*}$ are concyclic. Let $Y$ be the intersection of $B^{*} C^{*}$ and $A E^{*}$. Then, by the power of a point, we get $$ \begin{aligned} A, X^{*}, E^{*}, N^{*} \text { are concyclic } & \Longleftrightarrow Y X^{*} \cdot Y N^{*}=Y A \cdot Y E^{*} \\ & \Longleftrightarrow Y X^{*} \cdot Y N^{*}=Y B^{*} \cdot Y C^{*} \\ & \left(A, B^{*}, C^{*}, E^{*} \text { are concyclic }\right) \end{aligned} $$ Here, by the property of inversion, we have $$ \angle A I^{*} B^{*}=\angle A B I=\frac{1}{2} \angle A B C=\frac{1}{2} \angle C^{*} A D^{*} . $$ ![](https://cdn.mathpix.com/cropped/2024_11_22_6e3db21aae2cba1f8d74g-19.jpg?height=655&width=778&top_left_y=238&top_left_x=656) Define $Q, R$ as described in the figure, and we get by simple angle chasing $$ \angle Q A I^{*}=\angle Q I^{*} A, \quad \angle R A I^{*}=\angle B^{*} I^{*} A $$ Especially, $B^{*} R$ and $A I^{*}$ are parallel, so that we have $$ \frac{Y B^{*}}{Y N^{*}}=\frac{Y R}{Y A}=\frac{Y X^{*}}{Y C^{*}} $$ and the proof is completed.