Skip to main content
ExamExplained
TAS · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
TASSpecialist MathematicsSyllabus dot point

Which techniques let us integrate functions that the basic rules cannot handle?

Integrate using substitution, integration by parts and partial fractions, and find volumes of revolution.

Integration by substitution, by parts and by partial fractions, plus volumes of revolution, with fully worked examples and pitfalls for TCE Mathematics Specialised.

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

Basic antiderivatives only cover a handful of forms. Specialised integration is about recognising structure and applying the matching technique.

Substitution

Substitution reverses the chain rule. If part of the integrand is the derivative of another part, 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 values of uu rather than substituting back.

Integration by parts

Integration by parts reverses the product rule:

udvdxdx=uvvdudxdx. \int u\, \frac{dv}{dx}\, dx = uv - \int v\, \frac{du}{dx}\, dx.

Choose uu to be the factor that becomes simpler when differentiated. A useful priority for picking uu is logarithms, then inverse trigonometric functions, then algebraic, then trigonometric, then exponential.

Partial fractions

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

P(x)(xa)(xb)=Axa+Bxb, \frac{P(x)}{(x - a)(x - b)} = \frac{A}{x - a} + \frac{B}{x - b},

and each piece integrates to a logarithm.

Volumes of revolution

When the region under y=f(x)y = f(x) between x=ax = a and x=bx = b is rotated about the xx axis, the solid formed has volume

V=πaby2dx=πab(f(x))2dx. V = \pi \int_a^b y^2 \, dx = \pi \int_a^b \big(f(x)\big)^2 \, dx.

Rotation about the yy axis gives V=πcdx2dyV = \pi\int_c^d x^2 \, dy.

Partial fractions with repeated and quadratic factors

The split depends on the denominator's factor types. A repeated linear factor needs one term per power, and an irreducible quadratic factor needs a linear numerator:

P(x)(xa)2=Axa+B(xa)2,P(x)(xa)(x2+c)=Axa+Bx+Cx2+c. \frac{P(x)}{(x - a)^2} = \frac{A}{x - a} + \frac{B}{(x - a)^2}, \qquad \frac{P(x)}{(x - a)(x^2 + c)} = \frac{A}{x - a} + \frac{Bx + C}{x^2 + c}.

Always reduce an improper fraction (numerator degree at least the denominator degree) by polynomial division first; partial fractions only apply to a proper fraction.

Integration using trigonometric identities

Powers of sin\sin and cos\cos are integrated by first reducing the power with an identity. For even powers use the double-angle forms sin2θ=1cos2θ2\sin^2\theta = \dfrac{1 - \cos 2\theta}{2} and cos2θ=1+cos2θ2\cos^2\theta = \dfrac{1 + \cos 2\theta}{2}; for odd powers peel off one factor and convert the rest with sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1, then substitute.

Inverse-trigonometric standard forms

Two integrals appear constantly and should be recognised on sight:

dxa2x2=arcsinxa+C,dxa2+x2=1aarctanxa+C. \int \frac{dx}{\sqrt{a^2 - x^2}} = \arcsin\frac{x}{a} + C, \qquad \int \frac{dx}{a^2 + x^2} = \frac{1}{a}\arctan\frac{x}{a} + C.

Spotting an a2x2a^2 - x^2 under a square root, or an a2+x2a^2 + x^2 in a denominator, signals one of these forms (or a trigonometric substitution x=asinθx = a\sin\theta or x=atanθx = a\tan\theta).

Why this matters

The integration toolkit (substitution, parts, partial fractions and the trigonometric and inverse-trigonometric standard forms) is the engine behind volumes of revolution and the solution of differential equations. Recognising which technique a given integrand calls for is the skill TASC tests most often, so practise classifying an integral before you start computing.

Exam-style practice questions

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

TCE 20235 marksUse the substitution u=xu = \sqrt{x} to evaluate 49dx1+x\displaystyle\int_4^9 \dfrac{dx}{1 + \sqrt{x}}.
Show worked answer →

Let u=xu = \sqrt{x}, so x=u2x = u^2 and dx=2ududx = 2u\,du. Change the limits: when x=4x = 4, u=2u = 2; when x=9x = 9, u=3u = 3.

The integral becomes 232u1+udu\displaystyle\int_2^3 \dfrac{2u}{1 + u}\,du.

Rewrite the integrand by division: u1+u=111+u\dfrac{u}{1 + u} = 1 - \dfrac{1}{1 + u}. So the integral is 223[111+u]du=2[uln(1+u)]232\displaystyle\int_2^3\left[1 - \dfrac{1}{1 + u}\right]du = 2\Big[u - \ln(1 + u)\Big]_2^3.

Evaluate: 2[(3ln4)(2ln3)]=2[1ln4+ln3]=22ln432\big[(3 - \ln 4) - (2 - \ln 3)\big] = 2\big[1 - \ln 4 + \ln 3\big] = 2 - 2\ln\dfrac{4}{3}. Markers reward changing the limits with the substitution and the algebraic division before integrating.

TCE 20226 marksDetermine exsin(2x)dx\displaystyle\int e^{-x}\sin(2x)\,dx.
Show worked answer →

Use integration by parts twice. Let I=exsin(2x)dxI = \displaystyle\int e^{-x}\sin(2x)\,dx.

First parts: take u=sin(2x)u = \sin(2x), dv=exdxdv = e^{-x}\,dx, so I=exsin(2x)+2excos(2x)dxI = -e^{-x}\sin(2x) + 2\displaystyle\int e^{-x}\cos(2x)\,dx.

Second parts on the remaining integral: take u=cos(2x)u = \cos(2x), dv=exdxdv = e^{-x}\,dx, giving excos(2x)dx=excos(2x)2I\displaystyle\int e^{-x}\cos(2x)\,dx = -e^{-x}\cos(2x) - 2I.

Substitute back: I=exsin(2x)+2[excos(2x)2I]=exsin(2x)2excos(2x)4II = -e^{-x}\sin(2x) + 2\big[-e^{-x}\cos(2x) - 2I\big] = -e^{-x}\sin(2x) - 2e^{-x}\cos(2x) - 4I.

So 5I=ex(sin(2x)+2cos(2x))5I = -e^{-x}\big(\sin(2x) + 2\cos(2x)\big), giving I=15ex(sin(2x)+2cos(2x))+CI = -\dfrac{1}{5}e^{-x}\big(\sin(2x) + 2\cos(2x)\big) + C. Markers reward applying parts twice and solving the resulting equation for II.

TCE 20225 marksThe area bounded by the curves y=x(4x)y = x(4 - x) and y=2x(4x)y = 2x(4 - x) is rotated completely about the xx-axis. Find the volume of the solid of revolution formed.
Show worked answer →

Both curves pass through x=0x = 0 and x=4x = 4, and for 0<x<40 < x < 4 the outer curve is y=2x(4x)y = 2x(4 - x) and the inner is y=x(4x)y = x(4 - x).

The volume by the washer method is V=π04[(2x(4x))2(x(4x))2]dx=π043[x(4x)]2dxV = \pi\displaystyle\int_0^4\Big[\big(2x(4 - x)\big)^2 - \big(x(4 - x)\big)^2\Big]dx = \pi\displaystyle\int_0^4 3\big[x(4 - x)\big]^2\,dx.

Expand: [x(4x)]2=x2(168x+x2)=16x28x3+x4\big[x(4 - x)\big]^2 = x^2(16 - 8x + x^2) = 16x^2 - 8x^3 + x^4. Integrate from 00 to 44: 16643864+10245=10243512+10245=5121516\cdot\dfrac{64}{3} - 8\cdot 64 + \dfrac{1024}{5} = \dfrac{1024}{3} - 512 + \dfrac{1024}{5} = \dfrac{512}{15}.

So V=3π51215=512π5V = 3\pi\cdot\dfrac{512}{15} = \dfrac{512\pi}{5}. Markers reward the difference of squares of the outer and inner radii, correct expansion, and the final volume.

ExamExplained