Skip to main content
QLDMath MethodsSyllabus dot point

Topic 3: Introduction to differential calculus

Use the derivative to find stationary points of a polynomial function and classify them, and apply differentiation to simple optimisation problems

A focused answer to the QCE Math Methods Unit 2 dot point on stationary points. Locates stationary points by solving f(x)=0f'(x) = 0, classifies them as maxima, minima or stationary points of inflection using the first-derivative sign test, and works the QCAA-style optimisation problem (maximising the area of a fenced rectangle).

Generated by Claude Opus 4.87 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. Stationary points
  3. Finding stationary points
  4. Classifying with the first-derivative sign test
  5. Local versus global extrema
  6. Optimisation procedure
  7. The second-derivative test

What this dot point is asking

QCAA wants you to locate stationary points of polynomial functions (where f(x)=0f'(x) = 0), classify them as local maxima, local minima or stationary points of inflection, and apply the technique to simple worded optimisation problems.

Stationary points

A stationary point is a point on the curve where f(x)=0f'(x) = 0, that is, the tangent line is horizontal. Stationary points come in three types:

  • Local maximum: ff' changes from positive (rising) to negative (falling) as xx passes through the point.
  • Local minimum: ff' changes from negative (falling) to positive (rising).
  • Stationary point of inflection: ff' does not change sign (positive on both sides, or negative on both sides).

Finding stationary points

Procedure:

  1. Differentiate the function to get f(x)f'(x).
  2. Solve f(x)=0f'(x) = 0 for xx to find the xx-coordinates of stationary points.
  3. Substitute each xx-value back into f(x)f(x) to find the yy-coordinate.

Classifying with the first-derivative sign test

Pick a point just to the left and just to the right of the stationary point, and compute the sign of ff' at each.

Sign of ff' before Sign of ff' after Type
+ - Local maximum
- + Local minimum
+ + Stationary point of inflection (rising)
- - Stationary point of inflection (falling)

Local versus global extrema

A stationary point gives a local extremum, the largest or smallest value in its immediate neighbourhood. Over a restricted domain (common in optimisation, where a length cannot be negative) the global maximum or minimum may instead occur at an endpoint of the domain rather than at a stationary point. The complete method therefore compares the values at every stationary point with the values at the domain endpoints, and the largest of these is the global maximum. Forgetting the endpoints is a frequent way to miss the true optimum in a worded problem.

Optimisation procedure

For a worded problem asking for a maximum or minimum:

  1. Identify the quantity to optimise (area, volume, cost).
  2. Express it as a function of a single variable (use the constraint to eliminate other variables).
  3. Differentiate; set f(x)=0f'(x) = 0; solve for xx.
  4. Verify with a sign test (or check endpoints of the feasible region).
  5. State the answer in words with units.

The second-derivative test

An alternative to the sign test classifies a stationary point using the second derivative: if f(x)>0f''(x) > 0 at the point the curve is concave up and it is a local minimum, while f(x)<0f''(x) < 0 means concave down and a local maximum. If f(x)=0f''(x) = 0 the test is inconclusive and you fall back on the first-derivative sign test. The second-derivative test is quicker when the second derivative is easy to compute, which is why it is worth knowing alongside the sign diagram.

Exam-style practice questions

Practice questions written in the style of QCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

QCAA 20225 marksPaper 2 (complex familiar). A farmer has 4040 m of fence to enclose a rectangular paddock against a straight river (no fence along the river). Determine the dimensions that maximise the enclosed area, and state that maximum area.
Show worked answer →

Let the sides perpendicular to the river be xx and the side parallel be yy. The fence gives 2x+y=402x + y = 40, so y=402xy = 40 - 2x.

Area A(x)=x(402x)=40x2x2A(x) = x(40 - 2x) = 40x - 2x^2, so A(x)=404xA'(x) = 40 - 4x. Setting A(x)=0A'(x) = 0 gives x=10x = 10.

Sign test: A(9)=4>0A'(9) = 4 > 0 and A(11)=4<0A'(11) = -4 < 0, confirming a maximum. Then y=4020=20y = 40 - 20 = 20 and A=200A = 200 m2^2.

Markers reward defining variables, the constraint, the area function, the sign test, and the dimensions plus area.

QCAA 20235 marksPaper 2 (complex familiar). An open-top box is made from a square sheet of side 2424 cm by cutting squares of side xx from each corner and folding up the sides. (a) Express the volume as a function of xx. (b) Determine the value of xx that maximises the volume.
Show worked answer →

(a) The base is (242x)(24 - 2x) by (242x)(24 - 2x) and the height is xx, so V(x)=x(242x)2V(x) = x(24 - 2x)^2 for 0<x<120 < x < 12.

(b) Expand: V=x(57696x+4x2)=576x96x2+4x3V = x(576 - 96x + 4x^2) = 576x - 96x^2 + 4x^3, so V(x)=576192x+12x2=12(x216x+48)=12(x4)(x12)V'(x) = 576 - 192x + 12x^2 = 12(x^2 - 16x + 48) = 12(x - 4)(x - 12). In the domain, x=4x = 4 (since x=12x = 12 gives zero volume). A sign test confirms a maximum at x=4x = 4 cm.

Markers reward the volume model with its domain, the derivative, and selecting the valid root with a maximum check.

Related dot points