← Unit 3

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) = \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 OpusReviewed by Better Tuition Academy7 min answer

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

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)bβˆ’a\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)=lim⁑hβ†’0f(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)=lim⁑hβ†’0f(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)=lim⁑xβ†’af(x)βˆ’f(a)xβˆ’af'(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 h→0h \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)=lim⁑hβ†’0f(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)=lim⁑hβ†’0(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)=lim⁑hβ†’0(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 lim⁑hβ†’0f(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)=∣x∣f(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.

Common Paper 1 traps

Skipping the limit definition. "First principles" specifically means the limit. Writing ddx(x2+3x)=2x+3\frac{d}{dx}(x^2 + 3x) = 2x + 3 by the power rule earns zero marks even if the answer is correct.

Substituting h=0h = 0 too early. You cannot evaluate the difference quotient at h=0h = 0 directly (you get 0/00/0). Simplify first, then take the limit.

Not factoring out hh before cancelling. The whole point of the algebra is to cancel the hh in the denominator with one hh in the numerator. If you cannot factor hh out, recheck the algebra.

Forgetting to expand (x+h)n(x + h)^n correctly. Use the binomial expansion or pure algebra; do not write (x+h)2=x2+h2(x + h)^2 = x^2 + h^2.

In one sentence

Differentiation from first principles applies the limit fβ€²(x)=lim⁑hβ†’0f(x+h)βˆ’f(x)hf'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h} by expanding f(x+h)f(x + h), simplifying the difference quotient until the hh in the denominator cancels, then evaluating the remaining expression at h=0h = 0, all without using the shortcut differentiation rules.

Past exam questions, worked

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

2023 VCAA Paper 13 marksFind $f'(x)$ from first principles for $f(x) = 2x^2 - 3x$.
Show worked answer β†’

Start with the limit definition: fβ€²(x)=lim⁑hβ†’0f(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)2βˆ’3(x+h)=2(x2+2xh+h2)βˆ’3xβˆ’3h=2x2+4xh+2h2βˆ’3xβˆ’3hf(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+2h2βˆ’3xβˆ’3h)βˆ’(2x2βˆ’3x)=4xh+2h2βˆ’3hf(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+2hβˆ’3\frac{f(x + h) - f(x)}{h} = 4x + 2h - 3.

Take the limit: fβ€²(x)=lim⁑hβ†’0(4x+2hβˆ’3)=4xβˆ’3f'(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) = x^2 + 1$ describes the height of a particle in metres at time $t = x$ seconds. Find the average rate of change of $f$ between $x = 1$ and $x = 3$.
Show worked answer β†’

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

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

Average rate of change =10βˆ’23βˆ’1=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