Skip to main content
VICMath MethodsSyllabus dot point

How is the substitution method used to evaluate integrals involving a function and its derivative?

The use of substitution to evaluate integrals of the form f(g(x))g(x)dx\int f(g(x)) g'(x) \, dx, recognising the reverse of the chain rule

A focused answer to the VCE Math Methods Unit 4 key-knowledge point on integration by substitution. Sets out the procedure for uu-substitution as the reverse chain rule, handles both indefinite and definite integrals, and works the most common Paper 1 patterns (polynomial inside, exponential inside, ln\ln inside).

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. The reverse chain rule
  3. The substitution procedure
  4. Indefinite integrals: examples
  5. Definite integrals: limits in uu
  6. Recognising when substitution is needed
  7. When substitution does not work
  8. Examples in context
  9. Try this

What this dot point is asking

VCAA wants you to recognise integrals of the form f(g(x))g(x)dx\int f(g(x)) g'(x) \, dx (composed function multiplied by the derivative of the inside) and evaluate them using the substitution method. The dot point is the integration analogue of the chain rule. Paper 1 typically includes one substitution question every year.

The reverse chain rule

Recall the chain rule for differentiation. If y=f(g(x))y = f(g(x)), then dydx=f(g(x))g(x)\frac{dy}{dx} = f'(g(x)) \cdot g'(x).

Reversing this for integration: if the integrand has the structure f(g(x))g(x)f'(g(x)) \cdot g'(x), the antiderivative is f(g(x))f(g(x)).

Substitution is the systematic procedure for spotting and unwinding this structure.

The substitution procedure

To evaluate f(g(x))g(x)dx\int f(g(x)) g'(x) \, dx (or any integral where one part is the derivative of another part):

  1. Let u=g(x)u = g(x). Choose uu to be the inside function.
  2. Differentiate to get dudx=g(x)\frac{du}{dx} = g'(x), then write du=g(x)dxdu = g'(x) \, dx.
  3. Substitute uu and dudu into the integral. The xx-variables should all disappear; the integral becomes an integral in uu.
  4. Evaluate the simpler integral.
  5. For indefinite integrals, replace uu with g(x)g(x) at the end. For definite integrals, change the limits to uu values (or substitute back to xx before evaluating).

The choice of uu is the key step. Look for the inside function whose derivative appears (possibly with a constant factor) outside as part of the integrand.

Indefinite integrals: examples

Example 1. Power inside a polynomial

6x(x2+1)4dx\int 6 x (x^2 + 1)^4 \, dx.

Choose u=x2+1u = x^2 + 1. Then du=2xdxdu = 2x \, dx, so 6xdx=3du6 x \, dx = 3 \, du.

Rewrite. 3u4du=3u55+c=3u55+c\int 3 u^4 \, du = 3 \cdot \frac{u^5}{5} + c = \frac{3 u^5}{5} + c.

Substitute back. 3(x2+1)55+c\frac{3 (x^2 + 1)^5}{5} + c.

Example 2. Exponential of a function

xex2dx\int x e^{x^2} \, dx.

Choose u=x2u = x^2. Then du=2xdxdu = 2x \, dx, so xdx=12dux \, dx = \frac{1}{2} du.

Rewrite. 12eudu=12eu+c\int \frac{1}{2} e^{u} \, du = \frac{1}{2} e^{u} + c.

Substitute back. 12ex2+c\frac{1}{2} e^{x^2} + c.

Example 3. 1x\frac{1}{x}-style logarithmic

2x+3x2+3x+5dx\int \frac{2x + 3}{x^2 + 3x + 5} \, dx.

Choose u=x2+3x+5u = x^2 + 3x + 5. Then du=(2x+3)dxdu = (2x + 3) \, dx.

Rewrite. 1udu=lnu+c\int \frac{1}{u} \, du = \ln\lvert u \rvert + c.

Substitute back. lnx2+3x+5+c\ln\lvert x^2 + 3x + 5 \rvert + c.

Example 4. Trigonometric

sin3(x)cos(x)dx\int \sin^3(x) \cos(x) \, dx.

Choose u=sin(x)u = \sin(x). Then du=cos(x)dxdu = \cos(x) \, dx.

Rewrite. u3du=u44+c\int u^3 \, du = \frac{u^4}{4} + c.

Substitute back. sin4(x)4+c\frac{\sin^4(x)}{4} + c.

Definite integrals: limits in uu

For definite integrals, you have two options.

Option A. Change the limits. When u=g(x)u = g(x), the lower limit x=ax = a becomes u=g(a)u = g(a) and the upper limit x=bx = b becomes u=g(b)u = g(b). Evaluate the integral in uu directly between the new limits. No need to substitute back.

Option B. Substitute back. Compute the antiderivative in uu, replace uu with g(x)g(x), then evaluate at the original xx-limits.

Both produce the same answer. Option A is usually faster.

Example. Option A

012x(x2+1)3dx\int_{0}^{1} 2x (x^2 + 1)^3 \, dx.

Choose u=x2+1u = x^2 + 1, du=2xdxdu = 2x \, dx.

Change limits. When x=0x = 0, u=1u = 1. When x=1x = 1, u=2u = 2.

Rewrite. 12u3du=[u44]12=16414=154\int_{1}^{2} u^3 \, du = \left[ \frac{u^4}{4} \right]_{1}^{2} = \frac{16}{4} - \frac{1}{4} = \frac{15}{4}.

Example. Option B (same integral)

Compute antiderivative in uu. u44=(x2+1)44\frac{u^4}{4} = \frac{(x^2 + 1)^4}{4}.

Evaluate at original limits. [(x2+1)44]01=244144=16414=154\left[ \frac{(x^2 + 1)^4}{4} \right]_{0}^{1} = \frac{2^4}{4} - \frac{1^4}{4} = \frac{16}{4} - \frac{1}{4} = \frac{15}{4}.

Same answer.

Recognising when substitution is needed

Three patterns to recognise:

  1. Outside function is the derivative of the inside. 2x(x2+1)3dx\int 2x (x^2 + 1)^3 \, dx: the 2x2x outside is the derivative of x2+1x^2 + 1 inside.

  2. Numerator is the derivative of the denominator. f(x)f(x)dx=lnf(x)+c\int \frac{f'(x)}{f(x)} \, dx = \ln\lvert f(x) \rvert + c. The substitution u=f(x)u = f(x) converts this to 1udu\int \frac{1}{u} \, du.

  3. Constant-multiple version. Sometimes the derivative of the inside appears with the wrong coefficient. For example, x(x2+1)3dx\int x (x^2 + 1)^3 \, dx: the derivative of x2+1x^2 + 1 is 2x2x, but only xx appears. Adjust with a constant: xdx=12dux \, dx = \frac{1}{2} du.

When substitution does not work

Substitution is the reverse chain rule. It does not apply when the integrand has no obvious inner / outer structure. Some integrals require:

  • Linear reverse chain only (without substitution): f(ax+b)dx=1aF(ax+b)+c\int f(ax + b) \, dx = \frac{1}{a} F(ax + b) + c. Faster than full substitution.
  • Integration by parts (not in the VCE Methods Unit 4 syllabus).
  • Partial fractions (also outside Methods).

If you cannot identify a clean uu whose dudu matches part of the integrand, substitution may not be the right tool.

Examples in context

Example 1. Total accumulation with a chain structure. A pollutant enters a lake at rate r(t)=3t2et3r(t) = 3t^2 e^{t^3} grams per hour. The total entering over the first hour is 013t2et3dt\int_0^1 3t^2 e^{t^3}\,dt. Let u=t3u = t^3, so du=3t2dtdu = 3t^2\,dt; the limits become u=0u = 0 to u=1u = 1. The integral is 01eudu=[eu]01=e11.72\int_0^1 e^u\,du = [e^u]_0^1 = e - 1 \approx 1.72 grams, the substitution unwinding the chain-rule structure.

Example 2. Logarithmic substitution in a model. A rate is 2xx2+1\frac{2x}{x^2 + 1} per unit. Recognising the numerator as the derivative of the denominator, let u=x2+1u = x^2 + 1 (du=2xdxdu = 2x\,dx), giving 1udu=lnu+c=ln(x2+1)+c\int \frac{1}{u}\,du = \ln|u| + c = \ln(x^2 + 1) + c (positive, so the absolute value drops). This is the pattern f(x)f(x)dx=lnf(x)+c\int \frac{f'(x)}{f(x)}\,dx = \ln|f(x)| + c.

Try this

Q1. Find 2x(x2+3)4dx\displaystyle\int 2x(x^2 + 3)^4\,dx using u=x2+3u = x^2 + 3. [3 marks]

  • Cue. du=2xdxdu = 2x\,dx; u4du=u55+c=(x2+3)55+c\int u^4\,du = \frac{u^5}{5} + c = \frac{(x^2 + 3)^5}{5} + c.

Q2. Evaluate 01xex2dx\displaystyle\int_0^1 x e^{x^2}\,dx. [3 marks]

  • Cue. u=x2u = x^2, xdx=12dux\,dx = \frac12 du; 1201eudu=12(e1)\frac12\int_0^1 e^u\,du = \frac12(e - 1).

Q3. Find cosxsin2xdx\displaystyle\int \cos x \sin^2 x\,dx. [3 marks]

  • Cue. u=sinxu = \sin x, du=cosxdxdu = \cos x\,dx; u2du=sin3x3+c\int u^2\,du = \frac{\sin^3 x}{3} + c.

Exam-style practice questions

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

2024 VCAA Paper 13 marksUse the substitution u=x2+1u = x^2 + 1 to evaluate 012x(x2+1)3dx\int_{0}^{1} 2x (x^2 + 1)^3 \, dx.
Show worked answer →
Set up the substitution
u=x2+1u = x^2 + 1, so dudx=2x\frac{du}{dx} = 2x, i.e. du=2xdxdu = 2x \, dx.
Change limits
When x=0x = 0, u=1u = 1. When x=1x = 1, u=2u = 2.
Rewrite
The integrand is (x2+1)32xdx=u3du(x^2 + 1)^3 \cdot 2x \, dx = u^3 \, du.

x=0x=12x(x2+1)3dx=u=1u=2u3du=[u44]12=16414=154\int_{x=0}^{x=1} 2x (x^2 + 1)^3 \, dx = \int_{u=1}^{u=2} u^3 \, du = \left[ \frac{u^4}{4} \right]_{1}^{2} = \frac{16}{4} - \frac{1}{4} = \frac{15}{4}.

Markers reward explicit recognition that du=2xdxdu = 2x \, dx matches the 2x2x outside the bracket, the changed limits in uu, and the clean evaluation.

2023 VCAA Paper 13 marksUse a substitution to evaluate 2xx2+4dx\int \frac{2x}{x^2 + 4} \, dx.
Show worked answer →
Choose the substitution
Let u=x2+4u = x^2 + 4. Then dudx=2x\frac{du}{dx} = 2x, i.e. du=2xdxdu = 2x \, dx.
Rewrite
2xx2+4dx=1udu\int \frac{2x}{x^2 + 4} \, dx = \int \frac{1}{u} \, du.
Integrate
1udu=lnu+c=lnx2+4+c\int \frac{1}{u} \, du = \ln\lvert u \rvert + c = \ln\lvert x^2 + 4 \rvert + c.

Because x2+4>0x^2 + 4 > 0 for all real xx, the absolute value is unnecessary and the answer simplifies to ln(x2+4)+c\ln(x^2 + 4) + c.

Markers reward the choice of uu as the inside function (whose derivative appears in the numerator), the 1u\frac{1}{u} form after substitution, and the simplification to drop the absolute value.

Related dot points