How do we differentiate and integrate a vector function of time, and how does this describe the position, velocity and acceleration of a particle moving in a plane or space?
Vector functions of a real variable, the differentiation and integration of a position vector to obtain velocity and acceleration, the speed as the magnitude of velocity, and the application to motion in two and three dimensions
A focused answer to the VCE Specialist Mathematics Unit 4 key-knowledge point on vector calculus and kinematics. Differentiating and integrating a position vector, velocity, acceleration and speed, and applications to motion in two and three dimensions, with 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 treat a particle's position as a vector function of time , to differentiate it component by component to get velocity and acceleration, to find speed as the magnitude of velocity, and to integrate acceleration or velocity (with initial conditions) to recover the motion. This is the vector version of the rectilinear kinematics studied alongside it.
Vector functions and differentiation
A particle moving in space has position given by a vector function of time:
Differentiation is done component by component, because are constant:
The velocity is the rate of change of position; it points along the direction of motion and is tangent to the path. The acceleration is the rate of change of velocity and can point in any direction relative to the path.
Speed
Speed is a scalar: the magnitude of the velocity vector,
Velocity carries both direction and size; speed keeps only the size. A particle can have constant speed yet changing velocity if it is turning.
Integration and initial conditions
Reversing differentiation, integrate component by component. Given acceleration ,
where and are vector constants of integration. Fix them using the initial velocity and initial position. Each component is integrated separately, and each gets its own scalar constant, together forming the vector constant.
The path
Eliminating from the components of gives the Cartesian equation of the path the particle traces, just as with parametric curves. The distance travelled over a time interval is the integral of speed, .
Examples in context
Example 1. If (constant downward), integrating gives projectile motion with parabolic path.
Example 2. For , the speed is (constant), yet the velocity direction changes continuously around the circle.
Try this
Q1. Given , find . [2 marks]
- Cue. .
Q2. Find the speed of a particle with velocity . [1 mark]
- Cue. .
Q3. If and , find . [2 marks]
- Cue. .
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 position vector of a particle at time t seconds is given by r(t) = (5 - 6 sin^2(t)) i + (1 + 6 sin(t)cos(t)) j, where t >= 0. Write 5 - 6 sin^2(t) in the form alpha + beta cos(2t), where alpha, beta are in Z.
Show worked answer →
Use the double-angle identity cos(2t) = 1 - 2 sin^2(t), which rearranges to sin^2(t) = (1 - cos(2t))/2.
Substitute into the expression: 5 - 6 sin^2(t) = 5 - 6 . (1 - cos(2t))/2 = 5 - 3(1 - cos(2t)).
Expand: 5 - 3 + 3 cos(2t) = 2 + 3 cos(2t).
So alpha = 2 and beta = 3, that is 5 - 6 sin^2(t) = 2 + 3 cos(2t).
2023 VCAA2 marksThe position vector of a particle at time t seconds is given by r(t) = (5 - 6 sin^2(t)) i + (1 + 6 sin(t)cos(t)) j, where t >= 0. Show that the Cartesian equation of the path of the particle is (x - 2)^2 + (y - 1)^2 = 9.
Show worked answer →
Write the components as x and y, then simplify each with double-angle identities.
x-component: x = 5 - 6 sin^2(t) = 2 + 3 cos(2t) (from sin^2(t) = (1 - cos(2t))/2). So x - 2 = 3 cos(2t).
y-component: y = 1 + 6 sin(t)cos(t) = 1 + 3 sin(2t) (using sin(2t) = 2 sin(t)cos(t)). So y - 1 = 3 sin(2t).
Now eliminate t using cos^2(2t) + sin^2(2t) = 1:
(x - 2)^2 + (y - 1)^2 = (3 cos(2t))^2 + (3 sin(2t))^2 = 9 cos^2(2t) + 9 sin^2(2t) = 9.
Hence the path is the circle (x - 2)^2 + (y - 1)^2 = 9, centre (2, 1) and radius 3, as required.