So I have this problem:
Let $V_1 = \{(x_1,x_2,x_3) \in \mathbb R^3 : x_1+x_2-x_3 = 0\} $ and $V_2 = \{(x_1,x_2,x_3) \in \mathbb R^3 : x_1-2x_3 = 0\} $. Find a base in $V_1∩V_2$ and show that $V_1+V_2 =\mathbb R^3$.
I have no idea how to solve this, I literally busted my brains in an attempt to solve it but I don't even now how to begin in solving it. I would really appreciate if you guys explained how to solve this problems and this kind of problems in general.
For $V_1∩V_2$: \begin{cases} x_1+x_2-x_3 = 0\\ x_1-2x_3 = 0 \end{cases} Solving it in the parameter $x_3=\alpha$, we have: $x_1=2\alpha$, $x_2=-\alpha$. Whence: $(x_1,x_2,x_3)=(2\alpha,-\alpha,\alpha)=\alpha(2,-1,1)$. Therefore the basis is builded by $(2,-1,1)$.
For the second question, we note that, since $$x_1=-x_2+x_3$$ a basis for $V_1$ is $$(x_1,x_2,x_3)=(-x_2+x_3,x_2,x_3)=x_2(-1,1,0)+x_3(1,0,1).$$
For $V_2$, since $x_1-2x_3=0$, we have: $$(x_1,x_2,x_3)=(2x_3,x_2,x_3)=x_2(0,1,0)+x_3(2,0,1)$$ The four vectors thus obtained can generated the entire space $\mathbb R^3$; only two carriers would not be sufficient, but four, three of which are linearly independent, as in this case, yes.