Finding the Dimension of the Union of Subspaces

Click For Summary
SUMMARY

The discussion centers on finding the dimensions of the union and intersection of two subspaces, U and V, in R³. U is spanned by the vectors (1, -2, 0) and (1, 1, 2), while V is spanned by (3, 0, 4) and (0, 3, a), where a is a real number. The dimensions of both U and V are established as 2, and the dimension of their direct sum, U + V, is determined to be 3, except when a equals 2, which reduces the dimension to 2. The method of row reduction is employed to analyze the linear independence of the spanning vectors.

PREREQUISITES
  • Understanding of vector spaces and subspaces
  • Knowledge of linear independence and spanning sets
  • Familiarity with row reduction techniques in linear algebra
  • Basic concepts of dimensions in linear algebra
NEXT STEPS
  • Study the properties of direct sums in vector spaces
  • Learn about linear transformations and their impact on dimensions
  • Explore the concept of basis and dimension in R³
  • Practice solving linear systems using row reduction methods
USEFUL FOR

Students of linear algebra, educators teaching vector space concepts, and anyone involved in mathematical problem-solving related to dimensions of subspaces.

AwesomeTrains
Messages
115
Reaction score
3
Evening everyone, I have a problem with addition of subspaces.

Homework Statement


I have to find the dimension of U and dim(V), of the union dim(U+V) and of dim(U\capV)
U is spanned by
\begin{align}
\begin{pmatrix}
1 \\
-2 \\
0
\end{pmatrix},
\begin{pmatrix}
1 \\
1 \\
2
\end{pmatrix}
\end{align} and V is spanned by
\begin{align}
\begin{pmatrix}
3 \\
0 \\
4
\end{pmatrix},
\begin{pmatrix}
0 \\
3 \\
a
\end{pmatrix}
\end{align} a\in\textbf{R}


Homework Equations


dim(U)+dim(V)-dim(U\capV)=dim(U+V)

The Attempt at a Solution


Because the vectors spanning U and V are lin. independent:
dim(U) = dim(V) = 2

I find the intersection by equaling the two subspaces and then solving the linear system. But how do I find the sum of the two subspaces without calculating the intersection first?
Any hints are very appreciated :)
 
Physics news on Phys.org
First, a minor point: you titled this "sum or union o subspaces". The union of two subspaces of a vector space is not, in general a subspace. I presume you accidently wrote "union" when you meant "intersection". It is true that the direct sum of two subspaces is spanned by the union of their bases (or any two sets that span the respective spaces) so perhaps that was what you meant.

We are told that U is spanned by the two vectors \begin{pmatrix}1 \\-2 \\ 0 \end{pmatrix} and \begin{pmatrix}1 \\ 1 \\ 2\end{pmatrix}. Those vectors are independent (one is not a multiple of the other) so U is two dimensional.

We are told that V spanned by the two vectors \begin{pmatrix}3\\ 0 \\ 4 \end{pmatrix} and \begin{pmatrix}0 \\ 3 \\ a\end{pmatrix}. Those vectors are independent, for any a, (one is not a multiple of the other) so V is two dimensional.

The direct sum of these two subspaces is spanned by the union of the bases for these two subspaces so to determine the dimension (it could be 2, or 3- since these are all subspaces of R3, they can't all be independent), determine whether those four vectors are independent.
One way to determine that is from the definition of "linearly independent": the only values of \alpha, \beta, \gamma, and \delta, such that \alpha\begin{pmatrix}1 \\-2 \\ 0 \end{pmatrix}+ \beta\begin{pmatrix}1 \\ 1 \\ 2\end{pmatrix}+ \gamma\begin{pmatrix}3\\ 0 \\ 4 \end{pmatrix}+ \delta\begin{pmatrix}0 \\ 3 \\ a\end{pmatrix}= \begin{pmatrix}0<br /> \\ 0 \\ 0 \end{pmatrix} which gives the three equations \alpha+ \beta+ 3\gamma= 0, -2\alpha+ \beta+ 3\delta= 0, and 2b+ 4c+ ad= 0.

An equivalent way of doing this is to construct a matrix having those vectors as columns and "row reduce":
\begin{pmatrix}1 &amp; 1 &amp; 3 &amp; 0 \\ -2 &amp; -1 &amp; 0 &amp; 3 \\ 0 &amp; 2 &amp; 4 &amp; a\end{pmatrix}
Add twice the first two to the second to get
\begin{pmatrix}1 &amp; 1 &amp; 3 &amp; 0 \\ 0 &amp; 3 &amp; 6 &amp; 3 \\ 0 &amp; 2 &amp; 4 &amp; a\end{pmatrix}
Subtract 2/3 the second row from the first to get
\begin{pmatrix}1 &amp; 1 &amp; 3 &amp; 0 \\ 0 &amp; 3 &amp; 6 &amp; 3 \\ 0 &amp; 0 &amp; -5 &amp; a- 2\end{pmatrix}.

Since we still have three non-zero rows the dimension of U+ V is 3.
 
  • Like
Likes   Reactions: 1 person
First of all thanks for taking your time to write such a throughout explanation, it helped me understand it better.
Though I think you made a mistake at the row reduction. I think the last row vector in the last matrix should be
\begin{pmatrix}
0 & 0 & 0 & a-2\\
\end{pmatrix}
That would also explain why they put the a in there. When a=2 the dimension of the sum is 2 else 3, am I right?
Oh, by the way there's also a sign error in the first matrix, at 2,2.
And thank you for the fast response :)
 

Similar threads

Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K