
Let $I$ be the incenter of $\triangle ABC$, and $D$, $E$ be the midpoints of $AB$, $AC$ respectively. If $DI$ meets $AC$ at $H$ and $EI$ meets $AB$ at $G$, then find $\measuredangle A$ if the areas of $\triangle ABC$ and $\triangle AGH$ are equal.
I played around with GeoGebra and found out that it should be $60^{\circ}$, but am unable to prove it. I saw that $\cot \measuredangle HDA= \frac{a-b}{2r}$ and some stuff like that, but its not really helping me. Can anyone solve it, preferably by pure geometry? :)
This is an easy problem to solve with trilinear coordinates. We have $I=[1,1,1]$, $D=\left[\frac{1}{a},\frac{1}{b},0\right]$ and $E=\left[\frac{1}{a},0,\frac{1}{c}\right]$. Moreover, we have $H=[1,0,\mu]$ and $G=[1,\eta,0]$, with $\det(D,I,H)=\det(E,I,G)=0$, so: $$ H=\left[\frac{1}{b}-\frac{1}{a},0,\frac{1}{b}\right],\qquad G=\left[\frac{1}{c}-\frac{1}{a},\frac{1}{c},0\right].\tag{1}$$ The previous line gives: $$\frac{AH}{HC}=\frac{\frac{1}{ba}}{\frac{1}{bc}-\frac{1}{ac}},\qquad \frac{AG}{GB}=\frac{\frac{1}{ca}}{\frac{1}{cb}-\frac{1}{ab}},\tag{2}$$ so: $$\frac{AH}{AC}=\frac{c}{c+a-b},\qquad \frac{AG}{AB}=\frac{b}{b+a-c}\tag{3}$$ and $[AGH]=[ABC]$ iff: $$ a^2 = b^2+c^2-bc\tag{4} $$ that, in virtue of the cosine theorem, is equivalent to $\cos\widehat{A}=\frac{1}{2}$, or: $$\color{red}{\widehat{A}=60^\circ}\tag{5}$$ as wanted.