Distance covered under variable acceleration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
lsmiley
Messages
1
Reaction score
0
Is it possible to find the distance covered in a certain time when acceleration depends on velocity, such as an electric-powered vehicle might do??
Acceleration := K*velocity + Const
 
Physics news on Phys.org
a=Kv+C

a=mv(dv/dx)

mv(dv/dx)=Kv+C

you would need to solve that equation, m,K and C are constants most likely by separation of variables.
 
Assuming K and C are constants, you can integrate to find v, then integrate to find x.
In this case, assuming starting from stand still, v=C/K*(exp(K*t)-1)
x = C/K*(exp(K*t)/K-t)