I have the coordinates of the triangle vertices (A(x1,y1),B(x2,y2),C(x3,y3)) . Could I write the bisector equation taken from the top of A (AM, M(x,y))? Thanks in advance.
2026-04-25 16:08:08.1777133288
Bisector equation
59 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Suppose $M(x,y)$ is on the bisector of angle $\angle BAC$, we have $$\cos\angle BAM=\frac{AM\cdot AB}{||AM||\cdot ||AB||}=\frac{AM\cdot AC}{||AM||\cdot ||AC||}=\cos\angle CAM$$ Or, $$AM=t\left(\frac{AB}{||AB||}+\frac{AC}{||AC||}\right)$$