I am struggling to solve the below question:
$$ \ $$ let $V$ and $W$ be subspaces of $\mathbb{R}^4$: $$ V=\{(a,b,c,d) \in \mathbb{R}^4 \mid a+c=0,b+2d=0\} \\[2ex] W=\{(a,b,c,d) \in\Bbb R^4\mid a=2b,c=d\}$$
Need to check whether $\Bbb R^4=V\text{ Direct Sum }W$.
I approached it by taking inverse of system of equations as below: $$ \begin{cases} a+c=y_1 \\ b+2d=y_2 \\ a-2b=y_3 \\ c-d=y_4 \end{cases} $$
and able to get: $$ \begin{cases} a=\frac{4y_1 - 2y_2 - y_3 - 4y_4}{3} \\ b=\frac{2y_1 - y_2 - 2y_3 - 24y_4}{3} \\ c=\frac{y_1 - 2y_2 - y_3 - 4y_4}{3} \\ d=\frac{-y_1 + 2y_2 + y_3 + y_4}{3} \end{cases} $$
However I am not able to represent them as direct sum of two tupples say $v_1$ element of $V$ and $w_1$ element of $W$ where $v_1$ directSum $w_1$
This is not an assignment question.
Both subspaces are clearly two-dimensional. For $\mathbb R^4$ to be their direct sum, we must have $V\cap W=\{0\}$. Each of these subspaces is defined by a system of two homogeneous linear equations; their intersection is the solution space of the combined system of four equations. How many solutions does this system have?