First of all, let me apologize for my English: I'll be making up all the terms of which I don't know the translation.
This is my issue:
In the real projective space $\mathbb{P}^3$, consider the quadric surface $Q$ defined by the following equation: $$ 8x_1x_4+2x_2x_3-4x_2x_4-4x_3x_4=0 $$ Recognize $Q$, determine if it contains lines, and if it does, describe through homogeneous cartesian equations the two ranks of lines it contains.
The associated matrix is: $$\begin{bmatrix} 0 & 0 & 0 & 4 \\ 0 & 0 & 1 & -2 \\ 0 & 1 & 0 & -2 \\ 4 & -2 & -2 & 0\end{bmatrix}$$ It has obviously rank 4, and I have been able to determine that it has two positive eigenvalues and two negative ones. Therefore it should be a real, non degenerate quadric, and contain lines, but I have no idea how to find them.
I know that the quadric is similar (through a projectivity) to that of equation $x_1^2+x_2^2-x_3^2-x_4^2=0$, and I know how to find the lines: through the equations $$ \begin{cases} h(x_1-x_3)=k(x_4-x_2) \\ k(x_1+x_3)=h(x_2+x_4) \end{cases} $$ and the other, similar system of equation.
But I cannot make it work in the general case: am I supposed to determine the projectivity that maps $Q$ in its standard form, and then use its inverse to determine the lines?
I think that the general idea in these cases is to find a smart way to manipulate the equations so that the two families of lines stand out clearly. In this specific case I would do the following: $$ 8x_1x_4-4x_2x_4=4x_3x_4-2x_2x_3 $$ $$ 4x_4(2x_1-x_2)= 2x_3(2x_4-x_2) $$ and then you easily get the families of lines:
$$\mathcal{F}_1:\begin{cases} \mu4x_4=\lambda(2x_4-x_2)\\ \lambda(2x_1-x_2)=\mu2x_3 \end{cases}$$
$$\mathcal{F}_2:\begin{cases} \mu'4x_4=\lambda'2x_3\\ \lambda'(2x_1-x_2)=\mu'(2x_4-x_2) \end{cases} $$ Now for each $(\mu,\lambda),(\mu',\lambda')\in\mathbb{P}^1$ you get a line from one of each family (as the intersection of two planes). Note that they are already expressed through cartesian equations.