The Governing Equation
A falling parachutist experiences gravity pulling down and drag pushing up. The balance gives us this differential equation:
As velocity increases, drag increases too. Eventually they balance: acceleration becomes zero and velocity reaches terminal velocity.
Simulation
The Python Code You'll Write
This simulation runs the same loop you'll implement. Here's the core of Euler's method:
Try changing the sliders above, then compare what you see to running this code yourself!