Skip to main content

Worked Solutions

Calculus — Worked Solutions (HSC Maths Extension 1)

By Patrick · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Extension 1 course →

Worked examples for HSC Maths Extension 1 further calculus. Each shows where the marks are awarded, the key idea, and the full solution explained by your choice of tutor — Stella, Ella or Cassie.

How to use these

Try each question first, then check your working. Use the tutor tabs to read the full solution in the style that suits you: Stella is direct and challenging, Ella is warm and explains the why, and Cassie is concise and analytical.

Example 1 — Integration by substitution

Standard 3 marks

Question

Use the substitution $u = x^2 + 1$ to evaluate $\displaystyle\int_0^2 x(x^2+1)^3\,dx$.

Solution

Let $u = x^2 + 1$, so $du = 2x\,dx$, i.e. $x\,dx = \tfrac12\,du$.

Change the limits: $x = 0 \Rightarrow u = 1$; $x = 2 \Rightarrow u = 5$.

$$\int_0^2 x(x^2+1)^3\,dx = \frac12\int_1^5 u^3\,du = \frac12\left[\frac{u^4}{4}\right]_1^5 = \frac18(625 - 1) = 78.$$

Change the limits to $u$ and you never have to back-substitute. Forgetting the $\tfrac12$ from $du$ is the classic dropped mark.

Where the marks go

  • 1 mark: Correct substitution $du = 2x\,dx$ and $x\,dx = \frac12 du$
  • 1 mark: Changes the limits to $u = 1$ and $u = 5$
  • 1 mark: Evaluates to $78$

Key idea

With a substitution in a definite integral, convert the limits to the new variable so you can evaluate directly without back-substituting.

Example 2 — Volume of revolution

Challenging 4 marks

Question

The region bounded by $y = \sqrt{x}$, the $x$-axis and the line $x = 4$ is rotated about the $x$-axis. Find the exact volume of the solid generated.

Solution

Rotating about the $x$-axis: $V = \pi\displaystyle\int_a^b y^2\,dx$.

Here $y^2 = (\sqrt x)^2 = x$, with $a = 0$, $b = 4$:

$$V = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\cdot\frac{16}{2} = 8\pi.$$

The region starts at $x = 0$ where the curve meets the axis — get the lower limit right or the whole integral is off.

Where the marks go

  • 1 mark: States $V = \pi\int y^2\,dx$
  • 1 mark: Correct $y^2 = x$ and limits $0$ to $4$
  • 1 mark: Integrates to $\pi\frac{x^2}{2}$
  • 1 mark: Exact volume $8\pi$

Key idea

Volume about the $x$-axis is $\pi\int y^2\,dx$; square the function first, and read the limits from where the region begins and ends.