Kinematics: Calculus Describing Motion Along a Straight Line
Kinematics is where differentiation and integration stop being abstract operations and become a language for motion.
In Additional Mathematics, straight-line kinematics connects three quantities: displacement, velocity and acceleration. The connection is not a set of separate formulas. It is a derivative–integral chain. If displacement s depends on time t, velocity is the derivative of displacement, and acceleration is the derivative of velocity. Reversing the direction, integrating acceleration gives velocity up to a constant, and integrating velocity gives displacement up to another constant.
This guide develops the full system: signs and direction, motion graphs, stationary moments, initial conditions, turning points, displacement versus distance, and the correct use of differentiation and integration in context.
AI Extraction Box: The Motion Chain
s(t) → differentiate → v(t) → differentiate → a(t)
a(t) → integrate → v(t) → integrate → s(t)
- Velocity: v=ds/dt.
- Acceleration: a=dv/dt=d²s/dt².
- From acceleration: v=∫a dt + C.
- From velocity: s=∫v dt + C.
- At rest: v=0.
- Moving in positive direction: v>0.
- Moving in negative direction: v<0.
- Speed: |v|.
- Change of direction: velocity changes sign.
- Distance travelled: accumulate positive lengths, splitting at direction changes when needed.
Displacement Is Signed Position
Displacement is measured relative to an origin and includes direction. If s=5 m, the particle is 5 m on the positive side of the origin. If s=−3 m, it is 3 m on the negative side.
This is different from distance. Distance travelled is always non-negative and measures the total path length. A particle can return to its starting point with zero net displacement while having travelled a substantial distance.
Displacement remembers direction. Distance counts path length.
Velocity Is the Rate of Change of Displacement
If s=s(t), then:
v=ds/dt.
Velocity tells us both speed and direction. Positive velocity means displacement is increasing; negative velocity means displacement is decreasing. Zero velocity means the particle is instantaneously at rest.
On a displacement–time graph, velocity is the gradient of the tangent. A steeper positive tangent means larger positive velocity. A steep negative tangent means large speed in the negative direction.
Acceleration Is the Rate of Change of Velocity
a=dv/dt=d²s/dt².
Positive acceleration does not always mean “speeding up”. It means velocity is increasing numerically. If velocity is negative, positive acceleration can reduce the magnitude of that negative velocity and therefore slow the particle down.
To decide whether speed is increasing, compare the signs of velocity and acceleration:
- v and a same sign → speed increasing;
- v and a opposite signs → speed decreasing.
Acceleration describes how velocity changes, not directly how speed changes.
Worked Example 1: From Displacement to Velocity and Acceleration
A particle has displacement:
s=t³−6t²+9t+2.
Velocity:
v=ds/dt=3t²−12t+9=3(t−1)(t−3).
Acceleration:
a=dv/dt=6t−12.
The particle is at rest when v=0, so t=1 or t=3. These times are candidates for direction changes. To confirm direction change, inspect the sign of v around them.
- 0<t<1: v>0;
- 1<t<3: v<0;
- t>3: v>0.
So the particle changes direction at both t=1 and t=3.
At Rest Does Not Automatically Mean Turning Around
A particle is at rest when v=0. But it changes direction only if the sign of v changes.
For example, if v=(t−2)², then v=0 at t=2, but v is non-negative on both sides. The particle pauses instantaneously but does not reverse direction.
This is analogous to stationary points in graphs: derivative zero is a candidate condition; the surrounding sign pattern determines the behaviour.
Distance Travelled Requires Direction Control
If velocity changes sign, total distance cannot usually be found from final displacement minus initial displacement. Instead, split the journey at every direction change and add the magnitudes of the displacement changes.
For the previous example, suppose we want the distance travelled from t=0 to t=4. We evaluate s at the relevant times 0,1,3,4:
- s(0)=2;
- s(1)=1−6+9+2=6;
- s(3)=27−54+27+2=2;
- s(4)=64−96+36+2=6.
Distance travelled:
|6−2|+|2−6|+|6−2|=12 units.
Net displacement from t=0 to t=4 is only 6−2=4 units. The two quantities answer different questions.
From Velocity Back to Displacement
If velocity is given, integrate to recover displacement:
s=∫v dt + C.
An initial position determines C.
Example: v=4t−3 and s=5 when t=0.
s=2t²−3t+C.
At t=0, s=5, so C=5. Hence:
s=2t²−3t+5.
The constant represents the initial position information lost when velocity was formed by differentiation.
From Acceleration Back to Velocity
If acceleration is given:
v=∫a dt + C.
Initial velocity determines the constant. If displacement is also needed, integrate again and use an initial displacement condition.
Example: a=6t−4, v=3 at t=0 and s=1 at t=0.
v=3t²−4t+C₁.
v(0)=3 gives C₁=3:
v=3t²−4t+3.
Integrate again:
s=t³−2t²+3t+C₂.
s(0)=1 gives C₂=1:
s=t³−2t²+3t+1.
Motion Graphs as Derivative Relationships
Three graph types carry different meanings:
| Graph | Gradient means | Area means |
|---|---|---|
| displacement–time | velocity | not the standard motion quantity |
| velocity–time | acceleration | change in displacement |
| acceleration–time | rate of change of acceleration | change in velocity |
On a velocity–time graph, signed area gives displacement change. If velocity is negative, that region contributes negative displacement. Total distance requires adding absolute area magnitudes.
Worked Example 2: Velocity-Time Interpretation
Suppose v=2t−4 for 0≤t≤5.
The particle is at rest when 2t−4=0, so t=2. Velocity is negative before 2 and positive after 2, so direction changes there.
Displacement change from t=0 to t=5:
∫₀⁵(2t−4)dt=[t²−4t]₀⁵=25−20=5.
Distance travelled:
|∫₀²(2t−4)dt|+|∫₂⁵(2t−4)dt|=4+9=13.
The sign change is the key structural event.
When Is Speed Increasing?
Speed is |v|, so we need to know whether the magnitude of velocity is growing. A useful sign rule is:
- v>0 and a>0 → speeding up;
- v>0 and a<0 → slowing down;
- v<0 and a<0 → speeding up in the negative direction;
- v<0 and a>0 → slowing down in the negative direction.
This prevents the false rule “positive acceleration means speeding up”.
Worked Example 3: Speeding Up or Slowing Down?
Let v=t²−6t+5 and a=2t−6. At t=2:
v(2)=4−12+5=−3,
a(2)=4−6=−2.
Both are negative, so the particle is moving in the negative direction and its speed is increasing.
At t=4:
v(4)=16−24+5=−3,
a(4)=8−6=2.
The signs are opposite, so the particle is slowing down.
The Motion Decision Tree
- Given s(t)? Differentiate for v, differentiate again for a.
- Given v(t)? Differentiate for a; integrate for s and use initial position.
- Given a(t)? Integrate for v using initial velocity, then integrate for s using initial position.
- Asked when at rest? Solve v=0.
- Asked when direction changes? Solve v=0 and check sign change.
- Asked for speed? Use |v|.
- Asked for total distance? split at velocity sign changes.
- Asked whether speeding up? compare signs of v and a.
- Graph question? identify whether gradient or area carries the requested motion quantity.
Common Failure Modes
| Visible error | Underlying issue | Repair |
|---|---|---|
| Uses displacement change as total distance | Direction changes ignored | Find v=0 sign changes and split journey |
| Every v=0 called a direction change | At-rest condition confused with reversal | Check velocity sign on both sides |
| Positive acceleration called speeding up | Velocity sign ignored | Compare signs of v and a |
| Integration constant omitted | Initial-condition role forgotten | Add C after each indefinite integration |
| Initial position used to find velocity constant | Quantity levels mixed | Velocity constant needs velocity condition; displacement constant needs position condition |
| Area under v–t graph called distance automatically | Signed area not interpreted | Signed area gives displacement; absolute sections give distance |
| Units incorrect | Derivative chain treated symbolically | Track m, m/s and m/s² explicitly |
Transfer Set
Question A
If s=2t³−3t²+4, find v and a.
Answer: v=6t²−6t; a=12t−6.
Question B
A particle has v=(t−1)(t−4). At what times is it at rest?
Answer: t=1,4.
Question C
If v=−5 m/s and a=−2 m/s², is speed increasing or decreasing?
Answer: increasing, because v and a have the same sign.
Question D
If a=4t and v=3 when t=0, find v.
Answer: v=2t²+C, and C=3, so v=2t²+3.
Question E
Why can a particle have zero displacement change but non-zero distance travelled?
Answer: it can move away from its starting point and later return, so signed changes cancel while path lengths add.
A 50-Minute Kinematics Repair Session
- 6 minutes: retrieve s→v→a and the reverse integration chain.
- 8 minutes: differentiate two displacement functions and identify rest times.
- 8 minutes: classify direction and speed change using signs of v and a.
- 8 minutes: integrate one acceleration function twice using initial conditions.
- 10 minutes: calculate displacement and total distance over an interval with a direction change.
- 6 minutes: interpret one velocity–time graph using gradient and area.
- 4 minutes: classify errors as sign, derivative/integral level, initial condition, distance/displacement or units.
What Mastery Looks Like
- The learner moves fluently among displacement, velocity and acceleration.
- The learner interprets signs as direction rather than treating negative values as errors.
- The learner distinguishes at rest from change of direction.
- The learner distinguishes speed from velocity and distance from displacement.
- The learner uses initial conditions at the correct integration level.
- The learner reads gradients and signed areas on motion graphs.
- The learner can explain whether speed is increasing from the signs of velocity and acceleration.
Syllabus Alignment
This guide aligns with the 2027 Singapore-Cambridge SEC G3 Additional Mathematics calculus syllabus, which includes application of differentiation and integration to displacement, velocity and acceleration of a particle moving in a straight line. It connects directly to the differentiation, stationary-point/rate and integration guides in this learning hub.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Continue with Mixed-Topic Synthesis, Method Selection and Transfer.