Linear equations, solution sets and inner products

Click For Summary
SUMMARY

The discussion focuses on finding a 2 by 4 matrix B that defines the subspace U in R4, which is orthogonal to the subspace W defined by the equations x1 - 4x2 + 2x3 - x4 = 0 and 3x1 - 13x2 + 7x3 - 2x4 = 0. The solution set W is expressed as W = span{(-3, 1, 0, 1), (2, 1, 1, 0)}. The inner product conditions lead to two equations that must be satisfied for vectors in U, which can be solved to construct matrix B.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly subspaces and spans.
  • Familiarity with inner products and orthogonal complements in R4.
  • Ability to solve systems of linear equations.
  • Knowledge of matrix representation of linear transformations.
NEXT STEPS
  • Study the properties of orthogonal complements in vector spaces.
  • Learn how to derive matrices from linear equations and vector spans.
  • Explore the concept of the null space of a matrix and its applications.
  • Investigate the Gram-Schmidt process for orthogonalization of vectors.
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators looking for examples of subspaces and orthogonality in R4.

reb659
Messages
64
Reaction score
0

Homework Statement



Let W be the subspace of R4 such that W is the solution set to the following system of equations:

x1-4x2+2x3-x4=0
3x1-13x2+7x3-2x4=0

Let U be subspace of R4 such that U is the set of vectors in R4 such the inner product <u,w>=0 for every w in W.

Find a 2 by 4 matrix B such that U is precisely the set of solutions in R4 of the homogenous system Bx=0.

Homework Equations





The Attempt at a Solution


Solving the system I got that W=(-3t+2s,t+s,s,t) where s and t are free variables. But I'm not sure how to get B from this information.
 
Physics news on Phys.org
Assume that an element in U can be written as (x1,x2,x3,x4)

Now <u,w> = 0 for all w => you get an equation with t,s,x1,x2,x3,x4. This equation is true for all t and s, and hence the coefficient of t and s should be zero, right?

You therefore get two equations. Can you now construct B?
 
reb659 said:

Homework Statement



Let W be the subspace of R4 such that W is the solution set to the following system of equations:

x1-4x2+2x3-x4=0
3x1-13x2+7x3-2x4=0

Let U be subspace of R4 such that U is the set of vectors in R4 such the inner product <u,w>=0 for every w in W.

Find a 2 by 4 matrix B such that U is precisely the set of solutions in R4 of the homogenous system Bx=0.

Homework Equations





The Attempt at a Solution


Solving the system I got that W=(-3t+2s,t+s,s,t) where s and t are free variables. But I'm not sure how to get B from this information.
Assuming that is correct, we can write any vector in W (not "W= ", W is a set of vectors, not a vector.) as (-3t, t, 0, t)+ (2s, s, s, 0)= t(-3, 1, 0, 1)+ s(2, 1, 1, 0). That is, W is the subspace spanned by (-3, 1, 0, 1) and (2, 1, 1, 0).

Any vector having inner product (dot product) with such a vector (the orthogonal complement of W) must be of the form (a, b, c, d) such that (a, b, c, d).(-3, 1, 0, 1)= -3a+ b+ d= 0 and (a, b, c, d).(2, 1, 1, 0)= 2a+ b+ c= 0. Those two equations can be solved for two unknowns in terms of the other two and so written as a span of vectors like before.

For the last part, you want a matrix
\begin{bmatrix}a &amp; b &amp;c &amp; d \\ e &amp; f &amp; g&amp; h\end{bmatrix}
such that
\begin{bmatrix}a &amp; b &amp; c &amp; d \\ e &amp; f &amp; g &amp; h\end{bmatrix}\begin{bmatrix}u \\ v \\ w \\ x \end{bmatrix}= \begin{bmatrix}0 \\ 0\end{bmatrix}
where [u v w x] is either of the two vectors you got spanning U.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K