VCE Math Methods Unit 3 AOS 2

VCE Math Methods Unit 3, AOS 2: Interactive Study Guide

The Derivative from First Principles

Calculus begins by formalizing the idea of an instantaneous rate of change. We approximate the gradient of a tangent by finding the gradient of a secant line between two points that are infinitesimally close. This concept, defined by a limit, underpins all differentiation rules.

The Limit Definition

$f'(x) = \lim_{h \to 0} \frac{f(x+h) – f(x)}{h}$

Worked Example: $f(x) = x^2 – 2x$

$f'(x) = \lim_{h \to 0} \frac{((x+h)^2 – 2(x+h)) – (x^2 – 2x)}{h}$
$f'(x) = \lim_{h \to 0} \frac{x^2 + 2xh + h^2 – 2x – 2h – x^2 + 2x}{h}$
$f'(x) = \lim_{h \to 0} \frac{2xh + h^2 – 2h}{h}$
$f'(x) = \lim_{h \to 0} \frac{h(2x + h – 2)}{h}$
$f'(x) = \lim_{h \to 0} (2x + h – 2) = 2x – 2$

Differentiation Rules Explorer

Mastery of these rules is essential for procedural fluency, especially in tech-free exams. Select a function type to see its differentiation rule, an explanation, and an example.

Equations of Tangents & Normals

The derivative’s value at a point gives the gradient of the tangent line. The normal is the line perpendicular to the tangent at that same point.

Key Formulas

Tangent Line

$y – f(a) = f'(a)(x-a)$

Normal Line

$y – f(a) = -\frac{1}{f'(a)}(x-a)$

Curve Sketching & Graph Explorer

Use the interactive explorer to visualize the relationship between a function $f(x)$, its derivative $f'(x)$ (gradient), and its second derivative $f”(x)$ (concavity). Select a function and hover over the charts.

$f(x)$ – The Function

$f'(x)$ – The First Derivative (Gradient)

$f”(x)$ – The Second Derivative (Concavity)

Analysis

Hover over the graphs to begin.

Anti-differentiation Rules Explorer

Integration is the reverse process of differentiation. A key difference is the constant of integration, `+C`, which represents the infinite family of curves that share the same derivative.

The Fundamental Theorem of Calculus

This theorem is the bridge between differentiation and integration. It provides a method to find the exact signed area under a curve by evaluating its anti-derivative at the boundaries.

The Theorem

If $F'(x) = f(x)$, then $\int_a^b f(x) \, dx = [F(x)]_a^b = F(b) – F(a)$

Worked Example: Evaluate $\int_1^3 (x^2 + 1) \, dx$

$\int_1^3 (x^2 + 1) \, dx = \left[ \frac{x^3}{3} + x \right]_1^3$
$= \left( \frac{3^3}{3} + 3 \right) – \left( \frac{1^3}{3} + 1 \right)$
$= (9 + 3) – (\frac{4}{3}) = 12 – \frac{4}{3} = \frac{32}{3}$

Area & Applications of Integration

The definite integral calculates signed area. To find total physical area, regions below the x-axis must be treated separately. The area between two curves is found by integrating the ‘top’ function minus the ‘bottom’ function.

Key Formulas

Total Area (with part below axis)

Split integral at x-intercepts: $\int_a^c f(x)dx + \left|\int_c^b f(x)dx\right|$

Area Between Curves

$\int_a^b (\text{top function} – \text{bottom function}) \, dx$

Average Value of a Function

$\frac{1}{b-a} \int_a^b f(x) \, dx$

Optimisation Problems

A key application of calculus is finding the maximum or minimum value of a quantity (e.g., volume, area, cost) under certain constraints. A systematic approach is crucial.

Problem-Solving Process

  1. Model the problem: Draw a diagram and define variables.
  2. Formulate the objective function (the quantity to be optimised).
  3. Use constraints to express the objective function in terms of a single variable.
  4. Determine the practical domain for the variable.
  5. Differentiate and solve $f'(x) = 0$ to find stationary points.
  6. Test the stationary points AND the endpoints of the domain to find the absolute maximum or minimum.
  7. State the final answer clearly in the context of the problem.

Kinematics: The Mathematics of Motion

Calculus provides the framework to describe motion, linking displacement, velocity, and acceleration.

$x(t)$ (Displacement)

↓ Differentiate

$v(t) = x'(t)$ (Velocity)

↓ Differentiate

$a(t) = v'(t)$ (Acceleration)


$a(t)$ (Acceleration)

↓ Integrate

$v(t) = \int a(t) dt$ (Velocity)

↓ Integrate

$x(t) = \int v(t) dt$ (Displacement)

Displacement vs. Total Distance

This is a critical distinction. Displacement is the net change in position, while total distance is the sum of all paths taken. It’s the difference between a signed area and a total area.

Displacement

$\int_{t_1}^{t_2} v(t) \, dt$

Total Distance Travelled

$\int_{t_1}^{t_2} |v(t)| \, dt$

Exam Preparation Strategies

Success in VCE assessment requires combining content knowledge with strategic exam technique. Focus on avoiding common errors and using your CAS calculator efficiently.

Common Errors to Avoid

  • Forgetting `+C` for indefinite integrals.
  • Mixing up the quotient rule formula.
  • Forgetting to test endpoints in optimisation problems.
  • Confusing displacement with total distance travelled.
  • Incorrectly using mathematical notation (e.g., missing `$dx$`).

CAS Strategies

  • Use `Define` to store functions and avoid re-typing.
  • Use the `solve()` command for finding stationary points ($f'(x)=0$) and intersections ($f(x)=g(x)$).
  • Use the derivative and integral templates for speed and accuracy in Exam 2.
  • Always show your setup (e.g., the integral being solved) before writing the final CAS answer.