How does calculus describe the motion of a particle along a line, and how do we move between position, velocity and acceleration including when acceleration depends on velocity or position?
Application of calculus to rectilinear motion, the relationships between position, velocity and acceleration including the forms , and the use of these to analyse motion with variable acceleration
A focused answer to the VCE Specialist Mathematics Unit 4 key-knowledge point on kinematics. Position, velocity and acceleration relationships, the three forms of acceleration, variable acceleration, distance versus displacement, and a verified worked example.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
VCAA wants you to apply calculus to a particle moving in a straight line: differentiate position to get velocity and velocity to get acceleration, integrate to reverse those steps, and choose the right form of acceleration when it is given as a function of time, velocity or position. You must also distinguish displacement from distance travelled and interpret signs of velocity and acceleration physically.
The chain of derivatives
For a particle moving along a straight line, let be its position at time . Then
Differentiation moves down the chain (position to velocity to acceleration); integration moves back up. The signs carry meaning: positive velocity means motion in the positive direction, and acceleration with the same sign as velocity means speeding up while opposite signs mean slowing down.
The three forms of acceleration
Acceleration can be expressed three equivalent ways, and choosing the right one is the central skill:
The second and third forms come from the chain rule , and since . Choose:
- when acceleration is given as a function of time;
- when acceleration is given as a function of velocity;
- when acceleration is given as a function of position , because integrating it directly with respect to recovers .
Displacement versus distance
Displacement over is the net change in position, , and can be negative or zero. Distance travelled is the total path length, , always non-negative. They agree only when the particle never reverses direction. To compute distance when direction changes, find the times where , integrate piecewise, and add the magnitudes.
Working from acceleration back to position
When acceleration is a function of time, integrate twice. From , velocity is , with fixed by the initial velocity; then position is , with fixed by the initial position. Each integration introduces a constant that an initial condition resolves, so two pieces of initial data are needed to recover position fully.
Examples in context
Example 1. Velocity to displacement. If , the displacement from to is , a net move of in the negative direction.
Example 2. Resistive force. If (resistance proportional to speed), use , which separates to , decaying towards rest.
Try this
Q1. A particle has . Find its velocity and the times it is at rest. [3 marks]
- Cue. ; rest at and .
Q2. Given with and , find . [3 marks]
- Cue. ; .
Q3. A particle has . Find its acceleration in terms of . [2 marks]
- Cue. , so .
Exam-style practice questions
Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2023 VCAA1 marksThe acceleration, a m s^-2, of a particle that starts from rest and moves in a straight line is described by a = 1 + v, where v m s^-1 is its velocity after t seconds. The velocity of the particle after log_e(e + 1) seconds is A. e B. e + 1 C. e^2 + 1 D. log_e(1 + e) + 1 E. log_e(1 + log_e(e + 1))
Show worked answer →
The answer is A.
Acceleration is given as a function of velocity, so use a = dv/dt = 1 + v and separate the variables: 1/(1 + v) dv = dt.
Integrate: log_e(1 + v) = t + c. The particle starts from rest, so v = 0 at t = 0, giving log_e(1) = c, that is c = 0.
Hence log_e(1 + v) = t, so 1 + v = e^t and v = e^t - 1.
At t = log_e(e + 1): v = e^(log_e(e + 1)) - 1 = (e + 1) - 1 = e, which is option A.
2025 VCAA1 marksA particle moves along a straight line with constant acceleration. It passes through a point A with velocity u m s^-1 and then through a point B with velocity v m s^-1. The velocity of the particle at the midpoint of the line segment AB is given by A. (u + v)/2 B. u + (u + v)/2 C. sqrt((u^2 + v^2)/2) D. (u^2 + v^2)/2
Show worked answer →
The answer is C.
Let the distance AB be s and the acceleration be constant. Using v^2 = u^2 + 2as over the whole segment AB gives a s = (v^2 - u^2)/2.
At the midpoint the distance travelled from A is s/2. Let the midpoint velocity be w. Applying v^2 = u^2 + 2as over the first half: w^2 = u^2 + 2a(s/2) = u^2 + a s.
Substitute a s = (v^2 - u^2)/2: w^2 = u^2 + (v^2 - u^2)/2 = (u^2 + v^2)/2.
Therefore w = sqrt((u^2 + v^2)/2), which is option C. (Note this is the root-mean-square of u and v, not the simple average.)