Skip to main content
VICMath MethodsSyllabus dot point

What is the formal definition of the derivative, and how is it computed from the limit?

Average and instantaneous rates of change, the definition of the derivative as a limit f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}, and the use of this definition to differentiate from first principles

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on differentiation from first principles. Average versus instantaneous rate of change, the limit definition of the derivative, the standard Paper 1 four-step method, and worked examples.

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 versus instantaneous rate of change
  3. The limit definition of the derivative
  4. The four-step Paper 1 method
  5. When the limit fails
  6. Examples in context
  7. Try this

What this dot point is asking

VCAA wants you to distinguish average rate of change (the slope between two points) from instantaneous rate of change (the slope at a single point), express the instantaneous rate as a limit, and apply the limit definition to differentiate simple polynomials from first principles. This question appears on Paper 1 most years.

Average versus instantaneous rate of change

The average rate of change of ff between x=ax = a and x=bx = b is the slope of the secant line through the two points:

average rate=f(b)f(a)ba\text{average rate} = \frac{f(b) - f(a)}{b - a}

The instantaneous rate of change at x=ax = a is the slope of the tangent line at that point:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}

This is the slope of secant lines becoming the slope of the tangent as the two points come together.

The limit definition of the derivative

For a function ff, the derivative at xx is

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}

provided this limit exists. When it does, ff is differentiable at xx.

An equivalent form (using the alternate variable aa for the fixed point):

f(a)=limxaf(x)f(a)xaf'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}

The four-step Paper 1 method

Differentiation from first principles is a routine procedure.

  1. Write the limit definition. Always start by writing the formula. Markers want to see it.
  2. Compute f(x+h)f(x + h). Substitute x+hx + h everywhere xx appears in the rule for ff.
  3. Simplify the difference quotient f(x+h)f(x)h\frac{f(x + h) - f(x)}{h}. Subtract, then factor out hh and cancel.
  4. Take the limit as h0h \to 0. Substitute h=0h = 0 into the simplified expression.

Worked example: a quadratic

Differentiate f(x)=x2+3xf(x) = x^2 + 3x from first principles.

Step 1
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}.
Step 2
f(x+h)=(x+h)2+3(x+h)=x2+2xh+h2+3x+3hf(x + h) = (x + h)^2 + 3(x + h) = x^2 + 2xh + h^2 + 3x + 3h.
Step 3
f(x+h)f(x)=(x2+2xh+h2+3x+3h)(x2+3x)=2xh+h2+3h=h(2x+h+3)f(x + h) - f(x) = (x^2 + 2xh + h^2 + 3x + 3h) - (x^2 + 3x) = 2xh + h^2 + 3h = h(2x + h + 3).

Divide by hh: f(x+h)f(x)h=2x+h+3\frac{f(x + h) - f(x)}{h} = 2x + h + 3.

Step 4. f(x)=limh0(2x+h+3)=2x+3f'(x) = \lim_{h \to 0} (2x + h + 3) = 2x + 3.

Worked example: a cubic

Differentiate f(x)=x3f(x) = x^3 from first principles.

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

f(x+h)f(x)=3x2h+3xh2+h3=h(3x2+3xh+h2)f(x + h) - f(x) = 3 x^2 h + 3 x h^2 + h^3 = h(3 x^2 + 3 x h + h^2).

f(x+h)f(x)h=3x2+3xh+h2\frac{f(x + h) - f(x)}{h} = 3 x^2 + 3 x h + h^2.

f(x)=limh0(3x2+3xh+h2)=3x2f'(x) = \lim_{h \to 0} (3 x^2 + 3 x h + h^2) = 3 x^2.

This confirms the standard power-rule result ddx(x3)=3x2\frac{d}{dx}(x^3) = 3 x^2.

When the limit fails

The limit limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x + h) - f(x)}{h} may not exist. Common causes:

  • Corner in the graph (e.g. f(x)=xf(x) = |x| at x=0x = 0): the left and right limits differ.
  • Vertical tangent (e.g. f(x)=x1/3f(x) = x^{1/3} at x=0x = 0): the limit is infinite.
  • Discontinuity in ff: the limit cannot exist at a jump or a hole.

A function that is differentiable at xx must be continuous at xx. The converse is false: x|x| is continuous everywhere but not differentiable at 00.

Examples in context

Example 1. Average versus instantaneous speed. A drone's height is f(t)=t2f(t) = t^2 metres at time tt seconds. Its average speed between t=2t = 2 and t=4t = 4 is f(4)f(2)42=1642=6\frac{f(4) - f(2)}{4 - 2} = \frac{16 - 4}{2} = 6 m/s. From first principles, f(t)=limh0(t+h)2t2h=limh0(2t+h)=2tf'(t) = \lim_{h \to 0}\frac{(t + h)^2 - t^2}{h} = \lim_{h \to 0}(2t + h) = 2t, so the instantaneous speed at t=3t = 3 (the midpoint) is f(3)=6f'(3) = 6 m/s, matching the average over the symmetric interval.

Example 2. Confirming a rule. To check the derivative of f(x)=3x2xf(x) = 3x^2 - x, apply first principles: f(x+h)f(x)=3(x+h)2(x+h)3x2+x=6xh+3h2hf(x + h) - f(x) = 3(x + h)^2 - (x + h) - 3x^2 + x = 6xh + 3h^2 - h. Dividing by hh gives 6x+3h16x + 3h - 1, and the limit as h0h \to 0 is f(x)=6x1f'(x) = 6x - 1, agreeing with term-by-term differentiation.

Try this

Q1. Differentiate f(x)=x25xf(x) = x^2 - 5x from first principles. [3 marks]

  • Cue. Numerator 2xh+h25h=h(2x+h5)2xh + h^2 - 5h = h(2x + h - 5); divide and take limit: f(x)=2x5f'(x) = 2x - 5.

Q2. Find the average rate of change of f(x)=x3f(x) = x^3 between x=1x = 1 and x=2x = 2. [2 marks]

  • Cue. 8121=7\frac{8 - 1}{2 - 1} = 7.

Q3. Differentiate f(x)=4x2+2f(x) = 4x^2 + 2 from first principles, then state f(1)f'(1). [3+1 marks]

  • Cue. 8xh+4h2h=8x+4h8x\frac{8xh + 4h^2}{h} = 8x + 4h \to 8x, so f(x)=8xf'(x) = 8x and f(1)=8f'(1) = 8.

Exam-style practice questions

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

2023 VCAA Paper 13 marksFind f(x)f'(x) from first principles for f(x)=2x23xf(x) = 2x^2 - 3x.
Show worked answer →

Start with the limit definition: f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}.

Compute f(x+h)f(x + h): f(x+h)=2(x+h)23(x+h)=2(x2+2xh+h2)3x3h=2x2+4xh+2h23x3hf(x + h) = 2(x + h)^2 - 3(x + h) = 2(x^2 + 2xh + h^2) - 3x - 3h = 2x^2 + 4xh + 2h^2 - 3x - 3h.

Compute the numerator: f(x+h)f(x)=(2x2+4xh+2h23x3h)(2x23x)=4xh+2h23hf(x + h) - f(x) = (2x^2 + 4xh + 2h^2 - 3x - 3h) - (2x^2 - 3x) = 4xh + 2h^2 - 3h.

Divide by hh: f(x+h)f(x)h=4x+2h3\frac{f(x + h) - f(x)}{h} = 4x + 2h - 3.

Take the limit: f(x)=limh0(4x+2h3)=4x3f'(x) = \lim_{h \to 0} (4x + 2h - 3) = 4x - 3.

Markers reward setting up the limit, expanding f(x+h)f(x + h) correctly, cancelling hh before taking the limit, and stating the final answer.

2025 VCAA Paper 12 marksThe function f(x)=x2+1f(x) = x^2 + 1 describes the height of a particle in metres at time t=xt = x seconds. Find the average rate of change of ff between x=1x = 1 and x=3x = 3.
Show worked answer →

Average rate of change between x=ax = a and x=bx = b is f(b)f(a)ba\frac{f(b) - f(a)}{b - a}.

f(3)=10f(3) = 10, f(1)=2f(1) = 2.

Average rate of change =10231=82=4= \frac{10 - 2}{3 - 1} = \frac{8}{2} = 4 metres per second.

Markers reward the formula, correct substitution, and units.

Related dot points