emblem
Falling body
Computes the position of a falling body, without and with (linear) drag
2024.Jul.03 18:20:56
tf, Δt s ([T]) Final time (see below) and increment. •
mass kg ([M]) Mass of body. •
y0, v0 m, m⁄s ([L], [LT−1]) Initial position (height) and upward velocity. •
b kg/s ([MT]−1) Drag coefficient. •
Show values Shows the coordinates of the graph. •

Computes the position of a falling body: without drag (as in a vacuum); and with linear drag, i.e., proportional to velocity, b v, with b the drag coefficient. (The units are assumed SI.) The equations, with t time, y position (above ground), and v (upward) velocity are, with τ = mb (s, [T]):

No dragdv⁄dt = -g v = -g t + v0
  dy⁄dt = v = -g t + v0 y = -(½)g t² + v0t + y0
Drag, lineardv⁄dt = -g - vτ v = -g τ + (v0 + g τ) exp(-tτ)
  dy⁄dt = v = … y = -g τ t + τ Q [1 - exp(-tτ)] + y0

Q = v0 + g τ [LT−1]. (g = 9.8 m⁄s², thus all values must be SI.) The drag coefficient, b, can be given by b = 6 π η R, with η the (dynamic, usual) viscosity and R the radius of a falling sphere (laminar flow only), i.e., Stokes law. Viscosity for some fluids, in Pa.s: air, 1.9E-5; water, 0.001; olive oil, 0.08; and glycerine, 1.3.

A "Newtonian drag" (proportional to v²) might also be used, but the analytical solution is complex, so in that case numerical methods (such as Runge-Kutta) are used (as for other exponents of v).

A plot is shown for the position, y, and the velocity (its derivative), v, for both cases (no drag, and linear drag).

Other suggested data: (a) small drag, r ⪆ 0 (such as 0.01 for the basis data), giving almost coincident curves; (b) for a rain drop of diameter 3 mm, mass 1.413E-5 kg (14 mg), with b = 1.E-5 (if linear drag), the expected terminal velocity is -13.8 m/s (e.g., raindrop). This case is, however, typically considered Newtonian.

References: Plate: FallingBody

• Wikipedia: Equations for falling body

Dropping the ball (slowly) (Michael Fowler, Univ. of Virginia).

Unicode characters (Symbol, Math)

• 1856-12-29: Stieltjes, Thomas Jan (1894-12-31).

 
 
Valid HTML 4.01! IST http://web.ist.utl.pt/~ist11038/compute/com/Fx-falling.php
Created: 2015-12-29 — Last modified: 2016-01-06