← Maths Advanced guides

NSWMaths Advanced

HSC Mathematics Advanced calculus: differentiation and integration (2026 guide)

A complete 2026 HSC Mathematics Advanced calculus guide. Differentiation rules, integration techniques, applications (rates of change, optimisation, areas, volumes), worked examples, common traps, and how the topic is examined.

Generated by Claude OpusReviewed by Better Tuition Academy12 min readNESA-MATH-ADV-CAL

What calculus actually does

Calculus is the maths of change. It answers two questions:

  1. What is the rate of change of a function? (Differentiation)
  2. What is the total accumulation of a quantity over an interval? (Integration)

In HSC Mathematics Advanced, calculus is roughly half the course and roughly half the exam. Students who master it confidently typically score 85+ on the exam paper; students who do not typically struggle to break 70.

The good news: calculus rewards practice more than any other HSC maths topic. The differentiation and integration rules are finite and memorisable. The applications repeat every year in slightly different clothing.

Differentiation: the rate of change

The derivative of a function f(x)f(x), written fβ€²(x)f'(x) or dfdx\frac{df}{dx}, gives the slope of the tangent line at every point on the graph of ff.

The fundamental rules

Memorise these. Strong students recall them in under five seconds.

Power rule. If f(x)=xnf(x) = x^n, then fβ€²(x)=nxnβˆ’1f'(x) = n x^{n-1}.

Constant rule. If f(x)=cf(x) = c (a constant), then fβ€²(x)=0f'(x) = 0.

Sum and difference. (f+g)β€²=fβ€²+gβ€²(f + g)' = f' + g' and (fβˆ’g)β€²=fβ€²βˆ’gβ€²(f - g)' = f' - g'.

Product rule. (fg)β€²=fβ€²g+fgβ€²(fg)' = f'g + fg'.

Quotient rule. (fg)β€²=fβ€²gβˆ’fgβ€²g2\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}.

Chain rule. If y=f(g(x))y = f(g(x)), then dydx=fβ€²(g(x))β‹…gβ€²(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x).

Standard derivatives

Memorise these by feel, not by lookup:

  • IMATH_23
  • IMATH_24
  • IMATH_25
  • IMATH_26
  • IMATH_27
  • IMATH_28
  • IMATH_29

A worked example: chain rule

Differentiate y=ln⁑(sin⁑(2x))y = \ln(\sin(2x)).

The outermost function is ln⁑\ln, the middle is sin⁑\sin, the innermost is 2x2x.

dydx=1sin⁑(2x)β‹…cos⁑(2x)β‹…2=2cos⁑(2x)sin⁑(2x)=2cot⁑(2x)\frac{dy}{dx} = \frac{1}{\sin(2x)} \cdot \cos(2x) \cdot 2 = \frac{2 \cos(2x)}{\sin(2x)} = 2 \cot(2x)

Students lose marks here by forgetting one layer of the chain (the inner 2x2x derivative). Train your chain rule until you naturally see every layer.

Applications of differentiation

Tangents and normals

The tangent line to y=f(x)y = f(x) at x=ax = a has slope fβ€²(a)f'(a) and passes through (a,f(a))(a, f(a)). Equation: yβˆ’f(a)=fβ€²(a)(xβˆ’a)y - f(a) = f'(a)(x - a).

The normal line is perpendicular to the tangent. Its slope is βˆ’1fβ€²(a)-\frac{1}{f'(a)}.

Stationary points and turning points

Stationary points occur where fβ€²(x)=0f'(x) = 0. Classify them with the second derivative:

  • IMATH_42 : local minimum
  • IMATH_43 : local maximum
  • IMATH_44 : inconclusive (check sign of fβ€²f' on either side)

Optimisation: the highest-yield application

Optimisation questions appear every year. The pattern:

  1. Set up the quantity to maximise or minimise as a function of one variable.
  2. Differentiate, set the derivative to zero, solve.
  3. Verify it's a max or min via the second derivative.
  4. Check endpoints if the variable is constrained.

Worked example. A box with a square base and no lid has volume 250 cmΒ³. What dimensions minimise the surface area?

Let the base side be xx and the height be hh. Volume: x2h=250x^2 h = 250, so h=250x2h = \frac{250}{x^2}.

Surface area: S=x2+4xh=x2+4xβ‹…250x2=x2+1000xS = x^2 + 4xh = x^2 + 4x \cdot \frac{250}{x^2} = x^2 + \frac{1000}{x}.

Differentiate: dSdx=2xβˆ’1000x2\frac{dS}{dx} = 2x - \frac{1000}{x^2}.

Set to zero: 2x=1000x22x = \frac{1000}{x^2}, so x3=500x^3 = 500, so x=5001/3β‰ˆ7.94x = 500^{1/3} \approx 7.94 cm.

Verify minimum: d2Sdx2=2+2000x3>0\frac{d^2 S}{dx^2} = 2 + \frac{2000}{x^3} > 0 βœ“.

So xβ‰ˆ7.94x \approx 7.94 cm and h=250(7.94)2β‰ˆ3.97h = \frac{250}{(7.94)^2} \approx 3.97 cm.

Rates of change and related rates

Related rates problems link two changing quantities. The pattern: write an equation connecting them, differentiate implicitly with respect to time.

Worked example. Air is pumped into a spherical balloon at 100 cmΒ³/s. How fast is the radius increasing when the radius is 10 cm?

Volume: V=43Ο€r3V = \frac{4}{3}\pi r^3. Differentiate implicitly:

dVdt=4Ο€r2drdt\frac{dV}{dt} = 4\pi r^2 \frac{dr}{dt}

At r=10r = 10 and dVdt=100\frac{dV}{dt} = 100:

100=4Ο€(10)2drdt=400Ο€drdt100 = 4\pi (10)^2 \frac{dr}{dt} = 400\pi \frac{dr}{dt}

drdt=100400Ο€=14Ο€β‰ˆ0.0796Β cm/s\frac{dr}{dt} = \frac{100}{400\pi} = \frac{1}{4\pi} \approx 0.0796 \text{ cm/s}

Integration: the reverse process

Integration recovers a function from its derivative. The indefinite integral ∫f(x) dx\int f(x) \, dx is a family of functions differing by a constant.

The fundamental theorem

ddx∫axf(t) dt=f(x)and∫abfβ€²(x) dx=f(b)βˆ’f(a)\frac{d}{dx} \int_a^x f(t) \, dt = f(x) \quad \text{and} \quad \int_a^b f'(x) \, dx = f(b) - f(a)

This connects differentiation and integration. Memorise it; quote it; use it.

Standard integrals

  • IMATH_62 for nβ‰ βˆ’1n \ne -1
  • IMATH_64
  • IMATH_65
  • IMATH_66
  • IMATH_67
  • IMATH_68

Integration by substitution

For HSC Advanced, only simple substitutions appear. The pattern: if you see f(g(x))β‹…gβ€²(x)f(g(x)) \cdot g'(x) in the integrand, let u=g(x)u = g(x).

Worked example. Find ∫2xsin⁑(x2) dx\int 2x \sin(x^2) \, dx.

Let u=x2u = x^2, so du=2x dxdu = 2x \, dx.

∫2xsin⁑(x2) dx=∫sin⁑u du=βˆ’cos⁑u+C=βˆ’cos⁑(x2)+C\int 2x \sin(x^2) \, dx = \int \sin u \, du = -\cos u + C = -\cos(x^2) + C

Applications of integration

Areas under curves

The area between y=f(x)y = f(x) and the x-axis from x=ax = a to x=bx = b is:

A=∫abf(x) dx(whenΒ f(x)β‰₯0)A = \int_a^b f(x) \, dx \quad \text{(when } f(x) \geq 0\text{)}

If the curve dips below the x-axis, split the integral at the zero crossings and take the absolute value of each segment.

Areas between curves

A=∫ab[f(x)βˆ’g(x)] dxA = \int_a^b [f(x) - g(x)] \, dx

where f(x)β‰₯g(x)f(x) \geq g(x) on [a,b][a, b].

Volumes of revolution

Rotating y=f(x)y = f(x) about the x-axis from x=ax = a to x=bx = b produces a solid of volume:

V=Ο€βˆ«ab[f(x)]2 dxV = \pi \int_a^b [f(x)]^2 \, dx

For rotation about the y-axis, swap the variables.

Common HSC calculus traps

Forgetting the +C in indefinite integrals. Costs 1 mark per occurrence. Always include it.

Sign errors in differentiating cos⁑x\cos x. ddx(cos⁑x)=βˆ’sin⁑x\frac{d}{dx}(\cos x) = -\sin x, not +sin⁑x+\sin x. Easy to slip on under exam pressure.

Chain rule layers. Differentiating y=ln⁑(cos⁑(3x))y = \ln(\cos(3x)) requires three nested applications: the outer ln⁑\ln, the middle cos⁑\cos, the inner 3x3x. Each is a separate step.

Mixing up product and chain rules. ddx[xβ‹…ex]\frac{d}{dx}[x \cdot e^x] is a product (use product rule). ddx[ex2]\frac{d}{dx}[e^{x^2}] is a chain (use chain rule). They look similar, but the structure differs.

Setting up optimisation in two variables. You must express the optimisation quantity in one variable before differentiating. Beginners differentiate the two-variable equation and get nonsense.

Not checking max vs min. Critical points can be maxima, minima, or saddle points. Always verify.

Forgetting to interpret the answer. A calculus question that ends with "the box has dimensions β‰ˆ7.94Γ—7.94Γ—3.97\approx 7.94 \times 7.94 \times 3.97 cm" scores higher than one that ends with "x = 500^(1/3)". State the answer in the units the question asked.

How calculus is examined

In an HSC Mathematics Advanced paper:

  • Multiple-choice (Section I): 1-2 calculus questions, usually a straightforward differentiation or integration.
  • Section II early questions (worth 2-3 marks each): single-step differentiation or integration applications.
  • Section II middle questions (worth 5-7 marks): multi-step problems combining differentiation with optimisation, or integration with area.
  • Section II late questions (worth 8-12 marks): full extended problems testing the connection between differentiation and integration (a function's rate of change vs total accumulation).

Practice strategy

For HSC Mathematics Advanced calculus:

  • Week 1-4 (Term 4). Drill the rules. Memorise standard derivatives and integrals. Do 5-10 short practice questions per day.
  • Week 5-8. Apply rules to extended problems. One full past paper per week, with focus on calculus questions.
  • Week 9-12. Full past papers under timed 3-hour conditions. Mark yourself against the NESA marking guide.

The students who score 90+ on HSC Mathematics Advanced calculus are those who have done 8-10 past papers plus targeted practice on specific weaknesses. Past papers reveal the predictable structure of the questions.

In one sentence

HSC Mathematics Advanced calculus is half the course and rewards rule mastery plus pattern recognition more than insight. Memorise the rules cold, practise the applications until the structures are familiar, and never lose marks to plus-C or sign errors.

  • calculus
  • differentiation
  • integration
  • hsc-maths-advanced
  • year-12
  • 2026