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 #21665 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! 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( "ONE STANDARD METHOD IS TO DECOMPOSE EACH VECTOR INTO ITS COMPONENTS AND THEN ADD OR SUBTRACT OR WHATEVER IS NEEDED \n" ); document.write( "U=10COS(200)*i+10SIN(200)*j=-9.403i-3.404j \n" ); document.write( "V=8COS(35)*i+8SIN(35)*j=6.555i+4.587j \n" ); document.write( "U-V=-15.9576i-7.99j \n" ); document.write( "|U-V|=SQRT{(-15.9576)^2+(-7.99)^2}=17.84622 \n" ); document.write( "TAN(BEARING)=0.5008 \n" ); document.write( "BEARING=26.6 DEGREES \n" ); document.write( " |