Skip to main content
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), step-by-step worked examples, common traps, embedded practice questions, and how the topic is examined.

Generated by Claude Opus 4.822 min readNESA Mathematics Advanced Stage 6 Syllabus (2017), Year 12 Calculus: MA-C2 Differential Calculus, MA-C3 Applications of Differentiation, MA-C4 Integral Calculus

Reviewed by: AI editorial process; not yet individually human-reviewed

Jump to a section
  1. What calculus actually does
  2. Differentiation: the rate of change
  3. Applications of differentiation
  4. Integration: the reverse process
  5. Applications of integration
  6. Common HSC calculus traps
  7. How calculus is examined
  8. Practice strategy
  9. Check your knowledge

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)=nxn1f'(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 (fg)=fg(f - g)' = f' - g'.
Product rule
(fg)=fg+fg(fg)' = f'g + fg'.
Quotient rule
(fg)=fgfgg2\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:

  • ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x
  • ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x
  • ddx(tanx)=sec2x\frac{d}{dx}(\tan x) = \sec^2 x
  • ddx(ex)=ex\frac{d}{dx}(e^x) = e^x
  • ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}
  • ddx(ax)=axlna\frac{d}{dx}(a^x) = a^x \ln a
  • ddx(logax)=1xlna\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}

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: yf(a)=f(a)(xa)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:

  • f(x)>0f''(x) > 0: local minimum
  • f(x)<0f''(x) < 0: local maximum
  • f(x)=0f''(x) = 0: inconclusive (check sign of ff' 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 is a max or min via the second derivative.
  4. Check endpoints if the variable is constrained.

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.

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 primitive functions differing by a constant.

The fundamental theorem

ddxaxf(t)dt=f(x)andabf(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

  • xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C for n1n \ne -1
  • 1xdx=lnx+C\int \frac{1}{x} \, dx = \ln|x| + C
  • exdx=ex+C\int e^x \, dx = e^x + C
  • sinxdx=cosx+C\int \sin x \, dx = -\cos x + C
  • cosxdx=sinx+C\int \cos x \, dx = \sin x + C
  • sec2xdx=tanx+C\int \sec^2 x \, dx = \tan x + C

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).

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)]2dxV = \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 cosx\cos x
ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x, not +sinx+\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[xex]\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
Stationary points can be maxima, minima, or horizontal points of inflection. 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=5001/3x = 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.

Check your knowledge

  1. Differentiate y=(3x2+1)4y = (3x^2 + 1)^4.
  2. Differentiate y=x2lnxy = x^2 \ln x.
  3. Find the stationary points of f(x)=x36x2+9x+2f(x) = x^3 - 6x^2 + 9x + 2 and classify each as a maximum, minimum or horizontal point of inflection.
  4. Evaluate 0π/2cosxdx\displaystyle \int_0^{\pi/2} \cos x \, dx.
  5. Use the substitution u=1+x3u = 1 + x^3 to evaluate 3x2(1+x3)5dx\displaystyle \int 3x^2(1 + x^3)^5 \, dx.
  6. Find the area enclosed between the curves y=x2y = x^2 and y=4x2y = 4 - x^2.
  7. Find the volume of the solid formed when y=x+1y = x + 1 from x=0x = 0 to x=2x = 2 is rotated about the x-axis.
  8. The radius of a circular oil spill is increasing at 0.50.5 m/s. How fast is the area increasing when the radius is 2020 m?
  • calculus
  • differentiation
  • integration
  • hsc-maths-advanced
  • year-12
  • 2026