document.write( "Question 1172269: An airplane is traveling at a speed of 200 miles/hour with a bearing of 240°. The wind velocity is 60 miles/hour at a bearing of 25°. What are the plane's actual speed and direction angle?\r
\n" );
document.write( "\n" );
document.write( "a. The speed is 140.33 miles/hour, and the direction angle is 237.87°.
\n" );
document.write( "b. The speed is 140.73 miles/hour, and the direction angle is 197.15°.
\n" );
document.write( "c. The speed is 154.73 miles/hour, and the direction angle is 77.85°.
\n" );
document.write( "d. The speed is 154.73 miles/hour, and the direction angle is 197.15°.\r
\n" );
document.write( "\n" );
document.write( "thanks in advance for helping me \n" );
document.write( "
Algebra.Com's Answer #797243 by math_tutor2020(3817) ![]() You can put this solution on YOUR website! \n" ); document.write( "With compass bearings, the angle 000° points directly north. As the angle increases, you turn toward the east direction. This means the angle increases as you turn clockwise as this diagram indicates\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Image source: \n" ); document.write( "https://gis.stackexchange.com/questions/239374/determining-spatial-sort-order-with-arcpy\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The bearing 240 degrees is located in the southwest quadrant, while the bearing 025 degrees is in the northeast quadrant.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------------- \n" ); document.write( "When it comes to angles in trig, convention has 0 degrees pointing directly east. \n" ); document.write( "Also, the angle increases as you move counterclockwise. \n" ); document.write( "So we'll have to make a conversion. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note how the bearing 240 degrees is 30 degrees below the west direction (270). \n" ); document.write( "For angles in trig, the west direction is 180 degrees. \n" ); document.write( "This means we add on 30 to 180 to get 30+180 = 210\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the bearing 240 degrees is the same as the angle 210 degrees when converting to the trig equivalent angle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Similarly, the bearing 025 degrees converts to 65 degrees\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This diagram visually summarizes what I mean \n" ); document.write( " ![]() \n" ); document.write( "note: The diagram above showing the plane's vector is not accounting for the wind.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have the bearing 025° be the same as the angle 65°, when we start 0 aimed at the east direction (instead of north)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The bearing 240° is the same as the angle 210°\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The bearings are in red while the converted angle measures are in blue\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "I broke up the two vectors so they each had their own coordinate system. Though we'll combine them later as explained below.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vector for the aircraft, without accounting for the wind, is \n" ); document.write( "< x, y > = < r*cos(theta), r*sin(theta) > \n" ); document.write( "< x, y > = < 200*cos(210), 200*sin(210) > \n" ); document.write( "p = < 200*cos(210), 200*sin(210) >\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Where r = 200 is the plane's speed without the wind affecting it\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The wind's vector is \n" ); document.write( "< x, y > = < r*cos(theta), r*sin(theta) > \n" ); document.write( "< x, y > = < 60*cos(65), 60*sin(65) > \n" ); document.write( "w = < 60*cos(65), 60*sin(65) >\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we add the two vectors:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p+w = < 200*cos(210), 200*sin(210)>+<60*cos(65), 60*sin(65) > \n" ); document.write( "p+w = < 200*cos(210)+60*cos(65), 60*sin(65)+200*sin(210) > \n" ); document.write( "p+w = < -147.847985052446, -45.621532777801 > \n" ); document.write( "f = < -147.847985052446, -45.621532777801 > \n" ); document.write( "Make sure your calculator is in degree mode.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f represents the final vector, which is where the plane is aimed with the wind accounted for\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let f = < a,b >\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We need to find the direction and magnitude for vector f\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Recall the magnitude is simply the length of the vector. \n" ); document.write( "We use the pythagorean theorem to see that \n" ); document.write( "|f| = sqrt(a^2+b^2) \n" ); document.write( "|f| = sqrt((-147.847985052446)^2+(-45.621532777801)^2) \n" ); document.write( "|f| = 154.726697557546 \n" ); document.write( "|f| = 154.73\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After accounting for the wind, the plane's speed is roughly 154.73 mph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now find the direction angle theta \n" ); document.write( "theta = arctan(b/a) \n" ); document.write( "theta = arctan(-45.621532777801/(-147.847985052446)) \n" ); document.write( "theta = 17.1486847735892 \n" ); document.write( "theta = 17.15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This theta value points in quadrant 1 (northeast quadrant), but we want to aim for quadrant 3 (southwest quadrant). \n" ); document.write( "This is because both a,b are negative making the point (a, b) be in quadrant 3. \n" ); document.write( "So we need to add 180 to this result\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "theta+180 = 17.15+180 = 197.15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After accounting for the wind, the plane's direction is roughly 197.15° (which is in the southwest quadrant)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: d. The speed is 154.73 miles/hour, and the direction angle is 197.15° \n" ); document.write( " |