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 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.
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 = 2t: t = x/2
Substitute into y = t²: y = (x/2)² = x²/4
Cartesian 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.
x/3 = cos θ and y/3 = sin θ
cos²θ + sin²θ = 1
(x/3)² + (y/3)² = 1
x²/9 + y²/9 = 1
x² + y² = 9
This is a circle with centre (0, 0) and radius 3.
Example 4: Convert x = 2 + 5cos θ, y = −1 + 5sin θ to Cartesian form.
(x − 2)/5 = cos θ and (y + 1)/5 = sin θ
cos²θ + sin²θ = 1
((x − 2)/5)² + ((y + 1)/5)² = 1
(x − 2)² + (y + 1)² = 25
This 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 + y = (t + 1/t) + (t − 1/t) = 2t so t = (x + y)/2
x − y = (t + 1/t) − (t − 1/t) = 2/t so 1/t = (x − y)/2
t × 1/t = 1
((x + y)/2) × ((x − y)/2) = 1
(x + y)(x − y)/4 = 1
x² − y² = 4
This is a rectangular hyperbola.
To sketch a parametric curve:
Example 6: Sketch x = cos t, y = sin 2t for 0 ≤ t ≤ 2π.
| t | x = cos t | y = sin 2t |
|---|---|---|
| 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 = t² − 3t + 1.
So x = t, y = t² − 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: t² − 4 = 0 ⟹ t = ±2
When t = 2: y = 8 − 2 = 6 Point: (0, 6)
When t = −2: y = −8 + 2 = −6 Point: (0, −6)
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 = 6t: t = y/6
Substitute: x = 3(y/6)² = 3y²/36 = y²/12
So y² = 12x.
(b) Substitute y = 2x − 6 into y² = 12x:
(2x − 6)² = 12x
4x² − 24x + 36 = 12x
4x² − 36x + 36 = 0
x² − 9x + 9 = 0
x = (9 ± √(81 − 36)) / 2 = (9 ± √45) / 2 = (9 ± 3√5) / 2
The corresponding y-values are y = 2x − 6.
Alternatively, using the parameter directly:
6t = 2(3t²) − 6
6t = 6t² − 6
6t² − 6t − 6 = 0
t² − t − 1 = 0
t = (1 ± √5) / 2
When t = (1 + √5)/2:
x = 3((1 + √5)/2)² = 3(6 + 2√5)/4 = (18 + 6√5)/4 = (9 + 3√5)/2
y = 6(1 + √5)/2 = 3(1 + √5) = 3 + 3√5
Sometimes 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.
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.
Section C — Conic sections: parametric forms expose the symmetry of conics. The ellipse x=acost,y=bsint, the hyperbola x=asect,y=btant, and the parabola x=at2,y=2at are each "natural" parametrisations rewarded in mark schemes.
Section I — Parametric integration and area: the substitution ∫ydx=∫y(t)dtdxdt allows areas under parametrically defined curves (e.g. one petal of a cycloid) to be computed without ever finding the Cartesian form.
Section O — Mechanics, projectile motion: x(t)=(ucosα)t and y(t)=(usinα)t−21gt2 are parametric equations of the trajectory; eliminating t recovers the parabolic Cartesian equation y=xtanα−2u2cos2αgx2. Every projectile question is a parametric-elimination exercise in disguise.
Parametric questions on AQA 7357 split AO marks more evenly than algebra-only topics:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.