Finding Orthogonal Vectors in 4 Space

  • Thread starter Thread starter shane1
  • Start date Start date
  • Tags Tags
    Space Vectors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
shane1
Messages
7
Reaction score
0
I have this question that says:
Find two vectors of norm 1 that are orthagonal to the three vectors u = (2, 1, -4, 0), v = (-1, -1, 2, 2), and w = (3, 2, 5, 4).

I've tried setting up a system of equations to solve.
2a + b - 4c = 0
-a - b + 2c + 2d = 0
3a + 2b + 4c + 4d = 0

But when I did that I was left with a free variable. So basically I was wondering if there's another way to do it such as taking the determinate like how you do in 3 space. Except in 4 space.
Eg.
i j k
0 1 0
1 2 5

Shane
 
Physics news on Phys.org
If you know how to calculate the determinat of an nxn matrix there is an n-dimensional analog of the cross product:
[tex] \vec{v}=\left| \begin{array}{c c c c}<br /> \hat{i} & \hat{j} & \hat{k} & \hat{l} \\<br /> 2 & 1 & -4 & 0 \\<br /> -1 & -1 & 2 & 2 \\<br /> 3 & 2 & 5 & 4 \end{array} \right |[/tex]

Which will give you a vector perpendicular to the n-1 you already have.