Kinematics Problem on projectile

AI Thread Summary
A 10 kg projectile is fired vertically upward with an initial velocity of 50 m/s, reaching a maximum height of approximately 127.55 meters when atmospheric resistance is neglected. For part (b), the challenge lies in incorporating air resistance, modeled as Fd = 0.01v², which complicates the motion since the resistive force is not constant. The discussion emphasizes using Newton's Second Law to derive a first-order ordinary differential equation (ODE) for the motion, leading to the equation dv/dt = - (g + v²/1000). Participants are encouraged to separate variables and integrate to find the solution, while also addressing a related problem involving a camera dropped from a descending hot air balloon. Understanding the dynamics of both scenarios is crucial for accurate calculations.
jason_mcc
Messages
8
Reaction score
0
Hi everyone, any help you could give me I would appreciate.

Homework Statement



A 10 kg projectile is fired vertically upward from the ground, with an initial velocity of 50 m/s. Determine the maximum height to which it will travel if (a) atmospheric resistance is neglected, and (b) if atmospheric resistance is measured as Fd=(0.01 v2), where v is the speed at any instant, measured in m/s.


Homework Equations



v^{2}=u^{2}+2as

The Attempt at a Solution



Part (a) I know how to do.

v^{2}=u^{2}+2as
0=50^{2}+2(-9.8)s
0=2500-19.6s
s=127.55m

But I can't do part (b). I don't know how to apply the air resistance to the answer.

Can anyone help?
 
Physics news on Phys.org
Welcome to PF jason,

For part (b) the resistive force and hence acceleration is not constant. Therefore, you cannot use equations of constant acceleration. Instead, you should consider Newton's Second Law.
 
For the equation

F=0.01v^{2}

which value for v would I use to find the air resistance?
 
jason_mcc said:
For the equation

F=0.01v^{2}

which value for v would I use to find the air resistance?
Dont get ahead of yourself. Start by writing out an equation of motion using Newton's second law.
 
Ok so far iv got

F=98.1+0.01v^{2}
ma=98.1+0.01v^{2}
10a=98.1+0.01v^{2} since mass is constant
a=9.81+0.001v^{2}
\stackrel{dv}{dt}=9.81+0.001v^{2}

Am I on the right lines?
 
jason_mcc said:
Ok so far iv got

F=98.1+0.01v^{2}
ma=98.1+0.01v^{2}
10a=98.1+0.01v^{2} since mass is constant
a=9.81+0.001v^{2}
\stackrel{dv}{dt}=9.81+0.001v^{2}

Am I on the right lines?
You're on the right lines but you need to be careful the way you define your coordinate axis and velocity. Notice that both the weight of the projectile (mg) and the drag are acting against the motion of the projectile. Hence, your ODE should really be

\frac{dv}{dt} = - \left(g+\frac{v^2}{1000}\right)

So, you now have a first order ODE. Can you solve it?
 
Is it

v=-9.81t-\frac{v^{3}}{3000}\frac{dv}{dt}

And then i sub back in for dv/dt?
 
Jason you are mixing up your calculus rules. You can't evaluate \int v^2 dt without knowing the solution-- how v depends on time.

You must separate and integrate. Get all your v's on the left hand side and all of your t's on the right side and then integrate.
 
Ok is it

t=ln|-9.81-\frac{v^{2}}{1000}| ?
 
  • #10
jason_mcc said:
Ok is it

t=ln|-9.81-\frac{v^{2}}{1000}| ?
No, let's do this one step at a time. Start by separating it and show me what you get.
 
  • #11
Ok

\frac{dv}{dt}=-(9.81+\frac{v^{2}}{1000})

dv=(-9.81-\frac{v^{2}}{1000})dt

\frac{dv}{-9.81-v^{2}/1000}=dt
 
  • #12
Jason, I suggest using partial fractions on that integral.
 
  • #13
hey can anyone help me with this?

A hot air balloon is descending at a rate of 2.0 m/s. when a passenger drops a camera If the camera is 45 m above the ground when is it dropped? how long does it take for the camera to reach the ground< and (b) what is its velocity just before it lands? Let upward be the positive direction for this problem.

i know this is the formula to start out with ...
X=Xo+Vot+ 1/2at^2
45=o+(.5)(9.81m/s.)t
 
Last edited:
Back
Top