Question Statement
A particle moves along a line such that its position is:
S=2t3−9t2+12t−4,for t≥0
(i) Find t for which the distance S is increasing.
(ii) Find t for which the velocity is increasing.
(iii) Find t for which the speed of the particle is increasing.
(iv) Find the speed when t=23 s.
(v) Find the total distance travelled in the time interval [0,4].
Background and Explanation
This problem involves kinematics in one dimension, where position S(t), velocity V(t), and acceleration a(t) are related through differentiation. Velocity is the rate of change of position, and acceleration is the rate of change of velocity. Speed increases when velocity and acceleration have the same sign (both positive or both negative), while distance increases when velocity is positive.
Solution
First, we establish the velocity and acceleration functions by differentiating the position function:
SVaa=2t3−9t2+12t−4=dtdS=dtd(2t3−9t2+12t−4)=6t2−18t+12=dtdV=dtd(6t2−18t+12)=12t−18
Distance S is increasing when velocity is positive:
dtdS>0
So:
6t2−18t+126(t2−3t+2)t2−2t−t+2t(t−2)−1(t−2)(t−2)(t−1)t−1t>0>0>60>0>0>0>1or t−2>0
⇒t∈(2,∞)
Either t<1 or t<2
⇒t∈[0,1) as t>0
So t∈[0,1)∪(2,∞)
Velocity is increasing when acceleration is positive:
dtdV>0⇒12t−18>0
t>1218⇒t>23
So t∈(23,∞)
If V(t)>0 and a(t)>0, speed increases. If V(t)<0 and a(t)<0, speed also increases.
From previous result t changes sign at t=1,2.
V(t)>0 for t<1 and t>2
Also V(t)<0 for 1<t<2
and a(t)>0 for t>1.5. Also a(t)<0 for t<1.5
Checking intervals:
| Interval | Signs | Speed Behavior |
|---|
| At (0,1) | V>0 ; a<0 | speed decreasing |
| At (1,1.5) | V<0 ; a<0 | so speed increasing |
| At (1.5,2) | V<0 ; a>0 | so speed decreasing |
| At (2,∞) | V>0 ; a>0 | speed increasing |
So t∈(1,1.5)∪(2,∞)
At t=23:
V=6(23)2−18(23)+12=454−554+12=12 m/s
v(t)=6t2−18t+12 has roots at t=1 and t=2.
Calculate position at critical points:
S(0)S(1)S(2)S(4)=2(0)3−9(0)2+12(0)−4=−4=2(1)3−9(1)2+12(1)−4=1=2(2)3−9(2)2+12(2)−4=0=2(4)3−9(4)2+12(4)−4=36
Total distance =∣1−(−4)∣+∣0−1∣+∣36−0∣
=4+1+36=41 m
- V=dtdS (velocity as derivative of position)
- a=dtdV=dt2d2S (acceleration as derivative of velocity)
- Distance increasing when V>0
- Velocity increasing when a>0
- Speed increasing when V and a have the same sign (V⋅a>0)
- Total distance travelled =∑∣S(ti)−S(ti−1)∣ over intervals where velocity changes sign
Summary of Steps
- Find derivatives: Differentiate S(t) to get V(t), then differentiate V(t) to get a(t).
- Part (i): Solve V(t)>0 by factoring the quadratic to find when distance increases.
- Part (ii): Solve a(t)>0 to find when velocity increases.
- Part (iii): Determine sign changes of V(t) (at t=1,2) and a(t) (at t=1.5), then test intervals to find where V and a have the same sign.
- Part (iv): Substitute t=23 into V(t) and calculate the magnitude.
- Part (v): Evaluate S(t) at endpoints and at times where V(t)=0 (direction changes), then sum the absolute differences between consecutive positions.