Find Basis of Perpendicular Vectors for v1 & v2

EvLer
Messages
454
Reaction score
0

Homework Statement


how do I find the basis for all vectors that are perpendicular to both
v1 = (1,1,0,0) and
v2 = (1,0,1,1)

If it were 3-D I could find a normal vector via cross product, but in n-dimensions... what do I do?

My one thought is to arrange and solve linear homogeneous system:
[v1][x] = 0
[v2][y] = 0

since RHS is the dot product of the row vector (v1 or v2) and the column [x,y]t, and for vectors to be perpendicular, their dot product should be 0.
Is that correct?

Thanks in advance.
 
Physics news on Phys.org
If I understood correctly and you intend to solve the matrix equation

\left(<br /> \begin{array}{cccc}<br /> 1 &amp; 1 &amp; 0 &amp; 0\\<br /> 1 &amp; 0 &amp; 1 &amp; 1<br /> \end{array}<br /> \right)\left(<br /> \begin{array}{c}<br /> x_1&amp;x_2&amp;x_3&amp;x_4<br /> \end{array}\right)=<br /> \left(\begin{array}{c}<br /> 0&amp;0<br /> \end{array}<br /> \right)

then this is what I would do also.
 
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