Daniel B. answered 12/18/20
A retired computer professional to teach math, physics
When the pilot drops the kit, the kit continues at the speed of the plane.
So the answer to the question is the horizontal distance the package flies before hitting the ground.
I am assuming that we are to ignore air drag.
The kit follows a parabola resulting from a combination of two movements:
- A horizontal trajectory due to inertia, which is what the kit would
follow in the absence of gravity.
- A vertical fall due to gravity, which is what the kit would follow
in the absence of any initial horizontal velocity.
You can view the trajectory in an X-Y coordinate space, where
the X coordinate is along the ground, and
the Y coordinate is vertical right where the kit gets released.
Then [x(t), y(t)] is the position of the kit after time t.
(We start measuring time t from the instant the kit leaves the plane.)
x(t) = vt
y(t) = h - gt²/2,
where
v is the initial horizontal velocity
h is the height of the plane
g is the gravitational acceleration
The fall continues until the kit hits the ground at some time t1,
which we can calculate, because at time t1, y(t1) = 0. That is,
h - gt1²/2 = 0
t1 = √(2h/g).
Having obtained t1, we can calculate how far the kit got horizontally by:
x(t1) = vt1 = v√(2h/g).
Substituting
h = 1200m,
v = 97.4m/s
g = 9.8m/s²
x(t1) = 97.4m/s √(2 x 1200m / 9.8 m/s²) = 1524.2 m