Skip to main content

Worked Solutions

Integration — Worked Solutions (HSC Maths Advanced)

By Anand · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Advanced course →

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

In short: full step-by-step worked solutions for HSC Maths Advanced — Integration. Every question is worked through with the method and reasoning shown, in NESA exam style, so you can check how to reach the answer, not just the final result.

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 — Indefinite integral of a polynomial

Core 2 marks

Question

Find $\displaystyle\int \left(6x^2 - 4x + 5\right)\,dx$.

Solution

Integrate term by term: raise each power by one and divide by the new power.

$\displaystyle\int 6x^2\,dx = 2x^3$, $\displaystyle\int -4x\,dx = -2x^2$, $\displaystyle\int 5\,dx = 5x$.

So the answer is $2x^3 - 2x^2 + 5x + C$.

Don't drop the $+C$ — an indefinite integral without it loses a mark.

Where the marks go

  • 1 mark: Correctly integrates the $x^2$ and $x$ terms
  • 1 mark: Correct full primitive including the constant of integration $C$

Key idea

Integrate a polynomial term by term using $\int x^n\,dx = \frac{x^{n+1}}{n+1}$, and always include $+C$ for an indefinite integral.

Example 2 — Integrating an exponential

Standard 2 marks

Question

Find $\displaystyle\int \left(e^{2x} + \frac{3}{x}\right)\,dx$, for $x > 0$.

Solution

Two standard primitives: $\int e^{kx}\,dx = \frac{1}{k}e^{kx}$ and $\int \frac{1}{x}\,dx = \ln x$.

$\displaystyle\int e^{2x}\,dx = \tfrac{1}{2}e^{2x}$ and $\displaystyle\int \frac{3}{x}\,dx = 3\ln x$.

So the answer is $\tfrac{1}{2}e^{2x} + 3\ln x + C$.

Watch the $\frac{1}{2}$ factor on the exponential — that's the mark people lose.

Where the marks go

  • 1 mark: Correct $\tfrac{1}{2}e^{2x}$ (correct $\tfrac{1}{k}$ factor)
  • 1 mark: Correct $3\ln x$ and constant of integration

Key idea

Use $\int e^{kx}\,dx = \frac{1}{k}e^{kx}$ and $\int \frac{1}{x}\,dx = \ln x$; keep track of the $\frac{1}{k}$ factor.

Example 3 — Definite integral

Standard 3 marks

Question

Evaluate $\displaystyle\int_{1}^{3} \left(3x^2 - 2x\right)\,dx$.

Solution

Find the primitive, then apply the limits.

$\displaystyle\int (3x^2 - 2x)\,dx = x^3 - x^2$.

Evaluate: $\big[x^3 - x^2\big]_1^3 = (27 - 9) - (1 - 1) = 18 - 0 = 18$.

No $+C$ on a definite integral — it cancels. Answer: $18$.

Where the marks go

  • 1 mark: Correct primitive $x^3 - x^2$
  • 1 mark: Correctly substitutes both limits
  • 1 mark: Correct final value $18$

Key idea

A definite integral is the primitive evaluated at the upper limit minus its value at the lower limit; no constant of integration is needed.

Example 4 — Area under a curve

Standard 3 marks

Question

Find the area of the region bounded by the curve $y = 4x - x^2$ and the $x$-axis.

Solution

First find where the curve meets the $x$-axis: $4x - x^2 = x(4 - x) = 0$, so $x = 0$ and $x = 4$. The parabola opens downward, so it's above the axis between them — no need to split for sign.

$\displaystyle\text{Area} = \int_0^4 (4x - x^2)\,dx = \Big[2x^2 - \tfrac{1}{3}x^3\Big]_0^4$.

$= \big(32 - \tfrac{64}{3}\big) - 0 = \tfrac{96 - 64}{3} = \tfrac{32}{3}$.

Area $= \dfrac{32}{3}$ square units. Check the curve sits above the axis before integrating, or you risk a sign error.

Where the marks go

  • 1 mark: Finds the limits $x = 0$ and $x = 4$ (and notes the curve is above the axis)
  • 1 mark: Correct primitive and substitution of limits
  • 1 mark: Correct area $\tfrac{32}{3}$ square units

Key idea

Area under a curve above the $x$-axis is the definite integral between the points where it cuts the axis; confirm the curve's sign first.

Example 5 — Area between two curves

Challenge 4 marks

Question

Find the area of the region enclosed between the curve $y = x^2$ and the line $y = x + 2$.

Solution

Find the intersections: $x^2 = x + 2 \Rightarrow x^2 - x - 2 = 0 \Rightarrow (x-2)(x+1) = 0$, so $x = -1$ and $x = 2$.

On this interval the line is on top (test $x=0$: line $=2$, curve $=0$). Integrate top minus bottom:

$\displaystyle\text{Area} = \int_{-1}^{2}\big[(x+2) - x^2\big]\,dx = \Big[\tfrac{1}{2}x^2 + 2x - \tfrac{1}{3}x^3\Big]_{-1}^{2}$.

At $x=2$: $2 + 4 - \tfrac{8}{3} = 6 - \tfrac{8}{3} = \tfrac{10}{3}$. At $x=-1$: $\tfrac{1}{2} - 2 + \tfrac{1}{3} = -\tfrac{7}{6}$.

$\text{Area} = \tfrac{10}{3} - \big(-\tfrac{7}{6}\big) = \tfrac{20}{6} + \tfrac{7}{6} = \tfrac{27}{6} = \tfrac{9}{2}$.

Area $= \dfrac{9}{2}$ square units. Always integrate "upper minus lower" — get the order wrong and the sign flips.

Where the marks go

  • 1 mark: Finds intersection points $x = -1$ and $x = 2$
  • 1 mark: Sets up the integral of (upper $-$ lower), i.e. $(x+2) - x^2$
  • 1 mark: Correct primitive and substitution of both limits
  • 1 mark: Correct area $\tfrac{9}{2}$ square units

Key idea

Area between curves is $\int (\text{upper} - \text{lower})\,dx$ taken between their points of intersection.

Frequently asked questions

Step-by-step solutions to exam-style questions on Integration in HSC Maths Advanced, with the full method shown for each — so you can follow the reasoning, not just the final answer.

Call us Enquire now