Re: Add maths: Kinematics
Quote:
Originally Posted by yumiryuiko
Q1.A particle moves in a straight line and its displacement ,x metres, from a fixed point O, t seconds after passing O, is given by x= 12t - t^3.
(a)calculate the velocity of the particle when it is next at 0. [Ans: -24m/s]
(b)the distance travelled by the particle during the first 3 seconds. [ 23m]
To the first question:
The particle moves in such a way that first x increases, then the velocity inverts its sign and x decreases and goes back past 0. So, at t=0, the particle is at the origin, but after a time t1:
0 = 12t1 - t13
Solving:
t1 = 2Sqrt(3)
The velocity is:
v = dx/dt = 12 - 3t2
and its value at that time is:
v(t1) = 12- 3t12 = 12 - 3(2Sqrt(3))2 = -24
The distance travelled during the first 3 seconds is the sum of the distance traveled from t=0 until the velocity inverts its sign plus the distance traveled from that time until t=3. So, first you determine when the velocity inverts its sign, i.e. when it is 0:
0 = 12 - 2t2 -> t = 2
Distance traveled from t=0 to t=2 (away from the origin):
x(+) = x(2) - x(0) = 16
Distance traveled from t=2 to t=3 (toward the origin):
x(-) = ABS[x(3) - x(2)] = ABS(9 - 16) = ABS(-7) = 7
Total = x(+) + x(-) = 16 + 7 = 23