canephalanx
- 3
- 0
How can I prove given an arbitrary set of vectors v1 and v2, given they are linearly independent, that their sum (v1 + v2) is also linearly independent?
canephalanx said:let me rephrase that, how can i show that v1,v2, and v1+v2 is linearly independent given v1 and v2 is linearly independent. I seemed to have left out a key statement.
Well, that reduces to (a+ c)v1+ (b+ c)v1= 0. Since v1 and v2 are independent, you must have a+ c= 0 and b+ c= 0. Obviously a= b= c is one solution to that but those are only two equations in three unknows. We can typically solve two equations in two unknowns. Okay, solve for a and b, say, treating c as a number. Then let c be whatever you want.JThompson said:\vec{v_{1}}, \vec{v_{1}}, \mbox{ and }\vec{v_1}+\vec{v_2} are linearly independent if the only solution to
a\vec{v_{1}}+b\vec{v_{2}}+c(\vec{v_{1}}+\vec{v_{2}})=0
is a=0, b=0, c=0.
Is this the case, or can you find other values that satisfy this equation?