Show that two vectors are a basis of a subspace

reeeky2001
Messages
2
Reaction score
0
Question: In R3, show that (1,-1,0) and (0,1,-1) are a basis for the subspace V={(x,y,z) \in R3: x+y+z=0}

Attempt: By def of a basis, the vectors (1) must be linearly independent and (2) must span V.

1. For LI, show that if a(1,-1,0) + b(0,1,-1) = (0,0,0), then a=b=0.
(a,-a,0)+(0,b,-b)=(0,0,0)
(a,b-a,-b)=(0,0,0)
a=0, b-a=0, -b=0
Since the zero vector can only be expressed as a combination of a=0 and b=0, the two vectors are linearly idependent.

2. I'm not really certain how to show if the two vectors span V. If I was to guess, I'd say plug in the vectors into V, so (1,-1,0)((1,1,1)t)=0 and (0,1,-1)((1,1,1)t)=0, but I could be wrong.
 
Physics news on Phys.org
To show they span the space you just need to show for any (x,y,z) with x+y+z=0 you can find a and b such that a(1,-1,0)+b(0,1,-1) = (x,y,z)
 
So, I show that a(1,-1,0)+b(0,1,-1)=(x,y,z) by a=x, b-a=y and -b=z. Then b=-z, a=-y-z, a=x, so x=-y-z?

Or did I misunderstand?
 
reeeky2001 said:
So, I show that a(1,-1,0)+b(0,1,-1)=(x,y,z) by a=x, b-a=y and -b=z. Then b=-z, a=-y-z, a=x, so x=-y-z?

Or did I misunderstand?

You have a bunch of correct equations, but it's hard to say whether you understand. Try to arrange it like this:

To get a(1,-1,0)+b(0,1,-1)=(x,y,z) you must have a = ... and b = ...
Then demonstrate those values of a and b do the job.
 
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...

Similar threads

Back
Top