Kinematic Question: Finding Time to Reach Max Height with k, g, u

  • Thread starter Thread starter gaobo9109
  • Start date Start date
  • Tags Tags
    Kinematic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
Isn't dv/dt = a = -g - kv?
 
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
 
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.