$V$ is a vector space of some dimension, with $\vec u,\vec v,\vec w$ independent set of vectors in $V$. define the subspace of $V$ given by $W = \operatorname{span}(\vec u-\vec v+\vec w, 2\vec u+\vec v, -\vec u-2\vec v+\vec w)$
the question is:
- 1) does the vector $\vec u+\vec v$ inside $\operatorname{span}(\vec u-\vec v+\vec w, 2\vec u+\vec v, -\vec u-2\vec v+\vec w)$?
- 2) consider an arbitrary vector $a\vec u+b\vec v+c\vec w$ inside $\operatorname{span}(\vec u,\vec v,\vec w)$. Find a linear equation in the variables $a,b,c$ that is true when $a\vec u+b\vec v+c\vec w$ inside $W$
What I did for the first part is that I row reduced the matrix and get the dimension of two, so that $W = \operatorname{span}(\vec u-\vec v+\vec w, 2\vec u+\vec v)$. What should I do next? Is there anything wrong so far? Can somebody please help me!!? Thank you!
You seem to have found that $$2u+v=(u-v+w)-(-u-2v+w)$$ which implies that $$W=\mathrm{span}(u-v+w, 2u+v).$$
We still need to:
Determine if $u+v$ is in this span, i.e., if $$u+v=s(u-v+w)+t(2u+v)$$ for scalars $s,t$. There's a shortcut here: since $u+v$ and $2u+v$ have no $w$ components, the value of $s$ is immediate, after which the answer is immediate.
Give necessary and sufficient conditions for $au+bv+cw \in W$. Since $u-v+w$ and $2u+v$ are linearly independent (follows from inspection, knowing that $u,v,w$ are linearly independent), we know the vectors in $W$ all have the form $$s(u-v+w)+t(2u+v).$$ Now we just rearrange this so it's of the form $au+bv+cw$. This will give $a,b,c$ in terms of $s,t$.