Skip to content
spmaddmath.com.my
Tuition

Study

SyllabusFormulasMethodsExam & PapersTools
LocationsPricingBlogOur TeachersContact
EN

Worked examples · Kinematics of Linear Motion

Kinematics of Linear Motion, Worked Examples (KBAT)

These hard Kinematics examples chain the whole method together and ask you to interpret the motion: building velocity from an acceleration and an initial value before adding the legs for a total distance, comparing two particles that leave the same point to find when they meet again by setting sA=sBs_{A}=s_{B}, and integrating twice to locate a maximum velocity (where a=0a=0) and the displacement at that instant. Try each on paper first, then check every line.

What these examples cover

These hard examples ask you to run the whole machinery at once and interpret the motion, not just compute it. You will build a velocity from an acceleration and an initial value, decide where it changes sign, and add the legs to get a total distance; compare two particles that leave the same point and find when they meet again; and integrate an acceleration twice to locate a maximum velocity and the displacement at that instant.

Nothing here needs heavy arithmetic, the numbers stay small, but each part depends on the one before it, so a single sign slip carries through. Attempt each in full, then check line by line, paying close attention to direction and to the meaning of every value you find.

Worked examples

Work through all three. Each is several small steps in a chain, so keep the steps in order, fix the constant, analyse the sign of the velocity, then compute, and the marks follow.

Q1[7 marks]

A particle moves along a straight line and passes a fixed point OO with velocity 5 m s15\ \text{m s}^{-1} at t=0t=0. Its acceleration is a=2t6a=2t-6, in m s2\text{m s}^{-2}, at time tt s.

Find the total distance travelled in the first 55 seconds.

Show worked solution

First build the velocity by integrating the acceleration, using the initial velocity to fix the constant.

v=(2t6)dt=t26t+cv=\int (2t-6)\,dt=t^{2}-6t+c

Since v=5v=5 when t=0t=0, we get c=5c=5, so v=t26t+5v=t^{2}-6t+5. Find where the particle is at rest.

t26t+5=0  (t1)(t5)=0t^{2}-6t+5=0\ \Rightarrow\ (t-1)(t-5)=0

So v=0v=0 at t=1t=1 and t=5t=5. Checking signs, v>0v>0 on 0t<10\le t<1 and v<0v<0 on 1<t<51<t<5; the particle reverses at t=1t=1.

Integrate again for the displacement, with s=0s=0 at t=0t=0.

s=(t26t+5)dt=t333t2+5ts=\int (t^{2}-6t+5)\,dt=\frac{t^{3}}{3}-3t^{2}+5t

Evaluate the displacement at the key times t=1t=1 and t=5t=5.

s(1)=133+5=73,s(5)=125375+25=253s(1)=\tfrac{1}{3}-3+5=\tfrac{7}{3},\qquad s(5)=\tfrac{125}{3}-75+25=-\tfrac{25}{3}

Add the distance of each leg as the absolute change in displacement.

Total=730+25373=73+323=393=13\text{Total}=\left|\tfrac{7}{3}-0\right|+\left|-\tfrac{25}{3}-\tfrac{7}{3}\right|=\tfrac{7}{3}+\tfrac{32}{3}=\tfrac{39}{3}=13

Answer

The total distance travelled in the first 55 seconds is 1313 m. The particle first moves forward 73\frac{7}{3} m, then back 323\frac{32}{3} m.

Q2[8 marks]

Two particles AA and BB leave a fixed point OO at the same instant t=0t=0 and move along the same straight line. At time tt s, AA has velocity vA=3t26tv_{A}=3t^{2}-6t, in m s1\text{m s}^{-1}, and BB moves with constant velocity 4 m s14\ \text{m s}^{-1}.

Find (a) the time after t=0t=0 when AA and BB meet again, and their distance from OO then, and (b) the total distance AA has travelled up to that instant.

Show worked solution

Find the displacement of each particle from OO by integrating, using s=0s=0 at t=0t=0 for both.

sA=(3t26t)dt=t33t2,sB=4dt=4ts_{A}=\int (3t^{2}-6t)\,dt=t^{3}-3t^{2},\qquad s_{B}=\int 4\,dt=4t

(a) They meet where their displacements are equal.

t33t2=4t  t33t24t=0t^{3}-3t^{2}=4t\ \Rightarrow\ t^{3}-3t^{2}-4t=0

Factorise, taking out tt.

t(t23t4)=0  t(t4)(t+1)=0t(t^{2}-3t-4)=0\ \Rightarrow\ t(t-4)(t+1)=0

The relevant root is t=4t=4, rejecting t=0t=0 (the start) and t=1t=-1. Their common displacement is:

sA(4)=433(4)2=6448=16s_{A}(4)=4^{3}-3(4)^{2}=64-48=16

(b) To get AA’s total distance, find where AA is at rest, since vA=3t(t2)v_{A}=3t(t-2) changes sign.

3t(t2)=0  t=0 or t=23t(t-2)=0\ \Rightarrow\ t=0\ \text{or}\ t=2

vA<0v_{A}<0 on 0<t<20<t<2 and vA>0v_{A}>0 on 2<t<42<t<4, so AA reverses at t=2t=2. Evaluate sAs_{A}.

sA(2)=812=4,sA(4)=16s_{A}(2)=8-12=-4,\qquad s_{A}(4)=16

Add the two legs.

Total=40+16(4)=4+20=24\text{Total}=|-4-0|+|16-(-4)|=4+20=24

Answer

AA and BB meet again at t=4t=4 s, 1616 m from OO. By then AA has travelled 2424 m in total, having first gone 44 m in the negative direction before turning back.

Q3[7 marks]

A particle moves along a straight line and passes a fixed point OO with velocity 2 m s12\ \text{m s}^{-1} at t=0t=0. Its acceleration is a=62ta=6-2t, in m s2\text{m s}^{-2}, at time tt s.

Find (a) the maximum velocity of the particle, and (b) its displacement from OO at the instant the velocity is maximum.

Show worked solution

Integrate the acceleration for the velocity, fixing the constant from v=2v=2 at t=0t=0.

v=(62t)dt=6tt2+c,v(0)=2  c=2v=\int (6-2t)\,dt=6t-t^{2}+c,\qquad v(0)=2\ \Rightarrow\ c=2

So v=t2+6t+2v=-t^{2}+6t+2. The velocity is greatest where its rate of change, the acceleration, is zero.

a=62t=0  t=3a=6-2t=0\ \Rightarrow\ t=3

Because a>0a>0 before t=3t=3 and a<0a<0 after it, this is a maximum. Substitute t=3t=3 into vv.

vt=3=(3)2+6(3)+2=9+18+2=11v|_{t=3}=-(3)^{2}+6(3)+2=-9+18+2=11

(b) Integrate the velocity for the displacement, with s=0s=0 at t=0t=0.

s=(t2+6t+2)dt=t33+3t2+2ts=\int (-t^{2}+6t+2)\,dt=-\frac{t^{3}}{3}+3t^{2}+2t

Substitute t=3t=3.

st=3=273+3(3)2+2(3)=9+27+6=24s|_{t=3}=-\frac{27}{3}+3(3)^{2}+2(3)=-9+27+6=24

Answer

The maximum velocity is 11 m s111\ \text{m s}^{-1}, reached at t=3t=3 s, and the displacement from OO at that instant is 2424 m.

Q4[6 marks]

A particle moves along a straight line such that its displacement from a fixed point OO is given by s=t36t2+9ts=t^{3}-6t^{2}+9t, in m, at time tt s, where t0t\ge 0. Find (a) the two instants at which the particle is instantaneously at rest, and (b) the maximum displacement of the particle from OO.

Show worked solution

Differentiate the displacement to get the velocity, since the particle is given here as a function of ss rather than of aa.

v=dsdt=3t212t+9v=\frac{ds}{dt}=3t^{2}-12t+9

(a) The particle is instantaneously at rest where v=0v=0.

3t212t+9=0  t24t+3=0  (t1)(t3)=03t^{2}-12t+9=0\ \Rightarrow\ t^{2}-4t+3=0\ \Rightarrow\ (t-1)(t-3)=0

So the particle is at rest at t=1t=1 and t=3t=3. (b) To decide which instant gives the maximum displacement, differentiate again to get the acceleration and check its sign at each instant.

a=dvdt=6t12a=\frac{dv}{dt}=6t-12
at=1=6(1)12=6<0,at=3=6(3)12=6>0a|_{t=1}=6(1)-12=-6<0,\qquad a|_{t=3}=6(3)-12=6>0

A negative acceleration at t=1t=1 means ss is at a maximum there (turning from increasing to decreasing); a positive acceleration at t=3t=3 means ss is at a minimum. Evaluate ss at t=1t=1.

st=1=(1)36(1)2+9(1)=16+9=4s|_{t=1}=(1)^{3}-6(1)^{2}+9(1)=1-6+9=4

Answer

The particle is instantaneously at rest at t=1t=1 s and t=3t=3 s. Its maximum displacement from OO is 44 m, reached at t=1t=1 s (checking t=3t=3: s=2754+27=0s=27-54+27=0, which is only a local minimum, matching a>0a>0 there).

Q5[7 marks]

A particle moves along a straight line and passes through a fixed point OO with velocity 6 m s16\ \text{m s}^{-1} at t=0t=0. Its acceleration is a=4t8a=4t-8, in m s2\text{m s}^{-2}, at time tt s.

Find (a) the total distance travelled by the particle in the first 44 seconds, and (b) its average velocity over this time. Explain why your two answers are different.

Show worked solution

Integrate the acceleration to get the velocity, using the given initial velocity to fix the constant.

v=(4t8)dt=2t28t+c,v(0)=6  c=6v=\int (4t-8)\,dt=2t^{2}-8t+c,\qquad v(0)=6\ \Rightarrow\ c=6

So v=2t28t+6=2(t1)(t3)v=2t^{2}-8t+6=2(t-1)(t-3). The particle is at rest at t=1t=1 and t=3t=3, both inside the first 44 seconds, so it reverses direction twice.

Integrate again for the displacement, with s=0s=0 at t=0t=0.

s=(2t28t+6)dt=2t334t2+6ts=\int (2t^{2}-8t+6)\,dt=\frac{2t^{3}}{3}-4t^{2}+6t

Evaluate the displacement at the start, at each rest instant, and at the end of the interval.

s(0)=0,s(1)=83,s(3)=0,s(4)=83s(0)=0,\quad s(1)=\tfrac{8}{3},\quad s(3)=0,\quad s(4)=\tfrac{8}{3}

(a) Add the distance of each leg.

Total distance=830+083+830=83+83+83=8\text{Total distance}=\left|\tfrac{8}{3}-0\right|+\left|0-\tfrac{8}{3}\right|+\left|\tfrac{8}{3}-0\right|=\tfrac{8}{3}+\tfrac{8}{3}+\tfrac{8}{3}=8

(b) The average velocity uses only the net displacement over the time taken, not the distance covered.

Average velocity=s(4)s(0)4=834=23 m s1\text{Average velocity}=\frac{s(4)-s(0)}{4}=\frac{\tfrac{8}{3}}{4}=\tfrac{2}{3}\ \text{m s}^{-1}

Answer

The particle covers a total distance of 88 m, but its average velocity is only 23 m s1\frac{2}{3}\ \text{m s}^{-1}, because it doubles back on itself: after 44 s it has ended up only 83\frac{8}{3} m from OO, even though it walked 88 m of straight line to get there.

Q6[7 marks]

Particle AA passes through a fixed point OO with zero velocity at time t=0t=0 and has acceleration a=6ta=6t, in m s2\text{m s}^{-2}, at time tt s. At the same instant, particle BB is 1616 m from OO on the same straight line and travels directly towards OO at a constant speed of 4 m s14\ \text{m s}^{-1}.

Find (a) the time at which AA and BB meet, and their distance from OO then, and (b) the velocity of each particle at that instant, stating whether they are then moving in the same or in opposite directions.

Show worked solution

Find AA's velocity and displacement from OO by integrating twice, using vA=0v_{A}=0 and sA=0s_{A}=0 at t=0t=0.

vA=6tdt=3t2,sA=3t2dt=t3v_{A}=\int 6t\,dt=3t^{2},\qquad s_{A}=\int 3t^{2}\,dt=t^{3}

Since BB starts 1616 m from OO and moves towards OO at a constant 4 m s14\ \text{m s}^{-1}, its displacement from OO decreases steadily.

sB=164ts_{B}=16-4t

(a) AA and BB meet where their displacements from OO are equal.

t3=164t  t3+4t16=0t^{3}=16-4t\ \Rightarrow\ t^{3}+4t-16=0

Test small integer values: t=2t=2 gives 8+816=08+8-16=0, so t=2t=2 is a root. Factorise it out.

t3+4t16=(t2)(t2+2t+8)=0t^{3}+4t-16=(t-2)(t^{2}+2t+8)=0

The quadratic factor has discriminant 224(1)(8)=28<02^{2}-4(1)(8)=-28<0, so it has no real roots; t=2t=2 is the only solution.

sA(2)=23=8 ms_{A}(2)=2^{3}=8\ \text{m}

(b) Find each particle's velocity at t=2t=2.

vA(2)=3(2)2=12 m s1,vB=4 m s1 (constant)v_{A}(2)=3(2)^{2}=12\ \text{m s}^{-1},\qquad v_{B}=-4\ \text{m s}^{-1}\ (\text{constant})

Answer

AA and BB meet at t=2t=2 s, 88 m from OO. At that instant AA moves at 12 m s112\ \text{m s}^{-1} away from OO while BB still moves at 4 m s14\ \text{m s}^{-1} towards OO, opposite directions, so AA is overtaking BB at the meeting point rather than the two coming to rest together.

Q7[5 marks]

A particle travels along a straight line such that its velocity is given by v=t24t+3v=t^{2}-4t+3, in m s1\text{m s}^{-1}, at time tt s, for 0t40\le t\le 4. Find (a) the values of tt at which the particle is instantaneously at rest, (b) the minimum velocity of the particle in this interval, and (c) the minimum speed of the particle in this interval.

Show worked solution

(a) The particle is at rest where v=0v=0.

t24t+3=0  (t1)(t3)=0  t=1, 3t^{2}-4t+3=0\ \Rightarrow\ (t-1)(t-3)=0\ \Rightarrow\ t=1,\ 3

(b) The minimum velocity occurs where the acceleration a=dvdta=\frac{dv}{dt} is zero, since vv is an upward-opening quadratic in tt.

a=2t4=0  t=2a=2t-4=0\ \Rightarrow\ t=2
vt=2=(2)24(2)+3=48+3=1v|_{t=2}=(2)^{2}-4(2)+3=4-8+3=-1

So the minimum velocity is 1 m s1-1\ \text{m s}^{-1} at t=2t=2. (c) Speed is v|v|, not vv itself, so check its value at the rest instants found in (a) as well.

vt=1=0,vt=2=1,vt=3=0|v|_{t=1}=0,\qquad |v|_{t=2}=1,\qquad |v|_{t=3}=0

Answer

The particle is at rest at t=1t=1 s and t=3t=3 s. Its minimum velocity is 1 m s1-1\ \text{m s}^{-1}, at t=2t=2 s, but its minimum speed is 00, reached at t=1t=1 s and t=3t=3 s, since the particle is momentarily stationary there.

The most negative velocity is not the slowest the particle ever moves.

Q8[6 marks]

A particle moves along a straight line and passes through a fixed point OO with velocity 8 m s18\ \text{m s}^{-1} at time t=0t=0. Its acceleration is a=4tka=4t-k, in m s2\text{m s}^{-2}, at time tt s, where kk is a constant.

Given that the particle is instantaneously at rest when t=1t=1 s, find (a) the value of kk and the other instant at which the particle is at rest, and (b) the range of values of tt during which the particle is moving in the negative direction.

Show worked solution

Integrate the acceleration to get the velocity, using the given initial velocity to fix the constant of integration.

v=(4tk)dt=2t2kt+c,v(0)=8  c=8v=\int (4t-k)\,dt=2t^{2}-kt+c,\qquad v(0)=8\ \Rightarrow\ c=8

(a) Use the fact that v=0v=0 at t=1t=1 to find kk.

v(1)=2(1)2k(1)+8=10k=0  k=10v(1)=2(1)^{2}-k(1)+8=10-k=0\ \Rightarrow\ k=10

So v=2t210t+8v=2t^{2}-10t+8. Factorise to find the other instant at which the particle is at rest.

v=2(t25t+4)=2(t1)(t4)  v=0 at t=1 or t=4v=2(t^{2}-5t+4)=2(t-1)(t-4)\ \Rightarrow\ v=0\ \text{at}\ t=1\ \text{or}\ t=4

(b) Since the coefficient of t2t^{2} is positive, vv is negative between its two roots. Test a value in between, say t=2t=2, to confirm.

v(2)=2(21)(24)=2(1)(2)=4<0v(2)=2(2-1)(2-4)=2(1)(-2)=-4<0

Outside [1,4][1,4] the factors (t1)(t-1) and (t4)(t-4) have the same sign, so v>0v>0 there, matching the given v(0)=8>0v(0)=8>0.

Answer

k=10k=10, and the particle is also at rest at t=4t=4 s. It moves in the negative direction for 1<t<41<t<4, having set off in the positive direction, reversed at t=1t=1 s, and turned forward again at t=4t=4 s.

Key method points

These three examples show what a full-mark solution to a hard Kinematics question looks like, an ordered chain of small, correct steps. Keep these to hand.

  • Build the motion in order: integrate acceleration for velocity, then velocity for displacement, fixing each constant from a given value before using the function.
  • For a total distance, always locate the times where v=0v=0, test the sign of vv in each interval, and add the absolute change in displacement over each leg.
  • Two bodies meet when their displacements from the same origin are equal; set s1=s2s_{1}=s_{2} and solve, then reject times that are not physically relevant.
  • A maximum or minimum velocity occurs where a=0a=0; confirm which by checking the sign of aa on either side.
  • Keep exact fractions through the working and simplify only at the end, the messy-looking values often combine to a clean total, such as 73+323=13\frac{7}{3}+\frac{32}{3}=13.

How a teacher helps

Hard Kinematics questions are really several small steps chained together, and the marks are won by keeping the chain in order. The common slip is a lost sign or a rejected root kept by mistake, which then travels through the rest of the answer.

In a lesson our teacher slows the first two lines right down, the constant of integration and the sign analysis, because getting those right makes everything after them follow. Our teachers are experienced, so you learn to plan a multi-step solution with confidence.

Lessons are taught in English, while SPM papers are set in both Malay and English.

Get 1-to-1 help.

Book a Trial Class

Frequently asked questions

How do I find when two particles meet?

Write each displacement from the same starting point as a function of tt, set them equal, and solve. Discard any root that is not physically relevant, such as the starting instant t=0t=0 or a negative time.

Do I add distances or displacements for total distance?

Distances. Find every time where v=0v=0, work out the displacement at those times and at the endpoints, and add the absolute change over each leg.

Adding displacements directly would let a backward leg cancel a forward one.

How do I know the velocity is at a maximum?

Set the acceleration a=dvdt=0a=\frac{dv}{dt}=0 to find the candidate time, then check the sign of aa on either side. Positive changing to negative is a maximum; negative to positive is a minimum.

The working has fractions like 73\frac{7}{3}. Have I gone wrong?

Not necessarily, kinematics answers are often exact fractions. Keep them exact through the calculation; here the two legs 73\frac{7}{3} and 323\frac{32}{3} add to a clean 1313 m.

Source:SRC-DSKP-EN

Written by the spmaddmath.com.my editorial team.· Last updated 5 September 2026

Ready to get started?

Book a Trial Classfrom RM50/hr · One-hour paid trial · Same-day reply
Book a Trial ClassOne-hour paid trial · Same-day reply