The following question is an exercise from Munkres' Analyis on Manifolds (Chapter 4 - Section 20):
Consider the vectors $a_i$ in $R^3$ such that:
$[a_1\ a_2\ a_3\ a_4] = \begin{bmatrix} 1 & 0 & 1 & 1 \\ 1 & 0 & 1 & 1 \\ 1 & 1 & 2 & 0 \end{bmatrix}$
Let $V$ be the subspace of $R^3$ spanned by $a_1$ and $a_2$. Show that $a_3$ and $a_4$ also span $V$, and that the frames $(a_1,a_2)$ and $(a_3,a_4)$ belong to opposite orientations of $V$.
My initial approach was to span $a_1$ and $a_2$ to determine V. Since two vectors can span at most $R^2$, the third term of any general vector within span must be 0. So, $(x,x,x+y)=0\Longrightarrow x=0,y=0$ And so, V is simply the origin $(0,0)$. Spanning $a_3$ and $a_4$ also yields this, showing that they both span V. This seems like a very odd answer for the first part in my opinion.
However, in trying to answer the second part I am completely lost. In Munkres, we see that the orientation of some $n$-tuple $(x_1,\ldots,x_n)$ is determined by the sign of the determinant of the matrix they form. But surely the determinant of a $3\times2$ matrix is not defined? One thought I had was to simply take the determinant of the upper $\frac{2}{3}$ of the matrix (so determinant is defined), but the determinant of this is 0, which isn't covered by Munkres' definition, so the frame has no orientation?
Any help / clarification / solutions would be massively appreciated.
Recall that two frames $(a_1,\dots,a_n)$ and $(v_1,\dots,v_n)$ have the same orientation if the linear isomorphism which sends $a_i\mapsto v_i$ (which exists uniquely) has positive determinant.
The subspace $V$ has two bases $a=(1,1,1),b=(0,0,1)$ and $v=(1,1,2),w=(1,1,0)$. If you change from one basis to the other, you use the following formulas: $v=a+b$ and $w=a-b$. This means that the linear isomorphism $a\mapsto v$ and $b\mapsto w$ is described (in the basis $\{a,b\}$) by the matrix $$\begin{bmatrix}1&1\\1&-1\end{bmatrix}$$ which has determinant $-2$ which is negative. This means that the two bases (frames) have opposite orientations.