Projectile motion with aerodynamic drag

AI Thread Summary
The discussion focuses on solving a projectile motion problem involving aerodynamic drag, where a projectile is launched at a 45-degree angle with specific parameters. The drag force is modeled as uv^2, and participants suggest using Newton's 2nd Law to analyze the vertical and horizontal components of motion. Key steps include determining vertical acceleration at maximum height, where vertical velocity is zero, and integrating to find the projectile's position over time. The conversation emphasizes the importance of initial conditions and constants in the equations. Overall, the approach combines physics principles with computational methods for accurate results.
guywinford
Messages
2
Reaction score
0
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
 
Physics news on Phys.org
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
 
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.
 
The way I would approach this problem is such:
(I won't 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
 
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