How does reversing the chain rule let us integrate composite functions?
Evaluate integrals using the method of substitution, including changing the limits for definite integrals.
Using substitution to reverse the chain rule, choosing u and replacing dx with du, handling definite integrals by changing the limits, and recognising when substitution applies.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You need to evaluate integrals by substitution, including correctly handling the limits of definite integrals.
The method
If then , so . The substitution rule is
The aim is to pick so the integrand turns into with no left over. Look for a function whose derivative (up to a constant factor) is also in the integrand.
A worked indefinite integral
Handling a constant factor
Often differs from the integrand by a constant. Solve for and carry the constant through.
For , let , so , hence :
Definite integrals: change the limits
For a definite integral, the cleanest approach changes the limits to -values so you never convert back.
Exam-style practice questions
Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2025 SACE Stage 23 marksGiven that sin^3(x) = sin(x) - sin(x) cos^2(x), show that the integral from 0 to pi/3 of sin^3(x) dx = 5/24.Show worked answer →
Rewrite the integrand using the given identity: integral from 0 to pi/3 of [sin(x) - sin(x) cos^2(x)] dx.
The first piece integrates directly; the second is a substitution. Let u = cos(x), so du = -sin(x) dx, i.e. sin(x) dx = -du. Change the limits: when x = 0, u = cos(0) = 1; when x = pi/3, u = cos(pi/3) = 1/2. [1 mark]
integral of sin(x) dx = -cos(x), and integral of sin(x) cos^2(x) dx = integral of u^2 (-du) = -u^3/3 = -cos^3(x)/3. So the antiderivative is -cos(x) + cos^3(x)/3. [1 mark]
Evaluate from 0 to pi/3:
At x = pi/3: -1/2 + (1/2)^3/3 = -1/2 + (1/8)/3 = -1/2 + 1/24 = -11/24.
At x = 0: -1 + 1/3 = -2/3 = -16/24.
Difference: -11/24 - (-16/24) = 5/24, as required. [1 mark]