Find the angle if the area of the two triangles are equal?

164 Views Asked by At

enter image description here

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? :)

2

There are 2 best solutions below

3
On

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.

0
On

Here's my trigonometric endeavors:

Take $\alpha=\measuredangle AID$. Using the fact that $ID$ is the median of $AIB$, we have that $\cot \frac{A}2+\cot \alpha= \cot \frac{B}2+\cot (180^{\circ}-\alpha)$, or thus: $$\cot \alpha=\frac{\cot \frac{B}2 - \cot \frac{A}2}2=\frac{(s-b)-(s-a)}{2r}=\frac{a-b}{2r}=\frac{s(a-b)}{2[ABC]}$$

So we have: $$8[ADH]=AH\cdot 2c\sin A=\frac{c^2}{\frac{s(a-b)}{[ABC]}+2\cot A}$$ Thus, using that $2c\sin A=\frac{4[ABC]}{b}$, we have: $$AH=\frac{c^2}{2c\sin A\cdot(\frac{s(a-b)}{[ABC]}+2\cot A)}=\frac{c^2}{2[\frac{2s(a-b)}{b} +2c\cos A]}=\frac{c^2}{\frac{2[2s(a-b)+b^2+c^2-a^2]}{b}}$$

So: $$2[2s(a-b)+b^2+c^2-a^2]=2[(c+a+b)(a-b)+b^2+c^2-a^2]=2c[a-b+c]$$ Hence, $$\frac{AH}{AC}=\frac{c}{2[a-b+c]}$$ Wherein we can continue with Jack's solution .. but I have got a extra 2? :/