I came up with this question when I was trying to figure out the coordinates of the incenter of a triangle with equations: $4x-3y=0$, $3x-4y+12=0$, $3x+4y+2=0$.
I assumed the coordinates of the incenter to be $(h,k)$ and equated the perpendicular distances from all the sides and got:
$4h-3k=\pm(3h-4k+12)$, $3h-4k+12=\pm(3h+4k+2)$, $3h+4k+2=\pm(4h-3k) $
But I didn't know which sign to take. As different signs would mean different angle bisectors(external or internal). Image showing intersection of Angle bisectors(posted as a link due to low reputation restrictions)
I found this Can we find incentre of a triangle by using equation of lines?, answering which bisector to take but I couldn't understand the method in the case when I do not have the vertices.
P.S. I want to know the incenter without knowing the vertices. Also I am curious why the above method works, intuitively. Thanks.