Basis and dimension: Need help finding my mistakes

In summary, the student is struggling with understanding the concept of a basis and how to find one for a given vector space. They also have trouble with explaining their reasoning and understanding the importance of using English in mathematical explanations.
  • #1
frozenguy
192
0

Homework Statement


He made some notes, but I'm still confused.
pg1.jpg





The Attempt at a Solution


pg2.jpg

pg3.jpg
 
Physics news on Phys.org
  • #3
Well like number one. he gave me 3 out of 10 points.

Now that I look at it, since its in R3, its dimension should be 3 ya? I put two because of the s and t but that doesn't really seem to make much sense to me now..

Did I find a basis in number one?

Or like in number two. I thought I did show b is not in the column space. How much farther do I have to go and what could I have done?

The only problem I got correct was number three.

What did I do wrong in problem four? I know I didn't find the nullspace, how would I have gone about that? Does the other work look ok up to finding the nullspace?

And problem five, I thought I found the basis, but I guess I didn't.
 
  • #4
frozenguy said:
Well like number one. he gave me 3 out of 10 points.

Now that I look at it, since its in R3, its dimension should be 3 ya? I put two because of the s and t but that doesn't really seem to make much sense to me now..

Did I find a basis in number one?
No, you didn't. When asked to find a basis for W, you need to provide a set of linearly independent vectors that spans W. The number of vectors in that set is the dimension.
 
  • #5
frozenguy said:
Or like in number two. I thought I did show b is not in the column space. How much farther do I have to go and what could I have done?
You could have explained what the bottom row of your augmented matrix meant; namely that there are no solutions for the equation 0x + 0y = 8, which means that <2, 4> is not in the column space of the matrix.

A simpler approach that requires no computation is to recognize that the two columns in the matrix are multiples of each other, so the column space is the set of multiples of <-1, 2>. The vector <2, 4> is not a multiple of <-1, 2> so is not in the column space.
frozenguy said:
The only problem I got correct was number three.

What did I do wrong in problem four? I know I didn't find the nullspace, how would I have gone about that? Does the other work look ok up to finding the nullspace?
Find the vectors x such that Ax = 0. Your work after the matrix
[1 2 4]
[0 4 5]

is incorrect. There are errors in pretty much everything after that.
frozenguy said:
And problem five, I thought I found the basis, but I guess I didn't.
You found a basis, but the instructor wanted some explanation of why {1, x, x^2} is a basis for the given subspace.

The solution given by your last matrix is c1 = c2 = c3 = 0. This implies that the three functions are linearly independent, and there are three of them, so they are a basis for the subspace. The functions {1, x, x^2} are also a basis, but I'm guessing that the instructor wanted you to say that the three given functions were linearly independent and spanned P2.
 
  • #6
I probably should of taken this class during the 18 week semester and not the six week :/

So I think I have a severe problem when it comes to understanding what a basis is. I guess I can understands its mathematical definitions, but what is a basis? Whats the point, what does it do..

vela said:
No, you didn't. When asked to find a basis for W, you need to provide a set of linearly independent vectors that spans W. The number of vectors in that set is the dimension.

So for problem one, should I have chosen t to be 0 and find the resulting coefficient matrix, then the same for s = 0? Then I have two (what are they? sets of vectors?), one multiplied by s, the other by t.

Like s(1,0,2) + t(-1,3,0)? I get so confused sometimes. Maybe its the book or the instructor but I thought linear algebra was supposed to be easier then vector calculus! lol.. What does it mean in words, or english, when a set of vectors span a vector space W.

Mark44 said:
You could have explained what the bottom row of your augmented matrix meant; namely that there are no solutions for the equation 0x + 0y = 8, which means that <2, 4> is not in the column space of the matrix.

A simpler approach that requires no computation is to recognize that the two columns in the matrix are multiples of each other, so the column space is the set of multiples of <-1, 2>. The vector <2, 4> is not a multiple of <-1, 2> so is not in the column space.
Hmm ok I see what you're saying.. And as for getting points off, the only reason I missed points was because he wanted me to say there were no solutions? Isn't that implied? I have 0+0=8 which doesn't make sense. Why do I have to use English when math says it? At least I wrote the conclusion I came to. It only asked to show. Am I being unreasonable here? He took off three points for that, out of ten.
 
  • #7
frozenguy said:
Hmm ok I see what you're saying.. And as for getting points off, the only reason I missed points was because he wanted me to say there were no solutions? Isn't that implied? I have 0+0=8 which doesn't make sense. Why do I have to use English when math says it? At least I wrote the conclusion I came to. It only asked to show. Am I being unreasonable here? He took off three points for that, out of ten.
The question was posed in English, so the answer to it should also be in English. The math is the tool whereby you reach your conclusion. The notes your instructor wrote for this problem should give you a good idea about what he was looking for; namely that <2, 4> is not in the column space plus some justification that shows why you reached that conclusion.

Also, this problem is testing your understanding of what column space means. As I mentioned before, it could have been done with no matrix computation.
 
  • #8
frozenguy said:
I probably should of taken this class during the 18 week semester and not the six week :/

So I think I have a severe problem when it comes to understanding what a basis is. I guess I can understands its mathematical definitions, but what is a basis? Whats the point, what does it do.
I get so confused sometimes. Maybe its the book or the instructor but I thought linear algebra was supposed to be easier then vector calculus! lol.. What does it mean in words, or english, when a set of vectors span a vector space W.
When a set of vectors {v1, v2, ..., vn} spans a vector space W, it just means you can write any vector x from W as a linear combination of the vectors. In other words, you could solve the equation

x = c1v1+c2v2+...+cnvn

for c1, c2, ..., cn and find at least one solution. If, in addition, the vectors {v1, v2, ..., vn} are linearly independent, there is only one solution, and we'd say they form a basis of W.

So what's the motivation for using a basis? Say you have a linear transformation T on vector space W, and {v1, v2, ..., vn} is a basis of W. Then for x in W, we can write

x = c1v1+c2v2+...+cnvn

and if now calculate T(x), we get

T(x) = c1T(v1)+c2T(v2)+...+cnT(vn)

What this means is we can understand what T does if we know how it acts on just the basis vectors. This leads to the reason you'd use one basis over another. You choose the basis where it's easy to describe what T does.
So for problem one, should I have chosen t to be 0 and find the resulting coefficient matrix, then the same for s = 0? Then I have two (what are they? sets of vectors?), one multiplied by s, the other by t.

Like s(1,0,2) + t(-1,3,0)?
In problem 1, you were given what the elements of W look like. You could do what you said above or just use regular vector manipulations:

[tex]\vec{w} = \begin{pmatrix}s-t \\ 3t \\ 2s\end{pmatrix} = \begin{pmatrix}s \\ 0 \\ 2s\end{pmatrix} + \begin{pmatrix}-t \\ 3t \\ 0\end{pmatrix} = s\begin{pmatrix}1 \\ 0 \\ 2\end{pmatrix} + t\begin{pmatrix}-1 \\ 3 \\ 0\end{pmatrix}[/tex]

So you have that elements of W can be expressed as a linear combination of (1,0,2) and (-1,3,0), i.e. W is spanned by (1,0,2) and (-1,3,0). If you can show that these two vectors are linearly independent, then you know they also form a basis of W.
 
  • #9
frozenguy said:
Hmm ok I see what you're saying.. And as for getting points off, the only reason I missed points was because he wanted me to say there were no solutions? Isn't that implied? I have 0+0=8 which doesn't make sense. Why do I have to use English when math says it? At least I wrote the conclusion I came to. It only asked to show. Am I being unreasonable here? He took off three points for that, out of ten.
In addition to what Mark said, I'll add that you should understand that you need to show to the grader that you know what you're doing. That not only means you need to know the material, but you need to be able to express that fact clearly. You have to write down enough so the grader can see your train of thought.
 

1. What is the difference between basis and dimension?

Basis refers to a set of linearly independent vectors that span a vector space, while dimension is the number of vectors in the basis set. In other words, the dimension of a vector space is the number of basis vectors needed to span the space.

2. How do I determine the basis of a vector space?

To find the basis of a vector space, you need to find a set of linearly independent vectors that span the space. This can be done by solving a system of equations or using other methods such as row reduction or determinants.

3. What is the maximum number of vectors in a basis set?

The maximum number of vectors in a basis set is equal to the dimension of the vector space. This is because the basis set must span the entire vector space and any more vectors would result in linear dependence.

4. Can a basis set have more than one solution?

Yes, a basis set can have more than one solution. In fact, a vector space can have infinitely many basis sets, as long as they all satisfy the requirements of being linearly independent and spanning the space.

5. What are some common mistakes when finding the basis and dimension of a vector space?

Some common mistakes include not checking for linear dependence, not verifying that the basis vectors span the entire space, and miscalculating the dimension. It is important to double check your work and make sure all the requirements are met to ensure an accurate answer.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
939
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
Back
Top