Computing distance and time from a differential equation

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
3 replies · 4K views
vladgrigore
Messages
2
Reaction score
0
hello,

having given 2 speeds v1 and v2 and the equation: k1*v'=k2-k3*v[itex]^{2}[/itex] how do i compute the distance traveled from v1 reaching v2 and the time needed. (k1,k2,k3 are constants).

i think i have to integrate to find the distance, but i just can't figure quite how to do it.

any tips are greatly appreciated.
 
Physics news on Phys.org
You need to find a function for velocity v(t). You can integrate v(t) to find the distance. To obtain this function, you can solve your differential equation using separation of variables:

[itex]k_{1}\frac{dv}{dt}=k_{2}-k_{3}v^{2} \implies k_{1}\frac{dv}{k_{2}-k_{3}v^{2}} = dt[/itex]
 
thanks for that, i managed to figure out the integral but sadly it does not converge given the constants that i have.
thanks again