← Unit 1

VICMath MethodsSyllabus dot point

How is the concept of a rate of change introduced in VCE Math Methods Unit 1, leading to the derivative?

Average rates of change between two points, the gradient of a chord, the gradient at a point as a limit, and the derivative of polynomial functions using the power rule

A focused answer to the VCE Math Methods Unit 1 key-knowledge point introducing calculus. The average rate of change as the gradient of a chord, the instantaneous rate of change as a limit, and the power rule for derivatives of polynomial functions; foundation for the full Unit 3 differentiation toolkit.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

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

What this dot point is asking

VCAA wants you to introduce calculus through the concept of a rate of change: average rates between two points (gradient of a chord), instantaneous rates at a point (gradient of a tangent), and the derivative formula via the power rule for polynomials. The dot point is the introduction to Unit 3's full differentiation work.

Average rate of change

The average rate of change of y=f(x)y = f(x) between x=ax = a and x=bx = b is:

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

This is the gradient of the chord joining the points (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

Interpretation: how much the function changes on average per unit of xx between the two points.

Instantaneous rate of change: the gradient at a point

The instantaneous rate of change at x=ax = a is the limit of the average rates as the second point approaches aa:

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

Geometrically, this is the gradient of the tangent to the curve at x=ax = a.

The derivative function fβ€²(x)f'(x) gives the gradient at any value of xx.

The power rule

For f(x)=xnf(x) = x^n, the derivative is:

fβ€²(x)=nxnβˆ’1f'(x) = n x^{n - 1}

This rule extends to polynomial sums via linearity:

ddx[af(x)+bg(x)]=afβ€²(x)+bgβ€²(x)\frac{d}{dx}[a f(x) + b g(x)] = a f'(x) + b g'(x)

For Unit 1, the power rule applies for non-negative integer nn; Unit 3 extends to all rational nn.

Worked examples

f(x)=x4f(x) = x^4: fβ€²(x)=4x3f'(x) = 4 x^3.

f(x)=3x5βˆ’2x2+7f(x) = 3 x^5 - 2 x^2 + 7: fβ€²(x)=15x4βˆ’4x+0=15x4βˆ’4xf'(x) = 15 x^4 - 4 x + 0 = 15 x^4 - 4 x.

The derivative of a constant is zero (constants do not change).

Tangent and normal

Tangent. The line touching the curve at one point with the same gradient as the curve.

For y=f(x)y = f(x) at x=ax = a: tangent has gradient fβ€²(a)f'(a). Equation: yβˆ’f(a)=fβ€²(a)(xβˆ’a)y - f(a) = f'(a)(x - a).

Normal. Perpendicular to the tangent at the same point.

Gradient of normal =βˆ’1/fβ€²(a)= -1 / f'(a) (negative reciprocal of tangent gradient).

Worked example

y=x2βˆ’4x+3y = x^2 - 4 x + 3 at x=1x = 1. f(1)=1βˆ’4+3=0f(1) = 1 - 4 + 3 = 0.

fβ€²(x)=2xβˆ’4f'(x) = 2 x - 4. fβ€²(1)=βˆ’2f'(1) = -2.

Tangent: yβˆ’0=βˆ’2(xβˆ’1)y - 0 = -2(x - 1), i.e. y=βˆ’2x+2y = -2 x + 2.

Normal: gradient 1/21/2. yβˆ’0=(1/2)(xβˆ’1)y - 0 = (1/2)(x - 1), i.e. y=(xβˆ’1)/2y = (x - 1)/2.

Increasing and decreasing functions

A function is increasing on an interval if fβ€²(x)>0f'(x) > 0 throughout, decreasing if fβ€²(x)<0f'(x) < 0.

At a stationary point, fβ€²(x)=0f'(x) = 0. The point is a local maximum if fβ€²f' changes from positive to negative there, local minimum if fβ€²f' changes from negative to positive, or a stationary inflection if the sign does not change.

Worked example: stationary points

f(x)=x3βˆ’3x+2f(x) = x^3 - 3 x + 2. fβ€²(x)=3x2βˆ’3=3(xβˆ’1)(x+1)f'(x) = 3 x^2 - 3 = 3(x - 1)(x + 1).

fβ€²(x)=0f'(x) = 0 at x=1x = 1 and x=βˆ’1x = -1.

Sign of fβ€²f':

  • IMATH_48 : positive (e.g. x=βˆ’2x = -2, fβ€²=9>0f' = 9 > 0). Function increasing.
  • IMATH_51 : negative. Function decreasing.
  • IMATH_52 : positive. Function increasing.

So at x=βˆ’1x = -1 the function changes from increasing to decreasing: local maximum. f(βˆ’1)=βˆ’1+3+2=4f(-1) = -1 + 3 + 2 = 4.

At x=1x = 1 from decreasing to increasing: local minimum. f(1)=1βˆ’3+2=0f(1) = 1 - 3 + 2 = 0.

Common errors

Forgetting the limit definition. Average rate is a finite difference; instantaneous rate is the limit. They are different in general but related.

Power rule applied to non-power functions. The power rule applies to xnx^n. It does not directly apply to exe^x, sin⁑x\sin x, or ln⁑x\ln x (those are introduced in Unit 3).

Tangent gradient confused with the function value. f(a)f(a) is the function's value at aa. fβ€²(a)f'(a) is the gradient at aa. Different objects.

Forgetting to factor before finding stationary points. fβ€²(x)=0f'(x) = 0 requires solving for xx; factor first.

Wrong normal gradient. Normal gradient is βˆ’1/m-1 / m where mm is the tangent gradient. Sign and reciprocal both matter.

In one sentence

Unit 1 calculus introduces the rate of change concept (average rate between two points as the gradient of a chord, instantaneous rate at a point as the limit of average rates and the gradient of a tangent), the power rule ddx(xn)=nxnβˆ’1\frac{d}{dx}(x^n) = n x^{n-1} for polynomial functions, and the use of the derivative to find tangent and normal lines and to classify stationary points; Unit 3 will extend the derivative to exponential, logarithmic and trigonometric functions and to the product, quotient and chain rules.

Past exam questions, worked

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

Year 11 SAC4 marksFor $f(x) = x^3 - 2x$, (a) find the average rate of change between $x = 1$ and $x = 3$, (b) find $f'(x)$, (c) find the gradient of the tangent at $x = 2$.
Show worked answer β†’

(a) Average rate of change. (f(3)βˆ’f(1))/(3βˆ’1)=((27βˆ’6)βˆ’(1βˆ’2))/2=(21βˆ’(βˆ’1))/2=22/2=11(f(3) - f(1)) / (3 - 1) = ((27 - 6) - (1 - 2)) / 2 = (21 - (-1)) / 2 = 22 / 2 = 11.

(b) Derivative. Power rule term by term: fβ€²(x)=3x2βˆ’2f'(x) = 3 x^2 - 2.

(c) Gradient at x=2x = 2. fβ€²(2)=3(4)βˆ’2=10f'(2) = 3(4) - 2 = 10.

Markers reward correct evaluation of average rate (chord gradient), application of the power rule, and substitution to find the tangent gradient.

Related dot points