Does the given vector set span R3?

In summary: \left[\begin{array}{ccc} 0 & 1 & 0 \\ 1 & 0 & 1 \\ 2 & 2 & 2 \\ 3 & 2 & 1 \\ 5 & 2 & ? \end{array}\right]\left[\begin{array}{c} x \\ y \\ z \end{array}\right]
  • #1
jinksys
123
0

Homework Statement



Does the vector set span R3?

(1,-1,2) and (0,1,1)

Homework Equations



I'm assuming I set up a matrix...

1 0 a
-1 1 b
2 1 c

then solve for rref?

If my bottom row doesn't contain all zeros, does this mean the vectors do not span r3?

The Attempt at a Solution

 
Physics news on Phys.org
  • #2
True! A shortcut: can your bottom row always contain 0s for every value of c?
 
  • #3
Tedjn said:
True! A shortcut: can your bottom row always contain 0s for every value of c?

I'm goes to guess not, right?

So unless it does, the vectors don't span r3?

Let's say I was able to solve this matrix and got answers for c1, c2, and c3, does that mean the vectors span r3?

Sorry if these are elementary questions, my book is awful.
 
  • #4
Shorter cut: Can a set of two vectors possibly span a three-dimensional space?
 
  • #5
You need three vectors to span R3, you have two so the answer is no.

To your second question, if you have three vectors and rref, the set spans R3 if you have three pivots. If your last row is only zeros then the set does not span R3.

Its a years since I took Linear Algebra so I give no guaranties
 
  • #6
Mark44 said:
Shorter cut: Can a set of two vectors possibly span a three-dimensional space?

Ok, that makes sense.

So do I need at least three or exactly three?

What if I am asked if four different vectors span R3?
 
  • #7
jinksys said:
So do I need at least three or exactly three?

What if I am asked if four different vectors span R3?

You only need 3. However, take any 3 vectors that span R3 and add whatever else you want to it. Then those n > 3 vectors will also span R3. However, I can also give you 3 or 4 or n vectors all in one plane so that it doesn't span R3. Observe that a plane of vectors is very, very, very, ..., very small compared to the space of all vectors in R3, so if I choose 3 vectors at random, I am almost certainly going to get three that span the space.

The reason that you need at least 3 to span R3 is as you stated in your first post. The reason you only need 3 is because of an example, namely [1 0 0], [0 1 0], and [0 0 1]. A related concept to span you will encounter soon if not already is that of linear independence. This is complementary to the idea of span, because while span says at least 3 vectors are needed to span R3, linear independence says that at most 3 vectors can be linearly independent in R3. Together, this leads to the idea that the dimension of R3 is equal to 3. But I'm getting ahead of myself.
 
  • #8
Tedjn said:
You only need 3. However, take any 3 vectors that span R3 and add whatever else you want to it. Then those n > 3 vectors will also span R3. However, I can also give you 3 or 4 or n vectors all in one plane so that it doesn't span R3. Observe that a plane of vectors is very, very, very, ..., very small compared to the space of all vectors in R3, so if I choose 3 vectors at random, I am almost certainly going to get three that span the space.

The reason that you need at least 3 to span R3 is as you stated in your first post. The reason you only need 3 is because of an example, namely [1 0 0], [0 1 0], and [0 0 1]. A related concept to span you will encounter soon if not already is that of linear independence. This is complementary to the idea of span, because while span says at least 3 vectors are needed to span R3, linear independence says that at most 3 vectors can be linearly independent in R3. Together, this leads to the idea that the dimension of R3 is equal to 3. But I'm getting ahead of myself.

So say I pick 5 vectors at random, and they all happen to span R3, when I construct my augmented matrix which may look like this...

0 1 0 a
1 0 1 b
2 2 2 c
3 2 1 d
5 2 e e

If the vectors span R3, does that mean the bottom two columns will consist of zeros when I am done solving for rref?
 
  • #9
If you meant the bottom two rows consisting of all zeros, not quite. Since you can choose anything for d and e, there's no way that row reduction will always give you two rows of zeros at the bottom. Recall what this augmented matrix is short for:

[tex]\left[\begin{array}{ccc} 0 & 1 & 0 \\ 1 & 0 & 1 \\ 2 & 2 & 2 \\ 3 & 2 & 1 \\ 5 & 2 & ? \end{array}\right]\left[\begin{array}{c} x \\ y \\ z \end{array}\right] = \left[\begin{array}{c} a \\ b \\ c \\ d \\ e \end{array}\right].[/tex]​

This can be treated as a linear combination of the columns, how many of each column we use is given by x, y, and z. So, you are trying to reach anything in R5 by 3 vectors in R5. From analogous reasoning as that in the above discussion, we see that this is impossible. We need at least 5 vectors in R5 to span R5.

But what you are referring to is probably

[tex]\left[\begin{array}{ccccc}0 & 1 & 2 & 3 & 5 \\ 1 & 0 & 2 & 2 & 2 \\ 0 & 1 & 2 & 1 & ?\end{array}\right]\left[\begin{array}{c}v \\ w \\ x \\ y \\ z\end{array}\right] = \left[\begin{array}{c}a \\ b \\ c\end{array}\right].[/tex]​

In this system, the variables v, w, x, y, z tell us how much of each of the 5 vectors in R3 we are supposed to use. If they span R3, then no matter what a, b, and c are, we never get an inconsistent system. In row reducing the augmented matrix (which has 6 columns), we never get all zeros in the first 5 columns of any row. Or else we've seen from above that a bad choice of c means our system is inconsistent. But this is not true for any 5 vectors, only 5 vectors that span R3.
 

1. What does it mean for a vector set to span R3?

For a vector set to span R3, it means that every vector in R3 can be written as a linear combination of the vectors in the set. In other words, the vectors in the set can be used to create any vector in R3 through addition and scalar multiplication.

2. How can I determine if a vector set spans R3?

To determine if a vector set spans R3, you can use the row reduction method on a matrix containing the vectors in the set. If the reduced row echelon form of the matrix has a pivot in every row, then the vectors span R3. Alternatively, you can also check if the dimension of the vector set is 3, as R3 is a three-dimensional space.

3. Can a vector set span R3 if it contains less than 3 vectors?

No, a vector set must contain exactly 3 linearly independent vectors to span R3. If there are less than 3 vectors in the set, it is not possible to create all vectors in R3 through linear combinations of the given vectors.

4. What is the difference between a spanning set and a basis?

A spanning set for a vector space is a set of vectors that can be used to create all vectors in that space through linear combinations. A basis, on the other hand, is a spanning set that is also linearly independent. This means that a basis is the minimal set of vectors that can create all vectors in a given space.

5. Is it possible for two different vector sets to span R3?

Yes, it is possible for two different vector sets to span R3. As long as both sets contain 3 linearly independent vectors, they can be used to create all vectors in R3 through linear combinations. However, the specific vectors in each set may be different.

Similar threads

  • Calculus and Beyond Homework Help
Replies
14
Views
578
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
3K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
849
Replies
2
Views
1K
Back
Top