Answer first: what terminal velocity means
Terminal velocity is the maximum speed an object reaches while falling through a fluid when gravity is balanced by drag (and buoyancy). At that point, the object’s acceleration becomes zero, so the speed stays nearly constant.
This article explains the physics behind the Terminal Velocity Calculator and shows how to use it with real numbers for air and water.
Core concepts: the forces that set terminal velocity
As an object falls, gravity pulls it down while the fluid resists motion with drag. In addition, buoyancy slightly reduces the effective weight when the object is submerged in a fluid.
- Weight: pulls downward with force based on object density and volume.
- Buoyancy: pushes upward with force based on fluid density.
- Drag: acts upward against motion and grows with speed.
Terminal velocity happens when the net downward force becomes zero:
Effective weight = Drag.
Formulas used in the calculator (quadratic drag model)
For many real cases (like a sphere moving fast enough in air or water), drag is well-approximated by a quadratic law:
Drag force = (1/2) · ρ · Cd · A · v²
At terminal velocity, this equals the net downward force after buoyancy:
Net weight = (ρp − ρ) · V · g
Solving for v gives the calculator’s main result:
vt = √( (2 · (ρp − ρ) · V · g) / (ρ · Cd · A) )
What the variables mean
| Symbol | Meaning | Typical unit |
|---|---|---|
| vt | Terminal velocity | m/s |
| ρp | Object (particle) density | kg/m³ |
| ρ | Fluid density | kg/m³ |
| Cd | Drag coefficient (shape + flow regime) | dimensionless |
| A | Reference area facing the flow | m² |
| V | Object volume | m³ |
| g | Gravity | m/s² |
Sphere simplification (optional, but common)
If you model the object as a sphere of diameter d, then:
- A = π(d²)/4
- V = π(d³)/6
The calculator uses the sphere relationship so you can enter a single size value instead of volume and area separately.
How to use the Terminal Velocity Calculator
Enter the object and fluid properties, then calculate. The calculator computes terminal velocity using the quadratic drag model and includes buoyancy automatically.
- Object density (ρp): how dense the falling object is.
- Fluid density (ρ): density of air or water.
- Object diameter: controls volume and cross-sectional area.
- Drag coefficient (Cd): depends on shape and flow regime.
- Gravity: defaults to 9.81 m/s² (Earth).
- Unit selection: output can be shown in m/s or ft/s.
If the object is less dense than the fluid (ρp ≤ ρ), the “terminal velocity” under this settling model becomes non-physical for downward falling, so the calculator returns an error message.
Practical examples (real-world use cases)
Example 1: A steel ball falling in air
Suppose a steel sphere falls through air. Steel density is about 7850 kg/m³, air density near sea level is about 1.225 kg/m³. Let the ball diameter be 5 mm (0.005 m), use Cd = 0.47 (a common sphere value), and g = 9.81 m/s².
The calculator will output a terminal velocity on the order of several tens of meters per second, depending on the drag coefficient and flow regime. In reality, Cd can vary with Reynolds number, so treat the result as an engineering estimate.
Example 2: A small object settling in water
Now consider a dense particle falling through water. If the particle density is 2500 kg/m³, water density is 1000 kg/m³, the diameter is 2 mm (0.002 m), and you choose Cd = 0.8, the terminal velocity will be lower than in air because water is much denser and produces stronger drag.
The terminal velocity can be around a few meters per second for millimeter-scale objects, again depending on Cd and flow conditions.
Limits and accuracy: when quadratic drag is not enough
The quadratic drag model works best when inertial effects dominate and the flow is not in the very low-speed regime. For very small particles or slow motion, drag may be closer to a linear (Stokes) model.
- Very small particles: Stokes drag may be more accurate than quadratic drag.
- Different shapes: Cd changes a lot with shape and orientation.
- Changing fluid conditions: density and viscosity can vary with temperature and altitude.
The calculator is still useful because it gives a fast, physics-based estimate without requiring advanced fluid mechanics.
Frequently Asked Questions
What is terminal velocity, in simple terms?
Terminal velocity is the steady falling speed where the downward forces are balanced by upward drag (and buoyancy). Once the object reaches this speed, drag grows enough to cancel the effective weight, so acceleration drops to zero and the speed stays nearly constant.
Why does buoyancy affect terminal velocity?
Buoyancy reduces the object’s effective weight by pushing upward with a force equal to the displaced fluid weight. That means less net force is available to accelerate the object downward. As a result, terminal velocity becomes lower in a given fluid.
What drag coefficient should I use?
Cd depends on shape and flow regime, and it can change with speed through Reynolds number. For a smooth sphere, values around 0.4–0.5 are common in many conditions. For irregular shapes, use a higher value and validate with data if possible.
Can terminal velocity be computed for objects less dense than the fluid?
If the object density is less than or equal to the fluid density, buoyancy is equal to or greater than weight, so the object will not “fall” downward under this settling model. The calculator flags this case because the square-root term becomes non-physical.
Is the result exact or an estimate?
The calculator provides an engineering estimate based on quadratic drag and a chosen Cd. Real drag varies with Reynolds number and turbulence, and Cd may not be constant. Use the output for comparisons and sizing, not for precision experiments.
Next steps: improve the estimate
If you need higher accuracy, start by estimating Reynolds number, then choose a drag coefficient appropriate for that regime. For non-spherical objects, you can also adjust Cd or use an effective area.
With good inputs, the Terminal Velocity Calculator becomes a practical tool for sizing, safety checks, and quick physics reasoning.