I have got $3$ points say $(x_1,y_1)$, $(x_2,y_2)$ and the point of intersection $(x,y)$. I need to know the angle of convex angle of intersection of points. I need to whether the angle of intersection is acute or obtuse. The lines can be of any orientation. I need this to find which angle bisector I should choose.
2026-05-14 11:32:18.1778758338
Angle of intersection lines
233 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: It is the angle between the vectors $$u=(x-x_1,y-y_1),\ \ v=(x-x_2,y-y_2)$$ It is $$\cos\theta=\frac{u\cdot v}{||u||.||v||}$$
Added
The slope of the bisectors of the angle between two lines with slope $m_1,m_2$ is $$m=\frac{a}{b+\sqrt{a^2+b^2}}\ \ \text{and}\ \ m=\frac{a}{b-\sqrt{a^2+b^2}}$$ where $a=m_1+m_2$ and $b=1-m_1m_2$