Skip to main content

Worked Solutions

Introduction to Calculus — Worked Solutions (Preliminary Maths Advanced)

By Nidhi · Intuition tutor 1 min read

Created with Intu AI Reviewed by Intuition's expert tutors

Studying this? See our Preliminary Maths Advanced course →

Worked examples for Preliminary Maths Advanced introduction to 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 — Differentiation from first principles

Standard 3 marks

Question

Use first principles to find the derivative of $f(x) = x^2 + 3x$.

Solution

Apply the definition $f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}$.

$f(x+h) = (x+h)^2 + 3(x+h) = x^2 + 2xh + h^2 + 3x + 3h$.

Subtract $f(x)$: $f(x+h) - f(x) = 2xh + h^2 + 3h$.

Divide by $h$: $2x + h + 3$. Let $h \to 0$: $f'(x) = 2x + 3$.

Write the limit at every line until you cancel the $h$ — examiners want to see it, not just the final answer.

Where the marks go

  • 1 mark: States the first-principles limit and expands $f(x+h)$
  • 1 mark: Simplifies the difference quotient to $2x + h + 3$
  • 1 mark: Takes the limit to get $f'(x) = 2x + 3$

Key idea

First principles uses $\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$; expand, cancel the common factor of $h$, then let $h \to 0$.

Example 2 — Differentiation rules

Standard 4 marks

Question

For $y = 2x^3 - 5x^2 + 4$, find $\dfrac{dy}{dx}$ and hence the gradient of the tangent at $x = 2$.

Solution

Differentiate term by term with the power rule, $\frac{d}{dx}(ax^n) = nax^{n-1}$.

$\frac{dy}{dx} = 6x^2 - 10x + 0 = 6x^2 - 10x$.

Now substitute $x = 2$: $6(4) - 10(2) = 24 - 20 = 4$.

Gradient $= 4$. The constant $4$ differentiates to $0$ — don't carry it through.

Where the marks go

  • 1 mark: Differentiates the cubic and quadratic terms correctly
  • 1 mark: Constant differentiates to $0$, giving $\frac{dy}{dx} = 6x^2 - 10x$
  • 1 mark: Substitutes $x = 2$ into the derivative
  • 1 mark: Correct gradient $4$

Key idea

The derivative is the gradient function; evaluate it at a particular $x$ to get the gradient of the tangent there.