Finding a Spanning Set for a Subspace of C^5 | Homework Solution

  • Thread starter Thread starter JG89
  • Start date Start date
  • Tags Tags
    Set
Click For Summary

Homework Help Overview

The discussion revolves around finding a spanning set for a subspace W of C^5 defined by two linear equations. Participants explore the implications of these equations and the relationships between the variables involved.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants examine the original poster's attempt to combine the two equations into one, questioning the validity of this approach. There are discussions about the implications of substituting variables and how it affects the conditions of the problem.

Discussion Status

Some participants have offered guidance on the need to maintain both equations to capture all necessary information. The original poster expresses frustration with their method but is encouraged to reconsider their approach. There is an acknowledgment of the dimensionality of the problem and the need for a minimal spanning set.

Contextual Notes

There is an emphasis on the potential for extraneous solutions when manipulating the equations. Participants note the importance of correctly representing the relationships between the variables to avoid losing information.

JG89
Messages
724
Reaction score
1

Homework Statement



Let W be a subspace of V = [tex]C^5[/tex] consisting of all vectors [tex] x = (x_1,x_2,x_3,x_4,x_5) \epsilon C^5[/tex] that satisfy:

[tex] -2ix_1 + x_2 - x_3 + (1 - i)x_4 = 0[/tex]
[tex] x_1 + ix_2 -2x_5 = 0[/tex]Find a set that spans W.

Homework Equations


The Attempt at a Solution



From the second equation we know that [tex]x_1 = 2x_5 - ix_2[/tex]. Substituting that into the first, we have [tex]-2i(2x_5 -ix_2) + x_2 - x_3 + (1-i)x_4 = 0[/tex]. Expanding through the brackets and simplifying, we have [tex]-4ix_5 - x_2 - x_3 + (1-i)x_4 = 0[/tex]. This implies that [tex]x_2 = -x_3 +(1-i)x_4 -4ix_5[/tex]. So that is the only condition we have. So, we now have the following:

[tex](1, 0, 0, 0, 0)x_1 + (0, -1, 1, 0, 0)x_3 + (0, 1-i, 0, 1, 0)x_4 + (0, -4i, 0, 0, 1)x_5[/tex]So the set [tex]{ (1, 0, 0, 0, 0), (0, -1, 1, 0, 0), (0, 1-i, 0, 1, 0), (0, -4i, 0, 0, 1)[/tex] should span the space. However, if you multiply the first vector by 1, and the rest by 0, we have [tex](1,0,0,0,0)[/tex], which obviously doesn't satisfy the two equations above.

What am I doing wrong?
 
Physics news on Phys.org
badly worded W is a set that spans W
assume a minimal spaning set is desired
start by assuming wlog that the form of the vectors is
(1,0,0,*,*)
(0,1,0,*,*)
(0,0,1,*,*)
where the * are chosen to satisfy the equations.
 
I was wondering if you could show me where I went wrong with the method I was using?
 
JG89 said:
I was wondering if you could show me where I went wrong with the method I was using?

Many things. For a start you have combined the two conditions into one. This is wrong. Sometimes conditions are superfluous and can be discarded, not in this case. It is true that if a vector satisfies both of the given equations it will satisfy your, it is untrue that a vector that satisfies your condition satifies either of those given.
I sugest you abandon this method
For example as you yourself point out the vector
(1,0,0,0,0) satisfies your condition, but not those given.
Your are free to use your condition, but if you do you need to also a condition such as
x1=-i*x3+(i-1)x4-2x5
which none of your proposed vectors satisfy.
another example say you desired to solve
x+y=3
x-y=1
it is true that the solution satisfies
x=2
but (2,11) is not a solution
in both examples you have introduced an extraneous or spurious solution.
Extraneous or spurious solutions are solution introduced by manimulation of the given conditions, they are not solutions of the original equation.
 
lurflurf, I know that you recommend me to approach the problem differently, but I'm quite adamant on solving it this way (I've solved similar questions this way before so it is really bugging me that I cannot solve this one). Please don't feel as if I'm ignoring you.

With that said, why is combining the two equations into one equation wrong? All I did was a simple substitution.
 
Nevermind..
 
JG89 said:
With that said, why is combining the two equations into one equation wrong? All I did was a simple substitution.
They are not really combined. You can exchange the two given equations for another two if you like. Sometimes that is very helpful, though in this case not so much. The wrong part is your one equation does not contain all the information of the original two. You can use your equation with another if you like, but it is wrong to use it alone.

as I said before you could use
x1=-i*x3+(i-1)*x4-2*x5
x2=-x3+(1-i)*x4-4i*x5
with these equation your could work out the * in
(*,*,1,0,0)
(*,*,0,1,0)
(*,*,0,0,1)
 
"x1=-i*x3+(i-1)*x4-2*x5"

How did you get that?

I'm more concerned with the method of solving this problem.
 
JG89 said:
"x1=-i*x3+(i-1)*x4-2*x5"

How did you get that?

I'm more concerned with the method of solving this problem.

oops that should be
x1=i*x3+(i-1)*x4-2*x5

we have
-2i*x1+x2-x3+(1-i)*x4=0
x1+i*x2-2*x5=0

multiply the first by i and the second by -1 to give
2*x1+i*x2-i*x3+(-1+i)*x4=0
-x1-i*x2+2*x5=0

add the two equations to give
x1-i*x3+(-1+i)*x4+2*x5=0


solve for x1 to give
x1=i*x3+(1-i)*x4-2*x5

method got it
Step 1:
We want a number of vector (which we will later see is 3) that satisfy the conditons and such that every solution to the equations is contained in their span.
Step 2:
chose a basis for the space
step 3:
take nice vector(s) and adjust it to satisfy the equations
step 4:
use adjusted nice vector(s) to span subspace
 
  • #10
[tex]{(i,-1,1,0,0), (1-i, 1-i, 0,1,0), (-2, -4i, 0, 0,1)}[/tex] shall be our spanning set. :)

Thanks a lot lurflurf! Did you know that we had to represent [tex]x_1[/tex] in terms of [tex]x_3, x_4, x_5[/tex] because I was "loosing" information about it by trying to describe a two equation system of 5 variables in just one equation? Also, how did you know that a minimal set would be three vectors?
 
  • #11
I see now. [tex]x_1[/tex] wasn't being described at all! Thus, you had to describe [tex]x_1[/tex] in terms of the same vectors that [tex]x_2[/tex] was described in, which was the other three vectors, which was how you knew a minimal set would consist of three vectors.

Thanks!
 
  • #12
Yes you were losing information. An equation tends to reduce the dimension by 1. In this problem we started with dimension 5 and had 2 equations so we had 5-2=3 dimensions in the end. It is also poeesible that equations are redundent and add no information. Also equations can be inconsistent and have no solution.
x+y=3
x-y=1
is consistent with 1 solution (x,y)=(2,1)
2x+2y=4
3x+3y=6
is consistent
the equations are redundent
x+y=1
x+y=2
is inconsistent
there are no solutions
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K