3

after many researches on the subject, I can't find any convincing argument anywhere, so I come to you about this problem which has been brought by some of my high school students.

Let $ABC$ be a random triangle and $I$ his incenter. It is known that $AB=c$, $AC=b$ and $BC=a$. I'm looking for a clean way to express the distance AI only from $a$ $b$ and $c$ parameters (no angles). When I searched on the internet, I found the formula : $$ AI^{2}=\frac{p-a}{p}bc$$ Where $p=\frac{a+b+c}{2}$ is the semi-perimeter. The formula is quite nice, but I can't find a proof. I tried with law of cosines, heron's formula, but I can't quite catch the idea which will bring me this particular formula. Any idea ?

  • 1
    I might use s for the semiperimeter since p is usually used for perimeter. – Nate Mar 24 '24 at 09:23
  • See the complete solution here given by Virgil Nicula involving the excenter $I_A$ and the fact that $(A,D;I,I_A)$ is a harmonic division (where $D$ is the intersection of the internal angle bissector with side $BC$). This solution is clearly written but don't hesitate to ask for more explanations. – Jean Marie Mar 24 '24 at 09:55
  • In fact, the target of the solution using the excenter is to obtain the two simple relationships $\frac{AI}{AI_A}=\frac{s-a}{s}$ and $AI.AI_A=bc$ giving at once your relationship. – Jean Marie Mar 24 '24 at 10:03
  • @JeanMarie I am aware of both lemmas, and I invite you to post this solution too. – D S Mar 24 '24 at 10:06
  • 1
    A very nice derivation of the formulas given just above can be found in the answer by Jack D'Aurizio here using as well the excenter $I_A$ (not surprizing, all the answers by Jack are very very inspiring). – Jean Marie Mar 24 '24 at 10:20
  • A different path : use trigonometric formula : $AI=c \frac{\sin(B/2)}{\cos(C/2)}=b \frac{\sin(C/2)}{\cos(B/2)}$ which, once squared, gives $AI^2=bc \tan(B/2)\tan(C/2)$ – Jean Marie Mar 24 '24 at 11:17

2 Answers2

3

I'm using $s$ for semiperimeter (that's more common).

First, drop perpendiculars from $I$ onto $a,b,c$ and call them $ID,IE,IF$ respectively. All are equal to the inradius $r$.


Then, it is well known that $AE = AF = s-a$. I provide a short proof below:

Since the two tangents drawn from a point to a circle are equal, we have $AE=AF$. Similarly, $BD=BF$ and $CD=CE$. However, the perimeter $$2s = AE+CE+CD+BD+BF+AF = 2(AE+CD+BD) = 2(AE +a)$$ which gives $AE = s-a$. Analogously, $BD=BF = s-b, CD=CE=s-c$.


It is also well known that if $\Delta$ is the area of $\Delta ABC$ (by a slight abuse of notation, but it is commonly used), then $\Delta = rs$. Here's a proof:

$$\begin{align}\Delta &= \mathrm{Ar}(AIC)+\mathrm{Ar}(BIC)+\mathrm{Ar}(AIB) \\ &= 0.5(rb+ra+rc) = rs \end{align}$$


Then, by Pythagoras' theorem in $\Delta AIE$ (since $\angle AEI = 90^\circ$): $$\begin{align}AI^2 &= r^2+(s-a)^2 \\ &= \Delta^2/s^2 +(s-a)^2 \\ &= (s-a)\left(\frac{(s-b)(s-c)}{s} + (s-a)\right) \tag{Heron's Formula} \\ &= (s-a)\left(\frac{2s^2 - sb - sc -sa +bc}{s}\right) \\ &= \frac{(s-a)bc}{s} \tag{as $s(a+b+c) = 2s^2$} \end{align}$$ QED

D S
  • 4,961
1

enter image description here

We can use angle relations and convert the formulas to one in terms of a, b and c.We can easily see that:

$AI=\frac r{sin\frac{\alpha}2}\space\space\space \space\space\space \space\space\space (1)$

$BI=\frac r{sin\frac{\beta}2}\space\space\space \space\space\space \space\space\space (2)$

$CI=\frac r{sin\frac{\gamma}2}\space\space\space \space\space\space \space\space\space (3)$

We also know:

$r=(p-a)tan\frac{\alpha}2\space\space\space \space\space\space \space\space\space (4)$

Where $p=\frac{a+b+c}2$

(1)&(4) gives:

$AI=\frac{p-a}{cos\frac{\alpha}2}\space\space\space \space\space\space \space\space\space (5)$

We also know:

$cos\frac{\alpha}2=\sqrt{\frac{p(p-a)}{bc}}\space\space\space \space\space\space\space\space\space \space\space\space(6)$

(5)&(6) give:

$AI=\frac{\sqrt{bc(p-a)}}{\sqrt p}\Rightarrow AI^2=\frac{p-a}p bc\space\space\space \space\space\space\space\space\space \space\space\space(7)$

If you want to prove for exapmple formula (6) , we have:

$a^2=b^2+c^2-2(bc) cos\alpha\Rightarrow cos\alpha=\frac{b^2+c^2-a^2}{2bc}\space\space\space \space\space\space\space\space\space \space\space\space(8)$

$cos^2\frac{\alpha}2=\frac{1+cos\alpha}2\space\space\space \space\space\space\space\space\space \space\space\space(9)$

Finally (8) and (9) give:

$cos \frac{\alpha}2=\sqrt{\frac{p(p-a)}{bc}}\space\space\space \space\space\space\space\space\space \space\space\space(10)$

sirous
  • 10,751