document.write( "Question 35500: the vector u has magnitude 10 and bearing 200 degrees. vector v has magnitude 8 and bearing 35 degrees. choose the correct magnitude of u-v and its bearings. \n" ); document.write( "
Algebra.Com's Answer #21664 by narayaba(40)![]() ![]() ![]() You can put this solution on YOUR website! Vectors can be represneted in two possible ways. A vector can be represented using the cartesian cordinate system (x,y). They can also be represented as polar cordinates. In polar cordinate a vector is represented by its magnitude and its angle with respect to the positive direction of X axis. \r \n" ); document.write( "\n" ); document.write( "If T is a vector with components (tx,ty) in cartesian cordinate system then in polar cordinate the vector can be written as follows\r \n" ); document.write( "\n" ); document.write( "magnitude r = sqrt(tx^2 + ty^2) and angle theta = tan^-1(ty/tx) (inverse tan) \n" ); document.write( " here tx = r*cos(theta) and ty = r*sin(theta) ------ EQUATION 1\r \n" ); document.write( "\n" ); document.write( "now the vector T can be represented in polar cordinate as (r,theta)\r \n" ); document.write( "\n" ); document.write( "For the vector u with magnitude r =8 and theta =35 \n" ); document.write( "the x and y components are ux = 8*cos(35) = 8* 0.8192 = 6.5536 \n" ); document.write( "and uy =8*sin(35) = 8* 0.5736 = 4.5586\r \n" ); document.write( "\n" ); document.write( "similarly For the vector v with magnitude r =10 and theta =200 \n" ); document.write( "the x and y components are vx = 10*cos(200) = 10* -0.9397 = -9.9397 \n" ); document.write( "and vy =10*sin(200) = 10*-0.3420 = -3.420 \r \n" ); document.write( "\n" ); document.write( "we want vector u - v in cartesian coordinates (ux-vx, uy-vy) = (16.4933, 7.9786)\r \n" ); document.write( "\n" ); document.write( "Using EQUATION 1 \n" ); document.write( "The vector u - v in polar cordinates is r = sqrt(16.4933^2 + 7.9786^2) = 18.3218 \r \n" ); document.write( "\n" ); document.write( "and theta = tan^-1(7.9786/16.4933) = 25.8153 degrees \n" ); document.write( "The vector u - v in polar coordinates is (18.3218, 25.8153)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |