A scalene triangle $ABC$ was drawn, and Elmo marked its incenter $I$, Feuerbach point $X$, and Nagel point $N$. Sadly, after taking the abcdEfghijkLMnOpqrstuvwxyz, Elmo lost the triangle $ABC$. Can Elmo use only a ruler and compass to reconstruct the triangle? Proposed by Karn Chutinan
Problem
Source: 2024 RELMO 7
Tags: geometry, incenter, Feuerbach Point, Nagel point, constructive geometry
28.06.2024 09:20
Fakesolve.
28.06.2024 10:35
The answer is no. We will show this by showing that, if this were possible, then Elmo would be able to construct a regular $13$-gon. It is well known that this cannot be constructed with a ruler and compass. (We will do a bit more computation than is necessary, partly to avoid some things that feel like handwaving and partly to give what I think are some really amusing complex-number calculations.) Construct a circle $\gamma$ with center $I$ and marked point $P_0$. We associate the plane Elmo can draw in with the complex plane by letting $I=0$ and $P_0=1$. Say that Elmo can construct a number $x\in\mathbb C$ if he can construct the point which corresponds to $x$ under this association. It is well-known that we can "solve quadratics": if we can construct $a$, $b$, and $c$, then we can construct the roots of $ax^2+bx+c$. Construct $u:=\frac{\sqrt{13}-1}2$, one of the roots of $x^2+x-3$.
Let $s_3=1$. Construct $X=\frac{s_2}{s_1}$ and $N=\frac{2s_2^2+2s_1s_3}{s_1s_2-s_3}$. Construct the triangle $ABC$ with incenter $I$, Feuerbach point $X$, and Nagel point $N$. Note that $\gamma$ contains $X$, since $s_2=\overline{s_1}$ so $|X|=1$, and that $\gamma$ is centered at $I$, so the incircle of $\triangle ABC$ is $\gamma$ Construct the tangency points of the sides of $\triangle ABC$ to the incircle $\gamma$. Let $P_1$ be the closest of these points to $P_0$. Construct $P_n=P_1^n$ for $n\in\{0,1,\ldots,12\}$. We claim that the points $\{P_0,\ldots,P_{12}\}$ form a regular $13$-gon. It suffices to show that the tangency points of the sides of $\triangle ABC$ to its incircle are $d:=\omega$, $e:=\omega^3$, and $f:=\omega^9$. Since the ability to reconstruct $\triangle ABC$ implies that it is unique, it suffices to show that the triangle $ABC$ defined by intersecting the tangents to $\gamma$ at $d$, $e$, and $f$ has incenter $I$, Feuerbach point $X$, and Nagel point $N$. Note that $s_1=d+e+f$, $s_2=de+ef+fd$, and $s_3=def$. The fact that the incenter is $I$ follows from the fact that the triangle formed by $\omega$, $\omega^3$, and $\omega^9$ is acute, so $\gamma$ is the incircle of this triangle (and not one of the three excircles).
28.06.2024 18:15
Hi. I wrote this mess :3 Note that we can construct $G$ easily as $2IG = GNa$. Then notice that if we reflect $Na$ over $X$ to $Na'$, from homothety at $G$ we obtain that $HNa' \parallel IX$ since $N_9$ lies on $IX$. Moreover $H$ lies on the feuerbach hyperbola, and hence $H$ is constructable by converse Pascal. Thus $O$ is also constructable, and we obtain the circumcircle by reflecting $H$ across $X$. However we are now trying to intersect a circle with a hyperbola given one point on both; chances are we get an irreducible cubic if we pick rational coordinates for $X$, $I$, $Na$. Set $X = (0,0)$, $I = (1, 4)$, and $Na = (2,2)$. After computation, we must solve the system \[ \begin{cases} \left(x-\frac{7}{4}\right)^{2}+\left(y-1\right)^{2}=\left(\frac{81}{16}+81\right) \\ y = \frac{4}{x}. \end{cases} \]However when we substitute $y = \frac{4}{x}$, we must be able to solve \[ 8(2x + 1)(x^3 - 4x^2 - 80x + 32) = 0. \]One can check that the first factor corresponds to the reflection of $H$ over $X$. The other three must be the vertices of the triangle (this is easily checkable), but the polynomial $x^3 - 4x^2 - 80x + 32$ is irreducible. Bad.