Finding Orthogonal Vectors in 4 Space

  • Thread starter Thread starter shane1
  • Start date Start date
  • Tags Tags
    Space Vectors
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
There will be a whole line of vectors perpendicular to those vectors. But only 2 will have norm 1.
 
If you know how to calculate the determinat of an nxn matrix there is an n-dimensional analog of the cross product:
<br /> \vec{v}=\left| \begin{array}{c c c c}<br /> \hat{i} &amp; \hat{j} &amp; \hat{k} &amp; \hat{l} \\<br /> 2 &amp; 1 &amp; -4 &amp; 0 \\<br /> -1 &amp; -1 &amp; 2 &amp; 2 \\<br /> 3 &amp; 2 &amp; 5 &amp; 4 \end{array} \right |

Which will give you a vector perpendicular to the n-1 you already have.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top