← Unit 2: Calculus

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) = 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 OpusReviewed by Better Tuition Academy6 min answer

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

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: fβ€²f' changes from positive (rising) to negative (falling) as xx passes through the point.
  • Local minimum: fβ€²f' changes from negative (falling) to positive (rising).
  • Stationary point of inflection: fβ€²f' 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 fβ€²f' at each.

Sign of fβ€²f' before Sign of fβ€²f' after Type
+ - Local maximum
- + Local minimum
+ + Stationary point of inflection (rising)
- - Stationary point of inflection (falling)

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.

Worked example

Find the stationary points of f(x)=x3βˆ’3x2+4f(x) = x^3 - 3x^2 + 4 and classify them.

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

Stationary points where fβ€²(x)=0f'(x) = 0: x=0x = 0 and x=2x = 2.

yy-coordinates: f(0)=4f(0) = 4, f(2)=8βˆ’12+4=0f(2) = 8 - 12 + 4 = 0.

Sign test for x=0x = 0: fβ€²(βˆ’1)=3+6=9>0f'(-1) = 3 + 6 = 9 > 0. fβ€²(1)=3βˆ’6=βˆ’3<0f'(1) = 3 - 6 = -3 < 0. Sign change ++ to βˆ’-, so local max at (0,4)(0, 4).

Sign test for x=2x = 2: fβ€²(1)=βˆ’3<0f'(1) = -3 < 0. fβ€²(3)=27βˆ’18=9>0f'(3) = 27 - 18 = 9 > 0. Sign change βˆ’- to ++, so local min at (2,0)(2, 0).

Common traps

Forgetting the yy-coordinate. A stationary point is a point, so report both xx and yy.

Skipping the sign test. Setting fβ€²(x)=0f'(x) = 0 finds candidate stationary points. Without a classification, you cannot tell which are maxima, minima, or points of inflection.

Treating local extrema as global. A local maximum is the largest value in a neighbourhood. The global maximum might be at an endpoint of the feasible region.

Forgetting the domain in optimisation problems. A rectangle with negative or zero side length is not physically meaningful. Enforce the practical domain (e.g. 0<x<200 < x < 20 for a 4040 m fence).

In one sentence

Stationary points of ff are where fβ€²(x)=0f'(x) = 0, found by setting the derivative to zero and solving for xx, then classified by the first-derivative sign test as local maxima (sign ++ to βˆ’-), local minima (βˆ’- to ++) or stationary points of inflection (no change), which lets you solve worded optimisation problems by setting up a single-variable function and locating its extremum.

Past exam questions, worked

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

Year 11 SAC5 marksA farmer has $40$ m of fence to enclose a rectangular paddock against a long straight river (no fence needed along the river). Find the dimensions that maximise the enclosed area.
Show worked answer β†’

Let the side perpendicular to the river be xx and the side parallel be yy. Fence uses 2x+y=402x + y = 40, so y=40βˆ’2xy = 40 - 2x.

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

Differentiate: Aβ€²(x)=40βˆ’4xA'(x) = 40 - 4x.

Stationary point: 40βˆ’4x=040 - 4x = 0, so x=10x = 10 m.

Classify: Aβ€²(9)=4>0A'(9) = 4 > 0, Aβ€²(11)=βˆ’4<0A'(11) = -4 < 0. Sign change positive-to-negative confirms a maximum.

Dimensions: x=10x = 10 m, y=40βˆ’20=20y = 40 - 20 = 20 m.

Maximum area: A=200A = 200 m2^2.

Markers reward the explicit modelling step (defining variables, writing the constraint, building the area function), the sign test, and the final dimensions plus area.

Related dot points