If $ax^2+2hxy+by^2=0$ be the two sides of a parallelogram and $px+qy=1$ is its one diagonal, prove that the other diagonal is $y(bp-hq)=x(aq-hp)$.
My Approach.
Here, $ax^2+2hxy+by^2=0$ represents aa pair of lines passing through the origin. $$ax^2+2hxy+by^2=0$$ Multiplying both sides by $a$ $$a^2x^2+2ahxy+aby^2=0$$ $$a^2x^2+2ahxy+h^2y^2-h^2y^2+aby^2=0$$ $$(ax)^2+2.ax.hy+(hy)^2-(h^2-ab)y^2=0$$ $$(ax+hy)^2-(\sqrt {h^2-ab} y)^2=0$$ Then, $$ax=\left(h \pm \sqrt {h^2-ab}\right)y$$
I got stuck at here. Please help me to continue.