document.write( "Question 204902: Hi all, Im still having trouble with these vector problems, I cant solve the problems listed below for the following:
\n" );
document.write( "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)
\n" );
document.write( "I need to:
\n" );
document.write( "a) Calculate the cosine of the angle between ~u and ~v.
\n" );
document.write( "b) Fin the cross product of ~u and ~v.
\n" );
document.write( "Some help with steps and explanations on how to solve would be great.
\n" );
document.write( "Thanks, -Nick \n" );
document.write( "
Algebra.Com's Answer #154652 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! u = 3i - j - 2k \n" ); document.write( "v = 2i + j + k\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "size of u (|u|) = \n" ); document.write( "size of v (|v|) = \n" ); document.write( "\n" ); document.write( "a) cosine of the angle between u and v: \n" ); document.write( "cos(angle) = (dot product between u and v)/(|u|*|v|) \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( "it can be rationalized so it becomes: \n" ); document.write( " \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( "= \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) i cross j = k, j cross k = i, k cross i = j \n" ); document.write( "j cross i = -k, k cross j = -i, i cross k = -j \n" ); document.write( "cross product between i and i = between j and j = between k and k = 0 \n" ); document.write( "so,cross product between u and v: \n" ); document.write( "(3i*j) + (3i*k) + (-j*2i) + (-j*k) + (-2k*2i) + (-2k*j) \n" ); document.write( "= 3k + (-3j) + 2k + (-i) +(-4j) + 2i \n" ); document.write( "= i - 7j + 5k \n" ); document.write( " |