A car is moving along a straight line, having initial speed of v0 (v sub 0) at t = 0. The car experiences a deceleration of a = -k/v where k
is a constant and v is the speed of the car at an instant. I need to find the speed of the car as a function of time.
1
Expert's answer
2020-11-25T07:15:19-0500
We know that a=dtdv , so we have a differential equation to solve :
dtdv=−vk
vdv=−kdt
We integrate both sides from t=0 to t=t :
∫t=0t=tvdv=−∫0tkdt
(21v2)∣t=0t=t=−(kt)∣0t
21(v(t)2−v02)=−kt
v(t)2=v02−2kt
So we find our final solution :
v(t)=±v02−2kt,0≤t≤2kv02
We take + or − depending on the sign of v0 (we take the same sign that the sign of v0 ) , as v(t) must be continuous. We can also note that this solution exists only for some values of t, as for τ=2kv02,v(τ)=0 and thus the deceleration is not well defined at t=τ .
Comments