Skip to main content
VICSpecialist MathematicsSyllabus dot point

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 a=dvdt=vdvdx=ddx(12v2)a = \frac{\mathrm{d}v}{\mathrm{d}t} = v\frac{\mathrm{d}v}{\mathrm{d}x} = \frac{\mathrm{d}}{\mathrm{d}x}(\tfrac12 v^2), 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.

Generated by Claude Opus 4.77 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The chain of derivatives
  3. The three forms of acceleration
  4. Displacement versus distance
  5. Working from acceleration back to position
  6. Examples in context
  7. Try this

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 x(t)x(t) be its position at time tt. Then

v=dxdt(velocity),a=dvdt=d2xdt2(acceleration).v = \frac{\mathrm{d}x}{\mathrm{d}t} \quad\text{(velocity)}, \qquad a = \frac{\mathrm{d}v}{\mathrm{d}t} = \frac{\mathrm{d}^2 x}{\mathrm{d}t^2} \quad\text{(acceleration)}.

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:

a=dvdt=vdvdx=ddx ⁣(12v2).a = \frac{\mathrm{d}v}{\mathrm{d}t} = v\frac{\mathrm{d}v}{\mathrm{d}x} = \frac{\mathrm{d}}{\mathrm{d}x}\!\left(\tfrac12 v^2\right).

The second and third forms come from the chain rule dvdt=dvdxdxdt=vdvdx\frac{\mathrm{d}v}{\mathrm{d}t} = \frac{\mathrm{d}v}{\mathrm{d}x}\cdot\frac{\mathrm{d}x}{\mathrm{d}t} = v\frac{\mathrm{d}v}{\mathrm{d}x}, and vdvdx=ddx(12v2)v\frac{\mathrm{d}v}{\mathrm{d}x} = \frac{\mathrm{d}}{\mathrm{d}x}(\tfrac12 v^2) since ddx(12v2)=vdvdx\frac{\mathrm{d}}{\mathrm{d}x}(\tfrac12 v^2) = v\frac{\mathrm{d}v}{\mathrm{d}x}. Choose:

  • a=dvdta = \frac{\mathrm{d}v}{\mathrm{d}t} when acceleration is given as a function of time;
  • a=vdvdxa = v\frac{\mathrm{d}v}{\mathrm{d}x} when acceleration is given as a function of velocity;
  • a=ddx(12v2)a = \frac{\mathrm{d}}{\mathrm{d}x}(\tfrac12 v^2) when acceleration is given as a function of position xx, because integrating it directly with respect to xx recovers 12v2\tfrac12 v^2.

Displacement versus distance

Displacement over [t1,t2][t_1, t_2] is the net change in position, t1t2vdt=x(t2)x(t1)\int_{t_1}^{t_2} v\,\mathrm{d}t = x(t_2) - x(t_1), and can be negative or zero. Distance travelled is the total path length, t1t2vdt\int_{t_1}^{t_2} |v|\,\mathrm{d}t, always non-negative. They agree only when the particle never reverses direction. To compute distance when direction changes, find the times where v=0v = 0, integrate v|v| piecewise, and add the magnitudes.

Working from acceleration back to position

When acceleration is a function of time, integrate twice. From a(t)a(t), velocity is v(t)=adt+c1v(t) = \int a\,\mathrm{d}t + c_1, with c1c_1 fixed by the initial velocity; then position is x(t)=vdt+c2x(t) = \int v\,\mathrm{d}t + c_2, with c2c_2 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 v=3t212v = 3t^2 - 12, the displacement from t=0t = 0 to t=3t = 3 is 03(3t212)dt=[t312t]03=2736=9\int_0^3 (3t^2 - 12)\,\mathrm{d}t = [t^3 - 12t]_0^3 = 27 - 36 = -9, a net move of 99 in the negative direction.

Example 2. Resistive force. If a=2va = -2v (resistance proportional to speed), use a=dvdt=2va = \frac{\mathrm{d}v}{\mathrm{d}t} = -2v, which separates to v=v0e2tv = v_0 e^{-2t}, decaying towards rest.

Try this

Q1. A particle has x=t36t2+9tx = t^3 - 6t^2 + 9t. Find its velocity and the times it is at rest. [3 marks]

  • Cue. v=3t212t+9=3(t1)(t3)v = 3t^2 - 12t + 9 = 3(t-1)(t-3); rest at t=1t = 1 and t=3t = 3.

Q2. Given a=6ta = 6t with v(0)=2v(0) = 2 and x(0)=0x(0) = 0, find x(t)x(t). [3 marks]

  • Cue. v=3t2+2v = 3t^2 + 2; x=t3+2tx = t^3 + 2t.

Q3. A particle has v2=16x2v^2 = 16 - x^2. Find its acceleration in terms of xx. [2 marks]

  • Cue. ddx(12v2)=ddx(812x2)=x\frac{\mathrm{d}}{\mathrm{d}x}(\tfrac12 v^2) = \frac{\mathrm{d}}{\mathrm{d}x}(8 - \tfrac12 x^2) = -x, so a=xa = -x.

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.)