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.
✦ Generated by Claude Opus 4.8·9 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
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 u be the inner function. With u=g(x) and du=g′(x)dx,
∫f(g(x))g′(x)dx=∫f(u)du.
For a definite integral, change the limits to values of u rather than substituting back.
Integration by parts
Integration by parts reverses the product rule:
∫udxdvdx=uv−∫vdxdudx.
Choose u to be the factor that becomes simpler when differentiated. A useful priority for picking u 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,
(x−a)(x−b)P(x)=x−aA+x−bB,
and each piece integrates to a logarithm.
Volumes of revolution
When the region under y=f(x) between x=a and x=b is rotated about the x axis, the solid formed has volume
V=π∫aby2dx=π∫ab(f(x))2dx.
Rotation about the y axis gives V=π∫cdx2dy.
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:
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 and cos are integrated by first reducing the power with an identity. For even powers use the double-angle forms sin2θ=21−cos2θ and cos2θ=21+cos2θ; for odd powers peel off one factor and convert the rest with sin2θ+cos2θ=1, then substitute.
Inverse-trigonometric standard forms
Two integrals appear constantly and should be recognised on sight:
∫a2−x2dx=arcsinax+C,∫a2+x2dx=a1arctanax+C.
Spotting an a2−x2 under a square root, or an a2+x2 in a denominator, signals one of these forms (or a trigonometric substitution x=asinθ or x=atanθ).
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=x to evaluate ∫491+xdx.
Show worked answer →
Let u=x, so x=u2 and dx=2udu. Change the limits: when x=4, u=2; when x=9, u=3.
The integral becomes ∫231+u2udu.
Rewrite the integrand by division: 1+uu=1−1+u1. So the integral is 2∫23[1−1+u1]du=2[u−ln(1+u)]23.
Evaluate: 2[(3−ln4)−(2−ln3)]=2[1−ln4+ln3]=2−2ln34. Markers reward changing the limits with the substitution and the algebraic division before integrating.
TCE 20226 marksDetermine ∫e−xsin(2x)dx.
Show worked answer →
Use integration by parts twice. Let I=∫e−xsin(2x)dx.
First parts: take u=sin(2x), dv=e−xdx, so I=−e−xsin(2x)+2∫e−xcos(2x)dx.
Second parts on the remaining integral: take u=cos(2x), dv=e−xdx, giving ∫e−xcos(2x)dx=−e−xcos(2x)−2I.
So 5I=−e−x(sin(2x)+2cos(2x)), giving I=−51e−x(sin(2x)+2cos(2x))+C. Markers reward applying parts twice and solving the resulting equation for I.
TCE 20225 marksThe area bounded by the curves y=x(4−x) and y=2x(4−x) is rotated completely about the x-axis. Find the volume of the solid of revolution formed.
Show worked answer →
Both curves pass through x=0 and x=4, and for 0<x<4 the outer curve is y=2x(4−x) and the inner is y=x(4−x).
The volume by the washer method is V=π∫04[(2x(4−x))2−(x(4−x))2]dx=π∫043[x(4−x)]2dx.
Expand: [x(4−x)]2=x2(16−8x+x2)=16x2−8x3+x4. Integrate from 0 to 4: 16⋅364−8⋅64+51024=31024−512+51024=15512.
So V=3π⋅15512=5512π. Markers reward the difference of squares of the outer and inner radii, correct expansion, and the final volume.