Resources For Teachers For Tutors For Students & Parents Pricing
Year 12 Maths Extension 1 (2027) Calculus

Integration by substitution

20 practice questions 2 video lessons Theory + worked examples

Master integration by substitution for NSW Year 12 Mathematics Extension 1. A well-chosen change of variable turns a difficult integral into a straightforward one.

You will learn to apply a given substitution, adjust the limits of integration for definite integrals, and reverse the change of variable to complete the answer β€” a powerful and widely used integration technique in the Extension 1 course.

Practice 20 questions
Practice questions

Every question with a fully worked solution.

Start practising
Watch 2 video(s)
  • Integration by Substitution Introduction Watch
  • Integration by substitution worked examples part 1 Watch
Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

Integration by substitution reverses the chain rule: put u=g(x), replace every x including dx, and integrate in u. This NSW Year 12 Mathematics Extension 1 topic (NESA outcome ME1-12-04) covers both indefinite integrals and definite integrals with changed limits.

Integration by substitution reverses the chain rule: replace an inner expression with a new variable u to turn a hard integral into a standard one.

If u=g(x) then du=gβ€²(x)dx. Replace every x β€” including dx β€” so the integral is entirely in u: ∫f(g(x))gβ€²(x)dx=∫f(u)du.

For an indefinite integral, back-substitute u=g(x) at the end. For a definite integral, change the limits to u-values and do not back-substitute.

NESA link. Part of the Year 12 Calculus topic, outcome ME1-12-04 ("selects and applies differentiation and integration techniques to solve problems") with MAO-WM-01. The syllabus asks students to use substitution to evaluate definite and indefinite integrals.

The substitution methodLet u equal g of x, so du equals g prime of x dx; rewrite the integral in u, integrate, then back-substitute.Letu = g(x)Thendu = g '(x)dxIntegrate∫ f(u) duBacku = g(x)
Substitute, integrate in u, then back-substitute (indefinite) or change limits (definite).
Changing the limits under a substitutionUnder u equals x squared minus one, the x limits one to two become the u limits zero to three.xu1203u = xΒ² βˆ’ 1 changes the limitsx : 1 β†’ 2 becomes u : 0 β†’ 3
For a definite integral, convert the x-limits to u-limits with u=g(x).
∫f(g(x))gβ€²(x)dx=∫f(u)du,u=g(x), du=gβ€²(x)dx.
integral f(g(x)) g'(x) dx = integral f(u) du

For a definite integral, change the limits: x=a⇒u=g(a) and x=b⇒u=g(b).

∫abf(g(x))gβ€²(x)dx=∫g(a)g(b)f(u)du.
integral a to b f(g(x)) g'(x) dx = integral g(a) to g(b) f(u) du

Every x must go. If any x remains after substituting, the substitution is incomplete β€” adjust du by a constant if gβ€²(x) is not exactly present.

How to integrate by substitution

  1. Choose u=g(x) (usually the inner function) and write du=gβ€²(x)dx, solving for dx if needed.
  2. Substitute so the integrand is entirely in u.
  3. Integrate in u.
  4. Finish: indefinite β€” back-substitute u=g(x); definite β€” change the limits and evaluate.
Example 1 β€” Spot the inner function
Find ∫3x2(x3+1)4dx.
Solution

u=x3+1, du=3x2dx.

∫3x2(x3+1)4dx=∫u4du=u55+C
=(x3+1)55+C
integral 3x^2 (x^3+1)^4 dx = (x^3+1)^5 / 5 + C

So the integral is (x3+1)55+C.

Example 2 β€” Root in the denominator
Find ∫xx2+4dx.
Solution

u=x2+4, du=2xdx, so xdx=12du.

∫xx2+4dx=12∫uβˆ’1/2du
=x2+4+C
integral x / sqrt(x^2 + 4) dx = sqrt(x^2 + 4) + C

So the integral is x2+4+C.

Example 3 β€” Definite: change the limits
Evaluate ∫122x(x2βˆ’1)3dx.
Solution

u=x2βˆ’1, du=2xdx; x:1β†’2 gives u:0β†’3.

∫122x(x2βˆ’1)3dx=∫03u3du
=[u44]03=814
integral 1 to 2 of 2x (x^2 - 1)^3 dx = 81/4

Value: 814.

Example 4 β€” A logarithm inside
Find ∫(ln⁑x)2xdx.
Solution

u=ln⁑x, du=1xdx.

∫(ln⁑x)2xdx=∫u2du=u33+C
=(ln⁑x)33+C
integral (ln x)^2 / x dx = (ln x)^3 / 3 + C

So the integral is (ln⁑x)33+C.

Common pitfalls

Leftover x. Every x must disappear β€” including dx. If any x remains, the substitution is incomplete.
Forgetting to change limits. For a definite integral, convert the limits to u-values; then do not back-substitute.
Mismatched du. Adjust by a constant if gβ€²(x) is not exactly present in the integrand.
Back-substituting a definite integral. Once the limits are in u, just evaluate β€” don't return to x.

Frequently asked questions

How does integration by substitution work?

Let u=g(x), so du=gβ€²(x)dx; rewrite the integral entirely in u, integrate, then back-substitute or change limits.

What do you do with the limits in a definite integral?

Change them: x=a⇒u=g(a), x=b⇒u=g(b), then evaluate in u without back-substituting.

How do you choose u?

Usually the inner function whose derivative also appears (up to a constant) in the integrand.

What if the derivative isn't exactly there?

Adjust by a constant β€” e.g. if you need 2xdx but have xdx, write xdx=12du.

Do you always back-substitute?

Only for indefinite integrals. For definite integrals with changed limits, you evaluate directly in u.