Small Group Tutorials

Here to help students catch up, keep up, and move ahead. Book a consultation here.

Secondary 4 Additional Mathematics Learning Guide | Kinematics: Displacement, Velocity and Acceleration

Secondary 4 Additional Mathematics: Kinematics Makes Calculus Move

Kinematics is one of the clearest places where differentiation and integration become a connected operating system. A displacement function describes position along a straight line. Differentiation gives velocity. Differentiating again gives acceleration. Integration reverses those relationships, but the mathematics must still be interpreted physically: signs tell direction, zeros can signal rest or turning points, and total distance is not the same as net displacement.

At Secondary 4, kinematics should not be learned as a list of derivative formulas with letters s, v and a. The important skill is to move between representations while preserving meaning. Every algebraic result must return to the motion being described.

Displacement tells where. Velocity tells how position is changing. Acceleration tells how velocity is changing.


The Simple Answer

For motion along a straight line, let displacement from a fixed origin be s(t), where t is time.

  • Velocity: v = ds/dt.
  • Acceleration: a = dv/dt = d2s/dt2.
  • Displacement change: obtained by integrating velocity over time.
  • Velocity change: obtained by integrating acceleration over time.

The calculus is only half the job. The other half is interpretation: what does a positive or negative value mean, when does direction change, and what quantity is the question actually asking for?

Displacement Is Signed Position

Displacement is measured relative to an origin and includes direction. If the positive direction is chosen to the right, then s = 5 means five units to the right of the origin, while s = −3 means three units to the left.

Displacement is therefore not the same as distance travelled. A particle can move away from the origin and return, producing zero net displacement while having travelled a substantial total distance.

Velocity Is the Derivative of Displacement

If s(t) is known, differentiate to obtain velocity. The sign of v indicates direction under the chosen convention.

  • v > 0: moving in the positive direction.
  • v < 0: moving in the negative direction.
  • v = 0: instantaneously at rest.

But v = 0 does not automatically mean the particle changes direction. The sign of velocity on either side must be checked.


Worked Example 1: From Displacement to Velocity and Acceleration

Suppose

s = t3 − 6t2 + 9t + 2.

Differentiate:

v = ds/dt = 3t2 − 12t + 9.

Differentiate again:

a = dv/dt = 6t − 12.

At t = 2, acceleration is zero. That does not mean the particle is at rest. Velocity at t = 2 is 12 − 24 + 9 = −3, so it is still moving in the negative direction at that instant.

This illustrates a fundamental distinction: zero acceleration and zero velocity describe different states.

At Rest and Change of Direction

A particle is instantaneously at rest when v = 0. To determine whether it changes direction, inspect the sign of v before and after that time.

Using the previous example:

v = 3t2 − 12t + 9 = 3(t − 1)(t − 3).

The particle is at rest at t = 1 and t = 3. Check signs:

  • for t < 1, v is positive;
  • for 1 < t < 3, v is negative;
  • for t > 3, v is positive.

Velocity changes sign at both times, so the particle changes direction at t = 1 and t = 3.

At rest is a value. Change of direction is a sign transition.

Displacement Versus Total Distance

Suppose the particle moves from position s = 2 at t = 0 to s = 6, then back to s = 1. The net displacement is

1 − 2 = −1.

But total distance travelled is

|6 − 2| + |1 − 6| = 4 + 5 = 9.

Total distance requires splitting the journey at every change of direction. This is why solving v = 0 is often an intermediate step even when the final question asks for distance.


Worked Example 2: Total Distance From a Displacement Function

Suppose s = t2 − 4t for 0 ≤ t ≤ 5. Find the total distance travelled.

Velocity is

v = 2t − 4.

The particle is at rest when 2t − 4 = 0, so t = 2. The velocity is negative before t = 2 and positive after, so direction changes there.

Positions:

s(0) = 0
s(2) = 4 − 8 = −4
s(5) = 25 − 20 = 5.

Total distance is

|−4 − 0| + |5 − (−4)| = 4 + 9 = 13.

Using |s(5) − s(0)| would give only 5, which is the magnitude of net displacement, not total distance.

Acceleration and the Meaning of Speeding Up

A positive acceleration does not always mean the particle is speeding up. Speed depends on the magnitude of velocity.

  • If v and a have the same sign, speed is increasing.
  • If v and a have opposite signs, speed is decreasing.

For example, if v = −5 and a = +2, the velocity is being pushed upward toward zero. The particle is moving in the negative direction but slowing down.

This is an interpretation question, not merely a derivative question. Signs carry physical meaning.

Worked Example 3: Speeding Up or Slowing Down?

At a certain instant, v = 4 and a = −3. Velocity is positive but acceleration is negative, so the speed is decreasing at that instant. If instead v = −4 and a = −3, both signs agree and the magnitude of velocity is increasing: the particle is speeding up in the negative direction.


Integration: Recovering Motion From Rates

If velocity is known, integrate to recover displacement:

s = ∫v dt.

The constant of integration must be determined from an initial condition such as the displacement at a known time. Similarly, if acceleration is known, integrate to obtain velocity and use an initial velocity condition to determine the constant.

Worked Example 4: Acceleration to Velocity

Suppose a = 6t − 4 and v = 3 when t = 0. Integrate:

v = ∫(6t − 4)dt = 3t2 − 4t + C.

Use v(0) = 3:

3 = C.

Therefore

v = 3t2 − 4t + 3.

Without the initial condition, the family of possible velocity functions would remain unresolved. The constant is part of the physical state.

Worked Example 5: Velocity to Displacement

If v = 4t − 2 and s = 5 when t = 1, then

s = ∫(4t − 2)dt = 2t2 − 2t + C.

Use s(1) = 5:

5 = 2 − 2 + C, so C = 5.

Hence s = 2t2 − 2t + 5.


Graphs: Read Motion Without Reconstructing Everything

A graph can encode the same motion in a different representation.

  • Gradient of a displacement-time graph gives velocity.
  • Gradient of a velocity-time graph gives acceleration.
  • Signed area under a velocity-time graph gives displacement change.
  • Signed area under an acceleration-time graph gives velocity change.

Graph reasoning is valuable because it provides an independent check on formulas. If a displacement graph is decreasing, velocity should be negative. If a velocity graph crosses the time axis, the particle is instantaneously at rest there.

The Kinematics Decision Tree

  1. What quantity is given? s, v or a?
  2. What quantity is required? Differentiate downward in the chain s → v → a; integrate upward a → v → s.
  3. Is there an initial condition? Use it to determine integration constants.
  4. Does the question involve rest or turning? Solve v = 0 and inspect sign changes.
  5. Does it ask for total distance? Split at every direction change.
  6. Does it ask about speeding up? Compare the signs of v and a.
  7. Can a graph or sign check verify the result?

Common Secondary 4 Kinematics Errors

  • Confusing displacement with total distance.
  • Assuming v = 0 always means a change of direction.
  • Assuming positive acceleration always means speeding up.
  • Dropping the constant of integration.
  • Using an initial condition at the wrong time.
  • Finding times when v = 0 but failing to discard times outside the stated interval.
  • Calculating net displacement when total distance is requested.
  • Ignoring units or the chosen positive direction.

A Strong Error-Repair Example

If a learner gets a total-distance question wrong, do not immediately assign another full kinematics paper. First identify the failed dependency. Did the learner differentiate incorrectly? Fail to solve v = 0? Miss the sign change? Evaluate the displacement function incorrectly? Or simply confuse distance with displacement? Each failure needs a different repair.

A Six-Stage Training Sequence

  1. Differentiate displacement functions accurately to velocity and acceleration.
  2. Interpret positive, negative and zero velocity.
  3. Identify rest times and direction changes using sign analysis.
  4. Calculate total distance by splitting motion into directional intervals.
  5. Integrate acceleration and velocity using initial conditions.
  6. Mix formula and graph representations under timed conditions.

Checkpoint: Motion Control

  1. What is the relationship between displacement and velocity?
  2. Does v = 0 guarantee a change of direction?
  3. How do you find total distance when direction changes?
  4. If velocity is negative and acceleration is positive, is the particle necessarily speeding up?
  5. Why is an initial condition needed after integration?

Checkpoint Answers

  1. v = ds/dt.
  2. No. Velocity must change sign across that time.
  3. Find the direction-change times, calculate positions at those boundaries and add the absolute changes.
  4. No. Opposite signs mean speed is decreasing at that instant.
  5. Integration produces a constant representing the unresolved starting state.

Wintour House V1.0 Learning Standard

Wintour House V1.0 treats kinematics as a chain of connected states. CivDJ routing identifies whether the current object is displacement, velocity or acceleration, chooses differentiation or integration in the correct direction, applies initial conditions, checks sign transitions and returns every symbolic result to the motion it represents.

Calculus produces the rate. Interpretation tells you what the particle is doing.

Continue Secondary 4 Additional Mathematics — Batch 04

Return to the Additional Mathematics Learning Hub