[Math] Equation of angle bisector of two 3D straight lines

3danglecoordinate systemsgeometry

Just like we have it in 2D coordinate geometry, is there an equation which describes the angle bisector of two straight lines in 3D coordinate geometry?

Best Answer

Let direction vectors of lines be $\vec{l_1}$ and $\vec{l_2}$. And let the position vector of point of intersection of these lines be $\vec{p}$.

Note that if we add and subtract equi-modular vectors which are in direction of $\vec{l_1}$ and $\vec{l_2}$, we will obtain direction vectors of angular bisectors (You can show this by $RHS$ congruency of triangles). Here I considered unimodular vectors $\hat{l_1}$ and $\hat{l_2}$

The direction vectors of angular bisectors can be written as $\vec{b_1} =\hat{l_1} + \hat{l_2}$ and $\vec{b_2} = \hat{l_1} - \hat{l_2}$

So the angular bisector lines will be

$$\vec{r} = \vec{p} + k \vec{b_1}\\ \vec{r} = \vec{p} + k\vec{b_2}$$