Magnitude of the sum of vectors in 3D space
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have three vectors $u_1,u_2,u_3$,
$$
||u_1||=3\
||u_2||=1\
||u_3||=2\
angle u_1,u_2=fracpi3\
angle u_3,u_1=fracpi4\
angle u_3,u_2=fracpi4.
$$
I am asked to calculate the length of $u_1+u_2+u_3$ and the area of the parallellogram spanned by $u_1+u_2$ and $u_3$.
My problem is with calculating the length of the vector sums. I don't believe I can use the normal pythagorean theorem since the vectors aren't all orthogonal to each other, but I assume I could use some generalized version of the Pythagorean theorem. However, since we haven't really learned that in the course I am taking, I don't think that's the point. Is there another way to do this using the most elementary concepts of linear algebra such as dot products, vector products etc.? I have a feeling the answer is really obvious but I just don't see it.
linear-algebra vectors
add a comment |Â
up vote
0
down vote
favorite
I have three vectors $u_1,u_2,u_3$,
$$
||u_1||=3\
||u_2||=1\
||u_3||=2\
angle u_1,u_2=fracpi3\
angle u_3,u_1=fracpi4\
angle u_3,u_2=fracpi4.
$$
I am asked to calculate the length of $u_1+u_2+u_3$ and the area of the parallellogram spanned by $u_1+u_2$ and $u_3$.
My problem is with calculating the length of the vector sums. I don't believe I can use the normal pythagorean theorem since the vectors aren't all orthogonal to each other, but I assume I could use some generalized version of the Pythagorean theorem. However, since we haven't really learned that in the course I am taking, I don't think that's the point. Is there another way to do this using the most elementary concepts of linear algebra such as dot products, vector products etc.? I have a feeling the answer is really obvious but I just don't see it.
linear-algebra vectors
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have three vectors $u_1,u_2,u_3$,
$$
||u_1||=3\
||u_2||=1\
||u_3||=2\
angle u_1,u_2=fracpi3\
angle u_3,u_1=fracpi4\
angle u_3,u_2=fracpi4.
$$
I am asked to calculate the length of $u_1+u_2+u_3$ and the area of the parallellogram spanned by $u_1+u_2$ and $u_3$.
My problem is with calculating the length of the vector sums. I don't believe I can use the normal pythagorean theorem since the vectors aren't all orthogonal to each other, but I assume I could use some generalized version of the Pythagorean theorem. However, since we haven't really learned that in the course I am taking, I don't think that's the point. Is there another way to do this using the most elementary concepts of linear algebra such as dot products, vector products etc.? I have a feeling the answer is really obvious but I just don't see it.
linear-algebra vectors
I have three vectors $u_1,u_2,u_3$,
$$
||u_1||=3\
||u_2||=1\
||u_3||=2\
angle u_1,u_2=fracpi3\
angle u_3,u_1=fracpi4\
angle u_3,u_2=fracpi4.
$$
I am asked to calculate the length of $u_1+u_2+u_3$ and the area of the parallellogram spanned by $u_1+u_2$ and $u_3$.
My problem is with calculating the length of the vector sums. I don't believe I can use the normal pythagorean theorem since the vectors aren't all orthogonal to each other, but I assume I could use some generalized version of the Pythagorean theorem. However, since we haven't really learned that in the course I am taking, I don't think that's the point. Is there another way to do this using the most elementary concepts of linear algebra such as dot products, vector products etc.? I have a feeling the answer is really obvious but I just don't see it.
linear-algebra vectors
asked Aug 16 at 10:20
Chisq
1467
1467
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
By $ cdot $ I denote the usual scalar product in $3D$.
Hints:
We have $u_i cdot u_j =||u_i||||u_j|| cos angle u_i,u_j$.
$||u_1+u_2+u_3||^2=(u_1+u_2+u_3) cdot (u_1+u_2+u_3) $.
Can you proceed ?
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
By $ cdot $ I denote the usual scalar product in $3D$.
Hints:
We have $u_i cdot u_j =||u_i||||u_j|| cos angle u_i,u_j$.
$||u_1+u_2+u_3||^2=(u_1+u_2+u_3) cdot (u_1+u_2+u_3) $.
Can you proceed ?
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
add a comment |Â
up vote
2
down vote
accepted
By $ cdot $ I denote the usual scalar product in $3D$.
Hints:
We have $u_i cdot u_j =||u_i||||u_j|| cos angle u_i,u_j$.
$||u_1+u_2+u_3||^2=(u_1+u_2+u_3) cdot (u_1+u_2+u_3) $.
Can you proceed ?
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
By $ cdot $ I denote the usual scalar product in $3D$.
Hints:
We have $u_i cdot u_j =||u_i||||u_j|| cos angle u_i,u_j$.
$||u_1+u_2+u_3||^2=(u_1+u_2+u_3) cdot (u_1+u_2+u_3) $.
Can you proceed ?
By $ cdot $ I denote the usual scalar product in $3D$.
Hints:
We have $u_i cdot u_j =||u_i||||u_j|| cos angle u_i,u_j$.
$||u_1+u_2+u_3||^2=(u_1+u_2+u_3) cdot (u_1+u_2+u_3) $.
Can you proceed ?
answered Aug 16 at 10:26
Fred
38k1238
38k1238
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
add a comment |Â
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
Ah, of course! I guess it was just as obvious as I imagined it would be. Thanks a lot.
â Chisq
Aug 16 at 10:28
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%2f2884630%2fmagnitude-of-the-sum-of-vectors-in-3d-space%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