Find time of flight of projectile launched from a cliff height h

easy 3 min read

Question

A projectile is launched horizontally with speed uu from a cliff of height hh. Find (a) the time of flight, and (b) the horizontal range.

Solution — Step by Step

Let the launch point be the origin. Take x-axis as horizontal (direction of launch) and y-axis as vertical (downward positive for simplicity, since the projectile falls down).

Initial conditions:

  • Horizontal: ux=uu_x = u, ax=0a_x = 0 (no horizontal acceleration)
  • Vertical: uy=0u_y = 0 (launched horizontally, so no initial vertical velocity), ay=g=10a_y = g = 10 m/s² (downward)

The projectile falls a vertical distance hh to reach the ground.

Using y=uyt+12gt2y = u_y t + \frac{1}{2}g t^2:

h=0t+12gt2h = 0 \cdot t + \frac{1}{2}g t^2 h=12gt2h = \frac{1}{2}g t^2

Solving for tt:

t=2hgt = \sqrt{\frac{2h}{g}}

This is the time of flight. It depends only on the height hh and gravity gg — not on the horizontal speed uu.

Horizontal motion is uniform (no acceleration):

R=uxt=u2hgR = u_x \cdot t = u \cdot \sqrt{\frac{2h}{g}} R=u2hg\boxed{R = u\sqrt{\frac{2h}{g}}}

At time t=2h/gt = \sqrt{2h/g}:

Horizontal component: vx=uv_x = u (unchanged)

Vertical component: vy=gt=g2h/g=2ghv_y = g t = g\sqrt{2h/g} = \sqrt{2gh}

Resultant speed: v=vx2+vy2=u2+2ghv = \sqrt{v_x^2 + v_y^2} = \sqrt{u^2 + 2gh}

This is equivalent to the result from energy conservation.

Why This Works

The key insight is independence of horizontal and vertical motions. The projectile’s horizontal motion doesn’t know anything is happening vertically, and vice versa. Horizontal: uniform motion (constant uu). Vertical: free fall from rest.

The time of flight is determined entirely by the vertical drop hh. A heavy ball and a ping-pong ball launched horizontally from the same cliff height at the same speed hit the ground at the same time — gravity accelerates both identically (ignoring air resistance).

For a cliff problem (horizontal launch only), the initial vertical velocity is always zero. This is the key setup. If the problem says “launched at an angle,” the initial vertical velocity is usinθu\sin\theta — different scenario.

Alternative Method

Using energy conservation for the final speed:

12mv2=12mu2+mgh\frac{1}{2}mv^2 = \frac{1}{2}mu^2 + mgh v=u2+2ghv = \sqrt{u^2 + 2gh}

This gives the speed at impact without needing to find components separately. Note it’s the same as what we derived above.

Common Mistake

Students often think “a faster horizontal throw will take longer to fall” — that horizontal speed affects time of flight. It does not. Time of flight depends only on vertical drop: t=2h/gt = \sqrt{2h/g}. A bullet fired horizontally and a bullet dropped vertically from the same height hit the ground at the same time (in the absence of air resistance). This is the Galileo horizontal throw experiment.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next