Subspace spanned by two vectors in R³

  • Thread starter Thread starter Fanta
  • Start date Start date
  • Tags Tags
    Subspace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Fanta
Messages
37
Reaction score
0
so, if I want to calculate the subspace spanned by A in:

[tex]A = {(1,0,1) , (0,1,0)} in R^{3}[/tex]

[tex]c_{1}(1,0,1)+c_{2}(0,1,0) = (x,y,z)[/tex]

i can make a system:

[tex]c_{1} = x[/tex]

[tex]c_{2} = y[/tex]

[tex]c_{1} = z[/tex]

from which I can conclude that x = z, and so, the subspace spanned will be the plane given by x = z.

Is this right?
 
Physics news on Phys.org
This is half a proof. You have shown that the subspace [tex]S[/tex] spanned by [tex]\{(1,0,1), (0,1,0)\}[/tex] is contained in the plane [tex]P = \{(x, y, z) \in \mathbb{R}^3 : x = z \}[/tex]. You also need to show that [tex]S[/tex] contains [tex]P[/tex]. You could do this by direct calculation, or by an argument based on dimension.
 
i see. So how would you calculate it then?
 
You showed that [tex]S \subset P[/tex] by showing that if [tex]v \in S[/tex], that is, [tex]v[/tex] is a linear combination of [tex](1,0,1)[/tex] and [tex](0,1,0)[/tex], then [tex]v \in P[/tex], that is, the first and third coordinates of [tex]v[/tex] are equal.

Show that [tex]S \supset P[/tex] by proving the reverse implication: if [tex]v \in P[/tex], that is, if the first and third coordinates of [tex]v[/tex] are equal, then [tex]v \in S[/tex], that is, [tex]v[/tex] is a linear combination of [tex](1,0,1)[/tex] and [tex](0,1,0)[/tex]. You should be able to exhibit explicitly the coefficients in this linear combination, using the components of [tex]v[/tex].