Very confused on how to deal with these direct sum problems.
Problem:Suppose $U=\{(x,y,x+y,x-y,2x) \in \mathbb{F}^{5}:x,y \in \mathbb{F}\}$
Find a subspace $W$ of $\mathbb{F}^{5}$ such that $\mathbb{F}^{5}=U \oplus W$
Trying to figure out a routine way to do these problems. I used the following link to help Find a subspace $W$ of $\mathbb{F}^4$ such that $\mathbb{F}^4 = U \oplus W$
Attempt:
Given $(a,b,c,d,e) \in \mathbb{F}^{5}$,
$(a,b,c,d,e)=(a,b,a+b+c-a-b,a-b-a+b+d,2a-2a+e)$
$=(a,b,a+b,a-b,2a)+(0,0,c-a-b,-a+b+d,e-2a)$
where $(a,b,a+b,a-b,2a) \in U$ and $(0,0,c-a-b,-a+b+d,e-2a) \in W$
Hence $\mathbb{F}^{5}=U+W$
Next Show $U \cap W=\{0\}$
Attempt:
Let $(e,f,g,h,i) \in U \cap W$ then $e=0,f=0$
I can't seem to figure out why $g=0,h=0,i=0$
Also is this the correct way to approach this type of problem?
Thanks