← Year 12: Calculus

NSWMaths AdvancedSyllabus dot point

How can the derivative be used to analyse curves and solve optimisation and rate problems?

Use the first and second derivatives to find stationary points, points of inflection, and to solve optimisation and related rates problems

A focused answer to the HSC Maths Advanced dot point on applications of differentiation. Stationary points, concavity and inflection, maxima and minima word problems, and related rates with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy10 min answer

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

What this dot point is asking

NESA wants you to use derivatives to analyse functions and model real-world problems. The first derivative locates stationary points (where the tangent is horizontal); the second derivative tells you about concavity and identifies maxima, minima and inflection points. You then apply this to optimisation problems (largest area, least cost) and related rates (how two changing quantities are linked).

The answer

Stationary points

A stationary point of f(x)f(x) occurs where fβ€²(x)=0f'(x) = 0. To classify it, use one of two tests.

First derivative test. Check the sign of fβ€²(x)f'(x) just before and just after the stationary point.

  • Sign change from positive to negative: local maximum.
  • Sign change from negative to positive: local minimum.
  • No sign change: horizontal point of inflection.

Second derivative test. Evaluate fβ€²β€²(x)f''(x) at the stationary point.

  • IMATH_4 : local maximum (curve is concave down).
  • IMATH_5 : local minimum (curve is concave up).
  • IMATH_6 : test is inconclusive, fall back on the first derivative test.

Concavity and points of inflection

A point of inflection is where the concavity changes. Find candidates by solving fβ€²β€²(x)=0f''(x) = 0, then confirm the concavity actually changes by checking the sign of fβ€²β€²f'' either side.

Optimisation word problems

Follow a standard recipe.

  1. Draw a diagram and label variables.
  2. Write the quantity to optimise (area, volume, cost) as a function.
  3. Use the constraint to reduce to one variable.
  4. Differentiate and set to zero to find critical values.
  5. Confirm maximum or minimum using fβ€²β€²f'' or a sign table.
  6. Check endpoints if the domain is restricted.
  7. State the final answer with units.

Related rates

When two quantities xx and yy both change with time and are linked by an equation, differentiate the equation with respect to tt (implicit differentiation). Substitute the given rate and the instantaneous value to solve for the unknown rate.

Worked example: optimisation

A closed cylindrical can has volume V=500V = 500 cm3^3. Find the radius rr and height hh that minimise the surface area.

Surface area: S=2Ο€r2+2Ο€rhS = 2 \pi r^2 + 2 \pi r h.

Constraint: Ο€r2h=500\pi r^2 h = 500, so h=500Ο€r2h = \frac{500}{\pi r^2}.

Substitute: S(r)=2Ο€r2+1000rS(r) = 2 \pi r^2 + \frac{1000}{r}.

Differentiate: Sβ€²(r)=4Ο€rβˆ’1000r2S'(r) = 4 \pi r - \frac{1000}{r^2}.

Set Sβ€²(r)=0S'(r) = 0: 4Ο€r=1000r24 \pi r = \frac{1000}{r^2}, so r3=250Ο€r^3 = \frac{250}{\pi} and r=250Ο€3β‰ˆ4.30r = \sqrt[3]{\frac{250}{\pi}} \approx 4.30 cm.

Sβ€²β€²(r)=4Ο€+2000r3>0S''(r) = 4 \pi + \frac{2000}{r^3} > 0, confirming a minimum.

h=500Ο€r2β‰ˆ8.60h = \frac{500}{\pi r^2} \approx 8.60 cm.

Worked example: related rates

A ladder 55 m long leans against a vertical wall. The base slides away from the wall at 0.20.2 m/s. How fast is the top sliding down when the base is 33 m from the wall?

Let xx be the distance of the base from the wall and yy the height of the top. Then x2+y2=25x^2 + y^2 = 25.

Differentiate with respect to tt: 2xdxdt+2ydydt=02 x \frac{dx}{dt} + 2 y \frac{dy}{dt} = 0, so dydt=βˆ’xyβ‹…dxdt\frac{dy}{dt} = -\frac{x}{y} \cdot \frac{dx}{dt}.

When x=3x = 3, y=25βˆ’9=4y = \sqrt{25 - 9} = 4.

dydt=βˆ’34β‹…0.2=βˆ’0.15\frac{dy}{dt} = -\frac{3}{4} \cdot 0.2 = -0.15 m/s.

The negative sign means the top is sliding downward at 0.150.15 m/s.

Common traps

Forgetting to classify the stationary point. Setting fβ€²(x)=0f'(x) = 0 only finds candidates. You must justify whether each is a maximum, minimum or horizontal inflection.

Assuming fβ€²β€²(x)=0f''(x) = 0 guarantees an inflection. The concavity must actually change. For example, f(x)=x4f(x) = x^4 has fβ€²β€²(0)=0f''(0) = 0 but no inflection there.

Not eliminating one variable in optimisation. You cannot differentiate a function of two variables in Maths Advanced. Use the constraint to reduce to one.

Ignoring units and domain. A negative radius is meaningless. Always check the feasible domain and state units in the final answer.

Confusing dydx\frac{dy}{dx} with dydt\frac{dy}{dt} in related rates. When time is the underlying variable, every quantity must be differentiated with respect to tt.

In one sentence

The first and second derivatives locate and classify stationary points and inflection, and underpin optimisation and related rates problems by linking the rates at which two quantities change.

Past exam questions, worked

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

2021 HSC Q144 marksA rectangular paddock is to be fenced along three sides (one side borders a river and needs no fence). If 200 m of fencing is available, find the maximum area that can be enclosed.
Show worked answer β†’

Let xx be the side perpendicular to the river and yy the side parallel to it.

Constraint: 2x+y=2002x + y = 200, so y=200βˆ’2xy = 200 - 2x.

Area: A(x)=xy=x(200βˆ’2x)=200xβˆ’2x2A(x) = x y = x(200 - 2x) = 200 x - 2 x^2.

Differentiate: Aβ€²(x)=200βˆ’4xA'(x) = 200 - 4x. Set Aβ€²(x)=0A'(x) = 0: x=50x = 50.

Second derivative: Aβ€²β€²(x)=βˆ’4<0A''(x) = -4 < 0, so this is a maximum.

y=200βˆ’100=100y = 200 - 100 = 100. Maximum area =50Γ—100=5000= 50 \times 100 = 5000 m2^2.

Markers reward defining variables, writing the constraint, expressing area in one variable, and confirming a maximum using Aβ€²β€²A'' or sign analysis.

2019 HSC Q133 marksWater is poured into a conical container at a constant rate of 4 cm$^3$/s. The cone has its vertex pointing down, with a base radius of 6 cm and a height of 12 cm. Find the rate at which the water level is rising when the water is 3 cm deep.
Show worked answer β†’

By similar triangles, rh=612=12\frac{r}{h} = \frac{6}{12} = \frac{1}{2}, so r=h2r = \frac{h}{2}.

Volume of water: V=13Ο€r2h=13Ο€(h2)2h=Ο€h312V = \frac{1}{3} \pi r^2 h = \frac{1}{3} \pi \left(\frac{h}{2}\right)^2 h = \frac{\pi h^3}{12}.

Differentiate with respect to tt: dVdt=Ο€h24β‹…dhdt\frac{dV}{dt} = \frac{\pi h^2}{4} \cdot \frac{dh}{dt}.

Substitute dVdt=4\frac{dV}{dt} = 4 and h=3h = 3: 4=9Ο€4β‹…dhdt4 = \frac{9 \pi}{4} \cdot \frac{dh}{dt}.

dhdt=169Ο€β‰ˆ0.566\frac{dh}{dt} = \frac{16}{9 \pi} \approx 0.566 cm/s.

Markers expect the similar-triangle relation, volume in one variable, implicit differentiation in tt, and a final answer with units.

Related dot points