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

  • Thread starter Thread starter gaobo9109
  • Start date Start date
  • Tags Tags
    Kinematic
AI Thread Summary
A particle projected vertically upwards with an initial speed u experiences resistance proportional to its speed, described by mkv. To find the time taken to reach maximum height, the equation of motion must incorporate both gravitational acceleration and the resistance force. The correct expression for acceleration is a = -g - kv, leading to the differential equation dv/dt = -g - kv. By separating variables and integrating, the relationship between velocity and time can be established. Understanding how to rearrange and integrate these equations is crucial for solving the problem effectively.
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?
 
a = g + kv?
 
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
 
  • #10
This part of the process is "algebra" not "differential equations".

\frac{dv}{dt}=-(g+kv)

Cross multiply to get

\frac{dv}{g+kv}=-dt


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