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:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top