You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers finding stationary points, classifying them, identifying points of inflection, and developing a systematic approach to curve sketching. These are essential skills for A-Level Mathematics and are examined in both pure and applied contexts.
A stationary point occurs where the gradient of a curve is zero:
dy/dx = 0
At a stationary point, the tangent to the curve is horizontal.
Examine the sign of dy/dx on either side of the stationary point:
| Sign change of dy/dx | Type |
|---|---|
| + → 0 → − | Local maximum |
| − → 0 → + | Local minimum |
| + → 0 → + | Rising point of inflection |
| − → 0 → − | Falling point of inflection |
Find and classify the stationary points of y = x³ − 3x² − 9x + 5.
dy/dx = 3x² − 6x − 9 = 3(x² − 2x − 3) = 3(x − 3)(x + 1)
Setting dy/dx = 0: x = 3 or x = −1.
At x = −1: y = −1 − 3 + 9 + 5 = 10. Point: (−1, 10).
Check sign of dy/dx:
Sign changes + → − : (−1, 10) is a local maximum.
At x = 3: y = 27 − 27 − 27 + 5 = −22. Point: (3, −22).
Check sign of dy/dx:
Sign changes − → + : (3, −22) is a local minimum.
An alternative (and often quicker) approach:
d²y/dx² = 6x − 6
At x = −1: d²y/dx² = −6 − 6 = −12 < 0 → maximum ✓ At x = 3: d²y/dx² = 18 − 6 = 12 > 0 → minimum ✓
A point of inflection is where the curve changes concavity — from concave up (curving upwards, d²y/dx² > 0) to concave down (curving downwards, d²y/dx² < 0), or vice versa.
At a point of inflection:
d²y/dx² = 0
But d²y/dx² = 0 is necessary, not sufficient. You must also check that d²y/dx² changes sign either side of the point.
A stationary point of inflection is a point of inflection where dy/dx = 0 as well.
Find the points of inflection of y = x⁴ − 6x² + 8x + 1.
dy/dx = 4x³ − 12x + 8
d²y/dx² = 12x² − 12 = 12(x² − 1) = 12(x − 1)(x + 1)
Set d²y/dx² = 0: x = 1 or x = −1.
Check sign change:
At x = 1:
Sign changes − → + : point of inflection at x = 1 ✓
At x = −1:
Sign changes + → − : point of inflection at x = −1 ✓
To sketch a curve y = f(x), follow this systematic approach:
Set dy/dx = 0 and solve. Classify each using the second derivative test (or first derivative test).
Mark intercepts, stationary points, asymptotes, and connect them with a smooth curve respecting the gradient information.
Sketch y = x³ − 3x.
Intercepts:
Stationary points:
dy/dx = 3x² − 3 = 0
x = ±1
At x = 1: y = 1 − 3 = −2. Point: (1, −2). At x = −1: y = −1 + 3 = 2. Point: (−1, 2).
d²y/dx² = 6x
At x = 1: d²y/dx² = 6 > 0 → minimum. At x = −1: d²y/dx² = −6 < 0 → maximum.
End behaviour: As x → +∞, y → +∞. As x → −∞, y → −∞.
Symmetry: f(−x) = −f(x), so the curve has rotational symmetry about the origin (odd function).
The curve passes through (−√3, 0), rises to the maximum at (−1, 2), falls through (0, 0), continues falling to the minimum at (1, −2), then rises through (√3, 0) to infinity.
For rational functions like y = (2x + 1)/(x − 3):
Vertical asymptote: x = 3 (denominator = 0).
Horizontal asymptote: As x → ±∞, y → 2x/x = 2. So y = 2 is a horizontal asymptote.
Behaviour near asymptotes:
Sketch y = 1/(x² − 4) = 1/((x − 2)(x + 2)).
Vertical asymptotes: x = 2, x = −2.
Horizontal asymptote: As x → ±∞, y → 0.
y-intercept: y = 1/(0 − 4) = −1/4. Point: (0, −1/4).
x-intercepts: 1/(x² − 4) = 0 has no solution — the curve never crosses the x-axis.
Stationary points:
dy/dx = −2x/(x² − 4)² = 0
x = 0
At x = 0: y = −1/4. This is a maximum for the section between the asymptotes (check the second derivative or signs of dy/dx).
Exam Tip: In curve sketching questions, the examiner expects to see labelled coordinates of all key points (intercepts, turning points), correct shape, and asymptotes clearly marked with dashed lines. Even a rough sketch should demonstrate that you understand the essential features. Do not join points with straight lines — draw smooth curves.
AQA 7357 specification, Section G — Differentiation covers differentiation to find gradients, tangents and normals, maxima and minima and stationary points, points of inflection (refer to the official specification document for exact wording). This appears in Papers 1 and 2 (Pure Mathematics) and feeds Paper 3 mechanics through optimisation of force/displacement models. The classification machinery (dx2d2y test, sign-change test, concavity) is examined alongside Section F (graphs and transformations). The AQA formula booklet does not list the stationary-point classification rule — it must be memorised and applied with the correct logical flow.
Question (8 marks): Sketch the curve y=x−1x2−4 for x∈R, x=1, indicating clearly all intercepts, asymptotes, stationary points and the behaviour as x→±∞.
Solution with mark scheme:
Step 1 — intercepts.
For y=0: x2−4=0⟹x=±2. The curve crosses the x-axis at (−2,0) and (2,0). For x=0: y=−1−4=4. The y-intercept is (0,4).
M1 A1 — both intercepts identified.
Step 2 — vertical asymptote.
The denominator vanishes at x=1, while the numerator gives 1−4=−3=0, so x=1 is a genuine vertical asymptote (not a removable hole). As x→1−, numerator →−3, denominator →0−, so y→+∞. As x→1+, denominator →0+, so y→−∞.
M1 — asymptote identified with sign analysis.
Step 3 — oblique asymptote via polynomial division.
x−1x2−4=x+1−x−13
So as x→±∞, y→x+1. The line y=x+1 is an oblique asymptote.
A1 — oblique asymptote stated correctly.
Step 4 — stationary points.
Differentiating using the quotient rule:
dxdy=(x−1)22x(x−1)−(x2−4)(1)=(x−1)22x2−2x−x2+4=(x−1)2x2−2x+4
Setting dxdy=0 requires x2−2x+4=0. The discriminant is 4−16=−12<0, so there are no real stationary points.
M1 A1 — derivative correct, conclusion that no stationary points exist.
Step 5 — sketch.
The curve has two branches separated by x=1. Left branch: passes through (−2,0) and (0,4), rises toward +∞ as x→1−, follows y=x+1 as x→−∞. Right branch: comes from −∞ at x=1+, passes through (2,0), follows y=x+1 as x→+∞.
B1 — sketch shows correct branch behaviour and asymptote alignment.
Total: 8 marks (M3 A3 B1 plus structure mark).
Question (6 marks): A curve has equation y=x3−6x2+9x+2.
(a) Find the coordinates of the stationary points and classify each. (4)
(b) Determine the range of values of x for which the curve is concave up. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2.
Connects to:
Section F — Graphs and transformations: stationary points of y=f(x) map predictably under transformations. y=f(x)+c shifts stationary y-values by c but preserves x-coordinates; y=f(x−a) shifts x-coordinates by +a; y=−f(x) swaps maxima and minima. Recognising this saves re-differentiating transformed curves.
Section G — First derivative (gradients, tangents, normals): the tangent at a stationary point is horizontal (y=k), and the normal is vertical (x=h). Curve-sketching questions often pair "find stationary points" with "find equation of normal at a non-stationary point" — same derivative, two uses.
Section G — Second derivative and concavity: dx2d2y>0 marks regions of concave-up behaviour (curve lies above its tangents); <0 marks concave-down. Points of inflection occur where concavity changes, which requires dx2d2y=0 and a sign change — not just dx2d2y=0 alone.
Mechanics (Paper 3): velocity-time graphs are curves whose stationary points correspond to instantaneous zero acceleration, and whose concavity indicates whether acceleration is increasing or decreasing (jerk). A particle's displacement curve has stationary points exactly when velocity is zero — i.e. at turning points of motion.
Modelling and optimisation: real-world maxima and minima problems (largest volume, shortest distance, minimum cost) reduce to finding stationary points of a function on a closed interval, then comparing critical values to endpoint values. The sketching skill is the diagnostic — without a sketch, candidates often miss boundary maxima.
Curve-sketching questions on 7357 split AO marks more evenly than algebraic procedural topics:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 40–55% | Differentiating correctly, solving dxdy=0, computing dx2d2y, identifying intercepts and asymptotes |
| AO2 (reasoning / interpretation) | 30–40% | Classifying stationary points with justification, distinguishing genuine asymptotes from removable holes, articulating end behaviour |
| AO3 (problem-solving) | 10–20% | Choosing an efficient method (sign-change vs second derivative), integrating multiple features into a coherent sketch, handling parameters or piecewise definitions |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.