document.write( "Question 39700: What is the magnitude and direction of the vector {-5,12}? The direction is measured from the positive x-axis. \n" ); document.write( "
Algebra.Com's Answer #25132 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the magnitude and direction of the vector {-5,12}? The direction is measured from the positive x-axis.\r \n" ); document.write( "\n" ); document.write( "For any vector (a,b): \n" ); document.write( "magnitude = sqrt(a^2+b^2) \n" ); document.write( "direction = arctan(b/a)\r \n" ); document.write( "\n" ); document.write( "For your problem: \n" ); document.write( "magnitide = sqrt(5^2+12^2)= 13 \n" ); document.write( "direction = arctan(-12/5)= 112.62 degrees \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |