[Physics] If two objects have all the same conditions except different masses. Will their terminal velocity be different

gravitymassvelocity

I can't seem to find a straight forward answer to this. I really just want to know if changing mass of an object affects the terminal velocity. If two objects of the same dimensions except one had twice the mass, fell from a plane, would the one with higher mass reach a faster terminal velocity, therefore making it hit the ground before the one with less mass? I know all objects have the same gravitational pull which makes a marble and a bowling ball hit the ground at the same time if you drop them. But if they were both dropped from a plane would the marble max out at terminal velocity slower than the bowling ball, making the bowling ball hit first?

Best Answer

Suppose your object is a sphere with a radius $r$ and mass $m$. The aerodynamic drag on a sphere is given by:

$$ F_{drag} = \tfrac{1}{2}C_d \rho \,\pi r^2 \,v^2 \tag{1} $$

where $\rho$ is the density of the air and $C_d$ is the drag coefficient. The drag coefficient varies with speed (the NASA article I linked shows how $C_d$ changes with speed) but over a limited range of speeds it can usefully be taken as constant.

The downward force on the object is simply:

$$ F_{grav} = mg \tag{2} $$

and terminal velocity is reached when the two forces are in balance i.e. when $F_{drag} = F_{grav}$. If we equate equations (1) and (2) we get:

$$ \tfrac{1}{2}C_d \rho \,\pi r^2 \,v^2 = mg $$

and rearranging gives:

$$ v_{term} = \sqrt{\frac{2mg}{C_d \rho\pi r^2}} $$

In your case you keep the size of the spheres constant, in which case we get:

$$ v_{term} \propto \sqrt{m} $$

So terminal velocity does increase with mass. The heavier sphere will have a higher terminal velocity.

Related Question