← Math Methods guides

VICMath Methods

VCE Math Methods calculus (differentiation and integration): the 2026 guide

A complete guide to VCE Math Methods Area of Study 3 (Calculus) for Units 3 and 4. Differentiation rules and applications, anti-differentiation and definite integrals, kinematics and optimisation, plus the Paper 1 by-hand technique that wins marks.

Generated by Claude OpusReviewed by Better Tuition Academy13 min readVCAA-MM-AOS-3

What calculus is really asking

VCE Math Methods Area of Study 3 (Calculus) is the most heavily examined area of the course, accounting for roughly 35 percent of exam marks across the two papers. Calculus is also the most cumulative area, building on functions (AoS 1) and feeding into applications throughout Paper 2 Section B.

Calculus is examined in two flavours. Paper 1 (technology-free) tests by-hand differentiation and integration with exact-value trig and standard derivative rules. Paper 2 (CAS-active) tests applications, modelling, optimisation, and kinematics where the CAS handles the algebra and you handle the interpretation.

Strong calculus students cap their study scores in the mid-40s. Weak calculus students cap in the mid-30s.

Differentiation

From first principles

The definition of the derivative:

fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

VCAA examines first-principles differentiation at least once per cycle, usually on Paper 1, for a simple polynomial. The standard pattern.

Find fβ€²(x)f'(x) from first principles for f(x)=x2+3xf(x) = x^2 + 3x.

f(x+h)βˆ’f(x)=(x+h)2+3(x+h)βˆ’(x2+3x)=2xh+h2+3hf(x + h) - f(x) = (x+h)^2 + 3(x+h) - (x^2 + 3x) = 2xh + h^2 + 3h

f(x+h)βˆ’f(x)h=2x+h+3\frac{f(x + h) - f(x)}{h} = 2x + h + 3

fβ€²(x)=lim⁑hβ†’0(2x+h+3)=2x+3f'(x) = \lim_{h \to 0} (2x + h + 3) = 2x + 3

The four rules

Sum rule. ddx[f(x)+g(x)]=fβ€²(x)+gβ€²(x)\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)

Product rule. ddx[f(x)β‹…g(x)]=fβ€²(x)g(x)+f(x)gβ€²(x)\frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x)

Quotient rule. ddx[f(x)g(x)]=fβ€²(x)g(x)βˆ’f(x)gβ€²(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}

Chain rule. ddx[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x)

Standard derivatives (memorise)

  • IMATH_12
  • IMATH_13
  • IMATH_14
  • IMATH_15
  • IMATH_16
  • IMATH_17
  • IMATH_18

Worked Paper 1 example

Differentiate f(x)=x2e3xf(x) = x^2 e^{3x}.

Use the product rule with u=x2u = x^2, v=e3xv = e^{3x}. Then uβ€²=2xu' = 2x, vβ€²=3e3xv' = 3e^{3x}.

fβ€²(x)=uβ€²v+uvβ€²=2xe3x+x2β‹…3e3x=e3x(2x+3x2)f'(x) = u'v + uv' = 2x e^{3x} + x^2 \cdot 3e^{3x} = e^{3x}(2x + 3x^2)

You can factorise further: fβ€²(x)=xe3x(2+3x)f'(x) = x e^{3x}(2 + 3x).

Stationary points and the second derivative

A stationary point is where fβ€²(x)=0f'(x) = 0. Classification.

  • Local minimum: fβ€²β€²(x)>0f''(x) > 0 at the stationary point (concave up).
  • Local maximum: fβ€²β€²(x)<0f''(x) < 0 (concave down).
  • Stationary point of inflection: fβ€²β€²(x)=0f''(x) = 0 AND the sign of fβ€²f' does not change either side.

A point of inflection (not necessarily stationary) is where fβ€²β€²(x)=0f''(x) = 0 AND fβ€²β€²f'' changes sign.

Anti-differentiation and integration

Standard anti-derivatives (memorise)

  • IMATH_33 for nβ‰ βˆ’1n \neq -1
  • IMATH_35
  • IMATH_36
  • IMATH_37
  • IMATH_38
  • IMATH_39
  • IMATH_40

Definite integrals

By the Fundamental Theorem of Calculus:

∫abf(x) dx=F(b)βˆ’F(a)\int_a^b f(x)\,dx = F(b) - F(a)

where Fβ€²(x)=f(x)F'(x) = f(x).

The definite integral represents the signed area between the curve and the x-axis on [a,b][a, b]. Area below the x-axis contributes negatively.

For the total area between the curve and the x-axis (a common Paper 2 question):

A=∫ac∣f(x)βˆ£β€‰dxA = \int_a^c |f(x)|\,dx

In practice, find the x-intercepts, then integrate each section separately taking absolute values.

Worked Paper 1 example

Evaluate ∫0Ο€/2cos⁑(2x) dx\int_0^{\pi/2} \cos(2x)\,dx.

Anti-derivative: ∫cos⁑(2x) dx=12sin⁑(2x)+c\int \cos(2x)\,dx = \frac{1}{2}\sin(2x) + c

∫0Ο€/2cos⁑(2x) dx=[12sin⁑(2x)]0Ο€/2=12sin⁑(Ο€)βˆ’12sin⁑(0)=0βˆ’0=0\int_0^{\pi/2} \cos(2x)\,dx = \left[\frac{1}{2}\sin(2x)\right]_0^{\pi/2} = \frac{1}{2}\sin(\pi) - \frac{1}{2}\sin(0) = 0 - 0 = 0

Applications

Kinematics

The standard variables for a particle moving in a straight line.

  • Position (also called displacement from origin): x(t)x(t)
  • Velocity: v(t)=xβ€²(t)=dxdtv(t) = x'(t) = \frac{dx}{dt}
  • Acceleration: IMATH_48

Going forward (position β†’ velocity β†’ acceleration) uses differentiation. Going backward (acceleration β†’ velocity β†’ position) uses anti-differentiation with initial conditions to find the constants.

Distance versus displacement. Displacement is the signed change in position. Distance is the total path length, accounting for direction changes. If a particle moves 5m right then 3m left, displacement = +2m, distance = 8m.

Worked example. A particle has acceleration a(t)=6tβˆ’4a(t) = 6t - 4 for tβ‰₯0t \geq 0, with v(0)=βˆ’2v(0) = -2 and x(0)=1x(0) = 1. Find x(t)x(t).

v(t)=∫(6tβˆ’4) dt=3t2βˆ’4t+c1v(t) = \int (6t - 4)\,dt = 3t^2 - 4t + c_1. With v(0)=βˆ’2v(0) = -2, c1=βˆ’2c_1 = -2, so v(t)=3t2βˆ’4tβˆ’2v(t) = 3t^2 - 4t - 2.

x(t)=∫(3t2βˆ’4tβˆ’2) dt=t3βˆ’2t2βˆ’2t+c2x(t) = \int (3t^2 - 4t - 2)\,dt = t^3 - 2t^2 - 2t + c_2. With x(0)=1x(0) = 1, c2=1c_2 = 1, so x(t)=t3βˆ’2t2βˆ’2t+1x(t) = t^3 - 2t^2 - 2t + 1.

Optimisation

The standard six-step recipe.

  1. Read the problem and identify the quantity to be optimised (volume, area, cost, profit).
  2. Express the quantity in terms of one variable using any constraint(s).
  3. Differentiate.
  4. Set the derivative to zero and solve for the stationary point(s).
  5. Classify the stationary point as max or min using the second derivative or sign analysis.
  6. Check the endpoints of the domain if it is restricted. The global max or min may be at an endpoint, not at a stationary point.

Worked example. A cylindrical can is to hold 1 litre (1000 cmΒ³). The can has surface area A=2Ο€r2+2Ο€rhA = 2\pi r^2 + 2\pi r h. Minimise AA.

Constraint: Ο€r2h=1000\pi r^2 h = 1000, so h=1000/(Ο€r2)h = 1000 / (\pi r^2).

Substitute into AA: A=2Ο€r2+2Ο€rβ‹…1000Ο€r2=2Ο€r2+2000rA = 2\pi r^2 + 2\pi r \cdot \frac{1000}{\pi r^2} = 2\pi r^2 + \frac{2000}{r}.

Differentiate: Aβ€²(r)=4Ο€rβˆ’2000r2A'(r) = 4\pi r - \frac{2000}{r^2}.

Set to zero: 4Ο€r3=20004\pi r^3 = 2000, so r3=500/Ο€r^3 = 500/\pi, r=(500/Ο€)1/3β‰ˆ5.42r = (500/\pi)^{1/3} \approx 5.42 cm.

Second derivative: Aβ€²β€²(r)=4Ο€+4000/r3>0A''(r) = 4\pi + 4000/r^3 > 0, so this is a minimum.

Corresponding h=1000/(Ο€r2)β‰ˆ10.84h = 1000 / (\pi r^2) \approx 10.84 cm. Notice h=2rh = 2r at the minimum (a standard result).

Common Paper 1 calculus traps

Chain rule errors on ef(x)e^{f(x)}. ddx(e3x2)=6xβ‹…e3x2\frac{d}{dx}(e^{3x^2}) = 6x \cdot e^{3x^2}, not just e3x2e^{3x^2} or 6xe6x6x e^{6x}. Always identify the inner function and apply the chain rule.

Missing the constant of integration. Indefinite integrals require +c+ c. Definite integrals do not. Losing cc in an indefinite integral is a routine 1-mark penalty.

Sign error in ∫sin⁑\int \sin versus ∫cos⁑\int \cos. ∫sin⁑x dx=βˆ’cos⁑x+c\int \sin x\,dx = -\cos x + c. Memorise this with the negative sign.

Forgetting to use absolute area for total distance/area. If asked for total distance (or total area enclosed), set up the integrand as ∣v(t)∣|v(t)| or ∣f(x)∣|f(x)| and integrate piecewise.

Endpoint neglect in optimisation. Always check the endpoints of the domain. The minimum cost or maximum volume might occur at the boundary, not at a stationary point.

How calculus is examined

In the VCE Math Methods exams:

  • Paper 1. Roughly 15-18 marks. Standard patterns include first-principles differentiation, apply product/quotient/chain rule to a complex function, evaluate a definite integral exactly, find a tangent line, set up an anti-derivative with initial conditions.
  • Paper 2 Section A. 4-6 multiple-choice questions including stationary point classification, signed area, average rate of change.
  • Paper 2 Section B. Major modelling question almost always includes calculus. Common patterns: a function describes a curve (a hill, a river, a population), find the maximum/minimum, find the area between curves, find the average value over an interval.

Practice strategy

For VCE Math Methods calculus:

  • Term 1-2 of Year 12. Memorise the rules and standard derivatives and anti-derivatives. Drill 20-30 routine differentiation and integration questions per week.
  • Term 3. Tackle optimisation and kinematics. These are SAC content and Paper 2 Section B content.
  • Term 4. Past VCAA Paper 1s under timed conditions. Score yourself separately on the calculus questions to identify gaps. The patterns repeat year to year.

See our VCE Math Methods practice questions for prompts modelled on VCAA past papers.

In one sentence

VCE Math Methods calculus is the most heavily examined area of the course, rewards by-hand fluency with the four differentiation rules and standard derivatives/anti-derivatives on Paper 1, and rewards efficient CAS use plus disciplined optimisation and kinematics setup on Paper 2.

  • math-methods
  • calculus
  • differentiation
  • integration
  • kinematics
  • optimisation
  • vce-math-methods
  • year-12
  • 2026