- #1
negation
- 818
- 0
Homework Statement
In R2 letu = (4, -2), v = (8, 5), w = (4, 1).
a)Is the set {u, v, w} a spanning set for R2?
b) Are the vectors u, v linearly independent?
c) Are the vectors u, v, w linearly independent?
The Attempt at a Solution
a) u, v and w is a spanning set for the vector space R2 iff every vector in R2 can be expressed as a linear combination of the vectors in {u,v,w}. In other words, and if my defintion is correct, if a vector space V spans set A of vectors, then the set A of vector is a spanning for the vector space V.
(x,y) = λ1(4,-2) + λ2(8,5) + λ3(4,1)
4λ1 + 8λ2 + 4λ3 = x
-2λ1 +5λ2 + λ3 = y
In augmented matrix:
4 8 4 | x
-2 5 1 | y
R2<- R2 +0.5R1
4 8 4 | x
0 9 3 | y + x/2
There is one free variable λ3-so, 1 parameter.
There are 2 pivots and, therefore, dimension, 2.
u, v, and, w are spanning sets for R2.b) u, v are linearly independent iff span {u,v} = 0 where λ1=λ2= 0.4 8 | 0
0 9 | 0
9λ2 = 0
λ2 = 0
4λ1 + 8(0) = 0
λ1 = 0
since λ1 = λ2 = 0, u and v are linearly independent.
c) (0,0) = λ1 ( 4,-2) + λ2 ( 8,5) + λ3 (4,1)
4 8 4 | 0
-2 5 1 | 0
...RREF
4 8 4 | 0
0 9 3 | 0
λ3 = free variables
The corollary from this is that there are infinite solutions. From this, it can be deduced that the solution is non-trivial, and therefore, u,v and w is not linearly independent. I'm making this conclusion based on the definition that for a system of linear equation to be linearly independent, it must be the case that the only solution is such that λ1=λ2=...=λn=0 but infinite solution implies that the solutions are either non-trivial or that a trivial solution is only one of the many infinite possible solutions. (PLEASE correct me if I am wrong)
The computer system states my answer to be correct. However, I would appreciate if my conclusion in part (c) is correct or a fluke.
Last edited: