Daniel B. answered 01/25/21
A retired computer professional to teach math, physics
The stone follows a parabola resulting from a combination of two movements:
- A horizontal trajectory due to inertia, which is what the stone would
follow in the absence of gravity.
- A vertical fall due to gravity, which is what the stone 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 land, and
the Y coordinate is flush against the edge of the cliff.
Then [x(t), y(t)] is the position of the stone after time t.
(We start measuring time t from the instant the stone leaves the cliff.)
x(t) = vt
y(t) = h - gt²/2,
where
v = 6 m/s is the initial horizontal velocity
h = 7.6 m is the height of the cliff
g = 9.81 m/s² is the gravitational acceleration
The fall continues until the stone hits the land 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 stone got horizontally by:
x(t1) = vt1 = v √(2h/g)
Substituting actual numbers
x(t1) = 6×√(2×7.6/9.81) = 7.47 m