document.write( "Question 981088: Determine whether the vectors u and v are parallel, orthogonal, or neither.
\n" );
document.write( "u = <6, -2>, v = <2, 6>
\n" );
document.write( "Please help, I don't know how to find the direction of the vectors!\r
\n" );
document.write( "\n" );
document.write( "Please help, I don't know how to find the direction of the vectors! \n" );
document.write( "
Algebra.Com's Answer #602108 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Determine whether the vectors u and v are parallel, orthogonal, or neither. \n" ); document.write( "u = <6, -2>, v = <2, 6> \n" ); document.write( "Please help, I don't know how to find the direction of the vectors! \n" ); document.write( "----- \n" ); document.write( "Assuming you do not want to use the dot-product. \n" ); document.write( "--- \n" ); document.write( "Direction of \"u\" = arctan(-2/6) = -18.43 degrees \n" ); document.write( "Direction o \"v\" = arctan(6/2) = 71.56 \n" ); document.write( "------- \n" ); document.write( "Note 18.43 + 71.56 = 90 degrees \n" ); document.write( "---- \n" ); document.write( "Conclusion:: u and v are perpendicular. \n" ); document.write( "============ \n" ); document.write( "Using dot-product \n" ); document.write( "u dot v = (6*2)+(-2*6) = 0 \n" ); document.write( "Therefore u and v are perpendicular. \n" ); document.write( "--------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |