Skip to main content

Worked Solutions

Integration — Worked Solutions (HSC Maths Extension 2)

By Andy · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our HSC Maths Extension 2 course →

Worked examples for HSC Maths Extension 2 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.

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.

The first decision in any integral is which technique — recognise a partial-fraction candidate by its factorable rational denominator, and a by-parts candidate by a product of two different function types.

Example 1 — Partial fractions

Standard 3 marks

Question

Find $\displaystyle\int \dfrac{5x - 1}{(x - 1)(x + 2)}\,dx$.

Solution

A proper rational function with distinct linear factors — split it into partial fractions.

Write $\dfrac{5x - 1}{(x-1)(x+2)} = \dfrac{A}{x-1} + \dfrac{B}{x+2}$, so $5x - 1 = A(x+2) + B(x-1)$.

Let $x = 1$: $4 = 3A \Rightarrow A = \tfrac43$. Let $x = -2$: $-11 = -3B \Rightarrow B = \tfrac{11}{3}$.

Then $\displaystyle\int \left(\dfrac{4/3}{x-1} + \dfrac{11/3}{x+2}\right)dx = \dfrac43\ln|x-1| + \dfrac{11}{3}\ln|x+2| + C$.

Use the substitution-of-roots shortcut to find $A$ and $B$ fast — don't expand and equate coefficients unless you have to.

Where the marks go

  • 1 mark: Correct partial-fraction setup $5x - 1 = A(x+2) + B(x-1)$
  • 1 mark: Correct constants $A = \frac43$ and $B = \frac{11}{3}$
  • 1 mark: Correct integral $\frac43\ln|x-1| + \frac{11}{3}\ln|x+2| + C$

Key idea

A proper rational function with distinct linear factors splits as $\sum \dfrac{\text{const}}{\text{linear}}$; substituting each root isolates one constant at a time, and each term integrates to a logarithm.

Example 2 — Integration by parts

Challenging 4 marks

Question

Find $\displaystyle\int x^2 \ln x \,dx$.

Solution

Product of a power and a log — integrate by parts, $\displaystyle\int u\,dv = uv - \int v\,du$.

Choose $u = \ln x$ (it simplifies when differentiated) and $dv = x^2\,dx$. Then $du = \dfrac{1}{x}\,dx$ and $v = \dfrac{x^3}{3}$.

$\displaystyle\int x^2\ln x\,dx = \dfrac{x^3}{3}\ln x - \int \dfrac{x^3}{3}\cdot\dfrac{1}{x}\,dx = \dfrac{x^3}{3}\ln x - \dfrac13\int x^2\,dx$.

The remaining integral is easy: $\dfrac13\cdot\dfrac{x^3}{3} = \dfrac{x^3}{9}$. So the answer is $\dfrac{x^3}{3}\ln x - \dfrac{x^3}{9} + C$.

Pick $u = \ln x$ — differentiating the log is what makes the second integral tractable. The reverse choice goes nowhere.

Where the marks go

  • 1 mark: Chooses $u = \ln x$, $dv = x^2\,dx$ (suitable parts)
  • 1 mark: Correct $du = \frac1x\,dx$ and $v = \frac{x^3}{3}$
  • 1 mark: Applies the by-parts formula and simplifies the remaining integrand to $\frac{x^2}{3}$
  • 1 mark: Correct final answer $\frac{x^3}{3}\ln x - \frac{x^3}{9} + C$

Key idea

For a product of unlike functions use integration by parts; choose $u$ as the factor that simplifies when differentiated (here $\ln x$) so the remaining integral is easier.