Find two vectors $a$ and $b$ in $M$ which are not scalar multiples of the other and show that $M$ is spanned by $a$ and $b$

linear algebra

Let $M$ be the subspace
$$M = \{ (x_1,x_2,x_3)\in \mathbb{R}^3 :\, x_1 – x_2 + 2x_3 = 0\}$$
Find two vectors $a$ and $b$ in $M$ neither of which is a scalar multiple of the other. Then show that $M$ is the linear span of $a$ and $b$.

Here is my plan from end to start.

3) Show that $M$ is a linear span of two vectors, $a$ and $b$. (Does this mean that $M$ is a two-dimensional space because its spanned by two vectors?)

2) To do that, I must find two vectors $a$ and $b$ in $M$ that are not scalar multiples of each other.

1) Starting with the definition of $M$, one vector is already provided, $a = \langle ~x_1, -x_2, 2x_3~\rangle$.


I am struggling on finding a second vector, $b$, that is not a scalar multiple of $a$. I considered the zero vector and 1d or 2d vectors, but found counter examples so this was the wrong approach.

Then I thought, how would I determine if $x_1 – x_2 + 2x_3$ spanned $M$ alone? Maybe by showing that $M$ can't be spanned by a single vector, then the second vector needed would be more apparent, but I don't know how I would make such a determination.

Best Answer

HINT

Note that if $\vec{x} \in M$ then its components satisfy $$x_1-x_2+2x_3 = 0 \iff x_1 = x_2-2x_3.$$ Now we have $$ \vec{x} = \begin{pmatrix} x_1 \\ x_2 \\x_3 \end{pmatrix} = \begin{pmatrix} x_2-2x_3 \\ x_2 \\x_3 \end{pmatrix} = x_2 \begin{pmatrix} 1 \\ 1 \\ 0 \end{pmatrix} + x_3 \begin{pmatrix} -2 \\ 0 \\ 1 \end{pmatrix} $$

Can you complete the problem now?