← Unit 3: Further calculus and statistics

QLDMath MethodsSyllabus dot point

Topic 1: Further differentiation and applications

Use the first and second derivative to analyse the behaviour of a function (intervals of increase and decrease, stationary points and their nature, concavity and inflection), and apply the derivative to solve optimisation and rates of change problems in context

A focused answer to the QCE Mathematical Methods Unit 3 dot point on the applications of differentiation. Sets out how to use the first and second derivative to classify stationary points, walks through the optimisation method (model, constrain, differentiate, classify, check), and the related rates approach that QCAA examiners reward in PSMTs and EA extended response.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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

What this dot point is asking

QCAA wants you to apply the first and second derivative to analyse function behaviour, solve optimisation problems in real-world contexts, and connect related rates of change through the chain rule. This dot point is the highest-yielding application of Topic 1 and is heavily examined in IA2 Paper 2, EA Paper 2 Section B, and many PSMT contexts.

The answer

The first derivative

The first derivative fβ€²(x)f'(x) measures the instantaneous rate of change. Its sign reveals function behaviour.

  • IMATH_2 on an interval: ff is increasing on that interval.
  • IMATH_4 on an interval: ff is decreasing on that interval.
  • IMATH_6 at a point: stationary point (the tangent is horizontal).

Stationary points come in three flavours:

  1. Local maximum. fβ€²f' changes from positive to negative.
  2. Local minimum. fβ€²f' changes from negative to positive.
  3. Stationary point of inflection. fβ€²f' does not change sign (zero touch).

The second derivative

The second derivative fβ€²β€²(x)f''(x) measures the rate of change of fβ€²f', equivalent to the concavity of ff.

  • IMATH_13 : ff is concave up (cups upward).
  • IMATH_15 : ff is concave down (cups downward).
  • IMATH_17 and changes sign: point of inflection.

The second-derivative test classifies stationary points quickly. At a stationary point x=cx = c where fβ€²(c)=0f'(c) = 0:

  • IMATH_20 : local maximum.
  • IMATH_21 : local minimum.
  • IMATH_22 : inconclusive; fall back to a first-derivative sign chart.

The optimisation method

Every optimisation problem follows the same five steps.

  1. Identify and label. Draw a diagram. Define the variables. Identify what is to be maximised or minimised.
  2. Write the quantity to optimise. Express the target (VV, AA, CC, TT, etc.) as a function of one variable. Use any constraint to eliminate the others.
  3. Differentiate and set to zero. Find the stationary points by solving fβ€²(x)=0f'(x) = 0.
  4. Classify and check the domain. Use the second-derivative test (or a sign chart). Reject any stationary points that fall outside the physical domain.
  5. State the answer in context with units. Give both the optimising value of the variable and the optimised quantity.

Related rates of change

When two or more related quantities change with time, the chain rule links their rates.

dydt=dydxβ‹…dxdt\frac{dy}{dt} = \frac{dy}{dx} \cdot \frac{dx}{dt}

For a related rates problem:

  1. Write the formula relating the quantities.
  2. Differentiate implicitly with respect to time (or use the chain rule).
  3. Substitute the instantaneous values, including the given rate.
  4. Solve for the unknown rate.

Common contexts: volume of a sphere or cylinder while being filled or drained, the angle of elevation as a height changes, the distance between two moving objects.

Worked examples

Curve sketching

For f(x)=x3βˆ’3xf(x) = x^3 - 3 x, find and classify all stationary points.

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

fβ€²β€²(x)=6xf''(x) = 6 x. At x=1x = 1: fβ€²β€²(1)=6>0f''(1) = 6 > 0 so local min, f(1)=βˆ’2f(1) = -2. At x=βˆ’1x = -1: fβ€²β€²(βˆ’1)=βˆ’6<0f''(-1) = -6 < 0 so local max, f(βˆ’1)=2f(-1) = 2.

Optimisation in context

A rectangle is inscribed under the curve y=9βˆ’x2y = 9 - x^2 in the first quadrant, with two sides on the axes. Find the dimensions of the rectangle of maximum area.

Let the upper-right corner sit at (x,9βˆ’x2)(x, 9 - x^2) with 0<x<30 < x < 3. Area A(x)=x(9βˆ’x2)=9xβˆ’x3A(x) = x (9 - x^2) = 9 x - x^3.

Aβ€²(x)=9βˆ’3x2=0β€…β€ŠβŸΉβ€…β€Šx=3A'(x) = 9 - 3 x^2 = 0 \implies x = \sqrt{3} (reject negative).

Aβ€²β€²(x)=βˆ’6xA''(x) = -6 x, Aβ€²β€²(3)=βˆ’63<0A''(\sqrt{3}) = -6 \sqrt{3} < 0, so x=3x = \sqrt{3} gives a local maximum.

Max area: A(3)=3(9βˆ’3)=63β‰ˆ10.39A(\sqrt{3}) = \sqrt{3} (9 - 3) = 6 \sqrt{3} \approx 10.39 square units. Dimensions: 3\sqrt{3} by 66.

Related rates (sliding ladder)

A 5 m ladder rests against a wall. The base slides away from the wall at 0.2 m/s. How fast is the top sliding down when the base is 3 m from the wall?

Let xx be the base distance and yy the height. x2+y2=25x^2 + y^2 = 25.

Differentiate with respect to tt: 2xdxdt+2ydydt=02 x \dfrac{dx}{dt} + 2 y \dfrac{dy}{dt} = 0, so dydt=βˆ’xydxdt\dfrac{dy}{dt} = -\dfrac{x}{y} \dfrac{dx}{dt}.

At x=3x = 3: y=25βˆ’9=4y = \sqrt{25 - 9} = 4. dydt=βˆ’34β‹…0.2=βˆ’0.15\dfrac{dy}{dt} = -\dfrac{3}{4} \cdot 0.2 = -0.15 m/s.

The top is descending at 0.150.15 m/s.

Common traps

Skipping the domain restriction. In the open-box example, xx must satisfy 0<x<100 < x < 10, otherwise the base is non-physical. The other stationary point (xβ‰ˆ12.74x \approx 12.74) is mathematically valid but contextually impossible.

Forgetting to classify. A stationary point is not automatically a maximum. Use the second-derivative test or a sign chart.

Reporting the optimising variable instead of the optimal quantity. If the question asks "find the maximum volume", report the volume, not the value of xx. If it asks for both, give both.

Mixing up the chain rule in related rates. Always write the chain rule statement explicitly. Substituting numerical values before differentiating loses the relationship between rates.

Omitting units. PSMT and EA markers strip marks for missing or wrong units. Always state cm, cm2^2, cm3^3, m/s as appropriate.

Treating endpoints as stationary points. On a closed interval, the maximum may occur at an endpoint where the derivative is non-zero. Always evaluate the function at the endpoints as well.

In one sentence

Differentiation finds where a function is increasing, decreasing, stationary or inflecting, and applies through the optimisation method (model, constrain, differentiate, classify, check) and through related rates (chain rule with time) to almost every real-world problem in Unit 3.

Past exam questions, worked

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

2023 QCAA-style P26 marksA rectangular sheet of cardboard is 30 cm by 20 cm. Squares of side $x$ cm are cut from each corner and the sides folded up to form an open-topped box. (a) Show that the volume of the box is $V(x) = x (30 - 2x) (20 - 2x)$. (b) Find the value of $x$ that maximises the volume, and state the maximum volume.
Show worked answer β†’

A 6-mark optimisation answer needs the modelling step, the derivative, the stationary point, the nature test, and the contextual answer.

(a) After cutting and folding, the base measures (30βˆ’2x)(30 - 2x) by (20βˆ’2x)(20 - 2x) and the height is xx. So V(x)=x(30βˆ’2x)(20βˆ’2x)V(x) = x (30 - 2x) (20 - 2x).

(b) Expand for differentiation: V(x)=x(600βˆ’100x+4x2)=4x3βˆ’100x2+600xV(x) = x (600 - 100 x + 4 x^2) = 4 x^3 - 100 x^2 + 600 x.

Vβ€²(x)=12x2βˆ’200x+600=4(3x2βˆ’50x+150)V'(x) = 12 x^2 - 200 x + 600 = 4 (3 x^2 - 50 x + 150).

Set Vβ€²(x)=0V'(x) = 0: 3x2βˆ’50x+150=03 x^2 - 50 x + 150 = 0, so x=50Β±2500βˆ’18006=50Β±7006x = \frac{50 \pm \sqrt{2500 - 1800}}{6} = \frac{50 \pm \sqrt{700}}{6}.

700β‰ˆ26.46\sqrt{700} \approx 26.46, so xβ‰ˆ12.74x \approx 12.74 or xβ‰ˆ3.92x \approx 3.92.

Domain: 0<x<100 < x < 10 (otherwise the base has negative width). Reject xβ‰ˆ12.74x \approx 12.74. So xβ‰ˆ3.92x \approx 3.92 cm.

Nature check: Vβ€²β€²(x)=24xβˆ’200V''(x) = 24 x - 200. At xβ‰ˆ3.92x \approx 3.92, Vβ€²β€²(3.92)β‰ˆ94βˆ’200=βˆ’106<0V''(3.92) \approx 94 - 200 = -106 < 0, so this is a local maximum.

Maximum volume: V(3.92)β‰ˆ3.92Γ—22.16Γ—12.16β‰ˆ1056V(3.92) \approx 3.92 \times 22.16 \times 12.16 \approx 1056 cm3^3.

Markers reward the volume model, the derivative, the domain restriction (often missed), the second-derivative classification, and the substituted value with units.

2022 QCAA-style P24 marksA spherical balloon is being inflated so that its radius increases at a constant rate of 0.5 cm/s. Find the rate at which the volume is increasing when the radius is 8 cm. (Volume of a sphere: $V = \frac{4}{3} \pi r^3$.)
Show worked answer β†’

A 4-mark related rates answer needs the chain rule setup, the substituted values, and the final rate with units.

Given: drdt=0.5\frac{dr}{dt} = 0.5 cm/s, V=43Ο€r3V = \frac{4}{3} \pi r^3, find dVdt\frac{dV}{dt} when r=8r = 8.

dVdr=4Ο€r2\frac{dV}{dr} = 4 \pi r^2.

Chain rule: dVdt=dVdrβ‹…drdt=4Ο€r2β‹…0.5=2Ο€r2\frac{dV}{dt} = \frac{dV}{dr} \cdot \frac{dr}{dt} = 4 \pi r^2 \cdot 0.5 = 2 \pi r^2.

At r=8r = 8: dVdt=2Ο€(8)2=128Ο€β‰ˆ402.1\frac{dV}{dt} = 2 \pi (8)^2 = 128 \pi \approx 402.1 cm3^3/s.

Markers reward the chain rule statement, the substitution, and the answer with both exact form (128Ο€128 \pi) and a decimal approximation with units.

Related dot points