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.
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 be the inner function. With and ,
For a definite integral, change the limits to -values rather than converting back to :
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,
and each piece integrates to a logarithm:
Find and by multiplying out and equating coefficients, or by substituting the values and . 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 handles even powers, and similarly. For odd powers of sine or cosine, peel off one factor and substitute. The Pythagorean identity converts between the two functions.
Volumes of solids of revolution
Rotating the region under between and about the -axis produces a solid of volume
Each thin disc has radius and thickness , so its volume is ; integrating sums the discs. Rotation about the -axis uses with .
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).