What is the Dimension of Span?

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Dimensions Span
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



if x_{1}=<br /> \begin{pmatrix}2 \\ 1 \\ 3\end{pmatrix}<br />

x_{2}=<br /> \begin{pmatrix}3 \\ -1 \\ 4\end{pmatrix}<br />

x_{3}=<br /> \begin{pmatrix}2 \\ 6 \\ 4\end{pmatrix}<br />

(i) show that x1,x2 and x3 are linearly dependent
(ii) show that x1 and x2 are linearly independent
(iii)what is the dimension of span (x1,x2,x3)
(iv)give a geometric discription of span (x1,x2,x3)

for (i) i solved the matrices
<br /> \begin{pmatrix}2 &amp; 3 &amp; 2 \\ 1 &amp; -1 &amp; 6 \\ 3 &amp; 4 &amp; 4\end{pmatrix}<br /><br /> \begin{pmatrix}c1 \\ c2 \\ c3\end{pmatrix}<br /> = <br /> \begin{pmatrix}0\\ 0 \\ 0\end{pmatrix}<br />
and i got a not trivial solution which when i let c3=1 i get -4(x1)+2(x2)+(x3)=0
firstly i would like to know if i formed the matrix correctly,should i have put the values across instead of down?
Thanks
 
Physics news on Phys.org
The matrix was how it should be, and your values for c1, c2, and c3 check, so all is good.
 
thanks Mark,
for part (ii)

i did the same as (i) and got c1=c2=0 which proves they are linearly independent.

but from part (i) if i let c3 = 1 it gives
<br /> <br /> \begin{pmatrix}-8 \\ -4 \\ -12\end{pmatrix}<br /> <br />+ <br /> <br /> \begin{pmatrix}6 \\ -2 \\ 8\end{pmatrix}<br /> <br />+ <br /> <br /> \begin{pmatrix}2 \\ 6 \\ 4\end{pmatrix}<br /> <br />=0

i think that if you can write one vector as a combination of the other vectors it will be linear dependant but if you can't write a vector as combination of the other vectors it is linear independent but this contradicts what i got when i worked it out as i seem to be able to write each vector as a combination of the other vectors!confussed!
 
Any time you have two vectors, it's very simple to see if the set is linearly dependent: each vector will be a some multiple of the other. By nothing more complicated that observation I can tell the {x1, x2} is a linearly independent set, as is {x2, x3}, but {x1, x3} is a linearly dependent set, since x3 is a multiple of x1 (and x1 is a different multiple of x3).

The terms linearly dependent and linearly independent are always used when talking about a set of vectors, and never in the context of a single vector. For example, and considering your vectors x1 and x3, it doesn't make any sense to describe x1 as linearly independent or linearly dependent, nor does it to describe x3 this way. Again, we're always talking about a set of vectors.
 
Thanks for all the replies Mark, i get the linear (in)dependance now but parts (iii) and (iv) are driving my head round and round, i'll have to do more reading and then try them a bit later...
 
Well, now that you've done (i) and (ii), (iii) is trivial isn't it? You are told that the set is spanned by x^1, x^2 and x^3 and have shown that x^3 can be written in terms of x^1 and x^2 while x^1 and x^2 are independent- that means that \{x^1, x^2\} is a basis for the space.

Of course, geometrically, this is the plane containing (0,0,0) and the lines in the directions of x^1 and x^2.
 
so it has a dim of 2 i think i finally see, thanks a mill, onward...
 
for (iv)
the subspace spaned by these 3 vectors is a plane through the origin in R^{3}. The origin is in every subspace since the 0 vector is in every subspace?
i'm not sure i follow this though...
 
Yes. All subspaces of R3 are of theform
1) R3 itself (dimension 3)
2) planes containing the origin (dimension 2)
3) lines containing the origin (dimension 1)
4) the origin alone (dimension 0)
 

Similar threads

Back
Top