Isotropic vectors of quadratic form

linear algebraquadratic-forms

How can i find all isotropic vectors of quadratic form
$x_{1}^2+4x_{2}^2+8x_{3}^2-4x_{1}x_{2}+8x_{1}x_{3}-14x_{2}x_{3}$

I don't understand how to approach.

Best Answer

Use Lagrange's Reduction (complete the square). I'll use $\;x,y,z\;$ for ease:

$$x^2+4y^2+8z^2-4xy+8xz-14yz=(x^2-2x(2y+4z))+4y^2+8z^2-14yz=$$

$$=\left(x-2y-4z\right)^2-\color{red}{4y^2}-16yz-16z^2+\color{red}{4y^2}+8z^2-14yz=$$

$$=\left(x-2y-4z\right)^2-8\left(z^2+\frac{15}2yz\right)=(x-2y-4z)^2-8\left(z+\frac{15}4y\right)^2+\frac{225}2y^2$$

Thus, your quadratic is equivalent to $\;\tilde x^2+\tilde y^2-\tilde z^2\;$ (signature $\,(2,1)\,$) , so it actually is a cone.

$$$$