← Year 12: Calculus

NSWMaths AdvancedSyllabus dot point

How do we use calculus to analyse the motion of a particle moving in a straight line?

Apply calculus to motion in a straight line, with displacement, velocity and acceleration as derivatives and integrals with respect to time

A focused answer to the HSC Maths Advanced dot point on rectilinear motion. Velocity as the derivative of displacement, acceleration as the derivative of velocity, and recovering displacement from velocity by integration.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

NESA wants you to model a particle moving along a straight line and link the three quantities (displacement, velocity, acceleration) by calculus. Differentiate with respect to time to step from displacement to velocity to acceleration, and integrate to step back.

The answer

The kinematic chain

Let x(t)x(t) be the displacement of the particle at time tt from a fixed origin.

v(t)=dxdt,a(t)=dvdt=d2xdt2.v(t) = \frac{dx}{dt}, \qquad a(t) = \frac{dv}{dt} = \frac{d^2 x}{dt^2}.

Going the other way:

v(t)=∫a(t) dt+C1,x(t)=∫v(t) dt+C2.v(t) = \int a(t) \, dt + C_1, \qquad x(t) = \int v(t) \, dt + C_2.

The constants of integration are fixed by initial conditions (typically x(0)x(0) and v(0)v(0)).

Sign conventions

Choose a positive direction on the line. Then:

  • IMATH_6 means the particle is on the positive side of the origin.
  • IMATH_7 means the particle is moving in the positive direction.
  • IMATH_8 means the velocity is increasing (becoming more positive).

The particle is at rest when v(t)=0v(t) = 0. The particle is at the origin when x(t)=0x(t) = 0. These are different events and questions often hinge on the distinction.

Speed versus velocity

Speed is the magnitude of velocity: speed=∣v(t)∣\text{speed} = |v(t)|. Velocity carries a sign; speed does not.

Distance versus displacement

If the particle changes direction during an interval, the total distance travelled is not ∣x(b)βˆ’x(a)∣|x(b) - x(a)|. Instead, split the interval at the times when v(t)=0v(t) = 0 and sum the magnitudes of the displacement changes on each subinterval, or compute ∫ab∣v(t)βˆ£β€‰dt\int_a^b |v(t)| \, dt.

Worked example

A particle moves so that its velocity is v(t)=t2βˆ’4t+3v(t) = t^2 - 4 t + 3 m/s for tβ‰₯0t \geq 0. Given x(0)=2x(0) = 2, find when the particle is at rest, the displacement at t=5t = 5, and the total distance travelled from t=0t = 0 to t=5t = 5.

At rest. v(t)=(tβˆ’1)(tβˆ’3)=0v(t) = (t - 1)(t - 3) = 0 gives t=1t = 1 s and t=3t = 3 s.

Displacement. x(t)=∫v(t) dt=t33βˆ’2t2+3t+Cx(t) = \int v(t) \, dt = \frac{t^3}{3} - 2 t^2 + 3 t + C. With x(0)=2x(0) = 2, C=2C = 2.

x(5)=1253βˆ’50+15+2=1253βˆ’33=125βˆ’993=263β‰ˆ8.67x(5) = \frac{125}{3} - 50 + 15 + 2 = \frac{125}{3} - 33 = \frac{125 - 99}{3} = \frac{26}{3} \approx 8.67 m.

Total distance. The particle reverses at t=1t = 1 and t=3t = 3. Compute x(0)=2x(0) = 2, x(1)=13βˆ’2+3+2=103x(1) = \frac{1}{3} - 2 + 3 + 2 = \frac{10}{3}, x(3)=9βˆ’18+9+2=2x(3) = 9 - 18 + 9 + 2 = 2, x(5)=263x(5) = \frac{26}{3}.

Distance =∣x(1)βˆ’x(0)∣+∣x(3)βˆ’x(1)∣+∣x(5)βˆ’x(3)∣=43+43+203=283β‰ˆ9.33= |x(1) - x(0)| + |x(3) - x(1)| + |x(5) - x(3)| = \frac{4}{3} + \frac{4}{3} + \frac{20}{3} = \frac{28}{3} \approx 9.33 m.

Common traps

Treating "at rest" as "at the origin". At rest means v=0v = 0. At the origin means x=0x = 0. These are unrelated in general.

Forgetting the constant of integration. When you integrate velocity to recover displacement, you must use the initial position to fix CC.

Computing distance as ∣x(final)βˆ’x(initial)∣|x(\text{final}) - x(\text{initial})|. This is the net displacement, not the total distance, when the particle reverses direction.

Sign of acceleration. Negative acceleration does not always mean "slowing down". A particle is slowing down when vv and aa have opposite signs and speeding up when they have the same sign.

Forgetting units. Displacement is in metres, velocity in m/s, acceleration in m/s2^2. Markers deduct for missing or wrong units.

In one sentence

In straight-line motion, differentiate displacement to get velocity, differentiate velocity to get acceleration, and integrate (with initial conditions) to reverse those steps.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2023 HSC Q134 marksA particle moves in a straight line with displacement $x = t^3 - 6 t^2 + 9 t$ metres at time $t$ seconds. Find the times when the particle is at rest and its acceleration at $t = 4$ seconds.
Show worked answer β†’

Velocity is the derivative of displacement.

v(t)=dxdt=3t2βˆ’12t+9=3(t2βˆ’4t+3)=3(tβˆ’1)(tβˆ’3)v(t) = \frac{dx}{dt} = 3 t^2 - 12 t + 9 = 3(t^2 - 4 t + 3) = 3(t - 1)(t - 3).

The particle is at rest when v(t)=0v(t) = 0: t=1t = 1 s and t=3t = 3 s.

Acceleration is the derivative of velocity.

a(t)=dvdt=6tβˆ’12a(t) = \frac{dv}{dt} = 6 t - 12.

a(4)=24βˆ’12=12a(4) = 24 - 12 = 12 m/s2^2.

Markers reward correct factorisation, identification that "at rest" means v=0v = 0 (not x=0x = 0), and an acceleration value with units.

2018 HSC Q123 marksA particle has velocity $v(t) = 4 t - t^2$ m/s for $t \geq 0$. Given that the particle starts at the origin, find its displacement at $t = 3$ seconds.
Show worked answer β†’

Integrate the velocity to recover displacement.

x(t)=∫(4tβˆ’t2) dt=2t2βˆ’t33+Cx(t) = \int (4 t - t^2) \, dt = 2 t^2 - \frac{t^3}{3} + C.

Initial condition x(0)=0x(0) = 0 gives C=0C = 0.

x(3)=2(9)βˆ’273=18βˆ’9=9x(3) = 2(9) - \frac{27}{3} = 18 - 9 = 9 m.

Markers expect the explicit antiderivative, use of the initial condition to fix CC, and a final answer with units.

Related dot points