Finding the Orthogonal Complement of a Vector Space

  • Thread starter Thread starter AwesomeTrains
  • Start date Start date
  • Tags Tags
    Orthogonal
Click For Summary
To find the orthogonal complement of a vector space defined by the bilinear form B(x,y) = x^T G y, where G is a given matrix, one must determine the set of vectors x in R^4 such that B(x,y) = 0 for all y in R^4. This leads to the equations x_1 + x_4 = 0 and x_2 + x_3 = 0, which imply specific relationships among the components of x. The solution can be expressed in terms of parameters a and b, resulting in the form (R^4)^{\bot} = a(0, 1, -1, 0) + b(-1, 0, 0, 1). The discussion emphasizes the importance of setting up the linear equations correctly to find the orthogonal complement. Understanding these relationships is crucial for solving problems related to orthogonal complements in vector spaces.
AwesomeTrains
Messages
115
Reaction score
3

Homework Statement


G:=
\begin{pmatrix}
1 & 0 & 0 & 1 \\
0 & 1 & 1 & 0 \\
0 & 1 & 1 & 0\\
1 & 0 & 0 & 1 \\
\end{pmatrix}

B(x,y) = x^{T}Gy

B: \textit{R}^{4} X \textit{R}^{4} \rightarrow \textit{R}

Find (\textit{R}^{4})^{\bot}

Homework Equations



(\textit{R}^{4})^{\bot} = \left\{x | B(x,y)=0,\forall y\in\textit{R}^{4} \right\}

The Attempt at a Solution


I think I have to solve a linear equation system but I don't know how to set it up.
I could only find examples where a subspace of the vektor space was given.
Any hints are much appreciated.
 
Physics news on Phys.org
AwesomeTrains said:

Homework Statement


G:=
\begin{pmatrix}
1 & 0 & 0 & 1 \\
0 & 1 & 1 & 0 \\
0 & 1 & 1 & 0 \\
1 & 0 & 0 & 1 \\
\end{pmatrix}

B(x,y) = x^{T}Gy

B: \textit{R}^{4} X \textit{R}^{4} \rightarrow \textit{R}

Find (\textit{R}^{4})^{\bot}

Homework Equations



(\textit{R}^{4})^{\bot} = \left\{x | B(x,y)=0,\forall y\in\textit{R}^{4} \right\}

The Attempt at a Solution


I think I have to solve a linear equation system but I don't know how to set it up.
I could only find examples where a subspace of the vektor space was given.
Any hints are much appreciated.
This is what I would do. Start by writing out what B(x, y) means.

$$B(x, y) = \begin{bmatrix} x_1 & x_2 & x_3 & x_4\end{bmatrix} \begin{bmatrix}1 & 0 & 0 & 1\\ 0 & 1 & 1 & 0 \\ 0 & 1 & 1 & 0 \\ 1 & 0 & 0 & 1 \end{bmatrix}\begin{bmatrix} y_1 \\ y_2 \\ y_3 \\ y_4\end{bmatrix} $$

You want all vectors x in R4 such that B(x, y) = 0 for any y in R4.
 
Yes, but wouldn't that give me one equation with 8 unknowns.
y_{1}(x_{1}+x_{4})+y_{2}(x_{2}+x_{3})+y_{3}(x_{2}+x_{3})+y_{4}(x_{1}+x_{4}) = 0
 
AwesomeTrains said:
Yes, but wouldn't that give me one equation with 8 unknowns.
y_{1}(x_{1}+x_{4})+y_{2}(x_{2}+x_{3})+y_{3}(x_{2}+x_{3})+y_{4}(x_{1}+x_{4}) = 0
But the expression on the left side has to be identically zero for any choices of the y values, so what conditions does that place on the four x values?
 
x_{1}+x_{4}=0 and x_{2}+x_{3}=0
Is that what you mean?
 
AwesomeTrains said:
x_{1}+x_{4}=0 and x_{2}+x_{3}=0
Is that what you mean?
Yes.
 
Then x_{1} = -x_{4} = -b, x_{2} := a, x_{3} = -x_{2} = -a and x_{4} := b
\quad (R^{4})^{\bot}=a\begin{pmatrix}<br /> 0 \\<br /> 1 \\<br /> -1 \\<br /> 0 \\<br /> \end{pmatrix}+ b\begin{pmatrix}<br /> -1 \\<br /> 0 \\<br /> 0 \\<br /> 1 \\<br /> \end{pmatrix}
Have I got it right?
 
Looks good.
 
  • Like
Likes 1 person

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
1
Views
1K
Replies
2
Views
1K