
Anthony B. answered 09/21/18
Tutor
5.0
(28)
Bachelor's degree in Electrical Engineering
This is a vector addition problem. First break each of these movements into their x-y components, keeping angles relative to a chosen axis. Lets choose East as that axis, with positive angles north of east, and negative angles south of east.
X1 = <x1,y1> = <85mi * cos 22, 85mi * sin (22)>
X2 = <x2,y1> = <115mi * cos -48, 115mi * sin (-48)>
Then we do a vector addition to find the direction the plane ends up relative to the Seattle airport:
X3 = X1 + X2 = <x3, y3>
So add the components of X1 and X2 to get the components of X3.
Then the final step is to convert from the cartesian coordinates <x3, y3> into circular coordinates. The distance you get from pythagorean theorem: sqrt(x32 + y32), and the using a tangent:
Tan(theta) = y3 / x3
John B.
09/21/18