← Unit 4

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 $\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 $u$-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$ inside).

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

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)4 dx\int 6 x (x^2 + 1)^4 \, dx.

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

Rewrite. ∫3u4 du=3β‹…u55+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

∫xex2 dx\int x e^{x^2} \, dx.

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

Rewrite. ∫12eu du=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+5 dx\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. ∫1u du=ln⁑∣u∣+c\int \frac{1}{u} \, du = \ln\lvert u \rvert + c.

Substitute back. ln⁑∣x2+3x+5∣+c\ln\lvert x^2 + 3x + 5 \rvert + c.

Example 4. Trigonometric

∫sin⁑3(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. ∫u3 du=u44+c\int u^3 \, du = \frac{u^4}{4} + c.

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

Definite integrals: limits in IMATH_42

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)3 dx\int_{0}^{1} 2x (x^2 + 1)^3 \, dx.

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

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

Rewrite. ∫12u3 du=[u44]12=164βˆ’14=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=244βˆ’144=164βˆ’14=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)3 dx\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=ln⁑∣f(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 ∫1u du\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)3 dx\int x (x^2 + 1)^3 \, dx: the derivative of x2+1x^2 + 1 is 2x2x, but only xx appears. Adjust with a constant: x dx=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.

Common errors

Choosing uu as the wrong piece. The standard heuristic: uu is the inside function whose derivative appears in the integrand. Choosing u=xu = x or u=u = the outside function rarely simplifies.

Forgetting to substitute dudu for dxdx. ∫f(u)β‹…dx\int f(u) \cdot dx is mixed notation; the dxdx must be converted to dudu before integrating.

Forgetting to change the limits in definite integrals. If you choose Option A but use the original xx-limits with the uu-integrand, the arithmetic is wrong.

Not substituting back in indefinite integrals. u55+c\frac{u^5}{5} + c is not a complete answer for an integral originally in xx; replace uu with g(x)g(x) before submitting.

Constants getting lost. If the derivative of the inside is 2x2x but only xx is in the integrand, you must compensate with a factor of 12\frac{1}{2}. Forgetting halves the answer.

Using substitution when the linear reverse chain rule would do. For ∫(3x+1)4 dx\int (3x + 1)^4 \, dx, the reverse chain gives (3x+1)515+c\frac{(3x + 1)^5}{15} + c directly; full substitution works but is slower.

In one sentence

Integration by substitution reverses the chain rule by letting u=g(x)u = g(x) for the inside function, computing du=gβ€²(x) dxdu = g'(x) \, dx, rewriting the integral entirely in uu, evaluating the simpler integral, and (for indefinite cases) substituting back to xx; the central skill is choosing uu so that its derivative matches a factor already present in the integrand.

Past exam questions, worked

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

2024 VCAA Paper 13 marksUse the substitution $u = x^2 + 1$ to evaluate $\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=2x dxdu = 2x \, dx.

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

Rewrite. The integrand is (x2+1)3β‹…2x dx=u3 du(x^2 + 1)^3 \cdot 2x \, dx = u^3 \, du.

∫x=0x=12x(x2+1)3 dx=∫u=1u=2u3 du=[u44]12=164βˆ’14=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=2x dxdu = 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 $\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=2x dxdu = 2x \, dx.

Rewrite. ∫2xx2+4 dx=∫1u du\int \frac{2x}{x^2 + 4} \, dx = \int \frac{1}{u} \, du.

Integrate. ∫1u du=ln⁑∣u∣+c=ln⁑∣x2+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