Equations of motion accounting for drag

AI Thread Summary
The discussion focuses on modifying the equations of motion to account for drag, which varies with speed and affects acceleration. The original equations assume constant acceleration, but drag introduces a variable force that changes over time. Participants suggest using Newton's second law and formulating a differential equation that incorporates both gravitational force and drag. The drag force should be modeled as proportional to the square of the velocity rather than linearly. To solve for position as a function of time, one must specify initial conditions and apply the appropriate differential equations.
Egaston
Messages
2
Reaction score
0

Homework Statement



I need something like the equations of motion, but accounting for drag as given by the http://en.wikipedia.org/wiki/Drag_equation" . Particularly for:

Homework Equations



& v && = v_0+at \qquad
& s && = s_0 + v_0t + \tfrac12 at^2 \qquad

The Attempt at a Solution



I have racked my brains for hours on this but can't make any progress. Google doesn't seem to be giving me much either (at least with my search terms). I am not formally educated in physics at all so there might be some obvious solution that I am missing.

I've tried to work out velocity by calculating drag and acceleration as a series of updates and seeing if it approaches any sort of useful value, but no matter what I try the equations always end up approaching either 0 or v0+at when I increase the frequency of the updates.

This isn't really a homework assignment, but this seems to be the only part of the forums suitable for these sorts of questions. Assistance would be really appreciated.
 
Last edited by a moderator:
Physics news on Phys.org
Egaston;2156294[tex said:
& v && = v_0+at \qquad[/tex]
& s && = s_0 + v_0t + \tfrac12 at^2 \qquad

These equations are usually used if the acceleration is constant. By Newton's second law F=ma, if the acceleration is constant, the force must be constant.

In the drag equation, the force depends on the speed, hence the force will change in time as the speed changes in time, hence the acceleration will not be constant in time.
 
Ah, of course. It makes sense when you say it like that. Since that is the case, what should I be looking at instead? Are there generalized forms of these equations for when acceleration is dependent on velocity or time?
 
Newton's second law: F=ma=mx'' (x'' is the second derivative of position, which is by definition the acceleration)

Then you have to specify what the forces are in the situation you are interested in, eg:
Gravity near the Earth's surface: F=mg
Simple drag: F=-kv=-kx' (x' is the first derivative of position, which is by definition the velocity)

Putting these together you get:
mg-kx'=mx'',
which is an equation containing derivatives of position x (ie. a differential equation in x).

Once you specify the initial position and velocity, you can solve the equation for position x as a function of time.
 
Ooops, the simple drag goes as the square of the velocity, not linearly.

Anyway, the idea is the same, and you can try at the first five equations in Long and Weiss's http://www.math.gatech.edu/~weiss/pub/v2II.pdf .
 
Last edited by a moderator:
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top