← Unit 2: Calculus

QLDMath MethodsSyllabus dot point

Topic 3: Introduction to differential calculus

Define the derivative of a function as a limit and use first principles to find the derivative of a polynomial function

A focused answer to the QCE Math Methods Unit 2 dot point on the derivative as a limit. Sets up the difference quotient, evaluates the limit as $h \to 0$, and works the QCAA-style first-principles problem for $f(x) = 3x^2 - 5x$ from EA Paper 1.

Generated by Claude OpusReviewed by Better Tuition Academy5 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

QCAA wants you to define the derivative as the limit of an average rate of change and apply the first-principles definition to differentiate polynomial functions. This is the foundation for every shortcut rule (power rule, sum rule, constant multiple) that follows.

Average and instantaneous rates of change

The average rate of change of ff between x=ax = a and x=a+hx = a + h is the slope of the secant line:

f(a+h)βˆ’f(a)h\frac{f(a+h) - f(a)}{h}

The instantaneous rate of change at x=ax = a is the limit of this average as h→0h \to 0. This is the slope of the tangent line at aa and is called the derivative.

The derivative as a limit

The derivative of ff at xx is:

fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

provided the limit exists. Other notations: dydx\dfrac{dy}{dx}, ddxf(x)\dfrac{d}{dx} f(x), Df(x)Df(x).

First-principles procedure

Four standard steps:

  1. Write f(x+h)f(x + h) by substituting x+hx + h into the function.
  2. Compute f(x+h)βˆ’f(x)f(x + h) - f(x) and simplify.
  3. Divide by hh and simplify so that no hh appears in the denominator.
  4. Take the limit as h→0h \to 0 by direct substitution.

The key algebraic move is to factor hh out of every term in the numerator of step 2; then it cancels with the denominator in step 3, leaving a polynomial in xx and hh. Step 4 then sends hh to zero.

The basic results

For f(x)=cf(x) = c: fβ€²(x)=0f'(x) = 0 (constant function has zero slope everywhere).

For f(x)=xf(x) = x: fβ€²(x)=1f'(x) = 1.

For f(x)=x2f(x) = x^2: fβ€²(x)=2xf'(x) = 2x.

For f(x)=xnf(x) = x^n with nn a positive integer: fβ€²(x)=nxnβˆ’1f'(x) = n x^{n-1} (the power rule, proved by binomial expansion in first principles).

Worked example

Find fβ€²(x)f'(x) from first principles for f(x)=x3f(x) = x^3.

f(x+h)=(x+h)3=x3+3x2h+3xh2+h3f(x+h) = (x+h)^3 = x^3 + 3x^2 h + 3x h^2 + h^3.

f(x+h)βˆ’f(x)=3x2h+3xh2+h3f(x+h) - f(x) = 3x^2 h + 3x h^2 + h^3.

f(x+h)βˆ’f(x)h=3x2+3xh+h2\dfrac{f(x+h) - f(x)}{h} = 3x^2 + 3x h + h^2.

fβ€²(x)=lim⁑hβ†’0(3x2+3xh+h2)=3x2f'(x) = \lim_{h \to 0} (3x^2 + 3xh + h^2) = 3x^2.

This matches the power rule.

Common traps

Cancelling hh before factoring. If hh appears as a sum like f(x+h)βˆ’f(x)=2xh+h2f(x+h) - f(x) = 2xh + h^2, you must factor hh first to cancel with the denominator.

Forgetting the limit. The derivative is the limit, not the difference quotient. Writing fβ€²(x)=2x+hf'(x) = 2x + h and stopping loses the final mark.

Substituting h=0h = 0 in the difference quotient before simplifying. This gives 0/00/0, which is undefined. Simplify first, then take the limit.

Treating (x+h)2(x+h)^2 as x2+h2x^2 + h^2. It is x2+2xh+h2x^2 + 2xh + h^2. Expand all binomials carefully.

How this appears in IA1 and EA

IA1. A four-mark first-principles question on a polynomial up to degree 33. The procedure is the marker's focus, not the final answer.

EA Paper 1. Multiple choice or short response on identifying the difference quotient or the derivative of a simple polynomial.

EA Paper 2. Used as the launching pad for the power rule and combined-rule applications in Year 12 Unit 3.

In one sentence

The derivative is defined as fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}, found by expanding f(x+h)f(x+h), subtracting f(x)f(x), factoring hh out of the numerator, cancelling with the hh in the denominator, and substituting h=0h = 0; this proves the power rule ddxxn=nxnβˆ’1\frac{d}{dx} x^n = n x^{n-1} for polynomial inputs.

Past exam questions, worked

Real questions from past QCAA papers on this dot point, with our answer explainer.

Year 11 SAC4 marksUse first principles to find the derivative of $f(x) = 3x^2 - 5x$.
Show worked answer β†’

Difference quotient.

f(x+h)=3(x+h)2βˆ’5(x+h)=3x2+6xh+3h2βˆ’5xβˆ’5hf(x+h) = 3(x+h)^2 - 5(x+h) = 3x^2 + 6xh + 3h^2 - 5x - 5h.

f(x+h)βˆ’f(x)=6xh+3h2βˆ’5hf(x+h) - f(x) = 6xh + 3h^2 - 5h.

f(x+h)βˆ’f(x)h=6xh+3h2βˆ’5hh=6x+3hβˆ’5\dfrac{f(x+h) - f(x)}{h} = \dfrac{6xh + 3h^2 - 5h}{h} = 6x + 3h - 5.

Take the limit as hβ†’0h \to 0: fβ€²(x)=6xβˆ’5f'(x) = 6x - 5.

Markers reward the explicit difference quotient setup, the algebraic simplification before taking the limit, and the limit step performed at the end.

Related dot points