Year 12 Maths Advanced Module 6 ~35 min Lesson 15 of 15

Module Synthesis — Further Calculus

Over fourteen lessons, we have built a complete toolkit for understanding change and accumulation. We began with antiderivatives — the reverse of differentiation — and discovered the Fundamental Theorem of Calculus, which unifies differentiation and integration into a single coherent theory. We learned to calculate areas between curves and volumes of revolution, transforming geometric problems into algebraic ones. We mastered three integration techniques — substitution, by parts, and partial fractions — each unlocking a new class of solvable problems. Finally, we applied everything to differential equations, the language of dynamic systems. This lesson draws the threads together, showing how each piece connects to the others and preparing you for the HSC examination.

🔬
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision.

📐

Formula Reference — Module Summary

Power rule
$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$, $n \neq -1$
Exponential & log
$\int e^x \, dx = e^x + C$; $\int \frac{1}{x} \, dx = \ln|x| + C$
FTC Part 2
$\int_a^b f(x) \, dx = F(b) - F(a)$
Area between curves
$A = \int_a^b [\text{top} - \text{bottom}] \, dx$
Volume (disk)
$V = \pi \int_a^b [f(x)]^2 \, dx$
Substitution
$\int f(g(x))g'(x) \, dx = \int f(u) \, du$
By parts
$\int u \, dv = uv - \int v \, du$
Separable DE
$\frac{dy}{dx} = f(x)g(y)$; $\frac{dy}{g(y)} = f(x)\,dx$
Exponential model
$\frac{dN}{dt} = kN$; $N(t) = N_0 e^{kt}$
Motion
$v = \frac{dx}{dt}$; $a = \frac{dv}{dt}$; $x = \int v\,dt$; $v = \int a\,dt$
01Concept Map

The Structure of Further Calculus

Foundation: Antiderivatives and indefinite integrals (L01–L03)

Core Theorem: The Fundamental Theorem of Calculus (L04–L05)

Applications: Areas and volumes (L06–L07)

Techniques: Substitution, by parts, partial fractions (L08–L10)

Dynamic Systems: Differential equations (L11–L13)

Physical Applications: Motion (L14)

Key connections:

  • FTC connects differentiation (slopes) to integration (areas)
  • Areas and volumes are applications of definite integrals
  • Integration techniques expand what functions we can integrate
  • Differential equations use integration to solve for unknown functions
  • Motion problems chain two integrations together
02Common Errors

Pitfalls to Avoid in the HSC

ErrorWhy it happensHow to avoid
Forgetting +CRushing through indefinite integralsAlways write +C; check if definite
Wrong power rule at n = -1Applying $\frac{x^0}{0}$Remember: $\int \frac{1}{x}\,dx = \ln|x| + C$
Area below x-axis negativeNot taking absolute valueSketch first; use |f(x)| for area
Washer: $(R-r)^2$Confusing with algebraic expansionSquare first, then subtract: $R^2 - r^2$
Substitution: forgetting duNot converting dx to duAlways write $\frac{du}{dx}$ and solve for dx
By parts: wrong u choiceNot using LIATELIATE: Log, Inverse, Algebraic, Trig, Exp
Distance vs displacementUsing v instead of |v|Split integral where v changes sign
03HSC Examination Tips

Strategies for Success

  1. Sketch first. For area and volume problems, a sketch reveals intersections, top/bottom functions, and whether curves cross.
  2. Check by differentiation. After integrating, differentiate your answer to verify it matches the original integrand.
  3. Track constants carefully. In motion problems, label constants $C_1$, $C_2$ and use initial conditions systematically.
  4. Write working clearly. HSC markers award partial marks — show substitution, show antiderivatives, show evaluation.
  5. Know when each technique applies. Substitution for composite functions, by parts for products, partial fractions for rational functions.
  6. Don't forget the geometric meaning. Definite integrals give signed area; interpret negative values correctly.
AActivities

Revision Activities

Activity 1 — Mixed Problems

  1. Find $\int (3x^2 + \frac{1}{x} + e^{2x}) \, dx$.
  2. Evaluate $\int_0^2 x\sqrt{x^2+1} \, dx$ using substitution.
  3. Find the area between $y = x^2$ and $y = 2 - x$.
  4. Solve $\frac{dy}{dx} = 3x^2 y$ with $y(0) = 2$.
  5. A particle has $a(t) = 2t + 1$, $v(0) = 2$, $x(0) = 1$. Find $x(3)$.

Activity 2 — Connections

  1. Explain how the FTC connects the two main ideas of calculus.
  2. Describe a real-world problem that requires both integration by parts and partial fractions.
  3. How does solving a differential equation generalise the idea of finding an antiderivative?
MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

📝

Extended Questions

ApplyBand 5

8. Evaluate $\int_0^{\pi/2} x \sin x \, dx$ using integration by parts. Show all working. 3 MARKS

Answer in your workbook
ApplyBand 5

9. Find the volume when $y = x^3$ from $x = 0$ to $x = 1$ is rotated around the x-axis. Then find the area between $y = x^3$ and $y = x$. Show all working. 4 MARKS

Answer in your workbook
AnalyseBand 5

10. Write an essay-style response (150–200 words) explaining how the Fundamental Theorem of Calculus, integration techniques, and differential equations connect to form a unified theory of change. Use at least two real-world examples. 4 MARKS

Answer in your workbook

Comprehensive Answers

Activity 1 — Model Answers

1. $x^3 + \ln|x| + \frac{1}{2}e^{2x} + C$.

2. $u = x^2 + 1$, $du = 2x\,dx$. $\frac{1}{2}\int_1^5 \sqrt{u}\,du = \frac{1}{3}(5^{3/2} - 1) = \frac{1}{3}(5\sqrt{5} - 1)$.

3. $x^2 = 2 - x \Rightarrow x^2 + x - 2 = 0 \Rightarrow x = 1, -2$. $A = \int_{-2}^{1} (2 - x - x^2)\,dx = [2x - \frac{x^2}{2} - \frac{x^3}{3}]_{-2}^{1} = \frac{9}{2}$.

4. $\frac{dy}{y} = 3x^2\,dx$, $\ln|y| = x^3 + C$, $y = Ae^{x^3}$. $y(0) = 2$: $A = 2$. $y = 2e^{x^3}$.

5. $v(t) = t^2 + t + 2$, $x(t) = \frac{t^3}{3} + \frac{t^2}{2} + 2t + 1$. $x(3) = 9 + 4.5 + 6 + 1 = 20.5$ m.

Activity 2 — Model Answers

1. FTC shows differentiation (instantaneous rate) and integration (accumulation) are inverse operations, connecting the two pillars of calculus.

2. Pharmacokinetic models may require integrating a product of polynomial and exponential (by parts) after decomposing a rational clearance function (partial fractions).

3. An antiderivative solves $\frac{dy}{dx} = f(x)$. A differential equation generalises this to $\frac{dy}{dx} = f(x,y)$, requiring more sophisticated techniques like separation of variables.

Short Answer Model Answers

Q8 (3 marks): $u = x$, $dv = \sin x\,dx$, so $du = dx$, $v = -\cos x$ [1]. $[-x\cos x]_0^{\pi/2} + \int_0^{\pi/2} \cos x\,dx$ [1] $= 0 + [\sin x]_0^{\pi/2} = 1$ [1].

Q9 (4 marks): Volume: $V = \pi \int_0^1 x^6\,dx = \pi [\frac{x^7}{7}]_0^1 = \frac{\pi}{7}$ [2]. Area: $x^3 = x$ at $x = 0, 1$. On $[0,1]$, $x \geq x^3$. $A = \int_0^1 (x - x^3)\,dx = [\frac{x^2}{2} - \frac{x^4}{4}]_0^1 = \frac{1}{2} - \frac{1}{4} = \frac{1}{4}$ [2].

Q10 (4 marks): Response should mention: (i) FTC connects differentiation and integration as inverse operations [1]; (ii) integration techniques (substitution, by parts, partial fractions) extend the range of solvable problems [1]; (iii) differential equations use integration to find functions from rates of change [1]; (iv) at least two real-world examples with clear connection to the theory [1].

Science Jump

Jump Through Module Synthesis!

Climb platforms with mixed problems from across the entire Further Calculus module. Pool: lesson 15.

Mark lesson as complete

Tick when you've finished all activities and checked your answers.