Statement

difficulty

Quarantine was declared in a passenger cruise ship due to a contagious viral intoxication. To help, the Red Cross sent a helicopter with a box full of drugs. Since the crew of the helicopter could not land on the ship, it is decided to drop the package on a mat on the ship deck.

Assuming that the cruise travels at 72 km/h and that the helicopter travels in the same direction at 108 km/h, at an altitude of 40 m, at what horizontal distance from the ship should the package be dropped? And at what distance if they are traveling toward each other?


Solution

Data

  • Ship velocity: 72 km/h = 20 m/s
  • Helicopter velocity: 108 km/h = 30 m/s

Preliminary considerations

  • The ship is moving with uniform rectilinear motion
  • The package will experience horizontal launch motion
  • We will place the origin of the system of reference at sea level, with the y-axis at the point at which the helicopter will drop the package
  • At that time, the ship is at a distance x0s which is exactly what we are being asked to calculate

Starting from these considerations above, the data of the motion are:

  • Initial velocity of the package in the x-axis: v0xp = 30 m/s
  • Initial velocity of the package in the y-axis: v0yp = 0 m/s
  • Ship velocity in the x-axis: v0xs = 20 m/s
  • Initial height of the package: y0p = H = 40 m
  • Final height of the package:  yfp = 0 m
  • Value of the acceleration of gravity g = 9.8 m/s2

Resolution

The equations for each motion are shown in the following table. Notice we use the subscripts p and s to refer to the package and ship variables respectively.

  Motion of the package Motion of the ship
x-axis xfp=x0p+v0xp·t xfs=x0s+v0xs·t 
y-axis yfp=yop+v0yp·t-12·g·t2 vfyp=v0yp-g·t  -

Notice that we have followed the usual sign convention for linear motion.

The condition for the package to fall on the ship is matching the coordinates x and y from the two motions at time t. That is:

xfp=xfsyfp=yfs=0 

Therefore, let us first look at the y coordinate, it have to be 0 since we are considering the landing point to be at sea level. That way we can determine the time that the package is in the air.

yfp=yop-12·g·t20=40-12·9.8·t2t=2.85 m/s

On the other hand, knowing that the x coordinates must also match, we determine the horizontal distance at which the package must be released:

xfp=xfsv0xp·t=x0s+v0xs·tx0s=t·(v0xs-v0xs)=2.85·(30-20))=28.5 m

As for the second question, what would happen if the ship and helicopter were traveling toward each other (they go in opposite directions), simply we change the sign of v0xs, to v0xs = -20 m/s. That way we satisfy the sign convention mentioned earlier.

xfp=xfsv0xp·t=x0s+v0xs·tx0s=t·(v0xp-v0xs)=2.85·(30-(-20))=142.5 m

Indeed, since the ship and the helicopter go toward each other, it is necessary that the package be released at a greater distance.

One last note. Remember that what we have calculated is the horizontal distance between the ship and the helicopter at the time that the package is released, that is, the distance between the ship and the vertical line in which the helicopter is at the time that the package is released. If we were only asked for the distance, we must consider the y coordinate as well. That is:

d=x2+y2

Therefore, in the first case:

d=x2+y2=28.52+402=49.11 m

In the second case:

d=x2+y2=142.52+402=148.08 m

Formulas worksheet

These are the main formulas that you must know to solve this exercise. If you are not clear about their meaning, we recommend you to check the theory in the corresponding sections. Furthermore, you will find in them, under the Formulas tab, the codes that will allow you to integrate these equations in external programs like Word or Mathematica.