document.write( "Question 334795: How can I use the vector product to find the angle between the vectors:
\n" );
document.write( "v= 6i - 3j + k and w= 2i + 2j - k. ???
\n" );
document.write( "Any help would be great.
\n" );
document.write( "-Nick \n" );
document.write( "
Algebra.Com's Answer #239910 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How can I use the vector product to find the angle between the vectors: \n" ); document.write( "v= 6i - 3j + k and w= 2i + 2j - k. \n" ); document.write( "------------ \n" ); document.write( "The dot product is the product of the 2 magnitudes * cos of the angle between the vectors. \n" ); document.write( "|v| = sqrt(36 + 9 + 1) = sqrt(46) \n" ); document.write( "|w| = sqrt(4 + 4 + 1) = 3 \n" ); document.write( "---------------- \n" ); document.write( "v dot w = 6*2 + -3*2 + -1 = 5 \n" ); document.write( "5 = 3*sqrt(46)*cos(A) \n" ); document.write( "cos(A) = 5/(3sqrt(46)) =~ 0.2457366 \n" ); document.write( "Angle =~ 75.7746 degs \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |