This segment of VCE Specialist Mathematics Unit 4 focuses on applying the techniques of differentiation and integration to solve complex geometric and physical problems.
Optimisation involves finding the maximum or minimum value of a specific quantity (such as area, volume, or cost) under given constraints.
EXAM TIP: Always check the endpoints of your domain. In VCAA exam questions, the “practical domain” often excludes zero or negative values for lengths and areas, but the maximum value might occur at the boundary of a physical constraint.
Integration is used to calculate the area of regions bounded by functions and the axes.
Sometimes it is more efficient to integrate with respect to $y$, especially if the functions are given as $x = g(y)$.
* Area between curve and $y$-axis:
$$A = \int_{c}^{d} x \, dy = \int_{c}^{d} g(y) \, dy$$
* Area between two curves: If $g(y) \ge h(y)$ (i.e., $g(y)$ is “further right”):
$$A = \int_{c}^{d} (g(y) - h(y)) \, dy$$
COMMON MISTAKE: Students often forget that the integral $\int_a^b f(x) \, dx$ calculates signed area. If the curve falls below the $x$-axis, the integral will be negative. To find total physical area, you must integrate the absolute value $\int_a^b |f(x)| \, dx$ or split the integral at the $x$-intercepts.
A solid of revolution is formed by rotating a plane region about an axis.
When the region bounded by $y = f(x)$, the $x$-axis, and the lines $x=a$ and $x=b$ is rotated $360^\circ$ (or $2\pi$ radians) about the $x$-axis:
$$V = \pi \int_{a}^{b} y^2 \, dx = \pi \int_{a}^{b} [f(x)]^2 \, dx$$
When the region bounded by $x = g(y)$, the $y$-axis, and the lines $y=c$ and $y=d$ is rotated $360^\circ$ about the $y$-axis:
$$V = \pi \int_{c}^{d} x^2 \, dy = \pi \int_{c}^{d} [g(y)]^2 \, dy$$
If the area between two curves $f(x)$ and $g(x)$ (where $f(x) > g(x)$) is rotated about the $x$-axis:
$$V = \pi \int_{a}^{b} ([f(x)]^2 - [g(x)]^2) \, dx$$
KEY TAKEAWAY: The formula for volume always includes a $\pi$ factor. A common error is to calculate $\int (f(x) - g(x))^2 \, dx$ instead of the correct $\int (f(x)^2 - g(x)^2) \, dx$. Remember: Volume = Outer Volume - Inner Volume.
Calculus is used to model how different variables change with respect to time ($t$) or each other.
If two variables $x$ and $y$ are both functions of time $t$, their rates of change are related by:
$$\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}$$
| Context | Common Formula to Relate Variables |
|---|---|
| Spheres | $V = \frac{4}{3}\pi r^3$, $A = 4\pi r^2$ |
| Cones | $V = \frac{1}{3}\pi r^2 h$ (Use $\frac{r}{h}$ ratio) |
| Circles | $A = \pi r^2$, $C = 2\pi r$ |
| Pythagoras | $x^2 + y^2 = z^2$ (Moving ladders/ships) |
VCAA FOCUS: Related rates questions often involve water flowing into containers (cones or troughs). You must be proficient in using similar triangles to express the radius $r$ in terms of height $h$ so that $V$ is a function of $h$ only.
| Application | Primary Tool | Key Formula |
|---|---|---|
| Optimisation | Differentiation | $f’(x) = 0$ |
| Area ($x$-axis) | Integration | $\int_{a}^{b} y \, dx$ |
| Area ($y$-axis) | Integration | $\int_{c}^{d} x \, dy$ |
| Volume ($x$-axis) | Integration | $\pi \int_{a}^{b} y^2 \, dx$ |
| Volume ($y$-axis) | Integration | $\pi \int_{c}^{d} x^2 \, dy$ |
| Related Rates | Chain Rule | $\frac{dy}{dt} = \frac{dy}{dx} \frac{dx}{dt}$ |
STUDY HINT: Practice “setting up” the integral or derivative without solving it fully. In Exam 2, the CAS will handle the computation, but the marks are awarded for the correct formulation of the integral or the related rates expression.