Find the equation to the pair of angle bisectors of the pair of lines $(ax+by)^2=3(bx-ay)^2$.
Efforts: $$(ax+by)^2=3(bx-ay)^2$$ After simplifying, I got: $$x^2(a^2-3b^2)+8abxy+y^2(b^2-3a^2)=0$$ Now, what should I do next?
Find the equation to the pair of angle bisectors of the pair of lines $(ax+by)^2=3(bx-ay)^2$.
Efforts: $$(ax+by)^2=3(bx-ay)^2$$ After simplifying, I got: $$x^2(a^2-3b^2)+8abxy+y^2(b^2-3a^2)=0$$ Now, what should I do next?
Taking the square root on both sides, we obtain $$ax+by=-\sqrt3(bx-ay) \quad \text{and} \quad ax+by=\sqrt3(bx-ay)$$ and the two lines are $$ (a+\sqrt3b)x + (b-\sqrt3 a)y = 0\quad\text{and}\quad (a-\sqrt3b)x + (b+\sqrt3 a)y = 0. $$ The equation for the bisectors is known to be $$ \frac{|(a+\sqrt3b)x + (b-\sqrt3 a)y|}{\sqrt{(a+\sqrt3b)^2+(b-\sqrt3 a)^2}}=\frac{|(a-\sqrt3b)x + (b+\sqrt3 a)y|}{\sqrt{(a-\sqrt3b)^2+(b+\sqrt3 a)^2}}, $$ which in fact is equivalent to $$ |(a+\sqrt3b)x + (b-\sqrt3 a)y|=|(a-\sqrt3b)x + (b+\sqrt3 a)y|. $$ This gives $$ bx -ay=0 \quad\text{or}\quad ax + by=0. $$