Builds on: aqa-alevel-maths-pure-2 / parametric-equations — this lesson is the A2-level deep dive.
This lesson covers how to find areas under curves defined by parametric equations. This extends your knowledge of integration to situations where the curve is not given as y = f(x) but in parametric form. The key idea is to replace dx with (dx/dt) dt and change the limits from x-values to t-values.
Spec Mapping — AQA 7357 Sections C (Coordinate geometry) and H (Integration). This lesson is synoptic — it covers the parametric-integration content, linking parametric curve work in Section C with definite-integral techniques in Section H. Refer to the official AQA specification document for exact wording.
The Parametric Integration Formula
If a curve is defined parametrically by x = f(t) and y = g(t), then the area under the curve between x = a and x = b is
Area=intydx=inty(dx/dt)dt
The limits of integration must be converted from x-values to t-values.
Important Steps:
Write y and dx/dt in terms of t.
Find the t-values corresponding to the x-limits.
Integrate y × (dx/dt) with respect to t.
Ensure the area is positive — take the modulus if necessary, or reverse limits.
Basic Examples
Example 1: Find the area under the curve x = t², y = 2t between x = 0 and x = 4.
Verification: The Cartesian equation is y2=4x, so y=2x (upper half).
Area=∫042xdx=2×[2x(3/2)/3]04=(4/3)(8)=32/3✓
Example 2: Find the area enclosed by the ellipse x = 3cos θ, y = 2sin θ.
By symmetry, the total area is 4 times the area in the first quadrant.
AreaTotal areaIn the first quadrant: x goes from 0 to 3.When x=0:cosθ=0⟹θ=2πWhen x=3:cosθ=1⟹θ=0dθdx=−3sinθArea of first quadrant=∫ydθdxdθAs x goes from 0 to 3,θ goes from 2π to 0 (decreasing).=∫π/20(2sinθ)(−3sinθ)dθ=∫π/20(−6sin2θ)dθ=6∫0π/2sin2θdθ(reversing limits changes sign)Using sin2θ=21−cos2θ:=6∫0π/221−cos2θdθ=3∫0π/2(1−cos2θ)dθ=3[θ−2sin2θ]0π/2=3[(2π−0)−(0−0)]=23π=4×23π=6π
This matches the known formula for the area of an ellipse: πab = π × 3 × 2 = 6π. ✓
Changing Limits Carefully
When converting limits, you must ensure:
Each x-limit corresponds to a unique t-value (within the range considered).
The direction of integration is consistent — if t decreases as x increases, the t-limits will be in reverse order. You can either keep them reversed and account for the sign, or swap them and adjust.
Example 3: Find the area between the curve x = 1 + sin t, y = cos t (for 0 ≤ t ≤ π) and the x-axis.
dtdx=costWhen does y=cost=0 (crossing the x-axis)?cost=0⟹t=2π(within 0≤t≤π)For 0≤t<2π:y=cost>0 (above x-axis)For 2π<t≤π:y=cost<0 (below x-axis)Area above x-axis (t from 0 to 2π):∫0π/2cost×costdt=∫0π/2cos2tdtUsing cos2t=21+cos2t:=∫0π/221+cos2tdt=[2t+4sin2t]0π/2=(4π+0)−0=4π
Area Enclosed by a Closed Parametric Curve
For a closed curve traced as t goes from α to β, the enclosed area can be found using:
Area=∫αβydtdxdt
or equivalently
Area=21∫αβ(xdtdy−ydtdx)dt
The second formula (the shoelace-type formula) works for any closed curve and does not depend on the curve being above or below the x-axis.
Example 4: Find the area enclosed by the curve x = cos t, y = sin t for 0 ≤ t ≤ 2π.
Parametric equations (intro) (aqa-alevel-maths-coordinate-geometry-depth / parametric-equations-intro) — the parametric curves whose areas we are now integrating.
Integration techniques (aqa-alevel-maths-pure-2 / integration-techniques) — substitution and standard integrals applied to the t-integral.
Applications of integration (aqa-alevel-maths-calculus-applications / applications-of-integration) — volumes of revolution and area-between-curves problems that often arrive in parametric form.
Summary
Parametric integration: ∫ y dx = ∫ y (dx/dt) dt with limits converted to t-values.
Always convert the limits of integration from x-values to the corresponding t-values.
Take care with the direction — if t decreases as x increases, account for the sign.
For closed curves, use |∫ y (dx/dt) dt| or the shoelace formula.
For volumes of revolution: V = π∫ y² (dx/dt) dt.
Exam Tip: The most common mistake in parametric integration is forgetting to change the limits. Always write down the conversion from x-limits to t-limits explicitly. If your answer comes out negative, consider whether you need to reverse the limits or take the modulus. Show the substitution dx = (dx/dt) dt clearly in your working.
A-Level Deep Dive: Parametric Integration
Spec mapping
AQA 7357 specification, Pure Mathematics Section H — Integration (Year 2) covers using parametric equations (refer to the official specification document for exact wording). This is an extension topic within the AQA Pure content; not all AQA candidates may meet this exact framing in classroom delivery, but the underlying technique — converting ∫ydx into ∫y(t)dtdxdt — is examinable on Paper 2 (Pure). It draws on Section G (parametric differentiation), Section F (chain rule and substitution in integration) and connects forward to volumes of revolution V=π∫y2dx when the curve is given parametrically. The AQA formula booklet does not list the parametric area formula explicitly — it must be derived from dx=dtdxdt on the spot.
Worked example with full mark scheme
Question (8 marks):
A curve C has parametric equations x=2t2,y=4t for 0≤t≤2. The region R is bounded by C, the x-axis and the line x=8.
(a) State dtdx and identify the parameter limits corresponding to 0≤x≤8. (2)
(b) Using A=∫t0t1ydtdxdt, find the exact area of R. (6)
Solution with mark scheme:
(a) dtdx=4t. B1.
When x=0: 2t2=0⟹t=0. When x=8: 2t2=8⟹t=2 (positive root, since t∈[0,2]). B1.
(b) Step 1 — set up the parametric integral.
A=∫02y⋅dtdxdt=∫02(4t)(4t)dt=∫0216t2dt
M1 — correct substitution ydx→y(t)(dx/dt)dt. Examiners typically demand the conversion be written down; silently changing limits or omitting the dtdx factor loses this mark.
A1 — integrand 16t2 correct.
Step 2 — integrate.
∫0216t2dt=316t302
M1 — correct antiderivative 316t3.
Step 3 — evaluate.
=316⋅8−0=3128
A1 — final exact answer 3128.
Step 4 — sanity check. Eliminating the parameter: y=22x, so ∫0822xdx=342⋅83/2=342⋅162=3128.
A1 (AO2.1) — for either the sanity check or an explicit comment that dtdx≥0 on the parameter range so the integral equals the geometric area directly.
Total: 8 marks (M2 A3 B2 plus 1 reasoning mark).
Specimen question modelled on the AQA 7357 Paper 2 format
Question (6 marks): A curve C has parametric equations x=sint,y=sin2t for 0≤t≤2π.
(a) Find dtdx. (1)
(b) Show that the area of the region between C and the x-axis is given by ∫0π/2sin2tcostdt. (2)
(c) Hence evaluate this area exactly. (3)
Mark scheme decomposition by AO:
(a) dtdx=cost. B1 (AO1.1b).
(b)
M1 (AO1.1a) — substituting y=sin2t and dtdx=cost into ∫ydtdxdt to produce ∫sin2tcostdt.
A1 (AO2.1) — limits t=0 to t=π/2 identified explicitly via x=0→t=0, x=1→t=π/2.
(c)
M1 (AO1.1b) — using sin2t=2sintcost to rewrite the integrand as 2sintcos2t.
Total: 6 marks split AO1 = 5, AO2 = 1. Parametric area questions on AQA 7357 are AO1-heavy: the conceptual move (multiply by dx/dt) is rewarded once, and the bulk of the marks come from executing the resulting standard integral cleanly.
Synoptic links
Connects to:
Section G — Parametric differentiation: the chain-rule identity dxdy=dx/dtdy/dt and the area formula ∫ydtdxdt are dual statements of the same principle. Both express how x and y relate via t when neither is explicitly a function of the other.
Section F — Integration by substitution: parametric integration is a substitution x→t with dx=dtdxdt. The mechanical rule for changing limits — replace the x-limits with the corresponding t-values — is identical to the substitution rule taught for ∫f(g(x))g′(x)dx.
Volumes of revolution: rotating a parametric curve about the x-axis gives V=π∫y2dx=π∫[y(t)]2dtdxdt. Same conversion, with y squared. About the y-axis it becomes V=π∫x2dy=π∫[x(t)]2dtdydt.