Question: Find the equation of the bisector of the obtuse angle between the lines $x - 2y + 4 = 0$ and $4x - 3y + 2 = 0$.
I don't even know how to proceed here. I know how to find the angle between two lines, but not sure whether that would help in this case.
Given that for $ax+by+c=0$ the vector $n=(a,b)$ is normal to the line, then take the normalized vectors of the two lines: $$ n_1=\frac{(a_1,b_1)}{\sqrt{a_1^2+b_1^2}}\\ n_2=\frac{(a_2,b_2)}{\sqrt{a_2^2+b_2^2}} $$ the vectors $n_1+n_2$ and $n_1-n_2$ give the direction normal to the two bisectors.
Edit
$$ n_1=\frac{(1,-2)}{\sqrt{5}}=\sqrt{5}\frac{(1,-2)}{5}\\ n_2=\frac{(4,-3)}{5} $$ then $$ n_1+n_2=\frac{(\sqrt{5}+4,-2\sqrt{5}-3)}{5}\\ n_1-n_2=\frac{(\sqrt{5}-4,-2\sqrt{5}+3)}{5}\\ $$ The two bisectors are $$ (\sqrt{5}+4)(x-x_0)+(-2\sqrt{5}-3)(y-y_0)=0\\ (\sqrt{5}-4)(x-x_0)+(-2\sqrt{5}+3)(y-y_0)=0 $$ where $P_0=(x_0,y_0)$ is the intersection point of the lines, and I have not used the $5$ in the denominator of the vectors because it is inessential.