Calculate drag force, density, area, velocity, or drag coefficient from the drag equation with SI and imperial unit conversions for fluids and objects.

Drag Equation Calculator

Enter any 4 values to calculate the missing variable

Drag Equation Formula

The drag equation estimates the resistive force on an object moving through a fluid, such as air or water. The calculator uses SI units internally, then converts the result back to the unit you selected.

F_d = 0.5*rho*A*v²*C_d
rho = (2*F_d) / (A*v²*C_d)
A = (2*F_d) / (rho*v²*C_d)
v = sqrt((2*F_d) / (rho*A*C_d))
C_d = (2*F_d) / (rho*A*v²)
  • Fd = force of drag, usually in newtons (N)
  • rho = fluid density, usually in kilograms per cubic meter (kg/m³)
  • A = cross-sectional area facing the flow, usually in square meters (m²)
  • v = object velocity relative to the fluid, usually in meters per second (m/s)
  • Cd = drag coefficient, unitless

To calculate drag force, enter density, area, velocity, and drag coefficient. To solve for one of the other variables, leave that one field blank and enter the other four values. Because velocity is squared, doubling velocity makes the drag force four times larger if the other values stay the same.

Common Drag Coefficients and Fluid Densities

Use these values as rough references when you do not have measured data. Actual drag coefficients depend on shape, surface texture, orientation, and flow conditions.

Object or shape Typical drag coefficient, Cd Notes
Streamlined body 0.04 to 0.10 Low drag shape, such as an airfoil-like form
Modern car 0.25 to 0.35 Depends on vehicle shape and frontal area
Sphere About 0.47 Common approximation for a ball
Flat plate facing flow About 1.17 High drag because it blocks the flow directly
Cube About 1.05 Approximate value for broadside flow
Fluid Typical density SI value to enter
Air at sea level About 1.225 kg/m³ 1.225 kg/m³
Fresh water About 1000 kg/m³ 1000 kg/m³
Seawater About 1025 kg/m³ 1025 kg/m³
Engine oil About 850 to 900 kg/m³ 850 to 900 kg/m³

Example Drag Equation Calculations

Example 1: Calculate drag force

You have an object moving through air with these values:

  • Density: 1.225 kg/m³
  • Area: 0.50 m²
  • Velocity: 20 m/s
  • Drag coefficient: 0.80
F_d = 0.5*1.225*0.50*20²*0.80
F_d = 98 N

The drag force is 98 N.

Example 2: Calculate velocity

An object has a drag force of 50 N in air. The density is 1.225 kg/m³, the area is 0.30 m², and the drag coefficient is 0.70.

v = sqrt((2*50) / (1.225*0.30*0.70))
v = 19.73 m / s

The velocity is about 19.73 m/s.

FAQ

Why does velocity have such a large effect on drag?

Velocity is squared in the drag equation. If velocity doubles, drag force becomes four times larger. If velocity triples, drag force becomes nine times larger, assuming density, area, and drag coefficient stay the same.

What area should you use in the drag equation?

Use the projected frontal area facing the flow. For a car, this is the front-facing area. For a sphere, it is the area of its circular outline, not the full surface area of the sphere.

Is the drag coefficient always constant?

No. The drag coefficient can change with shape, surface roughness, angle, Reynolds number, and flow speed. For many basic calculations, you can use a typical value, but measured or tested values are better for precise work.