Lesson 2 of 15
Free Fall
Free Fall Under Gravity
Near Earth's surface, gravity accelerates every object downward at:
For an object with initial downward velocity , the distance fallen after time is:
The first term is the constant-velocity contribution. The second term is the quadratic acceleration term — it grows as .
Examples
| (m/s) | (s) | (m) |
|---|---|---|
| 0 | 1 | 4.905 |
| 0 | 2 | 19.62 |
| 5 | 2 | 29.62 |
| 10 | 3 | 74.145 |
Galileo's Insight
Galileo showed that the distance fallen from rest is proportional to . Doubling the fall time quadruples the distance fallen. Mass does not appear — all objects fall at the same rate (ignoring air resistance).
Your Task
Implement fallHeight(v0, t) returning the distance fallen in metres.
TCC compiler loading...
Loading...
Click "Run" to execute your code.