A ship is being pulled by two tugboats. The smaller tugboat is 13 degrees off the port bow and the larger tugboat is 20 degrees off the starboard bow. The larger one pulls twice as hard as the smaller tugboat. In what direction will the ship move?

Just for ease of notation, say the reference direction is 0°, and the forces have magnitude 1 and 2. So, we need to add

1 @ 13° = (0.9743,0.2250)
2 @ -20° = (0.9397,-0.6840)
add them up to get
(1.914,-0.459) = 1.968 @ -13.5°

You can determine whether that's port or starboard.

To determine the direction in which the ship will move, we need to consider the forces exerted by the two tugboats. Given that the larger tugboat pulls twice as hard as the smaller one, we can assume that the smaller tugboat creates a force 'F', and the larger tugboat creates a force '2F'.

Now, let's break down the forces relative to the ship's direction. The smaller tugboat is 13 degrees off the port bow, which means it creates a force in that direction. The larger tugboat is 20 degrees off the starboard bow, which creates a force in the opposite direction.

Since forces operate in vectors, we can represent the force created by the smaller tugboat as "F' towards the port bow, and the force created by the larger tugboat as "2F" towards the starboard bow (opposite direction).

To find the net force acting on the ship, we can resolve these forces into their horizontal and vertical components. Since the forces are at an angle to the ship's direction, we can use trigonometry to calculate the horizontal and vertical components of each force.

For the smaller tugboat:
Horizontal component = F' * cos(13)
Vertical component = F' * sin(13)

For the larger tugboat:
Horizontal component = -2F * cos(20)
Vertical component = -2F * sin(20)

Now, we can sum up the horizontal and vertical components separately:
Horizontal component = F' * cos(13) + (-2F * cos(20))
Vertical component = F' * sin(13) + (-2F * sin(20))

Since the larger tugboat pulls twice as hard (2F), the horizontal and vertical components will be twice as large for the larger tugboat.

The resultant force (net force) acting on the ship can be found by summing up the horizontal and vertical components:
Net horizontal force = (F' * cos(13)) + (-2F * cos(20))
Net vertical force = (F' * sin(13)) + (-2F * sin(20))

Finally, the direction of the ship's movement can be determined by the resultant force vector. If the net horizontal force is greater than zero, the ship will move in the right direction. If the net vertical force is greater than zero, the ship will move forward.

By calculating the values of the variables involved (F', F, cos, sin, etc.), you can determine the specific direction in which the ship will move based on the given angles and forces.