Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do we find the stationary points of a curve and decide whether each is a maximum or a minimum?

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

A focused answer to the N(A)-Level Additional Mathematics outcome on stationary points. Set the derivative to zero to locate turning points, then classify each as a maximum or minimum using the second derivative or a sign 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, the points where it momentarily levels off, and decide the nature of each: a maximum (a peak), a minimum (a trough), or occasionally a point of inflexion. Stationary points are where the gradient is zero, so you find them by setting the derivative to zero, then classify each one. This is the basis of all maximum and minimum (optimisation) problems.

The answer

What a stationary point is

A stationary point is where the curve has gradient zero, so the tangent is horizontal. Since the gradient is the derivative, stationary points occur where:

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

Finding the stationary points

  1. Differentiate to get dydx\dfrac{dy}{dx}.
  2. Set it to zero and solve for xx. Each solution is the xx-coordinate of a stationary point.
  3. Substitute each xx back into the original curve to get the yy-coordinate.

Classifying with the second derivative

The fastest test is the second derivative d2ydx2\dfrac{d^2y}{dx^2}, found by differentiating again. At a stationary point:

  • if d2ydx2>0\dfrac{d^2y}{dx^2} > 0, the curve is concave up, so it is a minimum,
  • if d2ydx2<0\dfrac{d^2y}{dx^2} < 0, the curve is concave down, so it is a maximum,
  • if d2ydx2=0\dfrac{d^2y}{dx^2} = 0, the test is inconclusive and you fall back on a sign test.

Classifying with a sign test

Alternatively, check the sign of dydx\dfrac{dy}{dx} just before and just after the point:

  • changes from negative to positive: minimum (the curve falls then rises),
  • changes from positive to negative: maximum (the curve rises then falls).

Either method is acceptable; the second derivative is usually quicker when it is easy to compute.

Examples in context

Example 1. Maximising an area. To find the largest rectangular area for a fixed length of fencing, write the area as a function of one side, differentiate, set to zero to find the stationary point, and confirm it is a maximum. Stationary points are the heart of every optimisation question.

Example 2. Minimum material for a container. A manufacturer minimising the metal used for a tin of fixed volume writes the surface area as a function, finds the stationary point, and checks it is a minimum with the second derivative. The same two-step routine, locate then classify, solves real design problems.

Try this

Q1. Find the xx-coordinate of the stationary point of y=x2−10xy = x^2 - 10x. [2 marks]

  • Cue. dydx=2x−10=0\dfrac{dy}{dx} = 2x - 10 = 0, so x=5x = 5.

Q2. A curve has d2ydx2=−4\dfrac{d^2y}{dx^2} = -4 at its stationary point. State its nature. [1 mark]

  • Cue. Negative second derivative means a maximum.

Q3. Find the stationary point of y=x2+2x+3y = x^2 + 2x + 3 and state its nature. [3 marks]

  • Cue. 2x+2=02x + 2 = 0 gives x=−1x = -1, y=2y = 2; second derivative 2>02 > 0, so (−1,2)(-1, 2) is a minimum.

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.

Original4 marksFind the coordinates of the stationary point of y=x2−6x+5y = x^2 - 6x + 5.
Show worked answer →

Differentiate: dydx=2x−6\dfrac{dy}{dx} = 2x - 6. Set equal to zero: 2x−6=02x - 6 = 0, so x=3x = 3.

Find yy: y=32−6(3)+5=9−18+5=−4y = 3^2 - 6(3) + 5 = 9 - 18 + 5 = -4.

The stationary point is (3,−4)(3, -4).

What markers reward: setting the derivative to zero, solving for x=3x = 3, and substituting back to get the yy-coordinate −4-4.

Original5 marksFind the stationary point of y=x2−4x+1y = x^2 - 4x + 1 and use the second derivative to determine its nature.
Show worked answer →

dydx=2x−4=0\dfrac{dy}{dx} = 2x - 4 = 0 gives x=2x = 2; then y=4−8+1=−3y = 4 - 8 + 1 = -3, so the point is (2,−3)(2, -3).

Second derivative: d2ydx2=2>0\dfrac{d^2y}{dx^2} = 2 > 0, so the stationary point is a minimum.

What markers reward: locating the point by setting the first derivative to zero, computing the second derivative, and concluding "minimum" because it is positive.

Related dot points