Calculus (ME-C1, C2, C3)

NSWMaths Extension 1Syllabus dot point

How do we use the substitution method to evaluate integrals that arise from the reverse chain rule?

Apply integration by substitution to evaluate definite and indefinite integrals, including reverse chain rule cases

A focused answer to the HSC Maths Extension 1 dot point on integration by substitution. Choosing the right substitution, transforming the integrand and differential, changing limits for definite integrals, and standard reverse chain rule patterns, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to evaluate integrals where the integrand is a composition or contains a factor that is (almost) the derivative of another factor, by choosing a substitution u=g(x)u = g(x) that undoes the chain rule. You should be fluent both with the rote mechanics and with recognising patterns that signal a substitution is appropriate.

The answer

The general method

For an integral f(g(x))g(x)dx\int f(g(x)) g'(x) \, dx:

  1. Identify the inner function g(x)g(x) and let u=g(x)u = g(x).
  2. Compute du=g(x)dxdu = g'(x) \, dx.
  3. Rewrite the integral entirely in terms of uu: f(u)du\int f(u) \, du.
  4. Evaluate the integral in uu.
  5. For an indefinite integral, substitute back to xx. For a definite integral, either substitute back and use the original limits, or change the limits to uu-values and skip the back-substitution.

Choosing a good IMATH_17

Look for one of these patterns in the integrand:

  • A function inside another function ((x2+1)5(x^2 + 1)^5, x+4\sqrt{x + 4}, ex3e^{x^3}). Set uu equal to the inner.
  • A function and its derivative appearing as a product. Set uu equal to the function whose derivative is present.
  • A linear inside argument: sin(2x+1)\sin(2 x + 1), e3x5e^{3 x - 5}. Substitute or use the linear-argument shortcut.

Changing limits

For abf(g(x))g(x)dx\int_a^b f(g(x)) g'(x) \, dx, when u=g(x)u = g(x), the new limits are u=g(a)u = g(a) at the bottom and u=g(b)u = g(b) at the top.

After substitution, the integral becomes g(a)g(b)f(u)du\int_{g(a)}^{g(b)} f(u) \, du, and no back-substitution to xx is needed.

Linear inside argument

For f(ax+b)dx\int f(a x + b) \, dx, the shortcut is f(ax+b)dx=1aF(ax+b)+C\int f(a x + b) \, dx = \frac{1}{a} F(a x + b) + C, where FF is the antiderivative of ff.

For example, cos(3x+2)dx=13sin(3x+2)+C\int \cos(3 x + 2) \, dx = \frac{1}{3} \sin(3 x + 2) + C.

Reverse chain rule patterns

Memorise these common patterns:

f(x)f(x)dx=lnf(x)+C,\int \frac{f'(x)}{f(x)} \, dx = \ln |f(x)| + C,

f(x)ef(x)dx=ef(x)+C,\int f'(x) e^{f(x)} \, dx = e^{f(x)} + C,

f(x)[f(x)]ndx=[f(x)]n+1n+1+C(n1),\int f'(x) [f(x)]^n \, dx = \frac{[f(x)]^{n + 1}}{n + 1} + C \quad (n \neq -1),

f(x)cosf(x)dx=sinf(x)+C,\int f'(x) \cos f(x) \, dx = \sin f(x) + C,

f(x)sinf(x)dx=cosf(x)+C.\int f'(x) \sin f(x) \, dx = -\cos f(x) + C.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q153 marksUse the substitution u=x2+3u = x^2 + 3 to evaluate 01xx2+3dx\int_0^1 x \sqrt{x^2 + 3} \, dx.
Show worked answer →

With u=x2+3u = x^2 + 3, dudx=2x\frac{du}{dx} = 2 x, so xdx=12dux \, dx = \frac{1}{2} du.

Change limits: x=0    u=3x = 0 \implies u = 3; x=1    u=4x = 1 \implies u = 4.

01xx2+3dx=34u12du=1234u1/2du=1223[u3/2]34=13(43/233/2)\int_0^1 x \sqrt{x^2 + 3} \, dx = \int_3^4 \sqrt{u} \cdot \frac{1}{2} \, du = \frac{1}{2} \int_3^4 u^{1/2} \, du = \frac{1}{2} \cdot \frac{2}{3} [u^{3/2}]_3^4 = \frac{1}{3} (4^{3/2} - 3^{3/2}).

=13(833)= \frac{1}{3} (8 - 3 \sqrt{3}).

Markers reward the substitution statement, the differential transformation, the limit change, and a clean exact answer.

2021 HSC Q184 marksUse the substitution u=sinxu = \sin x to evaluate 0π/2sin3xcosxdx\int_0^{\pi/2} \sin^3 x \cos x \, dx.
Show worked answer →

u=sinx    du=cosxdxu = \sin x \implies du = \cos x \, dx.

Limits: x=0    u=0x = 0 \implies u = 0; x=π2    u=1x = \frac{\pi}{2} \implies u = 1.

0π/2sin3xcosxdx=01u3du=[u44]01=14\int_0^{\pi/2} \sin^3 x \cos x \, dx = \int_0^1 u^3 \, du = \left[ \frac{u^4}{4} \right]_0^1 = \frac{1}{4}.

Markers reward the substitution choice, the differential, the limit change, and a clean evaluation. An alternative is to recognise sin3xcosx=ddx(sin4x4)\sin^3 x \cos x = \frac{d}{dx}\left( \frac{\sin^4 x}{4} \right) directly.

Related dot points