Air resistance, dimensional analysis confusion

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 6K views
pjordan
Messages
3
Reaction score
0
Hi. Consider the basic eq for a falling body with air resistance

dv/dt=g-kv/m

I don't understand air resistance as a force, since it seems irreconcilable to the force equation F=ma. How is a force a function of velocity? I am also not sure how this equation makes sense in terms of dimensional anaysis--the right side is m/s^2, the left m/s^2+(m/s)/kg. I am apparently the only one troubled by this, as extensive googling has yeilded nothing. Thanks!
 
Physics news on Phys.org
pjordan said:
Hi. Consider the basic eq for a falling body with air resistance

dv/dt=g-kv/m

I don't understand air resistance as a force, since it seems irreconcilable to the force equation F=ma. How is a force a function of velocity? I am also not sure how this equation makes sense in terms of dimensional anaysis--the right side is m/s^2, the left m/s^2+(m/s)/kg. I am apparently the only one troubled by this, as extensive googling has yeilded nothing. Thanks!

Does k have units?
 
Another problem: your proportionality is wrong. Air resistance follows a v2 proportionality, so in reality, it should be:

dv/dt = g - kv2/m, in which k = ρ/2*Cd*A, where ρ is the density of the fluid, Cd is the drag coefficient (unitless), and A is the reference area.
 
generally it is given as proportional to v or v^2--the quadratic relationship is usually for larger objects. Most introductory material on diff eq use v. thanks
 
Precisely. Drag equation can be different under different conditions. Quadratic drag is more common in practical situations, but slow motion through viscous medium will often produce linear drag.
 
pjordan said:
generally it is given as proportional to v or v^2--the quadratic relationship is usually for larger objects. Most introductory material on diff eq use v. thanks

Introductory material uses v not because it is correct, but because it makes the differential equation a lot easier. Even for small objects, air resistance tends to have a v2 proportionality - the relatively low viscosity of air, and high velocity objects falling through air attain make the v2 relationship correct for nearly all objects in air. A linear proportionality (implying viscous-dominated drag rather than inertial) tends to happen more commonly in other fluids, especially highly viscous ones (for example, dropping a marble through corn syrup).
 
I missed the bit about it being specific to drag in air. Yes, with air, you are unlikely to see linear drag outside of Millikan Oil Drop, or similar setup.