Free Fall — Time to Reach Ground from Height h

easyCBSE-9CBSE-11NEETNCERT Class 115 min read

Free fall is the cleanest application of the second equation of motion — initial velocity is zero, acceleration is gg, and displacement equals height. The only way to get this wrong is a sign error or forgetting that a dropped stone starts from rest. Let's make sure neither happens.


Question

A stone is dropped from the top of a building 80 m high. Find:

  1. The time taken to reach the ground
  2. The velocity with which it strikes the ground

(Take g=10g = 10 m/s²)


Solution — Step by Step

Step 1: Write the given information clearly.

  • Initial velocity: u=0u = 0 m/s (dropped, not thrown)
  • Height (displacement): h=80h = 80 m (downward)
  • Acceleration: g=10g = 10 m/s² (downward)
  • Find: time tt and final velocity vv

Sign convention: Taking downward as positive throughout.

Step 2: Find the time using the second equation of motion.

s=ut+12gt2s = ut + \frac{1}{2}gt^2

Since u=0u = 0:

80=0+12×10×t280 = 0 + \frac{1}{2} \times 10 \times t^2

80=5t280 = 5t^2

t2=16t^2 = 16

t=4 st = 4 \text{ s}

Step 3: Find the final velocity.

Using the first equation of motion:

v=u+gt=0+10×4=40 m/sv = u + gt = 0 + 10 \times 4 = 40 \text{ m/s}

Or using the third equation (without needing time):

v2=u2+2gh=0+2×10×80=1600v^2 = u^2 + 2gh = 0 + 2 \times 10 \times 80 = 1600

v=40 m/sv = 40 \text{ m/s}

Answers:

  • Time to reach ground == 4 seconds
  • Velocity at ground == 40 m/s (downward)

Why This Works

When a body is dropped (released from rest), it starts with zero velocity and gains speed every second due to gravity. In each second, it gains 10 m/s (when g=10g = 10 m/s²). After 4 seconds, velocity =40= 40 m/s. Clean.

The distance doesn't increase uniformly — it increases as t2t^2. In the first second the stone falls 5 m, in the second second it falls 15 m more (total 20 m), in the third it falls 25 m more (total 45 m), in the fourth it falls 35 m more (total 80 m). This non-uniform falling is why Galileo's discovery was revolutionary — heavier objects don't fall faster, all objects fall the same way.

📌 Note

Quick formula for free fall from height hh starting from rest:

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

Here: t=2×8010=16=4t = \sqrt{\dfrac{2 \times 80}{10}} = \sqrt{16} = 4 s. Memorize this shortcut.


Alternative Method — Using the Direct Formula

For a body dropped from rest, we derived:

h=12gt2    t=2hgh = \frac{1}{2}gt^2 \implies t = \sqrt{\frac{2h}{g}}

t=2×8010=16=4 st = \sqrt{\frac{2 \times 80}{10}} = \sqrt{16} = 4 \text{ s}

And: v=gt=10×4=40v = gt = 10 \times 4 = 40 m/s

Or: v=2gh=2×10×80=1600=40v = \sqrt{2gh} = \sqrt{2 \times 10 \times 80} = \sqrt{1600} = 40 m/s

Both routes confirm the same answer. For MCQs, the direct formula is fastest.


Extension — What if the Stone is Thrown Downward?

If the stone is thrown downward at 10 m/s (instead of just dropped), then u=10u = 10 m/s downward.

80=10t+12×10×t2=10t+5t280 = 10t + \frac{1}{2} \times 10 \times t^2 = 10t + 5t^2

5t2+10t80=05t^2 + 10t - 80 = 0

t2+2t16=0t^2 + 2t - 16 = 0

Using quadratic formula: t=2+4+642=2+6822+8.2523.1t = \dfrac{-2 + \sqrt{4 + 64}}{2} = \dfrac{-2 + \sqrt{68}}{2} \approx \dfrac{-2 + 8.25}{2} \approx 3.1 s

Makes sense — throwing it downward with initial velocity means it reaches the ground faster than 4 seconds.


Common Mistake

⚠️ Common Mistake

Taking u0u \neq 0 when the problem says "dropped." Dropped always means u=0u = 0. If the stone were thrown downward, the problem would say "thrown downward with speed..." or "projected downward at...". "Dropped," "released from rest," and "falls freely" all mean u=0u = 0.

⚠️ Common Mistake

Forgetting to take the positive square root of t2=16t^2 = 16. Time is always positive. t=+4t = +4 s, never 4-4 s. The negative root is a mathematical artifact and has no physical meaning here.

🎯 Exam Insider

NEET sometimes asks: "Two stones are dropped from heights hh and 4h4h. Find the ratio of their times of fall." Since tht \propto \sqrt{h}, the ratio is h:4h=1:2\sqrt{h} : \sqrt{4h} = 1 : 2. This kind of ratio question is quick to solve if you know the proportionality — no need to plug in actual values.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next