Consider a triangle $ABC$. Let the angle bisector of angle $A$ intersect side $BC$ at a point $D$ between $B$ and $C$. The angle bisector theorem states that the ratio of the length of the line segment $BD$ to the length of segment $DC$ is equal to the ratio of the length of side AB to the length of side $AC$:
${\displaystyle {\dfrac {|BD|}{|DC|}}={\frac {|AB|}{|AC|}},} {{\dfrac {|BD|}{|DC|}}}={{\dfrac {|AB|}{|AC|}}}$,The vector $A,B,C$ of triangle $ABC$ have respectively position vectors $\vec{a}, \vec{b}, \vec{c}$ with respect to a given origin $O$. Show that the point $D$ where the bisector of $\angle A$ meets $BC$ has position vector $\vec{d}=\frac{\beta \vec b+\gamma \vec c}{\beta+\gamma}$, where $\beta=|\vec c-\vec a|$ and $\gamma=|\vec a-\vec b|$. Hence deduce that the incentre $I$ has position vector $\frac{\alpha \vec a+\beta \vec b+\gamma \vec c}{\alpha+\beta+\gamma}$, where $\alpha=|\vec b-\vec c|$
Added:
We can prove this using the result "The angle of bisector of the angle $\angle A$" of a triangle $ABC$ divides the sides $BC$ in the ration $AB:AC$.
Is there any other way to prove this result?
Since the angle bisector of $\widehat{BAC}$ is the locus of points $P$ for which $d(P,AB)=d(P,AC)$, the trilinear coordinates of the incenter $I$ are $[1;1;1]$. It follows that the barycentric coordinates of the incenter are $[a;b;c]$, hence the exact barycentric coordinates are $\left[\frac{a}{a+b+c};\frac{b}{a+b+c};\frac{c}{a+b+c}\right]$, i.e.
$$ I = \frac{aA+bB+cC}{a+b+c} $$ as wanted.