Determine if subset is subspace of R3. Need Help.

  • Thread starter Thread starter digitol87
  • Start date Start date
  • Tags Tags
    Subspace
digitol87
Messages
3
Reaction score
0
1. {[x,y,z] | x,y,z in R, z = 3x+2}.
How do I determine if this subset is a subspace of R3? Am I wrong when I say this set contains the zero vector? If this is the case, then I have to use the addition and multiplication closure methods, right?

Thanks
 
Physics news on Phys.org
digitol87 said:
{[x,y,z] | x,y,z in R, z = 3x+2}.
How do I determine if this subset is a subspace of R3? Am I wrong when I say this set contains the zero vector?
Yes, wrong. (0, 0, 0) does not satisfy z = 3x + 2.
digitol87 said:
If this is the case, then I have to use the addition and multiplication closure methods, right?

Thanks
 
Mark44 said:
Yes, wrong. (0, 0, 0) does not satisfy z = 3x + 2.

OK, That's a good first step. I'm still a little confused as to how to apply the addition method.
can I add [x,y,z] + [a,b,c] then get [x+a, y+b, z+c] ? Then what?

Thanks.
 
No, you have to take two elements in the set, and show that their sum is in the set. You can't take any old arbitrary vector in R3. Also, it must be true that if v is an element in the set, then kv is also in the set.

What must be true for any element in your set? I.e., how do you distinguish between vectors in your set and plain old vectors in R3?
 
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