Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we locate the stationary points of a curve and decide whether each is a maximum, a minimum or a point of inflexion?

Find stationary points by setting the first derivative to zero and determine their nature using the first or second derivative test

A focused answer to the O-Level A-Maths outcome on stationary points. Solving the first derivative equal to zero, and classifying each point as a maximum, minimum or inflexion using the first or second derivative test.

Generated by Claude Opus 4.89 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. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to find the stationary points of a curve, where the gradient is zero, and to classify each as a maximum, a minimum or a point of inflexion. This is the basis of optimisation, where you find the greatest or least value of a quantity, and it appears in nearly every Paper 2 calculus question.

The answer

Finding stationary points

A stationary point is where the tangent is horizontal, so the gradient is zero:

dydx=0.\frac{dy}{dx} = 0.

Solve this equation for xx, then substitute each solution into the original curve to find the yy-coordinate. The pairs (x,y)(x, y) are the stationary points.

The second derivative test

The fastest classification uses the second derivative d2ydx2\dfrac{d^2y}{dx^2} at each stationary point:

d2ydx2>0β‡’minimum,d2ydx2<0β‡’maximum.\frac{d^2y}{dx^2} > 0 \Rightarrow \text{minimum}, \qquad \frac{d^2y}{dx^2} < 0 \Rightarrow \text{maximum}.

A positive second derivative means the curve bends upward (a valley); a negative one means it bends downward (a hill).

When the second derivative is zero

If d2ydx2=0\dfrac{d^2y}{dx^2} = 0, the test is inconclusive, and you fall back on the first derivative test.

The first derivative test

Examine the sign of dydx\dfrac{dy}{dx} just before and just after the point. Changing from positive to negative is a maximum; negative to positive is a minimum; no sign change is a point of inflexion (a stationary point that is neither a peak nor a trough).

Setting up an optimisation problem

The most valued application is optimisation, and the setup is where marks are won or lost. The routine is: write the quantity to be optimised as a function of one variable (using a constraint to eliminate any second variable), differentiate, set the derivative to zero to find the stationary point, then confirm it is the maximum or minimum required using the second derivative. For a box of fixed volume, you would express the surface area in terms of one dimension using the volume constraint, then minimise. The skill is reducing the problem to a single-variable function before differentiating, because the calculus only starts once the quantity is written in terms of one variable.

When to prefer the first derivative test

Although the second derivative test is usually quicker, the first derivative test is the better choice in two situations: when the second derivative is awkward to compute (for instance after a messy quotient rule), and when the second derivative comes out zero and the test is inconclusive. In those cases, checking the sign of dydx\tfrac{dy}{dx} just either side of the stationary point reliably gives the nature. A neat way to present this is a small sign table of the gradient across the point, which also distinguishes a genuine inflexion (no sign change) from a true maximum or minimum.

Examples in context

Example 1. Maximum enclosed area. Given a fixed length of fencing, expressing the enclosed area as a function of one side and finding its stationary point gives the dimensions of greatest area, the archetypal optimisation problem.

Example 2. Minimum material for a can. Writing the surface area of a cylindrical can of fixed volume in terms of its radius and minimising it finds the most economical shape, a direct industrial use of stationary points.

Try this

Q1. Find the stationary point of y=x2βˆ’4x+1y = x^2 - 4x + 1. [3 marks]

  • Cue. dydx=2xβˆ’4=0\dfrac{dy}{dx} = 2x - 4 = 0 gives x=2x = 2, y=βˆ’3y = -3; point (2,βˆ’3)(2, -3).

Q2. State the nature of a stationary point where d2ydx2=5\dfrac{d^2y}{dx^2} = 5. [1 mark]

  • Cue. Positive, so a minimum.

Q3. Find and classify the stationary points of y=x3βˆ’12xy = x^3 - 12x. [4 marks]

  • Cue. 3x2βˆ’12=03x^2 - 12 = 0 gives x=Β±2x = \pm 2; d2ydx2=6x\dfrac{d^2y}{dx^2} = 6x, so x=2x = 2 is a minimum and x=βˆ’2x = -2 is a maximum.

Exam-style practice questions

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

Original6 marksFind the coordinates of the stationary points of y=x3βˆ’3x2+4y = x^3 - 3x^2 + 4 and determine their nature.
Show worked answer β†’

Differentiate: dydx=3x2βˆ’6x=3x(xβˆ’2)\dfrac{dy}{dx} = 3x^2 - 6x = 3x(x - 2).

Set to zero: 3x(xβˆ’2)=03x(x - 2) = 0, so x=0x = 0 or x=2x = 2.

At x=0x = 0: y=4y = 4; at x=2x = 2: y=8βˆ’12+4=0y = 8 - 12 + 4 = 0. Points (0,4)(0, 4) and (2,0)(2, 0).

Second derivative: d2ydx2=6xβˆ’6\dfrac{d^2y}{dx^2} = 6x - 6. At x=0x = 0 it is βˆ’6<0-6 < 0 (maximum); at x=2x = 2 it is 6>06 > 0 (minimum).

So (0,4)(0, 4) is a maximum and (2,0)(2, 0) is a minimum.

Markers reward the derivative, both stationary points, the second-derivative test, and the correct nature of each.

Original5 marksA curve has equation y=x+4xy = x + \dfrac{4}{x} for x>0x > 0. Find the stationary point and its nature.
Show worked answer β†’

Write y=x+4xβˆ’1y = x + 4x^{-1} and differentiate: dydx=1βˆ’4xβˆ’2=1βˆ’4x2\dfrac{dy}{dx} = 1 - 4x^{-2} = 1 - \dfrac{4}{x^2}.

Set to zero: 1=4x21 = \dfrac{4}{x^2}, so x2=4x^2 = 4 and x=2x = 2 (taking the positive root since x>0x > 0).

At x=2x = 2: y=2+2=4y = 2 + 2 = 4, so the point is (2,4)(2, 4).

Second derivative: d2ydx2=8xβˆ’3=8x3\dfrac{d^2y}{dx^2} = 8x^{-3} = \dfrac{8}{x^3}. At x=2x = 2 this is 1>01 > 0, a minimum.

Markers reward the derivative, solving for xx, the point, and the second-derivative test giving a minimum.

Related dot points