Prove that two straight lines represented by the equation $x^3+y^3+bx^2y+cxy^2=0$ will be at right angles if $b+c=-2$
I didn't know that even straight lines like planes can be represented by a combined equation. can someone please explain how this happens and how to find the individual lines so that the angle between them may be determined.
Thanks
Note that the equation is homogeneous, so we let $x^3+y^3+bx^2y+cxy^2=(x+hy)^2(x+ky)$. Since we want two lines $x+hy=0,x+ky=0$ perpendicular, so $$(-\frac{1}{h})(-\frac{1}{k})=-1\Rightarrow hk=-1.$$Equating the corresponding coefficients gives $$h^2k=1,~2h+k=b,~h^2+2hk=c\Rightarrow h=-1,k=1\Rightarrow b=c=-1$$Thus, we have $b+c=-2$.
The converse: Assuming $b+c=-2$ we have $h^2+2hk+2h+k=-2$, that is $$(h^2+2h+1)+(1+2hk+k)=0\Leftrightarrow(h+1)^2+(h^2k+2hk+k)=0\Leftrightarrow(h+1)^2(k+1)=0$$So $h=-1,~k=-1$. But $h^2k=1$ forces that $h=-1,k=1$.