Prove that two of the lines represented by the equation $$ay^4+bxy^3+cx^2y^2+dx^3y+ex^4=0$$will be perpendicular if $$(b+d)(ad+be)+(e-a)^2(a+c+e)=0$$
I tried to solve the equation by assuming two arbitrary pairs of line $$(ay^2+ex^2+2hxy)(x^2-pxy+y^2)$$ so as to make the second pair that of perpendicular lines. (I assumed $h$ and $p$ arbitrarily)
I then multiplied the terms in the bracket and by comparing the terms found the value of $h$ and $p$, but I couldn't get any equation which would lead to the required condition.
Can anybody just give me a small hint as to how can i advance further.
1) First of all, your factorization into two homogeneous degree 2 polynomials, the second one taking into account for the equations of the straight lines is a good idea, and I start from it, but it should be:
$$\tag{0}(-ay^2+ex^2+2hxy)(x^2-pxy-y^2)$$
with
(as results from expansion of $(x-\alpha y)(x+\frac{1}{\alpha} y)$).
2) Expanding (0) and identifying coefficients of $x^2y^2$, $x^3y$ and $xy^3$, resp., gives the system:
$$\begin{cases}a+e+2hp&=&-c&(1) \\2h-ep&=&d&(2)\\-2h+ap&=&b& (3)\end{cases}$$
It is now a matter of elimination of $p,q$ between these 3 equations.
More precisely, (2) and (3) give explicit expressions of $h$ and $p$ as functions of $a,b,d,e$:
$$h=\dfrac{ad + be}{2(a-e)} \ \ \text{and} \ \ p=\dfrac{b+d}{a-e}$$
When these expressions are plugged in (1), one obtains the looked for identity.