Forming an orthonormal vector when you already have two perpendicular vectors
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
So I understand the requirements for an orthonormal basis and everything around it. However, there's one thing I am missing:
Suppose you have two vectors which are orthonormal $u_1$ and $u_2$. According to the answerbook the multiplication of vector $u_1$ and $u_2$ results in another orthonormal vector $u_3$.
Is this an actual standard theory? Does the multiplication of two orthonormal vectors results in another orthonormal vector?
I have included a picture just to make it more clear.
Thank you in advance :)
linear-algebra orthonormal cross-product
add a comment |Â
up vote
4
down vote
favorite
So I understand the requirements for an orthonormal basis and everything around it. However, there's one thing I am missing:
Suppose you have two vectors which are orthonormal $u_1$ and $u_2$. According to the answerbook the multiplication of vector $u_1$ and $u_2$ results in another orthonormal vector $u_3$.
Is this an actual standard theory? Does the multiplication of two orthonormal vectors results in another orthonormal vector?
I have included a picture just to make it more clear.
Thank you in advance :)
linear-algebra orthonormal cross-product
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
So I understand the requirements for an orthonormal basis and everything around it. However, there's one thing I am missing:
Suppose you have two vectors which are orthonormal $u_1$ and $u_2$. According to the answerbook the multiplication of vector $u_1$ and $u_2$ results in another orthonormal vector $u_3$.
Is this an actual standard theory? Does the multiplication of two orthonormal vectors results in another orthonormal vector?
I have included a picture just to make it more clear.
Thank you in advance :)
linear-algebra orthonormal cross-product
So I understand the requirements for an orthonormal basis and everything around it. However, there's one thing I am missing:
Suppose you have two vectors which are orthonormal $u_1$ and $u_2$. According to the answerbook the multiplication of vector $u_1$ and $u_2$ results in another orthonormal vector $u_3$.
Is this an actual standard theory? Does the multiplication of two orthonormal vectors results in another orthonormal vector?
I have included a picture just to make it more clear.
Thank you in advance :)
linear-algebra orthonormal cross-product
linear-algebra orthonormal cross-product
edited 2 hours ago
mechanodroid
23.7k52144
23.7k52144
asked 3 hours ago
MathNoob123
311
311
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago
add a comment |Â
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
2
down vote
Here we are using the property of cross product which is defined only for $vin mathbbR^3$.
The method is therefore not useful in general but it is very effective in that case to find an orthonormal basis.
add a comment |Â
up vote
2
down vote
The cross-product $u_1times u_2$ of any two vectors $u_1$ and $u_2$ is always orthogonal to both of them. Furthermore,$$lVert u_1times u_2rVert=lVert u_1rVert.lVert u_2rVert.sintheta,$$where $theta$ is the angle between them. Therefore, if $u_1$ and $u_2$ are orthogonal and both of them have norm $1$, $u_1times u_2$ will also have norm $1$ (and it will be orthogonal to the other two).
add a comment |Â
up vote
1
down vote
Yes, you can check it by direct calculation.
Assume that $u = beginbmatrix u_1 \ u_2 \ u_3 endbmatrix$ and $v = beginbmatrix v_1 \ v_2 \ v_3 endbmatrix$ are orthonormal vectors. Their cross product is defined as
$$u times v = beginbmatrix u_2v_3 - u_3v_2 \ u_3v_1-u_1v_3 \ u_1v_2 - u_2v_1 endbmatrix$$
We have
$$langle u, u times vrangle = u_1u_2v_3 - u_1u_3v_2 + u_2u_3v_1 - u_1u_2v_3 + u_1u_3v_2 - u_2u_3v_1 = 0$$
$$langle v, u times vrangle = u_2v_1v_3 - u_3v_1v_2 + u_2v_1v_2 - u_1v_2v_3 + u_1v_2v_3 - u_2v_1v_3 = 0$$
beginalign
|utimes v|^2 &= (u_2v_3 - u_3v_2)^2 + (u_3v_1-u_1v_3)^2 + (u_1v_2 - u_2v_1)^2 \
&= u_2^2v_3^2 - 2u_2u_3v_2v_3 + u_3^2v_2^2 + u_3^2v_1^2 - 2u_1u_3v_1v_3 + u_1^2v_3^2 + u_1^2v_2^2 - 2u_1u_2v_1v_2 + u_2^2v_1^2 \
&= u_1^2(v_2^2 + v_3^2) + u_2^2(v_1^2 + v_3^2) + u_3^2(v_1^2 + v_2^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= u_1^2(1-v_1^2) + u_2^2(1 -v_2^2) + u_3^2(1-v_3^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= (u_1^2+u_2^2+u_3^2) - (u_1^2v_1^2 + u_2^2v_2^2+u_3^2v_3^2 + 2u_1u_2v_1v_2 + 2u_1u_3v_1v_3 + 2u_2u_3v_2v_3)\
&= |u|^2 - langle u,vrangle ^2\
&= 1
endalign
so $u, v, utimes v$ is an orthonormal basis for $mathbbR^3$.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Here we are using the property of cross product which is defined only for $vin mathbbR^3$.
The method is therefore not useful in general but it is very effective in that case to find an orthonormal basis.
add a comment |Â
up vote
2
down vote
Here we are using the property of cross product which is defined only for $vin mathbbR^3$.
The method is therefore not useful in general but it is very effective in that case to find an orthonormal basis.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
Here we are using the property of cross product which is defined only for $vin mathbbR^3$.
The method is therefore not useful in general but it is very effective in that case to find an orthonormal basis.
Here we are using the property of cross product which is defined only for $vin mathbbR^3$.
The method is therefore not useful in general but it is very effective in that case to find an orthonormal basis.
answered 3 hours ago
gimusi
71.8k73888
71.8k73888
add a comment |Â
add a comment |Â
up vote
2
down vote
The cross-product $u_1times u_2$ of any two vectors $u_1$ and $u_2$ is always orthogonal to both of them. Furthermore,$$lVert u_1times u_2rVert=lVert u_1rVert.lVert u_2rVert.sintheta,$$where $theta$ is the angle between them. Therefore, if $u_1$ and $u_2$ are orthogonal and both of them have norm $1$, $u_1times u_2$ will also have norm $1$ (and it will be orthogonal to the other two).
add a comment |Â
up vote
2
down vote
The cross-product $u_1times u_2$ of any two vectors $u_1$ and $u_2$ is always orthogonal to both of them. Furthermore,$$lVert u_1times u_2rVert=lVert u_1rVert.lVert u_2rVert.sintheta,$$where $theta$ is the angle between them. Therefore, if $u_1$ and $u_2$ are orthogonal and both of them have norm $1$, $u_1times u_2$ will also have norm $1$ (and it will be orthogonal to the other two).
add a comment |Â
up vote
2
down vote
up vote
2
down vote
The cross-product $u_1times u_2$ of any two vectors $u_1$ and $u_2$ is always orthogonal to both of them. Furthermore,$$lVert u_1times u_2rVert=lVert u_1rVert.lVert u_2rVert.sintheta,$$where $theta$ is the angle between them. Therefore, if $u_1$ and $u_2$ are orthogonal and both of them have norm $1$, $u_1times u_2$ will also have norm $1$ (and it will be orthogonal to the other two).
The cross-product $u_1times u_2$ of any two vectors $u_1$ and $u_2$ is always orthogonal to both of them. Furthermore,$$lVert u_1times u_2rVert=lVert u_1rVert.lVert u_2rVert.sintheta,$$where $theta$ is the angle between them. Therefore, if $u_1$ and $u_2$ are orthogonal and both of them have norm $1$, $u_1times u_2$ will also have norm $1$ (and it will be orthogonal to the other two).
answered 3 hours ago
José Carlos Santos
121k16101185
121k16101185
add a comment |Â
add a comment |Â
up vote
1
down vote
Yes, you can check it by direct calculation.
Assume that $u = beginbmatrix u_1 \ u_2 \ u_3 endbmatrix$ and $v = beginbmatrix v_1 \ v_2 \ v_3 endbmatrix$ are orthonormal vectors. Their cross product is defined as
$$u times v = beginbmatrix u_2v_3 - u_3v_2 \ u_3v_1-u_1v_3 \ u_1v_2 - u_2v_1 endbmatrix$$
We have
$$langle u, u times vrangle = u_1u_2v_3 - u_1u_3v_2 + u_2u_3v_1 - u_1u_2v_3 + u_1u_3v_2 - u_2u_3v_1 = 0$$
$$langle v, u times vrangle = u_2v_1v_3 - u_3v_1v_2 + u_2v_1v_2 - u_1v_2v_3 + u_1v_2v_3 - u_2v_1v_3 = 0$$
beginalign
|utimes v|^2 &= (u_2v_3 - u_3v_2)^2 + (u_3v_1-u_1v_3)^2 + (u_1v_2 - u_2v_1)^2 \
&= u_2^2v_3^2 - 2u_2u_3v_2v_3 + u_3^2v_2^2 + u_3^2v_1^2 - 2u_1u_3v_1v_3 + u_1^2v_3^2 + u_1^2v_2^2 - 2u_1u_2v_1v_2 + u_2^2v_1^2 \
&= u_1^2(v_2^2 + v_3^2) + u_2^2(v_1^2 + v_3^2) + u_3^2(v_1^2 + v_2^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= u_1^2(1-v_1^2) + u_2^2(1 -v_2^2) + u_3^2(1-v_3^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= (u_1^2+u_2^2+u_3^2) - (u_1^2v_1^2 + u_2^2v_2^2+u_3^2v_3^2 + 2u_1u_2v_1v_2 + 2u_1u_3v_1v_3 + 2u_2u_3v_2v_3)\
&= |u|^2 - langle u,vrangle ^2\
&= 1
endalign
so $u, v, utimes v$ is an orthonormal basis for $mathbbR^3$.
add a comment |Â
up vote
1
down vote
Yes, you can check it by direct calculation.
Assume that $u = beginbmatrix u_1 \ u_2 \ u_3 endbmatrix$ and $v = beginbmatrix v_1 \ v_2 \ v_3 endbmatrix$ are orthonormal vectors. Their cross product is defined as
$$u times v = beginbmatrix u_2v_3 - u_3v_2 \ u_3v_1-u_1v_3 \ u_1v_2 - u_2v_1 endbmatrix$$
We have
$$langle u, u times vrangle = u_1u_2v_3 - u_1u_3v_2 + u_2u_3v_1 - u_1u_2v_3 + u_1u_3v_2 - u_2u_3v_1 = 0$$
$$langle v, u times vrangle = u_2v_1v_3 - u_3v_1v_2 + u_2v_1v_2 - u_1v_2v_3 + u_1v_2v_3 - u_2v_1v_3 = 0$$
beginalign
|utimes v|^2 &= (u_2v_3 - u_3v_2)^2 + (u_3v_1-u_1v_3)^2 + (u_1v_2 - u_2v_1)^2 \
&= u_2^2v_3^2 - 2u_2u_3v_2v_3 + u_3^2v_2^2 + u_3^2v_1^2 - 2u_1u_3v_1v_3 + u_1^2v_3^2 + u_1^2v_2^2 - 2u_1u_2v_1v_2 + u_2^2v_1^2 \
&= u_1^2(v_2^2 + v_3^2) + u_2^2(v_1^2 + v_3^2) + u_3^2(v_1^2 + v_2^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= u_1^2(1-v_1^2) + u_2^2(1 -v_2^2) + u_3^2(1-v_3^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= (u_1^2+u_2^2+u_3^2) - (u_1^2v_1^2 + u_2^2v_2^2+u_3^2v_3^2 + 2u_1u_2v_1v_2 + 2u_1u_3v_1v_3 + 2u_2u_3v_2v_3)\
&= |u|^2 - langle u,vrangle ^2\
&= 1
endalign
so $u, v, utimes v$ is an orthonormal basis for $mathbbR^3$.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Yes, you can check it by direct calculation.
Assume that $u = beginbmatrix u_1 \ u_2 \ u_3 endbmatrix$ and $v = beginbmatrix v_1 \ v_2 \ v_3 endbmatrix$ are orthonormal vectors. Their cross product is defined as
$$u times v = beginbmatrix u_2v_3 - u_3v_2 \ u_3v_1-u_1v_3 \ u_1v_2 - u_2v_1 endbmatrix$$
We have
$$langle u, u times vrangle = u_1u_2v_3 - u_1u_3v_2 + u_2u_3v_1 - u_1u_2v_3 + u_1u_3v_2 - u_2u_3v_1 = 0$$
$$langle v, u times vrangle = u_2v_1v_3 - u_3v_1v_2 + u_2v_1v_2 - u_1v_2v_3 + u_1v_2v_3 - u_2v_1v_3 = 0$$
beginalign
|utimes v|^2 &= (u_2v_3 - u_3v_2)^2 + (u_3v_1-u_1v_3)^2 + (u_1v_2 - u_2v_1)^2 \
&= u_2^2v_3^2 - 2u_2u_3v_2v_3 + u_3^2v_2^2 + u_3^2v_1^2 - 2u_1u_3v_1v_3 + u_1^2v_3^2 + u_1^2v_2^2 - 2u_1u_2v_1v_2 + u_2^2v_1^2 \
&= u_1^2(v_2^2 + v_3^2) + u_2^2(v_1^2 + v_3^2) + u_3^2(v_1^2 + v_2^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= u_1^2(1-v_1^2) + u_2^2(1 -v_2^2) + u_3^2(1-v_3^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= (u_1^2+u_2^2+u_3^2) - (u_1^2v_1^2 + u_2^2v_2^2+u_3^2v_3^2 + 2u_1u_2v_1v_2 + 2u_1u_3v_1v_3 + 2u_2u_3v_2v_3)\
&= |u|^2 - langle u,vrangle ^2\
&= 1
endalign
so $u, v, utimes v$ is an orthonormal basis for $mathbbR^3$.
Yes, you can check it by direct calculation.
Assume that $u = beginbmatrix u_1 \ u_2 \ u_3 endbmatrix$ and $v = beginbmatrix v_1 \ v_2 \ v_3 endbmatrix$ are orthonormal vectors. Their cross product is defined as
$$u times v = beginbmatrix u_2v_3 - u_3v_2 \ u_3v_1-u_1v_3 \ u_1v_2 - u_2v_1 endbmatrix$$
We have
$$langle u, u times vrangle = u_1u_2v_3 - u_1u_3v_2 + u_2u_3v_1 - u_1u_2v_3 + u_1u_3v_2 - u_2u_3v_1 = 0$$
$$langle v, u times vrangle = u_2v_1v_3 - u_3v_1v_2 + u_2v_1v_2 - u_1v_2v_3 + u_1v_2v_3 - u_2v_1v_3 = 0$$
beginalign
|utimes v|^2 &= (u_2v_3 - u_3v_2)^2 + (u_3v_1-u_1v_3)^2 + (u_1v_2 - u_2v_1)^2 \
&= u_2^2v_3^2 - 2u_2u_3v_2v_3 + u_3^2v_2^2 + u_3^2v_1^2 - 2u_1u_3v_1v_3 + u_1^2v_3^2 + u_1^2v_2^2 - 2u_1u_2v_1v_2 + u_2^2v_1^2 \
&= u_1^2(v_2^2 + v_3^2) + u_2^2(v_1^2 + v_3^2) + u_3^2(v_1^2 + v_2^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= u_1^2(1-v_1^2) + u_2^2(1 -v_2^2) + u_3^2(1-v_3^2) - 2u_2u_3v_2v_3 - 2u_1u_3v_1v_3 - 2u_1u_2v_1v_2 \
&= (u_1^2+u_2^2+u_3^2) - (u_1^2v_1^2 + u_2^2v_2^2+u_3^2v_3^2 + 2u_1u_2v_1v_2 + 2u_1u_3v_1v_3 + 2u_2u_3v_2v_3)\
&= |u|^2 - langle u,vrangle ^2\
&= 1
endalign
so $u, v, utimes v$ is an orthonormal basis for $mathbbR^3$.
answered 2 hours ago
mechanodroid
23.7k52144
23.7k52144
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2916600%2fforming-an-orthonormal-vector-when-you-already-have-two-perpendicular-vectors%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Yes, for two vectors in $mathbb R^3$ which are orthonormal, the cross product always gives you a third vector making the three vectors orthonormal.
â Kavi Rama Murthy
3 hours ago