Basis of subspace (and combinations of them)

SoapyIllusion
Messages
3
Reaction score
0

Homework Statement



We are given the following subspaces

U := {x E R3: x1 + 2*x2 - x3 = 0}
and
V := {x E R3: x1 - 2*x2 - 2*x3 = 0}

And we need to find a basis for
(i) U
(ii) V
(iii) U n V (not an "n" but a symbol that looks like an upside-down U)
(iv) span(U u V) (not a "u" but a symbol that looks like a U)

2. The attempt at a solution

Because x is a subspace of R3 in both V and U, it seemed that for (i) and (ii) the trivial basis would simply be e1 = [1,0,0] e2 = [0,1,0] and e3 [0,0,1]

I also do not know what the U and upside-down U symbols mean, but someone guessed that "n" meant where they overlap and "u" meant the combination of both subspacesThe answers I found seem to trivial, am I missing something very obvious, and could anyone give me any suggestions to lead me in the right direction
 
Last edited:
Physics news on Phys.org
SoapyIllusion said:

Homework Statement



We are given the following subspaces

U := {x E R3: x1 + 2*x2 - x3 = 0}
and
V := {x E R3: x1 - 2*x2 - 2*x3 = 0}

And we need to find a basis for
(i) U
(ii) V
(iii) U n V (not an "n" but a symbol that looks like an upside-down U)
(iv) span(U u V) (not a "u" but a symbol that looks like a U)

2. The attempt at a solution

Because x is a subspace of R3 in both V and U, it seemed that for (i) and (ii) the trivial basis would simply be e1 = [1,0,0] e2 = [0,1,0] and e3 [0,0,1]
The basis vectors must reside within the vector space you're talking about. None of those vectors is in U or V, so they can't be part of a basis for either subspace.
I also do not know what the U and upside-down U symbols mean, but someone guessed that "n" meant where they overlap and "u" meant the combination of both subspaces
That's correct. The set U ∩ V is called the intersection of U and V. It's the collection of vectors common to both U and V. The set U ∪ V is called the union of U and V. It's the collection of vectors in U, V, or both sets.
The answers I found seem to trivial, am I missing something very obvious, and could anyone give me any suggestions to lead me in the right direction
 
You need to use the relations given in the definition of these sets to find a basis. Consider this similar example. Suppose I'm given the set
<br /> S = \{(x_1, x_2) \in \mathbb{R}^2 : x_1 = x_2\}<br />

I set the common value of x_1 and x_2 to the variable t and I get

<br /> \begin{pmatrix}<br /> x_1 \\<br /> x_2<br /> \end{pmatrix}=<br /> \begin{pmatrix}<br /> t \\<br /> t<br /> \end{pmatrix}=<br /> t<br /> \begin{pmatrix}<br /> 1 \\<br /> 1<br /> \end{pmatrix}<br />

Thus the vector (1,1) forms a basis for my subspace S. Can you do something similar for your subspaces?
 
SoapyIllusion said:

Homework Statement



We are given the following subspaces

U := {x E R3: x1 + 2*x2 - x3 = 0}
and
V := {x E R3: x1 - 2*x2 - 2*x3 = 0}

And we need to find a basis for
(i) U
(ii) V
(iii) U n V (not an "n" but a symbol that looks like an upside-down U)
(iv) span(U u V) (not a "u" but a symbol that looks like a U)

2. The attempt at a solution

Because x is a subspace of R3 in both V and U, it seemed that for (i) and (ii) the trivial basis would simply be e1 = [1,0,0] e2 = [0,1,0] and e3 [0,0,1]

I also do not know what the U and upside-down U symbols mean, but someone guessed that "n" meant where they overlap and "u" meant the combination of both subspacesThe answers I found seem to trivial, am I missing something very obvious, and could anyone give me any suggestions to lead me in the right direction

So, if x is in U then x_1 + 2 x_2 = x_3.
Ok, first, ask yourself what a basis is. Now, if e1,e2 and e3 formed a basis of U, then this would imply that the vector (1,1,1) is in U. However, 1+2*2-1=4, not 0. Thus, e1,e2,e3 do not form a basis.

So, I'm going to help you out for (i) and then try to figure it out for the rest.

(a,0,a) and (0,b,2b) form a basis for this subspace (where a and b are fixed real numbers). Why is this a basis? Well, any linear combination of these two vectors: A(a,0,a) + B(0,b,2b) = (a,b,A a + 2B b) is clearly in U. Also, if x is in U, it can be written as a linear combination of (a,0,a) and (0,b,2b). Furthermore, the two vectors are clearly independent. So, do you see how it goes? And you are correct the upside down U means intersection, that is, where they overlap, and you were also right about the U.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top