[Physics] the best way to calculate impact time with collisions

collisionestimationhomework-and-exerciseskinematicstime

I've been teaching myself physics and I've been wondering about the impact time in collision calculations. The scenario I've been using to learn is an object with a mass of 4000 kilograms colliding with a human being, while travelling at 17m/s. The object has a surface area the size and shape of a human elbow (which I very roughly guesstimated to be around 20cm2.

When calculating the force of this impact I need the momentum and the duration of the impact. The momentum is easy enough to calculate, but how is the duration of impact worked out? I know that it isn't referring to how long the objects are in contact, as this would mean that swords would harmlessly rub against a person if they were swung. I assume then, that the time is referring to how long it takes one object to impart the force of it's momentum into the other object.

How am I supposed to do this? The obvious way is to measure it, but given I'm an art student I can't exactly go around driving cars into people to measure how long it takes them to react to the impact. So far I've just been using .1 seconds, but I feel like this is far too slow.

Best Answer

In general you need to establish some sort of stiffness, or more importantly an natural frequency for the system of two bodies. You can hear impacts and distinguish between slow thuds with fast pings.

For example if a short duration force has a harmonic shape (with frequency $f = \frac{\omega}{2 \pi}$) and peak force $F_{\rm max}$ then the total impulse is

$$ J = \int_{-\frac{\pi}{2 \omega}}^{\frac{\pi}{2 \omega}} F_{\rm max} \cos(\omega t) = \frac{2 F_{\rm max}}{\omega}$$

This means that the peak force is

$$F_{\rm max} = \frac{J\,\omega}{2} = \pi J \,f$$

where $J$ is the total change in momentum (impulse) and $f$ is the natural frequency of the impact (in Hertz). Typically the impulse is expressed in terms of the reduced mass of the two bodies $\mu = \frac{m_1 m_2}{m_1+m_2}$ and the impact speed $v_{\rm imp}$ and the coefficient of restitution $\epsilon$ : $$ J = (1+\epsilon)\, \mu\, v_{\rm imp} $$

Combined you have

$$ \boxed{ F_{\rm max} = (1+\epsilon) \mu\, v_{\rm imp}\; \pi \,f }$$

Related Question