You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The single most elegant result in the polar strand of AQA Further Mathematics is the formula for the area swept out by a radius vector: A=21∫αβr2dθ. It looks nothing like the Cartesian ∫ydx, and the factor of 21 and the squared r are precisely where marks are won and lost. This lesson derives the formula from the sector-area idea, applies it to circles, cardioids, roses, spirals and lemniscates, and then tackles the harder "area between two curves" problems where finding the correct limits is everything.
The polar area integral is compulsory pure content for Papers 1 and 2 of AQA 7367. A single area question blends all three assessment objectives: AO1 to carry out the integration, AO2 to justify the limits and use symmetry, and AO3 when the question is set in an unfamiliar "inside one curve, outside another" configuration. Because the integrand is almost always a squared trig expression, success depends on fluent use of the double-angle identities from A-Level Maths — the algebra of the integrand, not the calculus, is what separates the bands. It is also one of the highest-value topics to revise, because the same formula 21∫r2dθ answers every question in the strand; there is no menagerie of separate methods to memorise, just one formula applied with care over the right limits.
Take a curve r=f(θ) and a thin angular slice between θ and θ+δθ. Over so small an angle the bounding arc is almost a circular arc of radius r, so the slice is almost a circular sector of radius r and angle δθ. The area of a sector of radius r and angle δθ (radians) is 21r2δθ, so
δA≈21r2δθ.
Summing the slices from θ=α to θ=β and letting δθ→0 turns the sum into an integral:
A=limδθ→0∑21r2δθ= 21∫αβr2dθ =21∫αβ[f(θ)]2dθ.
Key idea. This is the area of the region between the curve and the pole, swept by the radius vector as θ runs from α to β. The 21 is inherited directly from the sector-area formula 21r2θ; never omit it, and never forget to square r.
It is worth pausing on why the sector area is 21r2δθ, because that single fact carries the whole formula. A full circle of radius r has area πr2 and corresponds to an angle of 2π; a sector subtending angle δθ is the fraction 2πδθ of the disc, so its area is 2πδθ⋅πr2=21r2δθ. The approximation in δA≈21r2δθ is only that r varies slightly across the slice, and that error vanishes in the limit — which is exactly what the integral sign records. This is the same "sum of infinitely many infinitesimal pieces" logic that underlies every integral you have met; the only novelty is that the pieces are wedges rather than rectangles.
The integrand r2=[f(θ)]2 is almost always a squared cosine or sine, so the very first move after writing the integral is to apply a double-angle identity:
cos2θ=21(1+cos2θ),sin2θ=21(1−cos2θ).
The reason this step is unavoidable is that there is no elementary antiderivative of cos2θ or sin2θ written in those forms; you must first linearise them into a constant plus a single cosine of the double angle, which integrate term by term. When the curve involves cosnθ, the identity produces cos2nθ instead, but the principle is identical. Train yourself to reach for the double-angle identity the instant you see a squared trig term inside an integral — it is the workhorse of this entire lesson.
Find the area enclosed by r=a.
A=21∫02πa2dθ=2a2[θ]02π=2a2⋅2π=πa2.
This recovers the familiar area of a disc — a reassuring check that the formula and its 21 are right. It is a good habit to test any new integral formula against a case whose answer you already know; if the polar formula had not produced πa2 for the circle, you would know at once that you had dropped the 21 or mishandled the limits. The whole circle is swept once as θ runs over [0,2π] because r=a is constant — there is no over-tracing to worry about here.
Mark scheme: M1 apply 21∫r2dθ with r=a, limits 0 to 2π; A1 πa2.
Find the area enclosed by r=a(1+cosθ).
Two preliminary decisions fix the integral. First, the tracing interval: a cardioid is traced exactly once as θ runs over [0,2π], so those are the natural limits. Second, symmetry: because the equation depends only on cosθ the curve is symmetric about the initial line, so the area below the axis equals the area above it. We may therefore integrate over [0,π] and double, which both halves the arithmetic and makes the boundary terms cleaner. With those decisions made:
A=2⋅21∫0πa2(1+cosθ)2dθ=a2∫0π(1+2cosθ+cos2θ)dθ=a2∫0π(1+2cosθ+21+21cos2θ)dθ(cos2θ=21(1+cos2θ))=a2∫0π(23+2cosθ+21cos2θ)dθ=a2[23θ+2sinθ+41sin2θ]0π=a2(23π+0+0)=23πa2.
Notice how cleanly the boundary terms vanished: at θ=π both sinθ and sin2θ are zero, and at θ=0 every term is zero, so only the 23θ term survives. This is typical of cardioid and rose areas — the oscillatory parts integrate to zero over a symmetric interval, leaving a clean multiple of π. The result 23πa2 is one you should memorise, since the cardioid recurs constantly in two-curve problems.
Mark scheme: M1 set up 21∫r2 with correct limits (symmetry doubling acceptable); M1 expand and apply cos2θ=21(1+cos2θ); A1 correct integration; A1 23πa2. The identity-substitution mark is the discriminator.
Find the area of one petal of r=acos2θ, and the total area of the rose.
Finding the right limits is the only subtlety. A single petal is swept out between two consecutive directions where r=0; for r=acos2θ these are where cos2θ=0, i.e. 2θ=±2π, giving θ=±4π. Between those angles cos2θ≥0, so r≥0 and we are tracing one complete petal pointing along the initial line. Hence:
Apetal=21∫−π/4π/4a2cos22θdθ=2a2∫−π/4π/421(1+cos4θ)dθ=4a2[θ+41sin4θ]−π/4π/4=4a2[(4π+0)−(−4π+0)]=4a2⋅2π=8πa2.
The rose r=acos2θ has 2n=4 petals, so the total area is 4⋅8πa2=2πa2. It is tempting to compute the total in one go as 21∫02πa2cos22θdθ, and indeed that gives 2πa2 too — but only because, over a full turn, the four petals are each traced exactly once (the negative-r arcs filling the gaps). For a rose with an odd number of petals this shortcut would double-count, so the safe method is always "one petal, then multiply by the petal count".
Mark scheme: M1 correct petal limits ±4π; M1 cos22θ=21(1+cos4θ); A1 8πa2 per petal; A1 2πa2 total (with the petal count justified).
Find the area swept by the Archimedean spiral r=θ from θ=0 to θ=2π.
This is the area enclosed between the first full turn of the spiral and the initial line — a snail-shell-shaped region. Here r=θ, so r2=θ2 is a simple power, and no trig identity is needed at all:
A=21∫02πθ2dθ=21[3θ3]02π=21⋅38π3=34π3.
Mark scheme: M1 21∫θ2dθ; A1 34π3. No trig identity here — a useful reminder that the method is universal.
Many exam questions ask not for the area enclosed by a single curve but for the area of a region bounded by two curves — "inside this and outside that", or "common to both". The principle is simply subtraction: the area swept by the outer curve, minus the area swept by the inner curve, leaves the region between them. If f(θ)≥g(θ)≥0 on [α,β], the area between the outer curve r=f(θ) and the inner curve r=g(θ) is therefore the difference of the two swept areas:
A=21∫αβ([f(θ)]2−[g(θ)]2)dθ.
Crucial. It is f2−g2, not (f−g)2. Subtract the squares of the radii, never the radii first. Writing (f−g)2 is one of the most heavily penalised errors in the whole topic because it gives a plausible-looking but wrong number.
To see why it must be f2−g2, go back to the derivation: the area swept by the outer curve alone is 21∫f2dθ and the area swept by the inner curve alone is 21∫g2dθ; the annular region between them is the difference of these two areas, which is 21∫(f2−g2)dθ. The quantity (f−g) is the gap between the radii, which is not itself an area at all — squaring it has no geometric meaning here. A numerical sanity check makes the point: for two concentric circles f=3, g=1 the true annulus area over a full turn is 21∫02π(9−1)dθ=8π=π(32−12), the familiar π(R2−r2); the wrong formula 21∫(3−1)2=4π is exactly half of it, and plainly nonsense.
Find the area inside r=2 and outside the cardioid r=2(1−cosθ).
The region we want is the part of the disc r≤2 that lies outside the cardioid. To set up the difference integral we need the angles at which the boundary switches from one curve to the other, which are the intersections. Find them by equating the radii:
2=2(1−cosθ) ⟹ cosθ=0 ⟹ θ=±2π.
For −2π≤θ≤2π the cardioid radius 2(1−cosθ) is smaller than 2, so the circle r=2 is the outer curve and the cardioid is the inner one — exactly the configuration the formula needs. The region is symmetric about the initial line, so integrate over [0,2π] and double:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.