How can I find a relation describing the length of angle bisector of regular polygon expressed as a function of its side's length?
For a equilateral triangle and a square with a side of length $a$, the relations are:
$t_{a} = \frac{a \sqrt{3}}{2}$
and
$t_{a} = \frac{a \sqrt{2}}{2}$
Could this be generalised to relation describing bisector's length of a regular $N-$ polygon?
The radius of a regular polygon with $n$ sides of length $a$ is $a/\left(2\sin{180^\circ\over n}\right)$ while its apothem is $a/\left(2\tan{180^\circ\over n}\right)$. If $n$ is even, then the bisector $d$ is twice the radius, while if $n$ is odd $d$ is the sum of radius and apothem. This leads to: $$ d={a\over\sin(180°/n)},\ \hbox{if $n$ is even;}\qquad d={a\over2}{1+\cos(180°/n)\over\sin(180°/n)},\ \hbox{if $n$ is odd.} $$