Velocity dependent force question

  • Thread starter Thread starter PsychonautQQ
  • Start date Start date
  • Tags Tags
    Force Velocity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


Initial speed = v, only for acting on it is retarding force F(v) = -Ae^(-cv). Find it's speed as a function of time.




Homework Equations


F=ma


The Attempt at a Solution


m(dv/dt) = -Ae^(-cv)
dv / (-Ae^(-cv) = dt / m

integrating gives
[e^(-cv)/Ac] = t/m

where the left side of that integral is evaluated from initial vi to final vf

e^(-cvi)/Ac-e^(-cvf)/Ac = t / m

multiplying by AC and taking the natural log of all of this...

-cvf + cvi = ln(tAc/m)
vf = vi - (1/c)*ln(tAc/m)

Does this look correct? An online source says this is wrong. Thanks for the help, LaTex coming soon.
 
Physics news on Phys.org
Well, check your signs. Principally, using "separation of variables" is the correct approach to solve this 1st order ODE.
 
PsychonautQQ said:

Homework Statement


Initial speed = v, only for acting on it is retarding force F(v) = -Ae^(-cv). Find it's speed as a function of time.




Homework Equations


F=ma


The Attempt at a Solution


m(dv/dt) = -Ae^(-cv)
dv / (-Ae^(-cv) = dt / m

integrating gives
[e^(-cv)/Ac] = t/m
You do know that [itex]1/e^{-cv}= e^{cv}[/itex], don't you? So simpler is
[tex]me^{cv}dv= -Adt[/tex]
and the integrating
[tex]\frac{m}{c}e^{cv}= -At+ C[/tex]

where the left side of that integral is evaluated from initial vi to final vf

e^(-cvi)/Ac-e^(-cvf)/Ac = t / m

multiplying by AC and taking the natural log of all of this...

-cvf + cvi = ln(tAc/m)
vf = vi - (1/c)*ln(tAc/m)

Does this look correct? An online source says this is wrong. Thanks for the help, LaTex coming soon.