Orthagonal vectors/vector spaces

  • Thread starter Thread starter Dell
  • Start date Start date
Click For Summary
SUMMARY

The discussion focuses on the vector space W in R4, which consists of all vectors orthogonal to the vectors v1 = (1, 0, 1, 0) and v2 = (1, 2, 1, 1). The basis for W is determined to be sp{(1, 0, -1, 0), (0, -2, 0, 1)}, with a dimension of 2. Additionally, a vector in W that is orthogonal to (1, -2, 1, 3) is identified as (t, 0, -t, 0), confirming its membership in W.

PREREQUISITES
  • Understanding of vector spaces and orthogonality in R4
  • Familiarity with dot product calculations
  • Knowledge of basis and dimension concepts in linear algebra
  • Ability to manipulate linear equations with multiple variables
NEXT STEPS
  • Study the properties of orthogonal complements in vector spaces
  • Learn about the Gram-Schmidt process for orthogonalization
  • Explore applications of orthogonal vectors in computer graphics
  • Investigate the role of linear transformations in vector spaces
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are working with linear algebra concepts, particularly those focusing on vector spaces and orthogonality.

Dell
Messages
555
Reaction score
0
givem,-W is the group of all the vectors in R4 which are orthagonal to the vectors v1(1 0 1 0) and also v2(1 2 1 1)
a) find a basis and the dimension of W
b) find, in W, a vector which is orthagonal to the vector (1 -2 1 3)

a)

i call this vector w=(a b c d) and say
v1(dot)w=0
v2(dot)w=0

therefore

a+0b+c+0d=0 a=-c
a+2b+c+d=0 d=-2b

i will have 2 free parameters here, 4 unknows -rank2=2
a=t
d=u

so w=(t, -2u, -t, u)

W=sp{(1 0 -1 0), (0 -2 0 1)}
dim(w)=2
----------------------------
b)

(t, -2u, -t, u) dot (1 -2 1 3)=0

t+4u-t+3u=0
7u=0
u=0

therefore any vector that fits
(t 0 -t 0) is orthagonal to (1 -2 1 3) and a part of W


is this all correct
 
Physics news on Phys.org

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
Replies
6
Views
1K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
6
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K