← Unit 2: Functions, calculus and probability

VICMath MethodsSyllabus dot point

How is differentiation used to analyse and optimise functions?

Use differentiation to analyse the behaviour of functions, including locating and classifying stationary points, finding tangent and normal equations, and solving optimisation problems

A focused answer to the VCE Maths Methods Unit 2 dot point on applications of differentiation. Locates stationary points by $f'(x) = 0$, classifies with the first-derivative sign test or the second-derivative test, writes tangent and normal equations, and works the VCAA SAC-style box-maximisation optimisation problem.

Generated by Claude OpusReviewed by Better Tuition Academy6 min answer

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

What this dot point is asking

VCAA wants you to apply differentiation to function analysis: finding stationary points and classifying them, deriving tangent and normal equations, and solving optimisation problems by constructing a single-variable function and finding its extremum.

Stationary points

A point on y=f(x)y = f(x) where fβ€²(x)=0f'(x) = 0. Three types:

  • Local maximum: fβ€²f' changes from positive to negative.
  • Local minimum: fβ€²f' changes from negative to positive.
  • Stationary point of inflection: fβ€²f' does not change sign.

First-derivative sign test

Pick a point just to the left and just to the right of the stationary point; compute the sign of fβ€²f' at each.

Second-derivative test

If fβ€²(a)=0f'(a) = 0 and:

  • IMATH_7 : local minimum (concave up).
  • IMATH_8 : local maximum (concave down).
  • IMATH_9 : test is inconclusive; use the first-derivative sign test instead.

Tangent and normal lines

Tangent at x=ax = a: yβˆ’f(a)=fβ€²(a)(xβˆ’a)y - f(a) = f'(a)(x - a).

Normal at x=ax = a: yβˆ’f(a)=βˆ’1fβ€²(a)(xβˆ’a)y - f(a) = -\dfrac{1}{f'(a)}(x - a) (perpendicular to the tangent; provided fβ€²(a)β‰ 0f'(a) \neq 0).

If fβ€²(a)=0f'(a) = 0 the tangent is horizontal and the normal is vertical (x=ax = a).

Optimisation procedure

  1. Identify the quantity to optimise (area, volume, cost, distance).
  2. Express it as a function of one variable using the constraints.
  3. Differentiate; set fβ€²(x)=0f'(x) = 0; solve.
  4. Verify with a sign test or the second-derivative test.
  5. Check the domain boundaries (the global extremum might be at an endpoint).
  6. State the answer in words with units.

Worked example (stationary points)

For f(x)=x3βˆ’6x2+9x+2f(x) = x^3 - 6x^2 + 9x + 2:

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

Stationary points: x=1,x=3x = 1, x = 3.

yy-coordinates: f(1)=1βˆ’6+9+2=6f(1) = 1 - 6 + 9 + 2 = 6; f(3)=27βˆ’54+27+2=2f(3) = 27 - 54 + 27 + 2 = 2.

Second-derivative test: fβ€²β€²(x)=6xβˆ’12f''(x) = 6x - 12. fβ€²β€²(1)=βˆ’6<0f''(1) = -6 < 0, so local max at (1,6)(1, 6). fβ€²β€²(3)=6>0f''(3) = 6 > 0, so local min at (3,2)(3, 2).

Common traps

Forgetting to find yy-coordinates. A stationary point is a point; both xx and yy are needed.

Skipping the classification. fβ€²(x)=0f'(x) = 0 identifies candidates; the test tells you which type.

Treating local extrema as global. Always check the domain endpoints.

Domain restriction in optimisation. A rectangle cannot have negative or zero side lengths. Enforce the practical domain.

In one sentence

Differentiation locates stationary points by setting fβ€²(x)=0f'(x) = 0, classifies them by the first-derivative sign test or the sign of fβ€²β€²(x)f''(x), gives tangent (m=fβ€²(a)m = f'(a)) and normal (m=βˆ’1/fβ€²(a)m = -1/f'(a)) line equations, and solves optimisation problems by modelling the quantity to optimise as a single-variable function and finding its extremum (with domain endpoints checked).

Past exam questions, worked

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

Year 11 SAC5 marksAn open box is made from a square sheet of cardboard of side $12$ cm by cutting equal squares from each corner and folding up the sides. Let $x$ be the side length of the removed squares. Find the value of $x$ that maximises the volume of the box.
Show worked answer β†’

Volume: V(x)=x(12βˆ’2x)2V(x) = x(12 - 2x)^2 for 0<x<60 < x < 6.

Differentiate (chain rule plus product rule):

Vβ€²(x)=(12βˆ’2x)2+xβ‹…2(12βˆ’2x)(βˆ’2)=(12βˆ’2x)[(12βˆ’2x)βˆ’4x]=(12βˆ’2x)(12βˆ’6x)V'(x) = (12 - 2x)^2 + x \cdot 2(12 - 2x)(-2) = (12 - 2x)[(12 - 2x) - 4x] = (12 - 2x)(12 - 6x).

Vβ€²(x)=0V'(x) = 0 when x=6x = 6 (boundary, rejected) or x=2x = 2.

Sign test: Vβ€²(1)>0V'(1) > 0, Vβ€²(3)<0V'(3) < 0. Sign change positive to negative: local maximum.

Optimal x=2x = 2 cm. Maximum volume: V(2)=2β‹…64=128V(2) = 2 \cdot 64 = 128 cm3^3.

Markers reward the modelling step, the derivative via product/chain, factoring before solving, the sign test, and the answer with units.

Related dot points