Skip to main content
QLDSpecialist MathematicsSyllabus dot point

Topic 1: Integration and applications of integration

Apply integration techniques including substitution, integration by partial fractions, and trigonometric integrals, and use them to evaluate definite integrals and compute areas and volumes of solids of revolution

A focused answer to the QCE Specialist Mathematics Unit 4 dot point on integration techniques. Covers integration by substitution and the change-of-limits method, partial-fraction decomposition for rational integrands, trigonometric integrals, and volumes of revolution, with a fully verified worked example and the substitution-limits mistake QCAA markers watch for.

Generated by Claude Opus 4.76 min answer

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

Have a quick question? Jump to the Q&A page

What this dot point is asking

QCAA wants you to evaluate integrals that go beyond the standard antiderivatives by choosing and applying a technique: substitution, partial fractions, or a trigonometric simplification. You then apply these to find areas and volumes of solids of revolution. Integration techniques are core to IA3 and the external assessment, where selecting the right method quickly is the difference between a full and partial response.

The answer

Integration by substitution

Substitution reverses the chain rule. If the integrand contains a function and (a multiple of) its derivative, let uu be the inner function. With u=g(x)u = g(x) and du=g(x)dxdu = g'(x)\,dx,

f(g(x))g(x)dx=f(u)du.\int f(g(x))\,g'(x)\,dx = \int f(u)\,du.

For a definite integral, change the limits to uu-values rather than converting back to xx:

abf(g(x))g(x)dx=g(a)g(b)f(u)du.\int_{a}^{b} f(g(x))g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,du.

Changing the limits removes the need to back-substitute and is the cleaner approach.

Integration by partial fractions

A proper rational function with a factorisable denominator can be split into simpler fractions. For distinct linear factors,

px+q(xα)(xβ)=Axα+Bxβ,\frac{px + q}{(x - \alpha)(x - \beta)} = \frac{A}{x - \alpha} + \frac{B}{x - \beta},

and each piece integrates to a logarithm:

Axαdx=Alnxα+C.\int \frac{A}{x - \alpha}\,dx = A\ln|x - \alpha| + C.

Find AA and BB by multiplying out and equating coefficients, or by substituting the values x=αx = \alpha and x=βx = \beta. If the numerator degree is not less than the denominator degree, divide first.

Trigonometric integrals

Use identities to rewrite products and powers into integrable forms. The double-angle identity cos2x=12(1+cos2x)\cos^2 x = \tfrac{1}{2}(1 + \cos 2x) handles even powers, and sin2x=12(1cos2x)\sin^2 x = \tfrac{1}{2}(1 - \cos 2x) similarly. For odd powers of sine or cosine, peel off one factor and substitute. The Pythagorean identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 converts between the two functions.

Volumes of solids of revolution

Rotating the region under y=f(x)y = f(x) between x=ax = a and x=bx = b about the xx-axis produces a solid of volume

V=πab[f(x)]2dx.V = \pi \int_{a}^{b} \big[f(x)\big]^2\,dx.

Each thin disc has radius f(x)f(x) and thickness dxdx, so its volume is π[f(x)]2dx\pi[f(x)]^2\,dx; integrating sums the discs. Rotation about the yy-axis uses V=π[g(y)]2dyV = \pi\int [g(y)]^2\,dy with x=g(y)x = g(y).

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2022 QCAA6 marksa) Use partial fractions to determine the integral of 22 / ((2x - 3)(x + 4)) dx. b) Use the result from part a) to determine the definite integral from -3 to 0 of 22 / ((2x - 3)(x + 4)) dx. Express your answer in simplest form.
Show worked answer →

a) [4 marks] Write 22 / ((2x - 3)(x + 4)) = A/(2x - 3) + B/(x + 4), so 22 = A(x + 4) + B(2x - 3).
Let x = 3/2: A(3/2 + 4) = 22, so A(11/2) = 22, giving A = 4.
Let x = -4: B(2(-4) - 3) = 22, so B(-11) = 22, giving B = -2.
Integral = integral of 4/(2x - 3) dx - integral of 2/(x + 4) dx = 2 ln|2x - 3| - 2 ln|x + 4| + c.

b) [2 marks] Evaluate from -3 to 0:
at x = 0: 2 ln 3 - 2 ln 4; at x = -3: 2 ln|-9| - 2 ln|1| = 2 ln 9.
Definite integral = (2 ln 3 - 2 ln 4) - 2 ln 9 = 2 ln(3 / (4 * 9)) = 2 ln(1/12).