Astronaut David Scott, on the Apollo 15 mission (1971), released a feather and a hammer from equal height on the lunar surface. In the absence of air, both landed simultaneously — a direct confirmation of Galileo's prediction that fall is independent of mass. Actual footage below:
If it doesn't play: youtube.com/watch?v=03SPBXALJZI
In free fall (no air resistance), an object released from rest at height h falls a distance after time t:
If we know the drop height and measure the total fall time:
Errors: In this experiment the main error comes from your reaction time — the delay between the ball hitting the ground and your click on Stop. Reading precision on the ruler also limits accuracy. Additionally, a hidden systematic error is injected on the instruments that only analysis reveals.
Error propagation:
for g = 2h/t²:
The factor 2 in front of the time error means the time error is doubled onto g. So precise timing matters more than a precise ruler.
| # | h (cm) | t measured (s) | g calculated (m/s²) | Action |
|---|---|---|---|---|
| No trials yet. Record at least 5. | ||||
The rough calculation above is a sketch. Real analysis uses Python + numpy + matplotlib in-browser (Pyodide). An important note for this experiment: if you kept height constant, use averaging. If you tried varying heights, you can fit t² against h linearly (slope = 2/g) — a more accurate method that reduces timing error.
trials_data: list of dicts with keys h_cm, t, g_calc.
Once your calculation (auto or Python) is complete, click this button to see the true g at this location and what errors were injected into the instruments.