Question Statement
An object moves in a straight line according to the position function given below. If S is measured in centimetres, find the distance travelled by the object in the indicated time interval:
(i) S(t)=t2−2t ; [0,5]
(ii) S(t)=t3−3t2−9t ; [0,4]
(iii) S(t)=6sinπt ; [1,3]
Background and Explanation
Distance traveled is the total path length covered, which requires integrating the absolute value of velocity ∣v(t)∣ over the time interval. Since velocity v(t)=S′(t) may change sign (indicating direction reversal), we must identify where v(t)=0 (turning points) and integrate separately over subintervals where velocity maintains a consistent sign.
Solution
First, find the velocity function by differentiating position:
V(t)=dtdS=2t−2
Find when the object changes direction by setting V(t)=0:
2t−2=0⟹t=1
Analyze the sign of velocity:
- For t∈(0,1): V(t)=2t−2<0 (moving backward)
- For t∈(1,5): V(t)=2t−2>0 (moving forward)
Since velocity changes sign at t=1, we calculate distance by integrating the absolute value:
Distance=∫05∣V(t)∣dt=−∫01V(t)dt+∫15V(t)dt
Substitute V(t)=2t−2:
=−∫01(2t−2)dt+∫15(2t−2)dt
Compute the integrals separately:
=−[t2−2t]01+[t2−2t]15
=−[(1−2)−(0−0)]+[(25−10)−(1−2)]
=−(−1)+[15−(−1)]
=1+16=17 cm
Find the velocity function:
V(t)=dtdS=3t2−6t−9
Find critical points where V(t)=0:
3t2−6t−9=0
3(t2−2t−3)=0
(t−3)(t+1)=0
This gives t=3 or t=−1. Since t=−1∈/[0,4], we only consider t=3.
Analyze the sign of V(t)=3(t−3)(t+1):
- For t∈(0,3): V(t)<0 (negative)
- For t∈(3,4): V(t)>0 (positive)
Calculate distance:
Distance=∫04∣V(t)∣dt=−∫03(3t2−6t−9)dt+∫34(3t2−6t−9)dt
Compute the antiderivative ∫(3t2−6t−9)dt=t3−3t2−9t:
=−[t3−3t2−9t]03+[t3−3t2−9t]34
Evaluate the first integral:
−[(27−27−27)−(0−0−0)]=−(−27)=27
Evaluate the second integral:
[(64−48−36)−(27−27−27)]=(−20)−(−27)=7
Total distance:
=27+7=34 cm
Find the velocity function using the chain rule:
V(t)=dtdS=6cos(πt)⋅π=6πcos(πt)
Find when velocity equals zero:
6πcos(πt)=0⟹cos(πt)=0
πt=2π,23π,25π,…
t=21,23,25,…
Within the interval [1,3], the relevant critical points are t=23 and t=25.
Analyze the sign of V(t)=6πcos(πt) in each subinterval:
- For t∈(1,23): cos(πt)<0⟹V(t)<0
- For t∈(23,25): cos(πt)>0⟹V(t)>0
- For t∈(25,3): cos(πt)<0⟹V(t)<0
Set up the distance integral:
Distance=∫13∣V(t)∣dt=−∫13/2V(t)dt+∫3/25/2V(t)dt−∫5/23V(t)dt
Substitute V(t)=6πcos(πt):
=−6π∫13/2cos(πt)dt+6π∫3/25/2cos(πt)dt−6π∫5/23cos(πt)dt
Integrate ∫cos(πt)dt=πsin(πt):
=−6[sin(πt)]13/2+6[sin(πt)]3/25/2−6[sin(πt)]5/23
Evaluate using sin(π)=0, sin(3π/2)=−1, sin(5π/2)=1, sin(3π)=0:
=−6(−1−0)+6(1−(−1))−6(0−1)
=−6(−1)+6(2)−6(−1)
=6+12+6=24 cm
- Velocity from position: v(t)=dtdS (derivative of position function)
- Distance traveled formula: Distance=∫ab∣v(t)∣dt
- Handling absolute value: Split integral at points where v(t)=0; negate integrals where v(t)<0
- Power rule for integration: ∫tndt=n+1tn+1+C
- Chain rule for trigonometric functions: dtdsin(πt)=πcos(πt) and ∫cos(πt)dt=πsin(πt)
Summary of Steps
- Differentiate the position function S(t) to obtain velocity V(t)
- Find critical points by solving V(t)=0 within the given interval
- Test intervals between critical points to determine where V(t) is positive or negative
- Set up the distance integral as ∫∣V(t)∣dt, splitting into separate integrals at each critical point
- Apply absolute value by multiplying negative-velocity intervals by −1
- Evaluate each definite integral and sum the results to obtain total distance