document.write( "Question 204887: 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) Find the corresponding unit vectors for ~u and ~v
\n" );
document.write( "b) Calculate the dot product of the angle between ~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 #154701 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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) Find the corresponding unit vectors for ~u and ~v \n" ); document.write( "--------------- \n" ); document.write( "Find the magnitude of each. \n" ); document.write( "for u: = sqrt(9 + 1 + 4) = sqrt(14) \n" ); document.write( "Divide the vector by its magnitude to get the unit vector. \n" ); document.write( "--> 3i/sqrt(14) - j/sqrt(14) - 2k/sqrt(14) \n" ); document.write( "You can manipulate it to get the radical out of the denominators, or not. \n" ); document.write( "----------------- \n" ); document.write( "for v: = sqrt(4 + 1 + 1) \n" ); document.write( "= sqrt(6) \n" ); document.write( "Same as above. \n" ); document.write( "--------------------- \n" ); document.write( "b) Calculate the dot product of the angle between ~u and ~v. \n" ); document.write( "----------------------------- \n" ); document.write( "It's not the dot product of the angle. \n" ); document.write( "I assume you want to find the angle between the 2 vectors. \n" ); document.write( "Find the dot product: \n" ); document.write( "Multiply the i, j, and k elements, and add them. \n" ); document.write( "u dot v = 3*2 + -1*1 + -2*1 = 6-1-2 = 3 \n" ); document.write( "The dot product is the product of the 2 magnitudes times the cos of the angle between them. So the cos is \n" ); document.write( "dot/Mag(u)*Mag(v) \n" ); document.write( "cos = 3/sqrt(14)*sqrt(6) \n" ); document.write( "cos = 3/sqrt(84) \n" ); document.write( "angle = 70.89 degs\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |