How Do You Solve for Position x(t) Given a Force Dependent on Velocity?

  • Context: Undergrad 
  • Thread starter Thread starter hanilk2006
  • Start date Start date
  • Tags Tags
    First order Ode
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
hanilk2006
Messages
4
Reaction score
0
A particle of mass m is subject to a force F(v) = bv^2. The initial position is zero, and the initial speed is vi find x(t)

so far

m*dv/dx*v = -bv^2
m*dv/dx = -bv
integral m/-bv*dv = integral dx
m/-b*ln(v) + a = x + b

What do I do with the constants? i thought i was suppose to put in 'a' as vi and b as 0, but then when i integrate again for v, so i can get x(t) function, what do i use to fill in that constant?
 
Physics news on Phys.org
dv/dx*v=dv/dx*dx/dt = dv/dt = a
 
OK. You use your constants in the integrations: the lower constant on the dx integral is the starting location = 0, and the lower constant on the dv integral is the initial velocity = v_i.

The upper constants are the unknowns ... your integral equation will provide a relation between them.