Find the condition that one of the lines $ax^2+2hxy+by^2=0$ may coincide with one of the lines $a_1x^2+2h_1xy+b_1y^2=0$.
My Attempt:
Here, $$ax^2+2hxy+by^2=0$$ $$(\dfrac {y}{x})^{2}+\dfrac {2h}{b}.(\dfrac {y}{x})+\dfrac {a}{b}$$ Let $y=mx$ be a line represented by above equation:
Also, $$a_1x^2+2h_1xy+b_1y^2=0$$ $$(\dfrac {y}{x})^2 + \dfrac {2h_1}{b_1} (\dfrac {y}{x})+\dfrac {a_1}{b_1}=0$$ And, let $y=m_1x$ be a line represented by the above equation.
How do I move further?