PDA

View Full Version : projectile motion with aerodynamic drag


guywinford
Oct25-04, 02:47 PM
here's the problem:

A projectile of mass "m" is launched from ground level at an angle of "theta" above the horizontal and with an initial speed "v". The flight of the projectile is resisted by an aerodynamic drag force modeled as uv^2, where "v" is the speed of the projectile and "u" is the drag coefficient.

Find the maximum altitude "h" reached by the projectile and the horizontal distance "d" it travels before striking the ground.

Let m=5 kg; theta=45 degrees; v=200 m/s; and u=100x10^-6 kg/m

Compare answer to the case of no aerodynamic drag.

any help would be great

Pyrrhus
Oct25-04, 04:17 PM
Use Newton's 2nd Law at Max height to determine its vertical acceleration.
Remember Vy is 0 at max height, so there will be left only Vx at this point.

\sum F_{y} = ma

guywinford
Oct27-04, 10:42 AM
i really don't know where to start with this problem but i do know that a computer program or excel must be used to solve it.

tyco05
Oct28-04, 02:40 AM
The way I would approach this problem is such:
(I wont put all the working, but hopefully will explain it enough)

I would split the problem into components x and y.

So:

F_x = -uv_x^2 = ma = m\frac{dv_x}{dt}

and:

F_y = -uv_y^2 - mg = ma = m\frac{dv_y}{dt}

you can solve these for v_x and v_y in terms of t.

Don't forget your integration constants!!
(remember that at t=0

v_x = v_0 cos(\theta) and v_y = v_0 sin(\theta)

You also know that :


\frac{dx}{dt} = v_x and \frac{dy}{dt}= v_y

so you can solve for x and y by integration.

as cycl said, v_y = 0 at max height -> you can then solve your v_y equation for t, and substitute this t value into your y equation to get the max height.

For the max range, y = 0. Solve your y equation for t, then substitute that into your x equation.

Alternatively you can find x in terms of y for the general case but
the algebra can get bit nasty with this problem, linear drag is much nicer.

Hope that helps,

give us a yell if it doesn't

Ty