Skip to main content
ExamExplained
QLD · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
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.

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

Repeated and quadratic factors in partial fractions

Distinct linear factors are the simplest case, but denominators can be more involved. A repeated linear factor needs a term for each power, so 1(x1)2\dfrac{1}{(x - 1)^2} contributes Ax1+B(x1)2\dfrac{A}{x - 1} + \dfrac{B}{(x - 1)^2}. An irreducible quadratic factor x2+a2x^2 + a^2 contributes a numerator linear in xx, namely Cx+Dx2+a2\dfrac{Cx + D}{x^2 + a^2}, which integrates to a logarithm (from the CxCx part) plus an inverse tangent (from the DD part). Setting up the right form before solving for the constants is half the work, and a wrong template makes the system unsolvable.

Choosing the substitution

A good substitution makes the derivative of the inner function appear (up to a constant) elsewhere in the integrand. Telltale signs are a composite function with its inner derivative present, such as 6x6x alongside 3x2+13x^2 + 1, or an expression of the form g(x)g(x)\dfrac{g'(x)}{g(x)}, whose integral is lng(x)\ln|g(x)|. When the integrand is a single awkward function with no obvious inner derivative, a trigonometric substitution (for example x=asinθx = a\sin\theta to handle a2x2\sqrt{a^2 - x^2}) may be the intended route.

Standard integrals to recognise

Fluent integration depends on recognising a small library of standard forms: 1xdx=lnx+C\displaystyle\int \dfrac{1}{x}\,dx = \ln|x| + C, 1a2+x2dx=1aarctanxa+C\displaystyle\int \dfrac{1}{a^2 + x^2}\,dx = \dfrac{1}{a}\arctan\dfrac{x}{a} + C, 1a2x2dx=arcsinxa+C\displaystyle\int \dfrac{1}{\sqrt{a^2 - x^2}}\,dx = \arcsin\dfrac{x}{a} + C, and ekxdx=1kekx+C\displaystyle\int e^{kx}\,dx = \dfrac{1}{k}e^{kx} + C. Many integration questions reduce, after a substitution or a partial-fraction split, to one of these forms, so the strategy is always to manipulate the integrand until it matches a standard result.

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.

QCAA 20226 marksPaper 2 (complex familiar). (a) Use partial fractions to determine 22(2x3)(x+4)dx\displaystyle\int \dfrac{22}{(2x - 3)(x + 4)}\,dx. (b) Hence determine 3022(2x3)(x+4)dx\displaystyle\int_{-3}^{0} \dfrac{22}{(2x - 3)(x + 4)}\,dx in simplest form.
Show worked answer →

(a) Write 22(2x3)(x+4)=A2x3+Bx+4\dfrac{22}{(2x - 3)(x + 4)} = \dfrac{A}{2x - 3} + \dfrac{B}{x + 4}, so 22=A(x+4)+B(2x3)22 = A(x + 4) + B(2x - 3). At x=32x = \tfrac{3}{2}: A112=22A\cdot\tfrac{11}{2} = 22, so A=4A = 4. At x=4x = -4: 11B=22-11B = 22, so B=2B = -2. The integral is 2ln2x32lnx+4+c.2\ln|2x - 3| - 2\ln|x + 4| + c.

(b) At x=0x = 0: 2ln32ln42\ln 3 - 2\ln 4. At x=3x = -3: 2ln92ln1=2ln92\ln 9 - 2\ln 1 = 2\ln 9. So the definite integral is (2ln32ln4)2ln9=2ln336=2ln112.(2\ln 3 - 2\ln 4) - 2\ln 9 = 2\ln\dfrac{3}{36} = 2\ln\dfrac{1}{12}.

Markers reward the partial-fraction setup, both constants, the logarithmic antiderivative, and the simplified definite value.

QCAA 20234 marksPaper 1 (technique). Determine 6x3x2+1dx\displaystyle\int 6x\sqrt{3x^2 + 1}\,dx using a substitution.
Show worked answer →

Let u=3x2+1u = 3x^2 + 1, so du=6xdxdu = 6x\,dx. The integral becomes udu=u1/2du=23u3/2+C.\displaystyle\int \sqrt{u}\,du = \displaystyle\int u^{1/2}\,du = \tfrac{2}{3}u^{3/2} + C.

Return to xx: 23(3x2+1)3/2+C.\tfrac{2}{3}(3x^2 + 1)^{3/2} + C.

Markers reward identifying the inner function, matching 6xdx6x\,dx to dudu, integrating the power, and back-substituting.

ExamExplained