Introductory physics often assumes without proof that the drag force on an object is proportional to its velocity, at least for smooth or laminar flow. In particular, a sphere of radius a falling slowly with velocity \underline v in air of viscosity\eta experiences a drag force
which was first derived by GeorgeStokes in 1851. Here is a digestible derivation of the force on an idealized sphere in an upward flowing fluid using Mathematica, including motivation for the underlying Navier-Stokes fluid-flow equations.
Vectors (with singly-indexed components that can be arranged in column matrices) are underlined while second-rank tensors (with doubly-indexed components that can be arranged in square matrices) are doubly-underlined.
Navier-Stokes Equations
Stress tensor
Recall that pressure perpendicular to the -direction due to force in the -direction is
and the shear perpendicular to the -direction due to velocity changes in the -direction is
where is the dynamic viscosity. For an isotropic fluid, symmetrize this to
(with no dot or cross products), where the pressure and the shear combine to form the stress tensor
so the force
Continuity Equation
The time rate of change of the fluid density is minus the divergence of the mass current ,
which for constant density simplifies to a divergence-less velocity field
Newton’s Second Law
For an infinitesimal fluid element of velocity , the force per unit volume
For a stationary flow, so , and slow fluid, so terms \mathcal{O}(v^2) are negligible, this reduces to
where the Laplacian . Hence, the relevant Navier-Stokes equations
plus boundary conditions determine the fluid pressure and velocity .
Pressure and Velocity
Although the computation can be done by hand (as Stokes did), Mathematica eases the workload.
Coordinates
Due to the sphere, introduce spherical coordinates with unit vectors , and due to the distant uniform flow, introduce the cylindrical unit vector .
Solve Eq. (1) for Velocity
Because the divergence of any curl vanishes, take the fluid velocity (with respect to the sphere) to be the curl of a vector field , where the educated guess
subject to the sticky boundary at the sphere and the uniform boundary at infinity, implies
mainly swirls about the vertical so that its curl mainly streams upward.
Shear
From above, the shear is proportional to the symmetrized velocity gradient, and at the sphere’s surface
Solve Eq. (2) for Pressure
As another educated guess (as they are easy to check with Mathematica), take the pressure (relative to atmospheric pressure) to be of the form
which satisfies the boundary condition . Substituting into the Navier-Stokes pressure equation fixes the constant, so
The corresponding pressure stress at the sphere’s surface
Force
The radial pressure on the sphere in the direction is
and the radial shear on the sphere in the direction is
so the total upward force magnitude
The pressure “blows” from the bottom and “sucks” from the top, but the shear “rubs” twice as hard near the middle!
Thanks, Mark! I enjoy reading your posts as well.