You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Builds on: aqa-alevel-maths-pure-1 / coordinate-geometry — this lesson is the A2-level deep dive.
This lesson brings together all the tools of coordinate geometry, differentiation, and algebraic analysis to develop a systematic approach to sketching curves. Being able to produce clear, accurate sketches is a vital skill at A-Level — it helps you solve problems, check answers, and communicate mathematical ideas.
Spec Mapping — AQA 7357 Sections C (Coordinate geometry) and G (Differentiation). This lesson is synoptic — it covers the curve-sketching content, linking coordinate-geometry features (intercepts, asymptotes, symmetry) with calculus-based analysis (stationary points, concavity). Refer to the official AQA specification document for exact wording.
When asked to sketch a curve, work through the following steps:
Set x = 0 and find y.
Set y = 0 and solve for x (these are the roots).
Example 1: Sketch y = x³ − 4x.
y-intercept: x = 0 gives y = 0. Point: (0, 0).
x-intercepts: x³ − 4x = 0
x(x² − 4) = 0
x(x − 2)(x + 2) = 0
x = 0, 2, −2
Points: (−2, 0), (0, 0), (2, 0).
Example: For y = x³ − 4x:
f(−x) = (−x)³ − 4(−x) = −x³ + 4x = −(x³ − 4x) = −f(x)
The function is odd, so the graph has rotational symmetry about the origin.
These occur where the denominator of a rational function equals zero (and the numerator does not equal zero at the same point).
Example 2: y = 1/(x − 3). Vertical asymptote at x = 3.
Found by examining the limit as x → ±∞.
For a rational function p(x)/q(x):
Example 3: y = (2x + 1)/(x − 3).
As x → ∞: y → 2x/x = 2. Horizontal asymptote: y = 2.
Rewriting: y = (2(x − 3) + 7)/(x − 3) = 2 + 7/(x − 3)
This confirms y → 2 as x → ±∞.
If deg(p) = deg(q) + 1, perform polynomial long division to find the oblique asymptote.
Example 4: y = (x² + 1)/(x − 1).
Dividing: x² + 1 = (x + 1)(x − 1) + 2
y = x + 1 + 2/(x − 1)
Oblique asymptote: y = x + 1 (as x → ±∞, the fraction 2/(x−1) → 0).
Find dy/dx, set it equal to zero, and solve. Use the second derivative test or a sign analysis to classify.
Example 5 (continuing Example 1): y = x³ − 4x.
dy/dxSet dy/dx=0d2y/dx2At x=23/3yAt x=−23/3y=3x2−4:3x2−4=0⟹x2=4/3⟹x=±2/3=±23/3=6x:d2y/dx2=6×23/3=43>0⟹minimum=(23/3)3−4(23/3)=−163/9:d2y/dx2=−43<0⟹maximum=163/9(by odd symmetry)Consider what happens as x → +∞ and x → −∞.
For polynomials, the leading term dominates:
For rational functions, compare with the asymptotes found in Step 3.
Determine where y > 0 and y < 0. This helps ensure your sketch is on the correct side of the x-axis between roots.
Example: For y = x(x − 2)(x + 2):
| Interval | Sign of x | Sign of (x−2) | Sign of (x+2) | Sign of y |
|---|---|---|---|---|
| x < −2 | − | − | − | − |
| −2 < x < 0 | − | − | + | + |
| 0 < x < 2 | + | − | + | − |
| x > 2 | + | + | + | + |
Example 6: Sketch y = (x + 1)/(x² − 4).
Step 1 — Factor the denominator. x2−4=(x−2)(x+2).
Step 2 — Intercepts.
Step 3 — Asymptotes.
Step 4 — Stationary points. By the quotient rule, dxdy=(x2−4)2(x2−4)(1)−(x+1)(2x)=(x2−4)2−x2−2x−4.
Setting the numerator equal to zero gives x2+2x+4=0, whose discriminant is 4−16=−12<0. No stationary points.
Step 5 — Behaviour near the asymptotes.
| Approach | Sign of denominator | Sign of numerator | Limit |
|---|---|---|---|
| x→2+ | small positive | →3 | y→+∞ |
| x→2− | small negative | →3 | y→−∞ |
| x→−2+ | small negative | →−1 | y→+∞ |
| x→−2− | small positive | →−1 | y→−∞ |
For large ∣x∣, y∼x/x2=1/x, so y→0+ as x→+∞ and y→0− as x→−∞.
For parametric curves, use the table-of-values approach from the parametric equations lesson, combined with:
If you know the graph of y = f(x):
| Transformation | Effect |
|---|---|
| y = f(x) + a | Translate up by a |
| y = f(x − a) | Translate right by a |
| y = af(x) | Vertical stretch, scale factor a |
| y = f(ax) | Horizontal stretch, scale factor 1/a |
| y = −f(x) | Reflect in x-axis |
| y = f(−x) | Reflect in y-axis |
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Problem: Sketch the curve y = (x² − 1)/(x² + 1), showing clearly any asymptotes, intercepts, and stationary points.
Solution:
Intercepts:
y-intercept: x = 0 gives y = −1/1 = −1. Point: (0, −1).
x-intercepts: x² − 1 = 0 ⟹ x = ±1. Points: (−1, 0), (1, 0).
Symmetry: f(−x) = ((−x)² − 1)/((−x)² + 1) = (x² − 1)/(x² + 1) = f(x). Even function — symmetric about y-axis.
Asymptotes:
No vertical asymptotes (denominator x² + 1 > 0 for all x).
Horizontal: as x → ±∞, y → x²/x² = 1. Asymptote: y = 1.
Note: y = 1 − 2/(x² + 1), confirming y → 1 and y < 1 for all finite x.
Stationary points:
dy/dx = [2x(x²+1) − (x²−1)(2x)] / (x²+1)²
= [2x³ + 2x − 2x³ + 2x] / (x²+1)²
= 4x / (x²+1)²
dy/dx = 0 ⟹ x = 0.
At x = 0: y = −1.
d²y/dx² at x = 0: Since dy/dx = 4x/(x²+1)², applying the quotient rule or noting the sign change: for x < 0, dy/dx < 0; for x > 0, dy/dx > 0. So x = 0 is a minimum.
Minimum point: (0, −1).
Behaviour: y increases from −1, passes through (1, 0), and approaches 1 from below.
The curve is a smooth valley shape, symmetric about the y-axis, with minimum at (0, −1), crossing the x-axis at ±1, and asymptotically approaching y = 1 from below.
This topic connects to:
aqa-alevel-maths-pure-1 / coordinate-geometry) — intercepts, axes, and the underlying sketch-anatomy framework.aqa-alevel-maths-pure-2 / differentiation-techniques) — first- and second-derivative tests for stationary points and concavity.aqa-alevel-maths-pure-1 / algebra-and-functions) — domain, range, asymptote and transformation reasoning behind a sketch.Exam Tip: When sketching curves in the exam, label all key features clearly — coordinates of intercepts and stationary points, equations of asymptotes. Draw smooth curves (not jagged lines). Make sure your curve approaches asymptotes correctly and does not cross a vertical asymptote. If the question says "sketch", a rough but accurate picture with labels is expected — you do not need to plot every point precisely.
AQA 7357 specification, Pure Mathematics, Section C — Coordinate Geometry covers curves defined by simple equations including polynomials, the modulus of a linear function, y=a/x and y=a/x2 (including their vertical and horizontal asymptotes), exponential and logarithmic functions, and parametrically defined curves (refer to the official specification document for exact wording). Curve-sketching is examined in both Paper 1 and Paper 2 and is the synoptic spine that connects Section E (differentiation, stationary points and points of inflection), Section F (integration, area under a curve), Section G (numerical methods, location of roots) and the transformations strand within Section B (algebra and functions). The AQA formula booklet does not list standard curve shapes — they must be memorised.
Question (8 marks):
Sketch the curve with equation y=x2−1x2−4, showing clearly all intercepts with the axes, all asymptotes, and the coordinates of any stationary points. (8)
Solution with mark scheme:
Step 1 — factorise and identify zeros and poles.
y=(x−1)(x+1)(x−2)(x+2)
The numerator is zero at x=±2, so the x-intercepts are (2,0) and (−2,0). The denominator is zero at x=±1 — and the numerator is non-zero there — so x=1 and x=−1 are vertical asymptotes (no holes).
M1 — factorise correctly. A1 — both intercepts and both asymptote locations identified.
Step 2 — y-intercept.
Set x=0: y=−1−4=4. So (0,4) lies on the curve.
B1 — y-intercept.
Step 3 — horizontal asymptote (end behaviour).
Both numerator and denominator are degree 2, so divide leading coefficients: y→1 as x→±∞. The horizontal asymptote is y=1.
M1 — recognise leading-coefficient ratio gives the horizontal asymptote.
Step 4 — stationary points.
Use the quotient rule with u=x2−4, v=x2−1:
dxdy=(x2−1)22x(x2−1)−2x(x2−4)=(x2−1)22x[(x2−1)−(x2−4)]=(x2−1)26x
Setting dxdy=0 gives x=0, so the only stationary point is (0,4) — coinciding with the y-intercept.
M1 — apply quotient rule and simplify. A1 — stationary point at (0,4).
Step 5 — sign analysis and shape.
Sign of dxdy=(x2−1)26x: denominator is positive (away from asymptotes), so the gradient has the sign of x. Negative for x<0, positive for x>0, so on the central branch (between x=−1 and x=1) the stationary point at (0,4) is a local maximum on that branch. On the outer branches ∣x∣>1, y approaches 1 from above as x→±∞, falls through the x-axis at ±2, and tends to +∞ as x→±1 from outside.
Inside ∣x∣<1, the curve passes through the maximum at (0,4) and tends to −∞ as x→±1 from inside (since the numerator is negative — close to −4 — and the denominator approaches zero through negative values).
A1 — correct shape with three branches, asymptotic behaviour shown both sides of each vertical asymptote, central turning point identified as a maximum on the central branch.
Total: 8 marks (M3 A3 B1 + 1 shape mark).
Question (6 marks): The curve C has equation y=xe−x for x∈R.
(a) Find the coordinates of the stationary point of C and determine its nature. (4)
(b) Describe the behaviour of y as x→+∞ and as x→−∞, and hence sketch C. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 3, AO2 = 3. End-behaviour marks are awarded for the direction of approach (from above / below), not just the limiting value.
Connects to:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.