Finding subspaces orthogonal to itself

linear algebraorthogonalityvector-spaces

given $\varphi((x_1, x_2)$,$(y_1, y_2)$) = $x_1y_1 − x_2y_2$ where $\varphi:\mathbb{R}^2 \times \mathbb{R}^2 \rightarrow \mathbb{R}$ how can i find the subspaces $W$ such that $W^\perp = W$ ?

Best Answer

Hint: Find a non-zero vector $(a,b)$ such that $\varphi \bigl((a,b),(a,b)\bigr)=0$ and take $W=\{\lambda(a,b)\mid\lambda\in\mathbb R\}$.

Related Question