You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Parametric equations define x and y separately in terms of a third variable (parameter), usually t or θ. This allows us to describe curves that are difficult or impossible to express as y = f(x).
Instead of y = f(x), a curve may be defined by:
As t varies, the point (x, y) traces out a curve.
A curve is defined by x = 2t, y = t² − 1.
| t | x | y |
|---|---|---|
| −2 | −4 | 3 |
| −1 | −2 | 0 |
| 0 | 0 | −1 |
| 1 | 2 | 0 |
| 2 | 4 | 3 |
This traces out a parabola. To find the Cartesian equation: t = x/2, so y = (x/2)² − 1 = x²/4 − 1.
x = 3 cos t, y = 3 sin t.
Use the identity cos²t + sin²t = 1:
(x/3)² + (y/3)² = 1
= x² + y² = 9 — a circle of radius 3, centre the origin.
x = 2t + 1, y = 4t² − 3.
t = (x − 1)/2, so y = 4((x − 1)/2)² − 3 = 4(x − 1)²/4 − 3
= (x − 1)² − 3
| Curve | Parametric form |
|---|---|
| Circle (radius r) | x = r cos t, y = r sin t |
| Ellipse (a, b) | x = a cos t, y = b sin t |
| Parabola | x = at², y = 2at |
| Line | x = a + bt, y = c + dt |
The chain rule gives:
dy/dx = (dy/dt) ÷ (dx/dt)
x = t³, y = t² − t. Find dy/dx.
dx/dt = 3t², dy/dt = 2t − 1
dy/dx = (2t − 1)/(3t²)
Find the equation of the tangent to the curve x = 2t, y = t² at the point where t = 3.
At t = 3: x = 6, y = 9.
dx/dt = 2, dy/dt = 2t = 6
dy/dx = 6/2 = 3
Tangent: y − 9 = 3(x − 6)
= y = 3x − 9
Stationary points occur where dy/dx = 0, i.e. where dy/dt = 0 (provided dx/dt ≠ 0).
x = t², y = t³ − 3t. Find the stationary points.
dy/dt = 3t² − 3 = 3(t² − 1) = 3(t − 1)(t + 1)
dy/dt = 0 when t = 1 or t = −1.
At t = 1: x = 1, y = 1 − 3 = −2
At t = −1: x = 1, y = −1 + 3 = 2
Stationary points: (1, −2) and (1, 2)
The area under a parametric curve from t = t₁ to t = t₂ is:
Area = ∫ₜ₁ᵗ² y (dx/dt) dt
Find the area enclosed by the curve x = 3 cos t, y = 3 sin t for 0 ≤ t ≤ 2π.
Area = ∫₀²π (3 sin t)(−3 sin t) dt = −9 ∫₀²π sin²t dt
Using sin²t = (1 − cos 2t)/2:
= −9 × [t/2 − sin 2t/4]₀²π = −9 × (π − 0) = −9π
Taking the absolute value: Area = 9π (consistent with πr² for r = 3).
d²y/dx² = d/dt(dy/dx) ÷ (dx/dt)
x = t², y = t³. Find d²y/dx².
dy/dx = (3t²)/(2t) = 3t/2
d/dt(dy/dx) = d/dt(3t/2) = 3/2
d²y/dx² = (3/2)/(2t)
= 3/(4t)
AQA 7357 specification, Paper 2 — Pure Mathematics, Section C: Coordinate geometry, sub-strand C2 (Year 2 content) covers the parametric equations of curves and conversion between Cartesian and parametric forms; use parametric equations in modelling in a variety of contexts (refer to the official specification document for exact wording). This Year 2 sub-strand layers on top of Year 1 coordinate geometry (lines, circles, Cartesian forms) and is examined in Paper 2 alongside trigonometry and differentiation. It connects directly to Section H — Differentiation (parametric differentiation dxdy=dx/dtdy/dt), Section G — Trigonometry (the Pythagorean identity cos2t+sin2t=1 is the workhorse for eliminating the parameter from trigonometric parametrisations), and Paper 3 — Mechanics, Section O (projectile motion is the canonical applied parametrisation, with x=(ucosα)t and y=(usinα)t−21gt2). The AQA formula booklet does not list standard parametric forms — they must be recognised and manipulated from first principles.
Question (8 marks):
A curve C is defined parametrically by x=3cost, y=2sint for 0≤t<2π.
(a) Show that the Cartesian equation of C can be written as 9x2+4y2=1. (3)
(b) Find dxdy in terms of t, and hence find the equation of the tangent to C at the point where t=4π, giving your answer in the form ax+by=c with a,b,c exact. (5)
Solution with mark scheme:
(a) Step 1 — isolate the trigonometric functions.
From x=3cost, cost=3x. From y=2sint, sint=2y.
M1 — rearranging both parametric equations to express cost and sint in terms of x and y. A common error is to attempt to solve for t directly (t=arccos(x/3)), which produces an unhelpful single-branch form.
Step 2 — apply the Pythagorean identity.
Using cos2t+sin2t=1:
(3x)2+(2y)2=1
M1 — recognising and applying the identity cos2t+sin2t=1 as the elimination tool for the parameter. This is the signature technique for trigonometric parametrisations.
Step 3 — write in the requested form.
9x2+4y2=1
A1 — printed answer obtained, with squaring of fractions performed correctly ((x/3)2=x2/9, not x2/3).
(b) Step 1 — differentiate parametrically.
dtdx=−3sint and dtdy=2cost.
M1 — both derivatives correct. The negative sign on dtdx is the most-missed detail (chain-rule slip on cost).
Step 2 — form the gradient.
dxdy=dx/dtdy/dt=−3sint2cost=−3sint2cost
A1 — correct dxdy in terms of t. Equivalent forms (e.g. −32cott) are fully accepted.
Step 3 — evaluate at t=π/4.
At t=π/4: cost=sint=22, so the gradient is −32. The point on the curve is (3⋅22,2⋅22)=(232,2).
M1 — both the gradient value −2/3 and the point coordinates evaluated correctly using exact surd values for sin(π/4) and cos(π/4).
Step 4 — form the tangent equation.
Using y−y1=m(x−x1):
y−2=−32(x−232)
Multiply through by 3: 3y−32=−2x+32, hence 2x+3y=62.
A1 — final answer in the form ax+by=c with a=2, b=3, c=62, all exact.
Total: 8 marks (M4 A4, split as shown).
Question (6 marks): A curve C has parametric equations x=t2+1, y=2t−3 for t∈R.
(a) Find a Cartesian equation of C, giving your answer in the form x=f(y). (3)
(b) Find dxdy in terms of t, and determine the value of t at which the tangent to C is parallel to the line y=x. (3)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 5, AO2 = 1. This question rewards algebraic precision (the squaring step in (a) is a classic mark-loser if the bracket is dropped) and reasoning (recognising what "parallel to y=x" means as a gradient condition).
Connects to:
Section H — Parametric differentiation: the rule dxdy=dx/dtdy/dt is itself an instance of the chain rule. Once y and x are both functions of t, dxdy=dtdy⋅dxdt, with dxdt=1/(dx/dt) provided dx/dt=0. Points where dx/dt=0 correspond to vertical tangents — a frequent A* discriminator.
Section G — Trigonometric identities: every elimination-by-trig question reduces to an identity. Pythagorean (cos2+sin2=1, sec2−tan2=1, cosec2−cot2=1), double-angle (sin2t=2sintcost), and sum-to-product identities all generate parametric-to-Cartesian conversions.
Section C — Conics (implicit and parametric forms): the ellipse a2x2+b2y2=1 has standard parametrisation x=acost, y=bsint. The hyperbola a2x2−b2y2=1 uses x=asect, y=btant. Recognising these standard forms turns 8-mark conversions into 2-mark inspections.
Paper 3 — Mechanics, projectile motion: a particle launched at speed u at angle α above horizontal has position x=(ucosα)t, y=(usinα)t−21gt2. Eliminating t produces the Cartesian trajectory y=xtanα−2u2cos2αgx2 — a parabola. This is the canonical applied parametric problem, and AQA examines it on Paper 3.
Section I — Integration (areas under parametric curves): the area between a parametric curve and the x-axis is ∫ydtdxdt over the parameter range. This is an extension of the Cartesian ∫ydx formula via substitution, and Year 2 questions sometimes pair parametrisation with integration in a single 10-mark item.
Parametric questions on AQA 7357 split AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Differentiating each component, applying dxdy=dx/dtdy/dt, applying trig identities to eliminate t, evaluating at given parameter values |
| AO2 (reasoning / interpretation) | 25–35% | Choosing the right elimination strategy (algebraic vs trigonometric), justifying validity at boundary parameter values, interpreting "parallel"/"perpendicular" gradient conditions, recognising standard conic parametrisations |
| AO3 (problem-solving) | 10–20% | Modelling contexts (projectile range, point-of-closest-approach), parametrising a curve given geometric constraints, identifying parameter values for stationary points or tangent contacts |
Examiner-rewarded phrasing: "using the identity cos2t+sin2t=1"; "since dx/dt=0 at this value of t, the chain rule gives…"; "the Cartesian equation valid for the range of t given is…". Phrases that lose marks: writing dxdy=dx/dtdy/dt with the wrong derivative on top (a sign error in dtdx when x=acost is the most common); concluding with a Cartesian equation but failing to state the range of validity (e.g. −3≤x≤3 for the ellipse with a=3); leaving a tangent equation in point-gradient form when the question asks for ax+by=c.
A specific AQA pattern to watch: questions sometimes ask for the Cartesian equation "and state the range of values of x (or y) for which it represents the curve". The implicit Cartesian form x2/9+y2/4=1 is satisfied by the whole ellipse — but a parametric range 0≤t≤π traces only the upper half. The implicit form alone undersells the parametrisation; you must add y≥0 to be precise.
Question: A curve has parametric equations x=2t+1, y=t2. Find a Cartesian equation of the curve.
Grade C response (~180 words):
From x=2t+1, rearrange: t=2x−1.
Substitute into y=t2:
y=(2x−1)2=4(x−1)2.
So the Cartesian equation is y=4(x−1)2.
Examiner commentary: Full marks (3/3). The candidate isolates t from the linear parametrisation (the easier of the two), substitutes cleanly into the quadratic component, and produces a Cartesian form. The answer is left in the natural form y=f(x) which is acceptable in the absence of a specified format. Some candidates lose marks here by expanding the bracket unnecessarily — 4x2−2x+1 is mathematically equivalent but no cleaner, and any algebraic slip in the expansion costs the A1.
Grade A response (~220 words):*
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.