Question 1013019
a ship leaves a port and sails for 4 hours on a course of 38° at 18 knots. Then the ship changes its course to 168° and sails for 6 hours at 16 knots. After the 10 hours (a) what is the distance of the ship from the port and (b) what is the bearing from the port to the ship? 
------
x-coordinate:: 4*18*cos(38) + 6*16*cos(168) = -37.17 knots
------
y-coordinate:: 4*18 sin(38) + 6*16*sin(168) = 64.29 knots
-------
Distance = sqrt[37.17^2 + 64.29^2] = 74.26 knots
-------
Bearing:: arctan(64.29/-37.17) = 180-59.97 = 120.03 degrees
----------------
Cheers,
Stan H.
----------