You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Being able to sketch curves from their equations is an essential skill at A-Level. This lesson brings together the techniques needed to sketch polynomial, rational, parametric and other curves, as required by the Edexcel 9MA0 specification.
When asked to sketch a curve, systematically consider:
Set x = 0 and find y.
Set y = 0 and solve for x. Use factorisation, the quadratic formula, or the Factor Theorem as appropriate.
Example: y = x³ − 4x = x(x² − 4) = x(x − 2)(x + 2).
x-intercepts: x = 0, x = 2, x = −2. y-intercept: y = 0.
Occur where the denominator of a rational function equals zero (and the numerator does not also equal zero at that point).
Example: y = 1/(x − 3) has a vertical asymptote at x = 3.
Found by considering the behaviour as x → ±∞.
For y = f(x)/g(x) where f and g are polynomials:
Example: y = (2x + 1)/(x − 3).
As x → ±∞: y → 2x/x = 2. Horizontal asymptote: y = 2.
When the degree of the numerator is exactly one more than the degree of the denominator, divide to find the oblique asymptote.
Example: y = (x² + 1)/(x − 1).
Divide: y = x + 1 + 2/(x − 1). As x → ±∞, the fraction → 0, so the oblique asymptote is y = x + 1.
Find dy/dx, set it to zero, and solve. Then determine the nature using the second derivative or a sign test.
| d²y/dx² | Nature |
|---|---|
| Positive | Local minimum |
| Negative | Local maximum |
| Zero | Inconclusive — use sign test |
Example: y = x³ − 3x + 2.
dy/dx = 3x² − 3 = 3(x² − 1) = 3(x − 1)(x + 1). Stationary points at x = 1 and x = −1.
d²y/dx² = 6x. At x = 1: d²y/dx² = 6 > 0, so minimum. y = 1 − 3 + 2 = 0. Minimum at (1, 0). At x = −1: d²y/dx² = −6 < 0, so maximum. y = −1 + 3 + 2 = 4. Maximum at (−1, 4).
Example: Sketch y = (x + 2)/(x − 1).
Recognising symmetry halves the work needed for sketching.
A point of inflection is where the curve changes concavity (from concave up to concave down, or vice versa).
At a point of inflection: d²y/dx² = 0 (necessary but not sufficient — the sign of d²y/dx² must actually change).
Example: y = x³ has d²y/dx² = 6x = 0 at x = 0. Since 6x changes sign at x = 0, there is a point of inflection at (0, 0).
Exam Tip: When sketching, annotate your graph with coordinates of intercepts, stationary points, and asymptote equations. A bare sketch with no labels earns very few marks.
| Term | Definition |
|---|---|
| Asymptote | A line that the curve approaches but never reaches |
| Stationary point | A point where the gradient is zero |
| Point of inflection | A point where the concavity changes |
| Even function | f(−x) = f(x); symmetric about the y-axis |
| Odd function | f(−x) = −f(x); symmetric about the origin |
Edexcel 9MA0 Pure Mathematics specification, drawing primarily on section 2 (Algebra and functions, sub-strands 2.7–2.10) — graphs of polynomial, rational, exponential, logarithmic and trigonometric functions, transformations of graphs, and the modulus function — and on section 9 (Differentiation, sub-strands 9.3–9.5) — using the first and second derivatives to locate and classify stationary points. Section 4 (Coordinate geometry in the (x,y) plane) supplies the parametric-curve material (sub-strand 4.2). Curve sketching is examined explicitly across 9MA0-01 and 9MA0-02 (Pure Mathematics Papers 1 and 2) and is one of the most synoptic topics in the entire specification: a single "sketch the curve" prompt can demand asymptote analysis, calculus, transformations and modulus reasoning in one diagram. The Edexcel formula booklet provides standard derivatives but does not tell candidates which features to label — the convention "intercepts, asymptotes, stationary points, end behaviour" must be internalised. Synoptic threads that recur on every paper: differentiation (to locate stationary points and inflections); transformations of graphs y=f(x±a), y=af(x), y=f(ax), y=−f(x), y=f(−x); vertical asymptotes from rational denominators and horizontal asymptotes from limiting behaviour of e−x or 1/xn; and parametric-form curves where x=f(t), y=g(t).
Question (8 marks): Sketch the curve with equation y=x2−1x2−4, showing clearly the coordinates of all axis intercepts, the equations of all asymptotes, the coordinates of any stationary points, and the behaviour of the curve as x→±∞.
Solution with mark scheme:
Step 1 — find axis intercepts.
When x=0: y=0−10−4=4. So the y-intercept is (0,4).
When y=0: numerator zero gives x2−4=0⟹x=±2. So the x-intercepts are (−2,0) and (2,0).
M1 — setting x=0 and y=0 to find intercepts. A1 — three intercepts correctly identified (0,4), (±2,0).
Step 2 — find vertical asymptotes.
The denominator x2−1=(x−1)(x+1) is zero at x=±1. At these values the numerator x2−4 takes the values −3 and −3 respectively — non-zero. So both x=1 and x=−1 are genuine vertical asymptotes (no removable discontinuity).
M1 — solving denominator = 0 and checking the numerator is non-zero there. A1 — vertical asymptotes x=1 and x=−1 stated explicitly.
Step 3 — find the horizontal asymptote.
As x→±∞, divide numerator and denominator by x2:
y=1−1/x21−4/x2→1−01−0=1
So y=1 is a horizontal asymptote both as x→+∞ and as x→−∞.
M1 — taking the limit as x→±∞ correctly. A1 — horizontal asymptote y=1 stated.
Step 4 — find stationary points.
Differentiate using the quotient rule:
dxdy=(x2−1)22x(x2−1)−(x2−4)(2x)=(x2−1)22x[(x2−1)−(x2−4)]=(x2−1)22x⋅3=(x2−1)26x
Setting dxdy=0 gives x=0. At x=0, y=4. So the only stationary point is (0,4).
M1 — quotient rule applied (or product rule with (x2−1)−1). A1 — stationary point (0,4) identified.
Step 5 — classify the stationary point and describe behaviour.
For x slightly negative (e.g. x=−0.5), dxdy=((−0.5)2−1)26(−0.5)=(0.5625)−3<0. For x slightly positive (e.g. x=0.5), dxdy>0. Sign change - \to +\ means (0,4) is a local minimum on the central branch −1<x<1.
Behaviour at infinity: y→1+ from above as x→±∞ (since for large ∣x∣, y=1+x2−13>1 when x2>1). On the central branch −1<x<1, x2−1<0 so y=1+x2−13<1 — the curve sits below y=1 between the vertical asymptotes.
Sketch summary (described for examiner): Three branches separated by x=−1 and x=1. Left branch (x<−1): passes through (−2,0), falls to −∞ as x→−1−, approaches y=1+ as x→−∞. Centre branch (−1<x<1): rises from −∞ as x→−1+, reaches local minimum at (0,4)… wait, this requires care: y=4 at x=0 but y→−∞ near the asymptotes? Recheck: at x=0.5, y=(0.25−4)/(0.25−1)=(−3.75)/(−0.75)=5. At x=0.9, y=(0.81−4)/(0.81−1)=(−3.19)/(−0.19)=16.8. So on the centre branch, y→+∞ as x→±1 from inside, with local minimum at (0,4). Right branch mirrors the left.
B1 — correct classification of (0,4) as a local minimum, with correct direction of approach to each asymptote stated.
Total: 8 marks (M4 A4, with one B mark for behaviour-at-infinity discussion).
Question (6 marks): The curve C has equation y=(x−1)(x+2)2.
(a) Find the coordinates of the points where C crosses the coordinate axes. (2)
(b) Find dxdy and hence determine the coordinates and nature of the stationary points of C. (3)
(c) Sketch the curve C, showing clearly the coordinates from (a) and (b). (1)
Mark scheme decomposition by AO:
(a)
(b)
(c)
Total: 6 marks split AO1 = 4, AO2 = 2. This is a classic AO1-led Edexcel sketching question with one AO2 reasoning mark for stationary-point classification and one AO2 communication mark for the labelled sketch.
Connects to:
Section 9 — Differentiation (stationary points and second-derivative test): finding dxdy=0 and classifying via dx2d2y is the procedural backbone of every sketch involving turning points. The "if dx2d2y>0 at the stationary point, it is a minimum" criterion is examined verbatim.
Section 2.7–2.8 — Transformations of graphs: y=f(x)+a shifts vertically; y=f(x−a) shifts horizontally; y=af(x) stretches vertically; y=f(ax) stretches horizontally; y=−f(x) reflects in the x-axis; y=f(−x) reflects in the y-axis. Composite transformations are tested by asking the candidate to sketch y=2f(x−3)+1 from a given y=f(x) graph.
Section 2.9 — Modulus functions: y=∣f(x)∣ reflects any portion of y=f(x) that lies below the x-axis upward; y=f(∣x∣) replaces the x<0 portion with the reflection of the x>0 portion. These are not the same and are routinely confused.
Section 2.10 — Rational functions and asymptotes: the structure of vertical asymptotes (denominator zero, numerator non-zero), horizontal asymptotes (limiting behaviour), and oblique asymptotes (when numerator degree exceeds denominator degree by one) is examined synoptically with calculus and transformations.
Section 5 — Trigonometric graphs: sketching y=sinx, y=cosx, y=tanx — including period, amplitude, vertical asymptotes for tanx at x=π/2+nπ, and transformations such as y=2sin(3x−π/4) — uses the same labelled-sketch conventions and the same transformation rules from section 2.
Curve-sketching questions on 9MA0 split AO marks across all three objectives:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Computing intercepts, applying the quotient/product rule, finding stationary points, identifying asymptotes from algebraic structure |
| AO2 (reasoning / interpretation) | 25–35% | Classifying stationary points (maximum vs minimum vs inflection), justifying behaviour at infinity, articulating the sketch as a coherent story (e.g. "approaches y=1 from above") |
| AO3 (problem-solving) | 10–20% | Synoptic sketching that combines transformations with rational-function analysis, or extracting features of a curve from an unfamiliar parametric form |
Examiner-rewarded behaviour: a "labelled sketch" must show (i) all axis intercepts as labelled coordinates; (ii) equations of all asymptotes (drawn as dashed lines); (iii) coordinates of all stationary points with their nature (max/min/inflection) indicated; (iv) the direction of approach to each asymptote (e.g. y→1+ vs y→1−). Sketches missing dashed asymptote lines, or showing asymptote crossings where the algebra forbids them, lose the communication mark even when the underlying analysis is correct. A sketch labelled only "passes through (2,0)" without the asymptote equation x=1 on the diagram would typically score the analytic marks but lose the sketch B1.
A frequent loss-of-marks pattern: candidates compute asymptotes correctly but draw a curve that touches a vertical asymptote, contradicting the definition. The asymptote line must be approached but never crossed (for vertical) or crossed at most a finite number of times (for horizontal).
Question: Sketch the curve with equation y=x3−3x2−x+3, showing clearly the coordinates of the points where the curve meets the coordinate axes.
Grade C response (~210 words):
When x=0, y=3, so the y-intercept is (0,3).
When y=0, factor: x3−3x2−x+3=x2(x−3)−(x−3)=(x2−1)(x−3)=(x−1)(x+1)(x−3). So the x-intercepts are x=−1, x=1, and x=3.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.