Loading [MathJax]/jax/output/CommonHTML/jax.js

EXAMPLE 6Solving a Rectilinear Motion Problem

When the brakes of a car are applied, the car decelerates at a constant rate of 10m/s2. If the car is to stop within 20m after the brakes are applied, what is the maximum velocity the car could have been traveling? Express the answer in miles per hour.

Solution Let s(t) represent the distance s in meters the car has traveled t seconds after the brakes are applied. Let v0 be the velocity of the car at the time the brakes are applied (t=0). Since the car decelerates at the rate of 10m/s2, its acceleration a, in meters per second squared, is a(t)=dvdt=10

We solve the differential equation for v. v(t)=10t+C1

When t=0, v(0)=v0, the velocity of the car when the brakes are applied, so C1=v0. Then v(t)=dsdt=10t+v0

Now we solve the differential equation v(t)=dsdt for s. s(t)=5t2+v0t+C2

Since the distance s is measured from the point at which the brakes are applied, the second initial condition is s(0)=0. Then s(0)=50+v00+C2=0, so C2=0. The distance s, in meters, the car travels t seconds after applying the brakes is s(t)=5t2+v0t

The car stops completely when its velocity equals 0. That is, when v(t)=10t+v0=0t=v010

This is the time it takes the car to come to rest. Substituting v010 for t in s(t), the distance the car has traveled is s(v010)=5(v010)2+v0(v010)=v2020 

If the car is to stop within 20 m, then s20; that is, v202020 or equivalently v20400. The maximum possible velocity v0 for the car is v0=20 m/s.

To express this in miles per hour, we proceed as follows: v0=20m/s=(20ms)(1km1000m)(3600s1h)=72km/h(72kmh)(1mi1.6km)=45mi/h

The maximum possible velocity to stop within 20 m is 45 mi/h.