How do I prove that a triangle with sides a, b, c, has an angle bisector (bisecting angle A) is of length:
$$\frac{2 \sqrt{bcs(s-a)}}{b+c}$$
I have tried using the sine and cosine rule but have largely failed. A few times I have found a way but they are way too messy to work with.
Refering tp http://en.wikipedia.org/wiki/Stewart%27s_theorem we have $n=\frac{b}{b+c}a$ and $m=\frac{c}{b+c}$, hence $$b^2\frac{ac}{b+c}+c^2\frac{ab}{b+c}=a\left(d^2+\frac{ab}{b+c}\frac{ac}{b+c}\right),$$ where $d$ denotes the length of the bisector. From here we can conclude $$d^2=bc\Bigl( 1-\frac{a^2}{(b+c)^2}\Bigr)$$ using $\frac{b^2c}{b+c}+\frac{bc^2}{b+c}=bc$. Nice formula. Can you get from here to your version?