Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Specialist (Unit 3 & 4) Modelling motion

Motion in a straight line (dynamics)

20 practice questions 0 video lessons Theory + worked examples

Model motion in a straight line for Year 12 Specialist Mathematics in Queensland (QCAA). By differentiating a particle’s displacement you find its velocity and acceleration, and by integrating — using initial conditions — you work back the other way, for both constant and non-constant acceleration.

You will learn the suvat rules for constant acceleration and vertical motion under gravity, use \(a=v\dfrac{dv}{dx}\) when acceleration depends on position, find when a particle is at rest, and tell displacement apart from distance travelled — the core of Unit 4 modelling motion.

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Motion in a straight line (dynamics) models a particle’s displacement, velocity and acceleration along a line in Year 12 Specialist Mathematics (QCAA, Queensland). You differentiate to move from \(x\) to \(v\) to \(a\), and integrate (using initial conditions) to move back — for constant acceleration (the suvat rules) and for acceleration that varies with time or position.

A particle moving along a line has a signed displacement \(x\) from a fixed origin at time \(t\). Its velocity \(v\) is the rate of change of displacement, and its acceleration \(a\) is the rate of change of velocity. The speed is \(|v|\), the size of the velocity regardless of direction.

Differentiate to move down the chain: \(v=\dfrac{dx}{dt}\) and \(a=\dfrac{dv}{dt}=\dfrac{d^2x}{dt^2}\). When the acceleration is given in terms of position rather than time, use \(a=v\dfrac{dv}{dx}=\dfrac{d}{dx}\!\left(\tfrac12 v^2\right)\).

Integrate to move back up: \(v=\int a\,dt\) and \(x=\int v\,dt\). Each integration adds a constant, fixed from an initial condition (the value at \(t=0\)). When the acceleration is constant, this leads to the suvat equations, such as \(v=u+at\) and \(v^2=u^2+2as\).

The particle is momentarily at rest when \(v=0\); this is also where it may change direction. Displacement over an interval is the net change \(x(t_2)-x(t_1)\), while distance travelled adds the length of each leg between direction changes, so it can be larger.

The kinematics chain linking displacement, velocity and acceleration Three boxes in a row: displacement x, velocity v, and acceleration a. Top arrows point right and are labelled differentiate d by d t; bottom arrows point left and are labelled integrate d t, adding a constant. x displacement v velocity a acceleration d/dt ∫ dt d/dt ∫ dt differentiate → ← integrate (add a constant)
The kinematics chain: differentiate to go from \(x\) to \(v\) to \(a\), and integrate (adding a constant) to go back.
Displacement-time graph with a direction change The curve x equals t squared minus 6 t starts at the origin, falls to a lowest point at t equals 3 where the particle is momentarily at rest, then rises back to zero at t equals 6. t x t=0 t=6 t=3 (at rest)
A direction change: \(x=t^2-6t\) is at rest at \(t=3\). Distance adds both legs (\(9+9=18\)) while the displacement from \(t=0\) to \(t=6\) is \(0\).

Displacement, velocity and acceleration are linked by differentiation (down) and integration (up):

\[ v=\dfrac{dx}{dt},\qquad a=\dfrac{dv}{dt}=\dfrac{d^2x}{dt^2}=v\dfrac{dv}{dx}=\dfrac{d}{dx}\!\left(\tfrac12 v^2\right) \]
v=dxdt,a=dvdt

Reverse the chain by integrating, fixing each constant from an initial condition:

\[ v=\int a\,dt,\qquad x=\int v\,dt \]
v=adt,x=vdt

For constant acceleration only, the suvat equations relate initial velocity \(u\), final velocity \(v\), acceleration \(a\), displacement \(s\) and time \(t\):

\[ v=u+at,\qquad s=ut+\tfrac12 at^2,\qquad v^2=u^2+2as \]
v=u+at,v2=u2+2as
At rest means \(v=0\). Solve \(v=0\) for the times the particle is momentarily at rest — the times where it may reverse direction. A zero acceleration does not mean the particle is at rest, and the suvat rules apply only when the acceleration is constant.

Working between displacement, velocity and acceleration

  1. Identify what you are given (\(x\), \(v\) or \(a\)) and whether the acceleration is constant, varies with time, or varies with position.
  2. Differentiate to go down the chain (\(x\to v\to a\)); integrate to go up (\(a\to v\to x\)), writing \(+c\) each time. If \(a\) depends on position, use \(a=v\dfrac{dv}{dx}\).
  3. Apply the initial conditions (the values at \(t=0\)) to solve for every constant of integration, or use the suvat equations when \(a\) is constant.
  4. Answer the question: substitute a time for an instant value, set \(v=0\) for rest, take \(x(t_2)-x(t_1)\) for displacement, or add the legs between rest points for distance.
Example 1 — Differentiate displacement
A particle moves in a straight line so that its displacement is \(x=t^3-3t^2+2t\) metres at time \(t\) seconds. Find its velocity, its acceleration, and its velocity when \(t=1\).
Solution

Velocity is the derivative of displacement, \(v=\dfrac{dx}{dt}\):

\(v\)\(=\)\(\dfrac{d}{dt}(t^3-3t^2+2t)\)
\(=\)\(3t^2-6t+2\)

Acceleration is the derivative of velocity, \(a=\dfrac{dv}{dt}\):

\(a\)\(=\)\(\dfrac{d}{dt}(3t^2-6t+2)\)
\(=\)\(6t-6\)

Substitute \(t=1\) into the velocity:

\(v(1)\)\(=\)\(3(1)^2-6(1)+2\)
\(=\)\(3-6+2\)
\(=\)\(-1\)

\(v=3t^2-6t+2\) m/s, \(a=6t-6\) m/s\(^2\), and \(v(1)=-1\) m/s.

Example 2 — Integrate acceleration
A particle moving in a straight line has acceleration \(a=6t-2\) m/s\(^2\). When \(t=0\) its velocity is \(4\) m/s and it is at \(x=1\) m. Find its velocity, its displacement, and its displacement when \(t=2\).
Solution

Integrate the acceleration; the initial velocity \(v(0)=4\) fixes the constant:

\(v\)\(=\)\(\int (6t-2)\,dt\)
\(=\)\(3t^2-2t+c\)
\(v(0)=4\)\(\Rightarrow\)\(c=4\)
\(v\)\(=\)\(3t^2-2t+4\)

Integrate the velocity; the starting position \(x(0)=1\) fixes the new constant:

\(x\)\(=\)\(\int (3t^2-2t+4)\,dt\)
\(=\)\(t^3-t^2+4t+c\)
\(x(0)=1\)\(\Rightarrow\)\(c=1\)
\(x\)\(=\)\(t^3-t^2+4t+1\)

Substitute \(t=2\) into the displacement:

\(x(2)\)\(=\)\((2)^3-(2)^2+4(2)+1\)
\(=\)\(8-4+8+1\)
\(=\)\(13\)

\(v=3t^2-2t+4\) m/s, \(x=t^3-t^2+4t+1\) m, and \(x(2)=13\) m.

Example 3 — Distance versus displacement
A particle moves in a straight line with displacement \(x=t^2-6t\) metres at time \(t\) seconds, starting at the origin. Find when it is at rest, its displacement in the first \(6\) seconds, and the distance it travels in that time.
Solution

Differentiate for the velocity, then set it to zero for the rest time:

\(v\)\(=\)\(2t-6\)
\(2t-6\)\(=\)\(0\)
\(t\)\(=\)\(3\)

Displacement is the net change \(x(6)-x(0)\):

\(x(0)\)\(=\)\((0)^2-6(0)=0\)
\(x(6)\)\(=\)\((6)^2-6(6)=0\)
\(x(6)-x(0)\)\(=\)\(0-0=0\)

It turns at \(t=3\); add the length of each leg for the distance:

\(x(3)\)\(=\)\((3)^2-6(3)=-9\)
\(\text{distance}\)\(=\)\(|{-9}-0|+|0-({-9})|\)
\(=\)\(9+9\)
\(=\)\(18\)

At rest at \(t=3\) s; displacement \(0\) m; distance travelled \(18\) m.

Displacement-time graph with a direction change The curve x equals t squared minus 6 t starts at the origin, falls to a lowest point at t equals 3 where the particle is momentarily at rest, then rises back to zero at t equals 6. t x t=0 t=6 t=3 (at rest)
Example 4 — Acceleration from position (\(a=v\dfrac{dv}{dx}\))
A particle moves in a straight line so that its velocity is \(v=4x+1\) m/s when its displacement is \(x\) metres. Using \(a=v\dfrac{dv}{dx}\), find its acceleration when \(x=2\).
Solution

The velocity is given in terms of \(x\), so use \(a=v\dfrac{dv}{dx}\):

\(v\)\(=\)\(4x+1\)
\(\dfrac{dv}{dx}\)\(=\)\(4\)
\(a\)\(=\)\(v\dfrac{dv}{dx}\)
\(=\)\((4x+1)(4)\)
\(=\)\(16x+4\)

Substitute \(x=2\) into the acceleration:

\(a(2)\)\(=\)\(16(2)+4\)
\(=\)\(32+4\)
\(=\)\(36\)

\(a=16x+4\), so the acceleration when \(x=2\) is \(36\) m/s\(^2\).

Common pitfalls

Confusing displacement with distance. Displacement is the net change \(x(t_2)-x(t_1)\) and can be zero or negative; distance travelled adds the length of every leg between direction changes. Always find where \(v=0\) first, then add the legs.
Forgetting the constant of integration. Every time you integrate \(a\to v\) or \(v\to x\) you add a constant; leaving it out gives the wrong velocity or displacement. Fix it from the value at \(t=0\).
Using suvat when the acceleration is not constant. Rules such as \(v^2=u^2+2as\) apply only for constant acceleration. If \(a\) depends on \(t\) or \(x\), integrate (or use \(a=v\dfrac{dv}{dx}\)) instead.
Thinking zero acceleration means at rest. The particle is at rest when the velocity is zero, not the acceleration. A particle can have zero acceleration while still moving at constant speed.

Frequently asked questions

How do you find velocity and acceleration from displacement?

Differentiate with respect to time. Velocity is \(v=\dfrac{dx}{dt}\) and acceleration is \(a=\dfrac{dv}{dt}=\dfrac{d^2x}{dt^2}\), so acceleration is the second derivative of displacement.

How do you find velocity and displacement from acceleration?

Integrate: \(v=\int a\,dt\) and \(x=\int v\,dt\). Each integration adds a constant, which you find from the initial velocity or displacement (the values when \(t=0\)).

When is a particle at rest or changing direction?

When its velocity is zero. Solve \(v=0\); these times are where the particle is momentarily at rest and may reverse direction.

What is the difference between distance and displacement?

Displacement is the net change in position \(x(t_2)-x(t_1)\). Distance travelled adds the length of each leg between direction changes, so it is never negative and is often larger.

What are the suvat equations and when can you use them?

For constant acceleration, \(v=u+at\), \(s=ut+\tfrac12 at^2\) and \(v^2=u^2+2as\). They apply only when the acceleration is constant; for variable acceleration you must integrate.

What does \(a=v\dfrac{dv}{dx}\) mean and when do you use it?

It is another form of acceleration, equal to \(\dfrac{d}{dx}\!\left(\tfrac12 v^2\right)\). Use it when velocity or acceleration is given in terms of position \(x\) rather than time \(t\).