Mechanics - Velocity over Time

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
6 replies · 2K views
golanor
Messages
59
Reaction score
0

Homework Statement


A particle is moving, through a medium in which the friction is: f = bv^2 (v is the velocity).
In t=0 the velocity is [itex]v{0}[/itex]. There is no gravity.
Write the velocity of the particle over time.

Homework Equations


I used: F = ma.


The Attempt at a Solution


-f=-m*a
Solving the differential equation - v(t)=m/(b*t-m/v0)
The thing is, the mass is not known in the question.
Is there a different way of solving this?
 
Physics news on Phys.org
Indeed, you don't have to get rid of the mass. But the solution is not correct; it should be:

m[itex]\dot{v}[/itex] = - b v [itex]\Rightarrow[/itex] v(t) = v0 exp(-γ t )

where γ = b/m
 
cosmic dust said:
Indeed, you don't have to get rid of the mass. But the solution is not correct; it should be:

m[itex]\dot{v}[/itex] = - b v [itex]\Rightarrow[/itex] v(t) = v0 exp(-γ t )

where γ = b/m
Don't forget the square in the force.
 
Ooops... I used linear friction! Sorry, the velocity will be:

v = m v0 / (b v0 t + m)
 
cosmic dust said:
Ooops... I used linear friction! Sorry, the velocity will be:

v = m v0 / (b v0 t + m)

Which is what I wrote :)