Distance covered under variable acceleration

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
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
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)