PDA

View Full Version : Span Problem


misterau
Mar30-09, 08:15 AM
1. The problem statement, all variables and given/known data

Suppose that u, v, w and x are vectors in a vector space V . If x !∈ span(v,w) and x ∈ span(u, v,w),
does it follow that u ∈ span(x, v,w)? Justify your answer.

2. Relevant equations



3. The attempt at a solution
Not really sure how to even start this problem. Any hints would be good thanks!

lanedance
Mar30-09, 09:13 AM
Hi misterau

I would start with the defintion of a span, or how any vector in a given span can be written...

misterau
Mar30-09, 09:54 AM
I really not sure, probably not correct...
x != c1*v + c2*w
x = c1*v + c2*w + c3*u
u = c1*v + c2*w + c4*x

c1*v + c2*w != c1*v + c2*w + c3*u
0 != c3*(c1*v + c2*w + c4*x)
0 != c1*v + c2*w + c4*x

xepma
Mar30-09, 10:00 AM
First hint:
Given:
x != c1*v + c2*w
x = c1*v + c2*w + c3*u

you know that c3 != 0.

Second hint:
Starting from this, can you find a more explicit expression for u in terms of x,v,w and c1,c2 and c3?