Calculating Displacement of a Free Falling Body with Air Resistance

AI Thread Summary
The discussion centers on calculating the displacement of an unconscious person falling from a stationary helicopter, factoring in air resistance and terminal velocity. The initial assumption is that terminal velocity for a human body is around 90 m/s. The conversation explores the equations of motion, emphasizing that acceleration decreases due to air resistance, which is proportional to velocity. The correct formulation involves using drag force equations, leading to a more complex model that includes hyperbolic functions to describe velocity and displacement over time. Specific calculations for displacement at various time intervals (6, 12, 18 seconds, etc.) are provided, showing how velocity approaches terminal velocity and the resulting distances fallen. The discussion also touches on the educational background required to understand these concepts, noting that basic physics is typically covered in early education, while turbulence and differential equations are more advanced topics learned in higher education.
Bevier
Messages
3
Reaction score
0
I need an answer for a practical question. Say an unconscious (but rigid) person fell out of a helicopter that was not moving. If you DON'T ignore air resistance and terminal velocity, what would be his displacement after a given time (assuming the initial position is at zero, for simplification). In other words, what is the total distance he would fall after 6 sec, 12 sec, 18 sec, 24 sec, 30 sec, 36 sec, 42 sec, 48 sec, 54 sec, 60 sec, and so on?
 
Last edited:
Physics news on Phys.org
I think terminal velocity for a human body is around 90 m/s, but don't hold me to that. So he would accelerate to that point and then presumably move at a constant velocity for however long. Assuming the acceleration bleeds away at a constant rate, you can just use s=.5at^2 + jt^3/6 for the distance traveled while he was accelerating and x=vt + s for the distance traveled once he reaches terminal velocity.

At least, that's how I'd approach it.
 
i'm sorry. what does the "j" stand for?
 
I remember reading somewhere that a human falling with minimum air resistance (it assumed that you like were doing the pencil dive you used to use in the pool) falls at 180 MPH, which comes out to 83.33 M / S.
 
j was just my variable for jerk. The rate of change of the acceleration.
 
Last edited:
Originally posted by meister
j was just my variable for jerk. The rate of change of the velocity.

Did you miss word this? Jerk is rate of change of acceleration.

Acceleration is rate of change of velocity.
 
Er... I don't think the acceleration does reduce in a constant way...

Rather, in general we consider there to be a drag force to be proportional to velocity, making the acceleration inversely proportional to velocity. This means you are looking at exponential velocity graphs...

ie.

d^2x/dt^2 = g - k * dx/dt where k is some constant
 
Originally posted by Integral
Did you miss word this? Jerk is rate of change of acceleration.
Yeah, I did.
 
A falling body has air resistance well into the turbulent regime, where resistance force is proportional to the square of the speed. So the equation of motion is

ma=mg-kv^2

a = acceleration = dv/dt = d^2z/dt^2, g = acceleration of gravity, m = mass. Rather than k to denote the drag resistance parameter, we simplify the math by using the terminal speed V.

V^2=mg/k

We then get

dv/dt=g(1-(v/V)^2),

integrate twice and get the following.

v = V tanh (gt/V)

z = (V^2/g) log (cosh (gt/V))

Let's take V = 90 m/s, g = 10 m/s/s. Then

v = 90m/s tanh(t/9sec)
z = 810m (log(cosh(t/9sec))

t(sec) v(m/s) z(m)
--------------------------------
0 0. 0.
6 52.45 168.
12 78.31 573.
24 89.14 1602.
30 89.77 2140.
36 89.940 2679.
42 89.984 3219.
48 89.9958 3759.
54 89.9989 4299.
60 89.9997 4839.
 
  • #10
Krab, you're awesome! What level of physics is that--just out of curiosity?
 
  • #11
You're welcome.

The physics of constant force (no air resistance) is taught in 1st year or even in high school.

The physics of turbulence is something I learned on my own because I wanted to be able to calculate the performance of drag racers. But I guess some physics or engineering departments teach it in 2nd year.

The solution of the equations requires math at the level of at least 2nd year.
 
  • #12
"Differential equations" or "Diff-E-Q's." I've forgotten everything about them.
 
Back
Top