Theory
Equation of motion: $ma = mg - \frac{1}{2}\rho C_d A v^2$
Terminal velocity: $v_t = \sqrt{\dfrac{2mg}{\rho C_d A}}$
Reynolds number: $Re = \dfrac{\rho v D}{\mu}$
Adjust mass, drag coefficient, and cross-section area to visualize falling motion in real time. Explore presets from skydiver to raindrop and see how terminal velocity changes.
Equation of motion: $ma = mg - \frac{1}{2}\rho C_d A v^2$
Terminal velocity: $v_t = \sqrt{\dfrac{2mg}{\rho C_d A}}$
Reynolds number: $Re = \dfrac{\rho v D}{\mu}$
The core physics is Newton's second law applied to a falling object. The net force is weight ($mg$) minus the air drag force, which is proportional to the square of the velocity for high-speed motion. This gives us the equation of motion.
$$ma = mg - \frac{1}{2}\rho C_d A v^2$$Where $m$ is mass (kg), $a$ is acceleration (m/s²), $g$ is gravity (9.81 m/s²), $\rho$ is air density (kg/m³), $C_d$ is the drag coefficient, $A$ is the cross-sectional area (m²), and $v$ is velocity (m/s).
Terminal velocity ($v_t$) occurs when acceleration is zero. Setting $a=0$ in the equation above and solving for $v$ gives us the terminal velocity formula. This is the key result you can test directly in the simulator.
$$v_t = \sqrt{\dfrac{2mg}{\rho C_d A}}$$This shows mathematically what we discussed: $v_t$ increases with mass ($m$) and decreases with air density ($\rho$), drag coefficient ($C_d$), and area ($A$).
Skydiving & Parachute Design: Skydivers control their terminal velocity by changing their cross-sectional area and drag coefficient. By arching their body, they can reach speeds over 50 m/s. Opening the parachute massively increases $A$ and $C_d$, reducing $v_t$ to a safe ~5 m/s for landing.
Vehicle Aerodynamics: Automotive engineers use wind tunnels and CAE software to minimize a car's drag coefficient ($C_d$) to improve fuel efficiency at high speeds. A lower $C_d$ means the engine works less to overcome air resistance.
Meteorology & Raindrop Physics: A raindrop's terminal velocity (typically 5-9 m/s) determines how fast precipitation reaches the ground. This depends on the drop's size (affecting $m$ and $A$) and shape, which is modeled with a specific $C_d$.
Particle Settling in Industry: In chemical engineering, the terminal velocity concept is used to design separators and settling chambers. For example, calculating how fast dust or powder particles fall through air or liquid is crucial for air pollution control and product processing.
There are a few key points you should be especially mindful of to master this simulator. First, the drag coefficient Cd is not a constant determined solely by shape. For example, while we mentioned a baseball's Cd is about 0.3, this is for a certain velocity range. In reality, it varies with speed, ball spin, and surface roughness. The simulator simplifies this to a constant value, so please treat it strictly as a tool for "grasping trends."
Next, how to interpret the cross-sectional area A. The cross-sectional area here refers to the projected area as seen from the direction of motion. For instance, the air resistance experienced by a skydiver in a spread-eagle position (free-fall) versus a head-first diving position (track position) is completely different. This is because the cross-sectional area A changes dramatically. If you try changing only the area while keeping mass constant in the simulator, you should clearly see its impact on terminal velocity.
Finally, understand the fundamental limitation that reality is far more complex than one-dimensional fall. This calculation uses an idealized model of "falling straight down." For actual baseball breaking balls or lateral movement (drift) in skydiving, forces not handled by this tool—like lift and lateral drag—play a significant role. Please use this as a first step to learn the "basic behavior of air resistance."
The concepts of "drag coefficient" and "terminal velocity" handled by this tool actually form the foundation for a remarkably wide range of fields. Take Wind Engineering, for example. For skyscrapers and bridges, failing to accurately estimate wind-induced forces (wind loads) leads to serious problems. The calculation of wind force on a building directly applies this drag equation, and design standards list Cd values for various shapes.
Another is Powder Technology. When transporting powders or fine particles using an air stream (pneumatic conveying) in factories, the terminal velocity of the particles becomes a key design parameter. If the air speed in the pipe is too slow, it clogs; if it's too fast, the equipment wears out. They determine the optimal air velocity by treating each particle as a "tiny falling object" and using its terminal velocity.
Of course, Sports Engineering is also essential. The dimples on a golf ball control airflow, reducing the drag coefficient Cd while simultaneously generating lift to increase distance. The irregular wobble of a soccer knuckleball (no-spin shot) is deeply related to the phenomenon where the action of air resistance becomes unstable on the ball's surface (Cd fluctuates). Experiencing "the impact of shape (Cd) on speed" with this simulator provides a powerful foundation for understanding such advanced applications.
Once you're comfortable with this simulator and think, "I want to calculate something closer to reality" or "I want to handle equations more freely," consider taking the next step. As a first move, we recommend learning about the "velocity-proportional resistance (viscous drag) model". The current tool handles resistance proportional to the square of velocity (inertial drag), but for very slowly moving small objects (e.g., tiny water droplets in fog), a velocity-proportional model is sometimes more appropriate. The equation of motion becomes a slightly simpler form, $ma = mg - kv$, making it a good practice problem for differential equations too.
Next, try touching on the basics of numerical computation. Behind the scenes, this simulator solves the equation of motion $ma = mg - \frac{1}{2}\rho C_d A v^2$ by incrementally advancing time using a computer (using numerical methods like Euler's method or Runge-Kutta methods). Trying to reproduce this calculation yourself using basic Excel or Python code will give you a much deeper understanding of the core of "what simulation is." For example, you can experience the trade-off where using a coarse time step $\Delta t$ makes calculations faster but results less accurate.
To go even further, consider "multi-dimensional motion" and "CFD (Computational Fluid Dynamics)". Real-world objects experience forces in all directions—forward, backward, left, and right. For instance, a car is subject not only to drag hindering its motion but also lift trying to raise it and side force from crosswinds, all simultaneously. CFD simulation is the comprehensive analysis of these forces. This air resistance simulator can be positioned as "the very first door at the entrance to CFD," isolating just the "one axis in the direction of motion" from that vast computation. The intuition you gain here will undoubtedly be valuable in the more complex analyses that lie ahead.