Let
$$W = \operatorname{span}([2,1,0,1], [0,0,1,0]) \\V = \operatorname{span}([1,2,1,3], [3,1,-1,4])$$
I need to find a basis and the dimension for $U+V$ and $U\cap V$. For $U+V$ I tried:
$$U+V = \{u+v|u\in U, v\in V\} = \alpha_1[2,1,0,1]+\alpha_2[0,0,1,0] + \alpha_3[1,2,1,3] + \alpha_4[3,1,-1,4]$$
Therefore I have to find if this set is linearly independent or not. If it is, then it's a basis for $U+V$.
By transforming this to a system, we have:
$$\begin{cases}2\alpha_1 + 0\alpha_2 + 1\alpha_3 + 3\alpha_4 = 0\\1\alpha_1 + 0\alpha_2 + 2\alpha_3 + 1\alpha_4 = 0\\0\alpha_1 + 1\alpha_2 + 1\alpha_3 -1\alpha_4 = 0\\1\alpha_1 + 0\alpha_2 + 3\alpha_3 + 4\alpha_4 = 0\end{cases}$$
By solving this system, we should get the answer. Is there a easy way to solve it?
For the case $U\cap W$ I can't see how to act. Maybe if i find $\beta_1, \beta_2, \beta_3, \beta_4$ such that $$\beta_1[2,1,0,1]+\beta_2[0,0,1,0] = \beta_3[1,2,1,3] + \beta_4[3,1,-1,4]$$ I should get what the intersection is?