← Math Methods guides

QLDMath Methods

QCE Maths Methods IA2 examination strategy: 2026 guide

A 2026 guide to QCE Maths Methods IA2 (Examination 1). The 90-minute technology-free internal exam, Unit 3 content focus, question types, common calculation patterns, and a four-week preparation routine.

Generated by Claude OpusReviewed by Better Tuition Academy8 min readQCAA-MM-IA2

What IA2 is

IA2 is the first of the two internal examinations in QCAA Maths Methods. It is sat during Unit 3 (typically in Term 2 of Year 12). Worth 15 percent of the subject result.

The format is a 90-minute supervised written exam under exam conditions. Whether it is technology-free or technology-active is set by the school; many schools run IA2 technology-free to test by-hand fluency, with IA3 technology-active.

Structure

90 minutes plus 10 minutes perusal. Approximately 60 marks.

Question types:

  • Short response 1 to 3 marks: state, evaluate, find.
  • Multi-part 4 to 8 marks: a context with several linked parts.
  • Extended 8 to 10 marks: extended modelling or proof.

Unit 3 topic coverage

IA2 examines Unit 3 content, which under the QCAA Mathematical Methods Senior Syllabus includes:

Further differentiation.

  • Chain rule for composite functions.
  • Product and quotient rules.
  • Differentiation of sin⁑x\sin x, cos⁑x\cos x, tan⁑x\tan x, exe^x, ln⁑x\ln x.

Applications of differentiation.

  • Tangent and normal at a point.
  • Stationary points (first and second derivative tests).
  • Optimisation in context.
  • Rates of change (related rates).

Antidifferentiation.

  • Standard antiderivatives.
  • The reverse-chain factor: ∫sin⁑(kx)dx=βˆ’1kcos⁑(kx)+C\int \sin(kx) dx = -\frac{1}{k} \cos(kx) + C, ∫ekxdx=1kekx+C\int e^{kx} dx = \frac{1}{k} e^{kx} + C.

Definite integrals.

  • Fundamental theorem of calculus.
  • Area between a curve and the x-axis.
  • Area between two curves.

Logarithms and exponentials.

  • Index and log laws.
  • Solving exponential and logarithmic equations.
  • Modelling growth and decay.

Probability foundations.

  • Conditional probability.
  • Independence.
  • Tree diagrams.

Calculation patterns

Differentiation by chain rule. For y=f(g(x))y = f(g(x)), dydx=fβ€²(g(x))β‹…gβ€²(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x).

Example. y=sin⁑(3x2+1)y = \sin(3x^2 + 1). Let u=3x2+1u = 3x^2 + 1, dudx=6x\frac{du}{dx} = 6x. dydx=cos⁑(u)β‹…6x=6xcos⁑(3x2+1)\frac{dy}{dx} = \cos(u) \cdot 6x = 6x \cos(3x^2 + 1).

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

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

Stationary point analysis. Set fβ€²(x)=0f'(x) = 0, solve for x. Test the second derivative fβ€²β€²(x)f''(x). Positive at x = a means local minimum; negative means local maximum; zero is inconclusive (use first-derivative test).

Antidifferentiation reverse-chain. For ∫f(ax+b)dx\int f(ax + b) dx, the answer involves 1aF(ax+b)+C\frac{1}{a} F(ax + b) + C where FF is the antiderivative of ff.

Definite integrals. ∫abf(x)dx=F(b)βˆ’F(a)\int_a^b f(x) dx = F(b) - F(a) where FF is any antiderivative of ff.

Area between curves. A=∫ab∣f(x)βˆ’g(x)∣dxA = \int_a^b |f(x) - g(x)| dx. Identify which curve is above on the interval; if they cross, split the integral.

Worked example: optimisation

A rectangular field is to be fenced with 100 m of fencing, with one side against an existing river that needs no fence. Find the maximum area.

Let x be the length perpendicular to the river, y be the length parallel. Fencing constraint: 2x+y=1002x + y = 100, so y=100βˆ’2xy = 100 - 2x.

Area: A(x)=xy=x(100βˆ’2x)=100xβˆ’2x2A(x) = xy = x(100 - 2x) = 100x - 2x^2.

Maximise: Aβ€²(x)=100βˆ’4x=0A'(x) = 100 - 4x = 0, so x=25x = 25.

Second derivative: Aβ€²β€²(x)=βˆ’4<0A''(x) = -4 < 0, confirming maximum.

Maximum area: A(25)=25Γ—50=1250A(25) = 25 \times 50 = 1250 m squared.

Dimensions: 25 m by 50 m.

Worked example: antidifferentiation

Find ∫(2x+1)5dx\int (2x + 1)^5 dx.

By reverse-chain: ∫(2x+1)5dx=12β‹…(2x+1)66+C=(2x+1)612+C\int (2x + 1)^5 dx = \frac{1}{2} \cdot \frac{(2x + 1)^6}{6} + C = \frac{(2x + 1)^6}{12} + C.

Verify by differentiation: ddx[(2x+1)612]=6(2x+1)5β‹…212=(2x+1)5\frac{d}{dx}\left[\frac{(2x+1)^6}{12}\right] = \frac{6(2x+1)^5 \cdot 2}{12} = (2x+1)^5. Correct.

Common student errors

Sign in chain rule. ddxcos⁑(2x)=βˆ’2sin⁑(2x)\frac{d}{dx} \cos(2x) = -2 \sin(2x) (the minus and the chain factor are both required).

Missing factor in trig antiderivatives. ∫sin⁑(3x)dx=βˆ’13cos⁑(3x)+C\int \sin(3x) dx = -\frac{1}{3} \cos(3x) + C, not βˆ’cos⁑(3x)+C-\cos(3x) + C.

Missing +C. Always include in indefinite integrals.

Domain check in log equations. log⁑(xβˆ’2)=1\log(x - 2) = 1 gives x=12x = 12; check xβˆ’2>0x - 2 > 0 (satisfied).

Wrong exact trig values. Memorise: sin⁑(Ο€/6)=1/2\sin(\pi/6) = 1/2, sin⁑(Ο€/4)=2/2\sin(\pi/4) = \sqrt{2}/2, sin⁑(Ο€/3)=3/2\sin(\pi/3) = \sqrt{3}/2, sin⁑(Ο€/2)=1\sin(\pi/2) = 1.

Significant figures. 3 sig fig unless data has different precision. Exact answers should be expressed exactly (do not decimalise Ο€\pi or square roots unless asked).

Four-week preparation routine

Week 1. Unit 3 key knowledge review. Map each subject matter point to your notes. Identify weak areas.

Week 2. By-hand drills. 30 to 45 minutes per day. Chain, product, quotient rules; antidifferentiation; exact trig values.

Week 3. Past IA2 papers (your school's previous IA2 papers if available; QCAA sample assessments). Time yourself.

Week 4. Full timed simulations. One paper per day for three days. Mark against the rubric. Identify topics with persistent errors and revisit.

QCAA marking criteria

Marks are awarded for:

  1. Correct mathematics (right concept, right formula).
  2. Show working (method marks even if arithmetic slips).
  3. Significant figures and exact form (as appropriate).
  4. Notation and presentation (correct use of variables, equations).
  5. Clear communication.

In one sentence

QCE Maths Methods IA2 is a 90-minute internal exam on Unit 3: prepare by drilling by-hand calculus (chain, product, quotient rules, antidifferentiation reverse-chain factor), exact trig values, and applications (optimisation, area), with attention to signs, +C, and exact form.

  • math-methods
  • qce-math-methods
  • ia2
  • internal-examination
  • year-12
  • 2026