70.8k views
4 votes
An airplane has its auto pilot set to fly in a direction of 40 degrees at a speed of 320 mph. The wind is blowing the airplane towards a direction of 130 degrees at a speed of 20 mph. If the auto pilot does not account for the wind that is pushing against the plane find the exact distance and direction of the plane after 1 hour of flying.

User RTM
by
6.2k points

1 Answer

2 votes

Answer:

distance: 320.624 miles

direction: 43.576°

Explanation:

The speed and direction can be found by adding the given vectors.

... 320∠40° + 20∠130°

... = (320·cos(40°), 320·sin(40°)) + (20·cos(130°), 20·sin(130°))

... = (245.134, 205.692) +(-12.856, 15.321) = (232.278, 221.013)

The magnitude of the vector with these components is found using the Pythagorean theorem. The direction is found using the arctangent function.

... = √(232.278² +221.013²)∠arctan(221.013/232.278)

... = 320.624∠43.576°

_____

A suitable vector or graphing calculator can do this easily. In the screenshot of a TI-84 app below, the variable D has the value π/180. The display mode is set to degrees.

_____

Comment on coordinate systems

Navigation directions are generally measured clockwise from North. Angles in the usual x-y coordinate plane are measured counterclockwise from +x (effectively, East). You can consider the geometry of the navigation coordinate system to be a reflection across the line y=x of the geometry of the usual x-y coordinate system.

Reflection does not change lengths or angles within a given geometry. Hence, we can use all the usual tools of vector calculation using navigation coordinates, without bothering to translate them back and forth to x-y coordinates.

_____

Problems like this generally can be worked using the Law of Cosines and the Law of Sines, too. It generally helps to draw a diagram so you can find the values of the angles betwee the various vectors more easily.

An airplane has its auto pilot set to fly in a direction of 40 degrees at a speed-example-1
User Loutre
by
6.7k points