Kinematics is the study of the motion of points, objects, and groups of objects without considering the causes of motion (forces). In VCE Specialist Mathematics, this involves the application of calculus and vectors to describe motion in one and two dimensions.
Rectilinear motion involves an object moving along a straight line (usually the $x$-axis). Its position, velocity, and acceleration are functions of time $t$.
Given position $x(t)$:
* Displacement: The change in position, $\Delta x = x(t_2) - x(t_1)$.
* Velocity ($v$): The rate of change of displacement with respect to time.
$$v = \frac{dx}{dt}$$
* Acceleration ($a$): The rate of change of velocity with respect to time.
$$a = \frac{dv}{dt} = \frac{d^2x}{dt^2}$$
To move “up” from acceleration to position, we integrate with respect to time:
* $v(t) = \int a(t) \, dt$
* $x(t) = \int v(t) \, dt$
When acceleration is given as a function of velocity $v$ or displacement $x$, we use alternative chain rule forms:
1. $a = \frac{dv}{dt}$ (used when $a$ is a function of $t$)
2. $a = v \frac{dv}{dx}$ (used when $a$ is a function of $x$)
3. $a = \frac{d}{dx} \left( \frac{1}{2}v^2 \right)$ (useful for energy-related problems or integrating with respect to $x$)
EXAM TIP: When you see acceleration expressed in terms of displacement ($x$), almost always use $a = v \frac{dv}{dx}$ or $a = \frac{d}{dx}(\frac{1}{2}v^2)$. This allows you to separate variables and integrate: $\int v \, dv = \int a(x) \, dx$.
COMMON MISTAKE: Students often confuse distance and displacement. If a particle moves forward and then backward, the displacement might be zero, but the distance is the sum of the absolute values of the movements. Always check if the velocity $v(t)$ crosses the $t$-axis (changes direction) within the given interval.
In 2D motion, we use position vectors $\mathbf{r}(t)$ relative to an origin $O$.
KEY TAKEAWAY: In vector kinematics, the $\mathbf{i}$ and $\mathbf{j}$ components are independent. You can differentiate or integrate them separately to find the components of velocity and acceleration.
Projectile motion is a specific case of 2D motion under constant vertical acceleration (gravity) and zero horizontal acceleration (ignoring air resistance).
Assuming a projectile is launched from $(0,0)$ with initial speed $V$ at an angle $\theta$ to the horizontal:
| Property | Horizontal Component ($x$) | Vertical Component ($y$) |
|---|---|---|
| Acceleration | $a_x = 0$ | $a_y = -g$ |
| Velocity | $v_x = V\cos(\theta)$ | $v_y = V\sin(\theta) - gt$ |
| Position | $x = Vt\cos(\theta)$ | $y = Vt\sin(\theta) - \frac{1}{2}gt^2$ |
By eliminating $t$ from the position equations ($t = \frac{x}{V\cos\theta}$), we get:
$$y = x\tan(\theta) - \frac{gx^2}{2V^2\cos^2(\theta)}$$
Using the identity $\sec^2(\theta) = 1 + \tan^2(\theta)$:
$$y = x\tan(\theta) - \frac{gx^2}{2V^2}(1 + \tan^2(\theta))$$
VCAA FOCUS: VCAA often asks questions where the launch point is not the origin or the landing surface is inclined. Do not rely solely on the Range/Height formulas; be prepared to derive results from the basic $x(t)$ and $y(t)$ equations.
When a particle moves in a circle of radius $r$ with constant angular speed $\omega = \frac{d\theta}{dt}$.
The position vector can be defined as:
$$\mathbf{r}(t) = r\cos(\omega t)\mathbf{i} + r\sin(\omega t)\mathbf{j}$$
The acceleration vector points directly toward the center of the circle (opposite to the position vector).
* Magnitude: $a = r\omega^2 = \frac{v^2}{r}$
REMEMBER: In uniform circular motion, even though the speed is constant, the velocity is not constant because its direction is constantly changing. Therefore, there is always a non-zero acceleration directed toward the center.
| To find… | From… | Operation |
|---|---|---|
| Velocity | Displacement | $v = \frac{dx}{dt}$ |
| Acceleration | Velocity | $a = \frac{dv}{dt}$ |
| Displacement | Velocity | $x = \int v \, dt$ |
| Velocity | Acceleration | $v = \int a \, dt$ |
| Velocity ($v(x)$) | Acceleration ($a(x)$) | $\frac{1}{2}v^2 = \int a(x) \, dx$ |
STUDY HINT: Practice converting between parametric vector equations $\mathbf{r}(t)$ and Cartesian equations $y=f(x)$. This is a common requirement in “Path of the Particle” questions. Use trigonometric identities (like $\sin^2\theta + \cos^2\theta = 1$) to eliminate the parameter $t$.