Project 24: Falling with Air Resistance: Data and a Linear Model

Previous project Next project

Galileo's law written as a second-order differential equation can be solved to give an explicit formula for the distance an object has fallen. For example, if we start from rest and position zero, measuring down, then


with g=9.8 in meter-kilogram-second units. (The unit of force is called a "newton" in mks units, so 1 kilogram exerts a gravitational force of 9.8 newtons at sea level on earth.) You may have learned this formula or extensions of it in high school physics. It is interesting because it comes from such a simple law of speeding up, namely that acceleration is constant. It clears up the false intuitive notion that heavy objects fall faster; they don't - the constant g is the same for all objects, at least in vacuum.

Figure 24.1: Free Fall with Air Friction

Light and heavy objects fall at the same speeds if we can neglect air friction. Often we can't neglect that. The computer program AirResistance contains data for a wooden ball thrown off the same cliff as the lead ball from the Gravity program of Chapter 10 of the main text. We know that a parachute radically affects the speed with which an object falls - air friction often does matter. The graph of the data from AirResistance on our website is shown in Figure 24.1. Notice that it "flattens out" as time increases.