QCE Mathematical Methods - Unit 3 - Further applications of differentiation
Second Derivative and Applications | QCE Mathematical Methods
Learn how the second derivative connects to concavity, inflection points, acceleration, local extrema and optimisation in QCE Mathematical Methods.
Updated 2026-05-18 - 4 min read
QCAA official coverage - Mathematical Methods 2025 v1.3
Exact syllabus points covered
- Understand the concept of the second derivative as the rate of change of the first derivative function.
- Recognise acceleration as the second derivative of displacement position with respect to time.
- Understand the concepts of concavity and points of inflection and their relationship with the second derivative.
- Understand and use the second derivative test for finding local maxima and minima.
- Sketch the graph of a function using first and second derivatives to locate stationary points and points of inflection.
- Model and solve optimisation problems from a wide variety of fields using first and second derivatives, where the function to be optimised is either given or to be developed.
The first derivative tells you the gradient of the original function. The second derivative tells you how that gradient is changing. That is why it is useful for concavity, inflection points, acceleration and optimisation.
Original Sylligence diagram for second derivative sign map.
First and second derivatives
If $f(x)$ is position or height, then:
$ f'(x) $
describes the rate of change of $f$. The second derivative:
$ f''(x) $
describes the rate of change of $f'$. In motion contexts, if $s(t)$ is displacement, then:
$ v(t)=s'(t) $
$ a(t)=s''(t) $
So acceleration is the second derivative of displacement.
Concavity
Concavity describes the bending of a graph.
- If $f''(x)>0$, the graph is concave up.
- If $f''(x)<0$, the graph is concave down.
- If $f''(x)$ changes sign, there may be a point of inflection.
A point of inflection is not just a place where $f''(x)=0$. The concavity must actually change.
A useful way to organise curve behaviour is with three pieces of information:
| first derivative | second derivative | graph behaviour | | --- | --- | --- | | $f'(x)>0$ | $f''(x)>0$ | increasing and concave up | | $f'(x)>0$ | $f''(x)<0$ | increasing and concave down | | $f'(x)<0$ | $f''(x)>0$ | decreasing and concave up | | $f'(x)<0$ | $f''(x)<0$ | decreasing and concave down | | $f'(x)=0$ | sign of $f''$ decides if the second derivative test works | possible stationary point |
For inflection points, solve $f''(x)=0$ or find where $f''$ is undefined, then inspect the sign of $f''$ around those candidates. The graph must change from concave up to concave down, or from concave down to concave up.
Second derivative test
Stationary points occur where:
$ f'(x)=0 $
Once you find a stationary point at $x=a$, the second derivative test can classify it:
- If $f''(a)>0$, local minimum.
- If $f''(a)<0$, local maximum.
- If $f''(a)=0$, the test is inconclusive.
Inconclusive does not mean "neither". It means use another method, such as a sign table for $f'(x)$ or graph reasoning.
For example, $f(x)=x^4$ has:
$ f''(x)=12x^2. $
At $x=0$, $f''(0)=0$, but the graph does not change concavity. It stays concave up on both sides, so $(0,0)$ is a local minimum, not a point of inflection.
Worked example
Optimisation
Optimisation questions ask for a maximum or minimum in context. The usual workflow is:
- define variables
- build one function to optimise
- restrict the domain using the context
- solve $f'(x)=0$
- classify the result and answer in words
Local and global extrema are different. A local maximum is only higher than nearby values. A global maximum is the highest value on the whole domain being considered. If the domain is restricted, endpoints may matter. For example, $y=x^3$ has no global maximum on $\mathbb R$, but on $[-2,2]$ its global maximum occurs at $x=2$.
For optimisation, the hardest step is usually building the objective function in one variable. Common tools are:
- area, perimeter or volume formulas
- similar triangles
- hidden right triangles or semicircles in diagrams
- domain restrictions from lengths being positive
- substituting a constraint into the quantity being optimised
After finding a stationary point, justify whether it gives a maximum or minimum. You can use the second derivative test if it is simple, a sign table for the first derivative, or endpoint comparison on a closed interval.