document.write( "Question 114732: An airplane is flying at 340 mph with a heading of 210 degrees. If a 50 mph wind is blowing from the west, find the actual ground speed and course of the airplane. \n" ); document.write( "
Algebra.Com's Answer #83531 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Assuming east is positive x, north is positive y, break down the airplane's velocity into a vector in the x-y plane. \n" ); document.write( "The plane is traveling 340 mph at a bearing of 210 degrees or (340cos(210), 340 sin(210)). \n" ); document.write( "The wind is blowing from the west (to the east) at 50 mph or (50,0). \n" ); document.write( "The actual ground speed would be the vector sum of those two (340 cos(210)+50, 340 sin(210)) or (-294.4+50,-170) or (-244.4,-170). \n" ); document.write( "The magnitude of that velocity vector is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "For direction \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Since this angle is measured from the (-y) axis, we add 180 to get the actual heading. \n" ); document.write( "The plane is traveling at 297.8 mph at a heading of 214.8 degrees. \n" ); document.write( " |