Calculating Maximum Height of Object Thrown Upward

  • Thread starter Thread starter Yann
  • Start date Start date
  • Tags Tags
    Rock
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Yann
Messages
48
Reaction score
0
I don't know much about classical physics, if I throw a rock or mass M upward with an initial velocity Z, with gravity g and air resistance A acting against it, is this equation the right one ;

[math]m\frac{dv}{dt} = (Z-g)m -Av[/math]

Then if I want to know the maximal height, I just need to integrate v(t) to find the distance at time t. Right ?

I'm really not sure about this equation, mostly because of the (Z-g) term. After all, it's about INITIAL velocity.
 
Physics news on Phys.org
You have to define what you mean by air resistance 'A', is this a force or a drag coefficient, is it a function of V or a constant?
Generally the equation you want is s = ut + 1/2 gt^2

See the formulae sticky thread for more equations.
 
If you define air resistance to be a force proportional to the velocity

Then the forces on it as it's going up are mg down and Av down, so you get

[tex]\frac{dv}{dt} = -g - \frac{Av}{m}[/tex]

You then have to solve this differential equation for v(t), using v(0) = Z as a boundary condition. Then you have all the information you need about the rock's movement.