Finding Velocity as a Function of Time for a Particle with Retarding Force

  • Thread starter Thread starter lapo3399
  • Start date Start date
  • Tags Tags
    Force Particle
AI Thread Summary
The discussion centers on finding the velocity of a particle under a retarding force proportional to the square root of its instantaneous velocity. The initial approach involves setting up the equation m(dv/dt) = -k*sqrt(v) and recognizing it as a separable differential equation. Participants clarify that the integration should be performed separately for v and t, leading to the integral of v^-1/2 on the left side. The correct integration yields v = sqrt[-2kt/m + c], where the constant c relates to the initial velocity v0. The conversation emphasizes the importance of correctly handling the integration process to derive the velocity function over time.
lapo3399
Messages
53
Reaction score
0

Homework Statement


A retarding force acts on a particle with mass m and initial velocity v0 moving on a horizontal surface; this force is proportional to the square root of the instantaneous velocity of the particle:

Fr = -k*sqrt(v)

Find an expression for the velocity of the rock as a function of time.2. The attempt at a solution
I believe that this has to be solved through the integration of the force expression, possibly setting the right side equal to ma or m(dv/dt):

m*dv/dt = -k*sqrt(v)
dv/dt = -(k/m)*sqrt(v)

I don't know how to go about integrating this though, especially considering the v is present on both sides. I tried and this is the answer I got, though I doubt that it is correct:

v = (-3kt/m)^2 + vo

Thanks for any help!
 
Last edited:
Physics news on Phys.org
Where does the 3 come from? Could you show your integration please?
 
Now that I think about it I think it should be done this way (though I'm not sure of this either because it ends with the square root of -kt/m... so unless k is negative it's not real):

dv/dt = -(k/m)*sqrt(v)
v = -(k/m)*int[sqrt(v)]dt
v = -(k/m)*[t*sqrt(v)*(1/v)]
v = -(k/m)*(t/v)
v^2 = -kt/m
v = sqrt(-kt/m) + v0
 
No, that's not correct. You have a v on the right hand side, so cannot simply integrate the left hand side to give v. This is a separable equation: \frac{dv}{\sqrt{v}}=-\frac{k}{m}dt. Can you solve this?
 
So you would integrate both sides with respect to t? If that is the case, I know that the right side will be -kt/m, but I do not understand how to perform the left side's integral.
 
Oh. You integrate the left side with respect to v and the right with respect to t? So
int[v^-1/2]dv=-kt/m + c
1/2v^1/2= -kt/m + c
v=sqrt[-2kt/m+c]

Would c somehow have to do with v0 then? Would it be

v=sqrt[-2kt/m] + v0 ?
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top