SOLUTION: Hi all, Im still having trouble with these vector problems, I cant solve the problems listed below for the following:
Let ~u = 3~i - ~j - 2~k and ~v = 2~i + ~j + ~k.(Again, the ~
Algebra ->
Equations
-> SOLUTION: Hi all, Im still having trouble with these vector problems, I cant solve the problems listed below for the following:
Let ~u = 3~i - ~j - 2~k and ~v = 2~i + ~j + ~k.(Again, the ~
Log On
Question 204902: Hi all, Im still having trouble with these vector problems, I cant solve the problems listed below for the following:
Let ~u = 3~i - ~j - 2~k and ~v = 2~i + ~j + ~k.(Again, the ~ symbols mean that there is and arrow symbol above the value in the positive direction)
I need to:
a) Calculate the cosine of the angle between ~u and ~v.
b) Fin the cross product of ~u and ~v.
Some help with steps and explanations on how to solve would be great.
Thanks, -Nick Answer by alicealc(293) (Show Source):
size of u (|u|) =
size of v (|v|) =
a) cosine of the angle between u and v:
cos(angle) = (dot product between u and v)/(|u|*|v|)
=
=
=
=
it can be rationalized so it becomes:
=
=
=
b) i cross j = k, j cross k = i, k cross i = j
j cross i = -k, k cross j = -i, i cross k = -j
cross product between i and i = between j and j = between k and k = 0
so,cross product between u and v:
(3i*j) + (3i*k) + (-j*2i) + (-j*k) + (-2k*2i) + (-2k*j)
= 3k + (-3j) + 2k + (-i) +(-4j) + 2i
= i - 7j + 5k