Skip to content
M
hscscience Ext 1 · Y12
0/100daily goal
0
0
0 due
0
L1 · 0 XP
KJ
Your weak spots
Insights load after your first practice round.
Module 8 · L2 of 20 ~40 min ⚡ +100 XP available

Substitution: Worked Examples

You know the four-step method. Now you build speed through volume — indefinite integrals, definite integrals, trig, exponentials, and the missing-constant trick. See each type done correctly once, then do it yourself. The goal: by the end of this lesson a substitution integral should feel automatic.

Today's hook — Estimate the value of $\displaystyle\int_0^1 3x^2(x^3+1)^5\,dx$ without computing it. Is the answer bigger or smaller than 1? Write your guess and reasoning.
0/5QUESTS
01
Recall — your gut answer first
+5 XP warm-up

Consider $\displaystyle\int_0^1 3x^2(x^3+1)^5\,dx$. Before computing — estimate whether the result is bigger or smaller than 1. Write your reasoning.

auto-saved
02
Definite integrals: the limit-change rule
+5 XP to read

When applying substitution $u = g(x)$ to a definite integral, the limits must change to match the new variable:

If $u = g(x)$ and the original limits are $x = a$ and $x = b$, the new limits become $u = g(a)$ and $u = g(b)$:

$\displaystyle\int_a^b f(g(x))\,g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,du$

After evaluating the $u$-integral between the new limits, do not back-substitute — the definite integral is a number.

LIMIT CONVERSION x = a (lower) x = b (upper) u = g(a) u = g(b) Evaluate [F(u)] from g(a) to g(b)
$\displaystyle\int_a^b f(g(x))\,g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,du$
Change limits immediately
As soon as you write $u = g(x)$, compute and write the new limits $g(a)$ and $g(b)$ straight away. This prevents the common error of substituting limits back later.
No back-substitution needed
The definite integral is a pure number. Once the $u$-integral is evaluated between the new limits, the answer is complete — never write $u = g(x)$ again.
Reversed limits flip the sign
If $g(a) > g(b)$, the new upper limit is less than the new lower limit. This is fine — use $\int_{\alpha}^{\beta} = -\int_{\beta}^{\alpha}$ if preferred, or simply evaluate normally.
03
What you'll master
Know

Key facts

  • $\displaystyle\int_a^b f(g(x))\,g'(x)\,dx = \int_{g(a)}^{g(b)} f(u)\,du$
  • Indefinite: back-substitute; definite: change limits only
  • Always substitute back to the original variable for indefinite integrals
Understand

Concepts

  • Why converting limits eliminates the need for back-substitution
  • How the missing-constant trick applies to both indefinite and definite cases
  • When to use substitution versus a standard integral formula
Can do

Skills

  • Apply substitution to definite integrals with correct limit conversion
  • Work through a variety of integrand types (polynomial, trig, exponential)
  • Independently select, apply, and verify substitution for multi-step problems
04
Key terms
Lower limitThe value $x = a$ (or $u = g(a)$ after substitution) at which the definite integral begins.
Upper limitThe value $x = b$ (or $u = g(b)$ after substitution) at which the definite integral ends.
Antiderivative $F(u)$A function such that $F'(u) = f(u)$. Used to evaluate $\displaystyle\int_{g(a)}^{g(b)} f(u)\,du = F(g(b)) - F(g(a))$.
Missing constantWhen $g'(x)$ is present but with the wrong coefficient, adjust by dividing $du$ by that coefficient to compensate.
Indefinite integralAn integral without limits, whose answer is a family of functions $F(x) + C$. Back-substitution is required.
Definite integralAn integral with limits $a$ and $b$, whose answer is the number $F(b) - F(a)$. No $+C$ and no back-substitution.
05
Solving the hook — a definite integral
core concept

Let us evaluate $\displaystyle\int_0^1 3x^2(x^3+1)^5\,dx$ — the estimate from card 01.

  • Let $u = x^3+1$. Then $du = 3x^2\,dx$.
  • Change limits: when $x=0$, $u = 0^3+1 = 1$; when $x=1$, $u = 1^3+1 = 2$.
  • Substitute: $\displaystyle\int_1^2 u^5\,du = \left[\dfrac{u^6}{6}\right]_1^2 = \dfrac{64}{6} - \dfrac{1}{6} = \dfrac{63}{6} = \dfrac{21}{2}$.

The exact answer is $\dfrac{21}{2} = 10.5$ — larger than 1, because the integrand reaches $(1+1)^5 \cdot 3 = 96$ at $x = 1$.

Two-column layout. In the HSC it is good practice to write the substitution and limit conversion in a "let" column beside the main working. This signals the method clearly to the marker and earns the method mark even if the final number contains an arithmetic slip.

$\int_0^1 3x^2(x^3+1)^5\,dx$: let $u=x^3+1$, $du=3x^2dx$, limits $1\to2$; $=\int_1^2 u^5\,du=\tfrac{21}{2}$.

Pause — copy the hook solution in full: $u=x^3+1$, convert limits to $u=1,2$, evaluate $\int_1^2 u^5\,du=\tfrac{63}{6}=\tfrac{21}{2}$ into your book.

Quick check: For $\displaystyle\int_0^2 2x(x^2+3)^4\,dx$ with $u = x^2+3$, the new upper limit is:

06
Trig and exponential integrands
core concept

We just saw that $\int_0^1 3x^2(x^3+1)^5\,dx$: let $u=x^3+1$, $du=3x^2\,dx$; limits become $u=1$ to $u=2$; integral $=\int_1^2 u^5\,du=[u^6/6]_1^2=64/6-1/6=63/6=21/2$. That raises a question: the same technique works on trig and exponential integrands — which specific standard results do you need to complete these? This card answers it → $\int e^{u}\,du=e^u+C$; $\int\sin u\,du=-\cos u+C$; $\int\cos u\,du=\sin u+C$; $\int\sec^2 u\,du=\tan u+C$.

Substitution applies equally to trigonometric and exponential integrands. The key standard results to know:

  • $\displaystyle\int \sin(u)\,du = -\cos(u) + C$
  • $\displaystyle\int \cos(u)\,du = \sin(u) + C$
  • $\displaystyle\int e^u\,du = e^u + C$
  • $\displaystyle\int \dfrac{1}{u}\,du = \ln|u| + C$   (for $u \neq 0$)

Example — trig: $\displaystyle\int \sin^4 x \cos x\,dx$.

  • Notice $\cos x = \dfrac{d}{dx}[\sin x]$. Let $u = \sin x$, $du = \cos x\,dx$.
  • $\displaystyle\int u^4\,du = \dfrac{u^5}{5} + C = \dfrac{\sin^5 x}{5} + C$.

Example — exponential: $\displaystyle\int \dfrac{e^{\sqrt{x}}}{\sqrt{x}}\,dx$.

  • Let $u = \sqrt{x} = x^{1/2}$. Then $du = \dfrac{1}{2\sqrt{x}}\,dx$, so $\dfrac{dx}{\sqrt{x}} = 2\,du$.
  • $\displaystyle\int e^u \cdot 2\,du = 2e^u + C = 2e^{\sqrt{x}} + C$.
Logarithmic type. $\displaystyle\int \dfrac{g'(x)}{g(x)}\,dx$: set $u = g(x)$, $du = g'(x)\,dx$ to get $\displaystyle\int \dfrac{1}{u}\,du = \ln|u| + C = \ln|g(x)| + C$. This pattern appears frequently in the HSC.

Substitution applies equally to trigonometric and exponential integrands. The key standard results to know:

Pause — copy the four standard substitution results for trig/exponential: $\int e^u du$, $\int\sin u\,du$, $\int\cos u\,du$, $\int\sec^2 u\,du$ into your book.

Did you get this? True or false: $\displaystyle\int \sin^3 x \cos x\,dx = \dfrac{\sin^4 x}{4} + C$.

PROBLEM 1 · DEFINITE INTEGRAL

Evaluate $\displaystyle\int_0^{\pi/2} \cos x \cdot e^{\sin x}\,dx$.

1
Let $u = \sin x$. Then $du = \cos x\,dx$.
Limits: $x=0 \Rightarrow u=0$; $x=\tfrac{\pi}{2} \Rightarrow u=1$.
The derivative of $\sin x$ is $\cos x$, which is present as the pre-factor. Perfect substitution structure.
PROBLEM 2 · LOGARITHMIC TYPE

Find $\displaystyle\int \dfrac{x}{x^2+5}\,dx$.

1
Let $u = x^2+5$. Then $du = 2x\,dx$, so $x\,dx = \dfrac{1}{2}\,du$.
The denominator is $g(x) = x^2+5$ and the numerator $x$ is almost $g'(x)/2 = x$. This is the $g'/g$ logarithmic pattern.
PROBLEM 3 · REVERSED LIMITS

Evaluate $\displaystyle\int_1^0 2x(x^2+1)^3\,dx$ (note the reversed limits).

1
Let $u = x^2+1$. Then $du = 2x\,dx$.
Limits: $x=1 \Rightarrow u=2$; $x=0 \Rightarrow u=1$.
New integral: $\displaystyle\int_2^1 u^3\,du$.
Even though the original lower limit exceeds the upper, the substitution proceeds as normal. The new limits reflect the reversed direction.

Fill the gap: For $\displaystyle\int_0^2 2x(x^2+3)^4\,dx$ with $u = x^2+3$, the new upper limit is $u = $ and the new lower limit is $u = $ .

Trap 01
Keeping original limits after substitution
The most common definite-integral substitution error: replacing the integrand but leaving $\int_0^1$ unchanged, then back-substituting at the end. This double-counts the variable change and gives a wrong answer. Rule: change limits or back-substitute — never both, never neither.
Trap 02
Back-substituting in a definite integral
Once you have evaluated $[F(u)]_{g(a)}^{g(b)}$ to get a number, there is no $u$ to replace — the work is done. Some students write $u = g(x)$ after obtaining a numeric answer, which is meaningless. Stop as soon as you have the number.
Trap 03
Wrong sign from the missing-constant adjustment
If $du = -2x\,dx$, then $x\,dx = -\tfrac{1}{2}\,du$. Forgetting the negative sign is a very common slip. Write the rearrangement explicitly: $x\,dx = -\tfrac{1}{2}\,du$ before substituting, and carry the sign into the integral.

Did you get this? True or false: for $\displaystyle\int_0^1 3x^2(x^3+1)^5\,dx$ with $u = x^3+1$, the new limits are $u=1$ (lower) and $u=2$ (upper).

Work mode · how are you completing this lesson?
1

Evaluate $\displaystyle\int_0^1 2x(x^2+1)^3\,dx$ using substitution with limit conversion. Show all steps.

2

Find $\displaystyle\int \cos^5 x \sin x\,dx$. (Hint: let $u = \cos x$.)

3

Find $\displaystyle\int \dfrac{2x+1}{x^2+x+3}\,dx$. Identify the logarithmic pattern and state the answer.

4

Evaluate $\displaystyle\int_1^e \dfrac{\ln x}{x}\,dx$. (Hint: let $u = \ln x$, note $\dfrac{du}{dx} = \dfrac{1}{x}$.)

5

Find $\displaystyle\int \dfrac{e^x}{e^x+1}\,dx$. Write the substitution, $du$, and the final answer.

Odd one out: Three of these definite integral evaluations are correct. Which one is NOT?

11
Revisit your thinking

Earlier you estimated whether $\displaystyle\int_0^1 3x^2(x^3+1)^5\,dx$ was bigger or smaller than 1.

The exact answer is $\dfrac{21}{2} = 10.5$. The integrand $(x^3+1)^5$ grows rapidly — at $x=1$ it equals $2^5 = 32$, which is multiplied by $3x^2 = 3$ to give 96. The "average height" over $[0,1]$ is roughly 10.5, explaining why the area well exceeds 1. Intuition built from boundary values helps sense-check definite integrals before you compute.

auto-saved
01
Multiple choice
+5 XP per correct · +25 XP all-correct

Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.

02
Short answer
ApplyBand 32 marks

Q1. Evaluate $\displaystyle\int_0^1 3x^2 e^{x^3}\,dx$. (2 marks)

auto-saved
ApplyBand 43 marks

Q2. Find $\displaystyle\int \dfrac{3x^2}{x^3+4}\,dx$. (3 marks)

auto-saved
AnalyseBand 53 marks

Q3. Evaluate $\displaystyle\int_0^{\pi/6} \sin(3x)\,dx$ using the substitution $u = 3x$. Show the limit conversion clearly. (3 marks)

auto-saved
Comprehensive answers (click to reveal)

Activity answers:

1. $u=x^2+1$, limits $1\to 2$: $\left[\dfrac{u^4}{4}\right]_1^2 = \dfrac{16-1}{4} = \dfrac{15}{4}$

2. $u=\cos x$, $du=-\sin x\,dx$: $\displaystyle\int -u^5\,du = -\dfrac{u^6}{6}+C = -\dfrac{\cos^6 x}{6}+C$

3. Numerator $2x+1 = \dfrac{d}{dx}(x^2+x+3)$: $\ln(x^2+x+3)+C$

4. $u=\ln x$, $du=dx/x$, limits $0\to 1$: $\left[\dfrac{u^2}{2}\right]_0^1 = \dfrac{1}{2}$

5. $u=e^x+1$, $du=e^x\,dx$: $\ln(e^x+1)+C$

Odd one out — B: $\displaystyle\int_0^{\pi/2}\sin x\cos x\,dx$: with $u=\sin x$, limits $0\to 1$: $\left[\dfrac{u^2}{2}\right]_0^1 = \dfrac{1}{2}$ (not 1). So B is incorrect.

Q1 (2 marks): Let $u=x^3$, $du=3x^2\,dx$. Limits: $x=0\Rightarrow u=0$; $x=1\Rightarrow u=1$ [1]. $\displaystyle\int_0^1 e^u\,du = [e^u]_0^1 = e-1$ [1].

Q2 (3 marks): Recognise $g'/g$ pattern: numerator $3x^2 = \tfrac{d}{dx}(x^3+4)$ [1]. Let $u=x^3+4$, $du=3x^2\,dx$ [1]. $\displaystyle\int \dfrac{1}{u}\,du = \ln|u|+C = \ln(x^3+4)+C$ [1].

Q3 (3 marks): Let $u=3x$, $du=3\,dx$, $dx=du/3$ [1]. Limits: $x=0\Rightarrow u=0$; $x=\tfrac{\pi}{6}\Rightarrow u=\tfrac{\pi}{2}$ [1]. $\displaystyle\int_0^{\pi/2}\sin u\cdot\dfrac{1}{3}\,du = \dfrac{1}{3}[-\cos u]_0^{\pi/2} = \dfrac{1}{3}(0-(-1)) = \dfrac{1}{3}$ [1].

01
Boss battle · The Limits Challenger
earn bronze · silver · gold

Five timed questions on definite and indefinite substitution integrals. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.

⚔ Enter the arena
02
Science Jump · platform challenge

Climb platforms by answering substitution questions. Lighter alternative to the boss.

Mark lesson as complete

Tick when you've finished the practice and review.

🎓
Want help with Integration by Substitution — Worked Examples?

Work through this topic 1-on-1 with an experienced HSC tutor.

Book a free session →