Let $ABC$ be a triangle, $H$ be its orthocenter and $I$ its incenter.
- What properties does the line $HI$ have? What known points in the triangle belong to it?
- What is the barycentric equation of the line $HI$?
(I tried to write it by using the formulas $H = ((a^2 +b^2 −c^2)(c^2 +a^2 −b^2) : (b^2 +c^2 −a^2)(a^2 +b^2 −c^2) : (c^2 +a^2 −b^2)(b^2 +c^2 −a^2))$ and $I=(a:b:c)$, but the calculations seems terrible, and I think that there is a smarter way to do this)
Let us use the ETC as a reference. Then for a triangle $\Delta ABC$ with sides $a,b,c$ the "remarkable" triangle centers are humanly labeled as $X(j)$, and $j$ is in a finite list of indices $1,2,3,4...$ - for instance $X(1)$ is the incenter, denoted by $I$ in the question, and $X(4)$ is the orthocenter.
Question $(1)$: The line $X(1)X(4)$ - or $HI$ in the question - is determined by going through these two points. Which properties it has? (This is rather a soft question...) Maybe it is enough to see some other points on this line. Searching for
1,4in ETC gives some points on it, the points $X(j)$ for $j$ among... $$ 33\ ,\ 34\ ,\ 73\ ,\ 225\ ,\ 226\ ,\ 243\ ,\ 278\ ,\ 388\ ,\ 497\ ,\ 515\ ,\ 518\ ,\ 944\ ,\ 946\ ,\ 948\ ,\ 950\ ,\ 1056\ ,\ \dots $$ and so on. (I may have missed some points. Some point $X(j)$ above is defined by the intersection of $X(1)X(4)$ with some other specific line, so this is not really giving a striking property of $X(j)$ by definition, but other properties of $X(j)$ lead to geometric results.)Question $(2)$ The equation is $$ 0= \begin{vmatrix} x&y&z\\ a&b&c\\ \displaystyle\frac 1{b^2+c^2-a^2}& \displaystyle\frac 1{c^2+a^2-b^2}& \displaystyle\frac 1{a^2+b^2-c^2} \end{vmatrix} $$ The coefficient in $x$ on the R.H.S. is $$ \begin{aligned} & \begin{vmatrix} b&c\\ \displaystyle\frac 1{c^2+a^2-b^2}& \displaystyle\frac 1{a^2+b^2-c^2} \end{vmatrix} \\ &\qquad= \frac {b(a^2-b^2+c^2)-c(a^2+b^2-c^2)} {(a^2-b^2+c^2)(a^2+b^2-c^2)} \\ &\qquad= \frac {(b-c)(a^2+b^2+c^2)-2(b^3-c^3)} {(a^2-b^2+c^2)(a^2+b^2-c^2)} \\ &\qquad= (b-c)\cdot \frac {(a^2+b^2+c^2)-2(b^2+bc+c^2)} {(a^2-b^2+c^2)(a^2+b^2-c^2)} \\ &\qquad= (b-c)\cdot \frac {a^2-(b+c)^2} {(a^2-b^2+c^2)(a^2+b^2-c^2)} \\ &\qquad= - \underbrace{ \frac{a+b+c}{(a^2+b^2-c^2)(b^2+c^2-a^2)(c^2+a^2-b^2)} }_{\text{symmetric part}} \cdot (b-c) (b+c-a)(b^2+c^2-a^2) \ . \end{aligned} $$ So the equation of the line $IH$ in barycentric coordinates $(x,y,z)$ is: $$ 0 = \sum x\cdot(b-c)(b+c-a)(b^2+c^2-a^2)\ . $$
Computer check, here using sage:
Results: