I've been given a very confusing homework problem that is as follows:
Let U be the set of all vectors u in $ℝ^4$ such that $2(u_1) + 3(u_3) - 2(u_4) = 0$ (i.e. U is the solution space of a given system).
(a) Find the dimension of U.
(b) Find a basis of U.
(c) Write U using the basis.
So firstly I'm not sure what $2(u_1) + 3(u_3) - 2(u_4) = 0$ . Is this vector the solution space of all other vectors in U?
If the dimension of a vector space Dim(U)=n then the dimension should be 4, no? Furthermore a basis of U should be a linear combination of any vector in the space, so would a linear combination of the given vector [2 0 3 -2] be sufficient?
I'm finding only abstractions of this problem in the book, my notes, and online.
$U = \{ u \in \mathbb{R}^4 | 2u_1 + 3u_3 - 2u_4 = 0 \}$. That is, the set of four dimensional vectors with real components such that the constraint is satisfied.
Since $\dim \mathbb{R}^4 = 4$ and there is one constraint, we intuitively expect that $\dim U = 3$.
Some guesswork/experimentation can find a basis.
It should be clear that $b_1 = (0,1,0,0) \in U$.
Suppose $u_1 = 1, u_2, = u_3 =0$, then if we choose $u_4 = 1$, we see that $b_2=(1,0,0,1) \in U$.
Now suppose $u_1=0, u_2 = 0, u_3 = 2$, then if we choose $u_4 = 3$, we have $b_3=(0,0,2,3) \in U$.
It is easy to check explicitly that if $u \in U$, then we can write $u$ as a combination of the $b_k$.
It is also straightforward to check that the $b_k$ are linearly independent.
Hence $\dim U = 3$.