Drag Equation Calculator
The drag equation calculator solves for any one of the five variables in the aerodynamic drag formula: drag force, velocity, drag coefficient, reference area, or fluid density. It also computes terminal velocity, dynamic pressure, and Reynolds number. Choose a shape preset or enter your own drag coefficient, pick a fluid from the list, and switch freely between metric and imperial units. Results update instantly as you type.
Formula
Worked example
A sphere (Cd = 0.47) with a 0.5 m^2 frontal area moving at 30 m/s through sea-level air (rho = 1.225 kg/m^3): Fd = 0.5 * 0.47 * 1.225 * 0.5 * 30^2 = 0.5 * 0.47 * 1.225 * 0.5 * 900 = 129.5 N. Dynamic pressure q = 0.5 * 1.225 * 900 = 551.25 Pa.
The drag equation
The drag equation -- also called the aerodynamic drag formula -- describes the resistive force a fluid exerts on an object moving through it. The standard form is Fd = 0.5 * Cd * rho * A * v^2, where Fd is the drag force in newtons, Cd is the dimensionless drag coefficient, rho (rho) is fluid density in kg/m^3, A is the reference (frontal) area in m^2, and v is the velocity of the object relative to the fluid in m/s. The quadratic dependence on velocity is the key insight: doubling your speed quadruples the drag force. This relationship is valid for turbulent-boundary-layer flows at Reynolds numbers above roughly 1,000 and for Mach numbers below about 0.3, where compressibility effects remain negligible.
Drag coefficient (Cd) and shape
The drag coefficient captures the combined effect of shape, surface roughness, and flow separation in a single dimensionless number. A streamlined teardrop achieves Cd values as low as 0.04, while a flat plate held perpendicular to the flow reaches about 1.17. Everyday objects sit in between: a modern sedan is around 0.25 to 0.30, a sphere is 0.47, a cyclist in a racing crouch is about 0.88, and an open parachute is 1.30. Cd is not fixed for a given shape. It can drop sharply when the boundary layer transitions from laminar to turbulent (as happens on a golf ball with dimples), and it rises again at transonic and supersonic speeds due to wave drag. The reference area convention also matters: automotive engineers use projected frontal area, while aeronautical engineers sometimes use wing planform area. Use consistent conventions when comparing Cd values from different sources.
Terminal velocity and practical applications
Terminal velocity is the equilibrium speed at which drag exactly cancels the gravitational pull on a falling object. Setting Fd = m*g and solving gives v_t = sqrt(2*m*g / (Cd * rho * A)). A 75 kg skydiver in a belly-to-earth position (Cd = 1.0, A = 0.7 m^2) reaches roughly 55 m/s (about 200 km/h) in standard sea-level air. Opening a parachute (Cd = 1.3, A = 50 m^2) drops that to about 5.5 m/s, a safe landing speed. Engineers use the same equation in reverse: given a measured terminal velocity and known mass, they can back-calculate a body-averaged Cd for aerodynamic testing. The same physics governs rolling resistance and aerodynamic losses in cycling, the drag penalty of carrying a roof box, the design of ship hulls, and the re-entry heating profile of spacecraft.
Reynolds number and flow regime
The Reynolds number Re = rho * v * L / mu (where L is a characteristic length and mu is dynamic viscosity) governs which drag model applies. At Re below about 2,300 the flow is laminar and steady; the drag on a sphere follows Stokes' law (Fd = 3 * pi * mu * d * v), not the quadratic formula. Above Re of about 4,000 the flow is fully turbulent and the quadratic drag law applies well. The transitional region between 2,300 and 4,000 is harder to predict. In engineering practice, the drag equation with a constant Cd is used for Re above around 1,000 to 10,000 depending on the shape. The Reynolds number estimate in this calculator assumes the characteristic length equals the square root of the reference area and uses the dynamic viscosity of air at 20 degrees Celsius (1.81e-5 Pa*s), so treat it as a rough flow-regime indicator rather than a precise Re computation.
Drag coefficients for common shapes and objects
| Object / shape | Cd (approx.) | Notes |
|---|---|---|
| Streamlined airfoil body | 0.04 | Very low drag, ideal teardrop |
| Hemisphere (open back) | 0.38 | Closed side into flow |
| Hemisphere (open front) | 1.42 | Open cavity into flow |
| Sphere | 0.47 | Smooth, turbulent boundary layer |
| Long cylinder (axis perpendicular) | 0.82 | Infinite cylinder |
| Short cylinder L/D = 1 | 0.76 | Disk-like ratio |
| Cube | 1.05 | Face into flow |
| Flat plate perpendicular | 1.17 | Rectangle 1:5 aspect |
| Open parachute | 1.30 | Standard round canopy |
| Modern passenger car | 0.25-0.35 | Varies by model |
| SUV / minivan | 0.35-0.45 | Higher frontal area too |
| Heavy truck | 0.65-0.80 | Box shape |
| Cyclist (racing position) | 0.88 | Including body and bike |
| Skydiver (spread-eagle) | 1.00 | Belly to earth |
Values at high Reynolds numbers (Re > 10,000) unless noted. Frontal area is the reference.
Frequently asked questions
Why does drag force increase with the square of velocity?
Drag has two components. Pressure drag arises because the object has to push fluid out of the way; the force required scales with the momentum flux of the displaced fluid, which is proportional to rho * v^2. Skin-friction drag (viscous shear on the surface) grows more slowly, roughly proportional to v^1 to v^1.5, but for most bluff bodies at everyday speeds it is dominated by pressure drag. The net result is the quadratic relationship Fd = 0.5 * Cd * rho * A * v^2.
What is the reference area (A) and which area should I use?
The reference area is a representative surface that makes the drag coefficient dimensionally consistent. For ground vehicles and most bluff bodies the frontal (projected) area perpendicular to the flow is standard. For aircraft wings and sails the planform (top-view) area is used instead. Always check which convention was used when you look up a published Cd value: mixing conventions gives wrong results. For a sphere, A = pi * r^2 (frontal area).
How do I measure drag coefficient experimentally?
The most direct method is a wind tunnel: measure the drag force with a load cell at a known air speed, measure or calculate the frontal area, then rearrange the drag equation: Cd = 2*Fd / (rho * A * v^2). Computational fluid dynamics (CFD) can predict Cd from geometry alone, but must be validated against experiments. For vehicle coastdown tests, engineers measure deceleration on a flat road, subtract rolling resistance, and attribute the remainder to aerodynamic drag.
Does the drag equation work underwater or in other fluids?
Yes. Substitute the appropriate fluid density for rho. Fresh water is about 998 kg/m^3 and seawater is about 1,025 kg/m^3, both roughly 815 times denser than air. This is why underwater drag forces are enormous even at low speeds. The Cd values for most shapes are similar to their air values at the same Reynolds number, but the much higher Reynolds numbers in water (due to higher density and lower kinematic viscosity) can shift Cd somewhat.
When does the drag equation break down?
The standard quadratic drag equation assumes incompressible, steady, turbulent flow. It becomes inaccurate below Re of about 1,000 (where Stokes' law applies instead), above Mach 0.3 (where compressibility corrections are needed), in unsteady or oscillating flows, and near solid boundaries (ground effect). Wave drag adds a new term at transonic and supersonic speeds. For very small particles like aerosols, the Knudsen number correction applies when the particle size approaches the mean free path of gas molecules.
How does surface roughness affect drag?
Roughness can either increase or decrease drag depending on the Reynolds number. At moderate Re, a rough surface can trigger earlier transition from laminar to turbulent boundary layer, reducing the size of the separated wake and actually lowering Cd. This is why golf balls have dimples: they reduce drag compared to a smooth ball at golf-ball speeds. At higher Re where the boundary layer is already turbulent, additional roughness only adds skin-friction drag and increases Cd.