Skip to main content
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 h0h \to 0, and works the QCAA-style first-principles problem for f(x)=3x25xf(x) = 3x^2 - 5x from EA Paper 1.

Generated by Claude Opus 4.87 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. Average and instantaneous rates of change
  3. The derivative as a limit
  4. First-principles procedure
  5. The basic results
  6. Why the limit is necessary
  7. The geometric meaning
  8. How this appears in assessment

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 h0h \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)=limh0f(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 h0h \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)=nxn1f'(x) = n x^{n-1} (the power rule, proved by binomial expansion in first principles).

Why the limit is necessary

The difference quotient f(x+h)f(x)h\dfrac{f(x + h) - f(x)}{h} is the gradient of the secant line joining two points on the curve. As hh shrinks, the second point slides toward the first and the secant rotates toward the tangent. You cannot simply set h=0h = 0, because that gives 00\dfrac{0}{0}, which is undefined; the limit is what makes the idea rigorous. Algebraically, simplifying first removes the hh in the denominator so that substituting h=0h = 0 is then legitimate, which is the whole reason the four-step procedure works.

The geometric meaning

The value f(a)f'(a) is the gradient of the tangent line to y=f(x)y = f(x) at x=ax = a, and equivalently the instantaneous rate of change of ff there. A positive derivative means the function is increasing, a negative derivative means decreasing, and a zero derivative marks a stationary point. This geometric reading is what connects first principles to the later study of stationary points, optimisation and curve sketching, where the derivative is the central tool.

How this appears in assessment

In IA1 a four-mark first-principles question on a polynomial up to degree three is standard, and the marker's focus is the procedure (difference quotient, factor, cancel, limit) as much as the final answer. In the external assessment, Paper 1 may ask you to identify the difference quotient or differentiate a simple polynomial from first principles, while Paper 2 builds on the result to introduce the power rule and combined-rule applications in Unit 3. Showing every step, and not collapsing the limit prematurely, is what secures full marks.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

QCAA 20224 marksPaper 1 (technique). Use first principles to determine the derivative of f(x)=3x25xf(x) = 3x^2 - 5x.
Show worked answer →

f(x+h)=3(x+h)25(x+h)=3x2+6xh+3h25x5hf(x + h) = 3(x + h)^2 - 5(x + h) = 3x^2 + 6xh + 3h^2 - 5x - 5h.

f(x+h)f(x)=6xh+3h25hf(x + h) - f(x) = 6xh + 3h^2 - 5h. Divide by hh: 6xh+3h25hh=6x+3h5\dfrac{6xh + 3h^2 - 5h}{h} = 6x + 3h - 5.

Take the limit as h0h \to 0: f(x)=6x5f'(x) = 6x - 5.

Markers reward the explicit difference quotient, simplifying before taking the limit, and the limit step at the end.

QCAA 20235 marksPaper 2 (complex familiar). For f(x)=x24xf(x) = x^2 - 4x, (a) use first principles to determine f(x)f'(x), and (b) hence determine the equation of the tangent to y=f(x)y = f(x) at the point where x=1x = 1.
Show worked answer →

(a) f(x+h)=(x+h)24(x+h)=x2+2xh+h24x4hf(x + h) = (x + h)^2 - 4(x + h) = x^2 + 2xh + h^2 - 4x - 4h. Then f(x+h)f(x)=2xh+h24hf(x + h) - f(x) = 2xh + h^2 - 4h, so the difference quotient is 2x+h42x + h - 4, and f(x)=limh0(2x+h4)=2x4f'(x) = \lim_{h \to 0}(2x + h - 4) = 2x - 4.

(b) At x=1x = 1: gradient f(1)=2(1)4=2f'(1) = 2(1) - 4 = -2, and f(1)=14=3f(1) = 1 - 4 = -3. Tangent: y(3)=2(x1)y - (-3) = -2(x - 1), so y=2x1y = -2x - 1.

Markers reward the first-principles derivative, evaluating the gradient and point, and the tangent equation.

Related dot points