Time to reach maximum height with air resistance mkv

  • Thread starter Thread starter gaobo9109
  • Start date Start date
  • Tags Tags
    Kinematic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
gaobo9109
Messages
68
Reaction score
0

Homework Statement


A particle of mass m is projected vertically upwards, with an initial speedo of u, in a medium which exerts a resistance of magnitude mkv, where k is a positive constant and v is the speed of the particle after time t. Express, in terms of k, g and u, the time taken for the particle to reach its greatest height


Homework Equations


u - gt = 0


The Attempt at a Solution


u - gt - kvt = 0
I don't know how to express v in terms of u, g and k.
 
Physics news on Phys.org
Can you find an expression for the acceleration of the particle?
 
Basically yes, but I would put a negative sign in front of both terms. Now can you write an expression for the rate of change of velocity with respect to time?
 
Isn't dv/dt = a = -g - kv?
 
gaobo9109 said:
Isn't dv/dt = a = -g - kv?
Correct. Now can you solve this equation to find v(t)?
 
dv/dt = -g - kv
dv = -g - kvdt
Integrating both side
v = -gt - kvt
v = -gt / (1 + kt)

I just learned about differential equation, I am not sure if this is correct
 
It is not correct. You need to separate the two variables before you integrate. This means that you need to rearrange the equation algebraically so that the left side has only v (and constants) in it and the right side has only t (and constants) in it.
 
Sorry, I am quite new in differential equation. I don't know how to rearrange the equation such that v is on one side and t on the other side. Can you please teach me? Thanks
 
This part of the process is "algebra" not "differential equations".

[tex]\frac{dv}{dt}=-(g+kv)[/tex]

Cross multiply to get

[tex]\frac{dv}{g+kv}=-dt[/tex]


Voila. The variables have been separated. Now you can integrate. Differential equations are not as scary as they sound. Now you can integrate.