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-2 / parametric-equations — this lesson is the A2-level deep dive.
This lesson introduces parametric equations, a powerful way to describe curves in the coordinate plane. Instead of expressing y directly in terms of x, we express both x and y in terms of a third variable called a parameter (usually t or θ). Parametric equations are an important topic in A-Level Mathematics, appearing in pure mathematics, mechanics (where time is a natural parameter), and further mathematics.
Spec Mapping — AQA 7357 Section C (Coordinate geometry). This lesson covers the introductory parametric-equations content of Section C — definitions, conversion to Cartesian form, and curve recognition — at the depth required for A2-level synoptic questions. Refer to the official AQA specification document for exact wording.
A curve is defined parametrically when both coordinates are given as functions of a parameter:
x=f(t),y=g(t)As the parameter t varies, the point (x, y) traces out the curve. Each value of t gives a specific point on the curve.
Example 1: The parametric equations x = 2t, y = t² define a curve. Find some points.
| t | x = 2t | y = t² | Point |
|---|---|---|---|
| −2 | −4 | 4 | (−4, 4) |
| −1 | −2 | 1 | (−2, 1) |
| 0 | 0 | 0 | (0, 0) |
| 1 | 2 | 1 | (2, 1) |
| 2 | 4 | 4 | (4, 4) |
Plotting these points reveals a parabola.
To find the Cartesian equation (an equation involving only x and y), eliminate the parameter t.
Method 1: Direct substitution
If you can express t in terms of x (or y) from one equation, substitute into the other.
Example 2: Convert x = 2t, y = t² to a Cartesian equation.
From x=2tSubstitute into y=t2:t=x/2:y=(x/2)2=x2/4Cartesian equation: y = x²/4. This is a parabola.
Method 2: Using trigonometric identities
When the parameter is θ and the equations involve sin θ and cos θ, use the identity sin²θ + cos²θ = 1.
Example 3: Convert x = 3cos θ, y = 3sin θ to a Cartesian equation.
3x=cosθcos2θ+sin2θ(3x)2+(3y)29x2+9y2x2+y2and3y=sinθ=1=1=1=9This is a circle with centre (0, 0) and radius 3.
Example 4: Convert x = 2 + 5cos θ, y = −1 + 5sin θ to Cartesian form.
5x−2=cosθcos2θ+sin2θ(5x−2)2+(5y+1)2(x−2)2+(y+1)2and5y+1=sinθ=1=1=25This is a circle with centre (2, −1) and radius 5.
Method 3: Using other identities or algebraic manipulation
Example 5: Convert x = t + 1/t, y = t − 1/t to a Cartesian equation.
x+yx−yt×t1(2x+y)×(2x−y)4(x+y)(x−y)x2−y2=(t+t1)+(t−t1)=2t=(t+t1)−(t−t1)=t2=1=1=1=4so t=2x+yso t1=2x−yThis is a rectangular hyperbola.
To sketch a parametric curve:
Example 6: Sketch x = cos t, y = sin 2t for 0 ≤ t ≤ 2π.
| t | x=cost | y=sin2t |
|---|---|---|
| 0 | 1 | 0 |
| π/4 | 2/2≈0.71 | 1 |
| π/2 | 0 | 0 |
| 3π/4 | −2/2≈−0.71 | −1 |
| π | −1 | 0 |
| 5π/4 | −2/2 | 1 |
| 3π/2 | 0 | 0 |
| 7π/4 | 2/2 | −1 |
| 2π | 1 | 0 |
This traces a figure-of-eight (lemniscate-like) curve. The curve crosses itself at the origin.
| Curve | Parametric Equations | Cartesian Equation |
|---|---|---|
| Circle, centre origin, radius r | x = r cos θ, y = r sin θ | x² + y² = r² |
| Circle, centre (a, b), radius r | x = a + r cos θ, y = b + r sin θ | (x−a)² + (y−b)² = r² |
| Parabola | x = at², y = 2at | y² = 4ax |
| Ellipse | x = a cos θ, y = b sin θ | x²/a² + y²/b² = 1 |
A single Cartesian equation can have many different parametric representations. Common approaches:
Example 7: Write y = x² − 3x + 1 parametrically.
Let x=t. Then y=t2−3t+1.So x=t,y=t2−3t+1.Set g(t) = 0 and solve for t. Substitute back to find x.
Set f(t) = 0 and solve for t. Substitute back to find y.
Example 8: The curve has parametric equations x = t² − 4, y = t³ − t. Find where it crosses the y-axis.
Set x=0:t2−4=0 When t=2: y=8−2=6When t=−2: y=−8+2=−6⟹ t=±2Point: (0, 6)Point: (0, −6)Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Problem: A curve is defined parametrically by x = 3t², y = 6t.
(a) Find the Cartesian equation of the curve.
(b) Find the coordinates of the points where the line y = 2x − 6 meets the curve.
Solution:
(a)
From y=6tSubstitute:t=y/6:x=3(y/6)2=3y2/36=y2/12∴y2=12x(b) Substitute y = 2x − 6 into y² = 12x:
(2x−6)24x2−24x+364x2−36x+36x2−9x+9x=12x=12x=0=0=29±81−36=29±45=29±35The corresponding y-values are y = 2x − 6.
Alternatively, using the parameter directly:
6t=2(3t2)−66t=6t2−66t2−6t−6=0t2−t−1=0t=(1±5)/2When t=21+5:
xy=3(21+5)2=43(6+25)=418+65=29+35=26(1+5)=3(1+5)=3+35Sometimes the parameter is restricted to a certain interval, which means only part of the Cartesian curve is traced. Always note any parameter restrictions and how they affect the range of x and y.
Example 9: x = 2cos t, y = 2sin t for 0 ≤ t ≤ π.
The Cartesian equation is x² + y² = 4 (a full circle), but since 0 ≤ t ≤ π, we have sin t ≥ 0, so y ≥ 0. Only the upper semicircle is traced.
This topic connects to:
aqa-alevel-maths-pure-2 / parametric-equations) — the foundational treatment of curves expressed in parameter form.aqa-alevel-maths-coordinate-geometry-depth / parametric-differentiation) — applying calculus to parametric curves to find gradients of tangents and normals.aqa-alevel-maths-mechanics / projectile-motion) — projectile equations are naturally parametric in time t.Exam Tip: When converting parametric to Cartesian form, clearly state how you eliminate the parameter. For trigonometric parametric equations, the identity sin²θ + cos²θ = 1 is almost always the key step. When sketching, always include the direction of increasing parameter — the examiner expects to see arrows on parametric curves.
AQA 7357 specification, Paper 2 — Pure Mathematics, Section C: Coordinate Geometry, Year 2 sub-strand on parametric curves covers parametric equations of curves and conversion between Cartesian and parametric forms; understand and use the parametric equations of curves and conversion between Cartesian and parametric forms (refer to the official specification document for exact wording). This sits squarely in Year 2 Pure content and is examined on Paper 2 alongside other coordinate-geometry items, with synoptic reach into Section H (Differentiation, where dxdy=dx/dtdy/dt underpins parametric calculus), Section I (Integration, where ∫ydx=∫y(t)dtdxdt converts parametric area integrals) and Section O (Mechanics — kinematics in two dimensions, where projectile motion is intrinsically parametric in time t). The AQA formula booklet does not list parametric-to-Cartesian conversion identities — students must recognise the key trigonometric and algebraic eliminations themselves.
Question (8 marks):
A curve C has parametric equations
x=3cost,y=2sint,0≤t<2π
(a) Show that the Cartesian equation of C is 9x2+4y2=1. (3)
(b) State the domain and range of the curve in Cartesian form. (2)
(c) Find the points on C where the tangent is parallel to the line y=x. (3)
Solution with mark scheme:
(a) Step 1 — isolate the trigonometric functions.
From x=3cost, we have cost=3x. From y=2sint, we have sint=2y.
M1 — rearranging both parametric equations to express cost and sint in terms of x and y. A common slip is to leave one of these implicit and try to substitute later — examiners reward the explicit isolation step.
Step 2 — apply the Pythagorean identity.
Using cos2t+sin2t=1:
(3x)2+(2y)2=1
M1 — substituting into the correct identity. The choice of identity is the key reasoning step; cos2t+sin2t=1 is the only Pythagorean identity that eliminates t cleanly here.
Step 3 — present in the printed form.
9x2+4y2=1
A1 — printed answer obtained. AO2 mark for the deductive chain from parametric form to printed Cartesian equation.
(b) Step 1 — extract domain from parameter range.
Since cost ranges over [−1,1] as t varies, x=3cost ranges over [−3,3].
B1 — domain stated as −3≤x≤3.
Step 2 — extract range from parameter range.
Similarly y=2sint ranges over [−2,2].
B1 — range stated as −2≤y≤2.
(c) Step 1 — find dxdy parametrically.
dtdx=−3sint and dtdy=2cost, so
dxdy=−3sint2cost=−3sint2cost
M1 — correct application of the parametric chain rule.
Step 2 — set gradient equal to 1 and solve.
−3sint2cost=1⟹2cost=−3sint⟹tant=−32.
M1 — equation in tant obtained.
Step 3 — back-substitute to coordinates.
Two values of t in [0,2π) satisfy tant=−32, one in the second quadrant and one in the fourth. Using sint=±132 and cost=∓133, the points are (−139,134) and (139,−134).
A1 — both points correct (or rationalised equivalents).
Total: 8 marks (M5 A2 B1 split as shown).
Question (6 marks): A curve has parametric equations x=t2−2, y=2t+1 for t∈R.
(a) Eliminate the parameter t to find the Cartesian equation of the curve. (3)
(b) State the type of conic and identify the vertex. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. The synoptic AO2 marks reward recognising the standard form of a horizontally-oriented parabola — a connection back to coordinate-geometry conics that pure-procedural candidates often miss.
Connects to:
Section H — Parametric differentiation: the chain rule dxdy=dx/dtdy/dt unlocks tangent and normal computation directly from parametric form, without first eliminating t. For complex curves this is faster and avoids implicit-differentiation traps.
Section E — Trigonometric identities: elimination of the parameter relies on cos2t+sin2t=1, sec2t−tan2t=1, cosh2t−sinh2t=1 (further maths). Recognising which identity matches a given parametric pair is itself a synoptic skill.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.