The math optional, made finite. Daily Practice

Double integrals

At a Glance

Why This Chapter Matters

Double integrals appear in 8 of the last 13 years, almost exclusively in Section A. The questions test one skill above all others: identifying the region correctly and setting up limits. Every computation mistake flows from a wrong region, and every region mistake flows from not sketching the curves. Five archetypes cover all appearances; the most common (5 of 10) is integration over a described region in Cartesian coordinates.

Minimum Theory

Iterated integrals. For ff continuous on a region DD: DfdA=ab ⁣g(x)h(x)f(x,y)dydx=cd ⁣p(y)q(y)f(x,y)dxdy.\iint_D f\,dA=\int_a^b\!\int_{g(x)}^{h(x)}f(x,y)\,dy\,dx=\int_c^d\!\int_{p(y)}^{q(y)}f(x,y)\,dx\,dy. Choose the variable order so that the region boundaries are cleanest to express.

Change of variables. Under x=x(u,v)x=x(u,v), y=y(u,v)y=y(u,v): Dfdxdy=Df(x(u,v),y(u,v))Jdudv,J=(x,y)(u,v).\iint_D f\,dx\,dy=\iint_{D'} f(x(u,v),y(u,v))\,|J|\,du\,dv,\qquad J=\frac{\partial(x,y)}{\partial(u,v)}. Alternatively, compute (u,v)/(x,y)|\partial(u,v)/\partial(x,y)| and take its reciprocal for J|J|.

Polar coordinates. x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta, dA=rdrdθdA=r\,dr\,d\theta.

Bounding a double integral. If mf(x,y)Mm\le f(x,y)\le M on DD, then mArea(D)DfMArea(D)m\cdot\text{Area}(D)\le\iint_D f\le M\cdot\text{Area}(D).

Double integral over region D bounded by y=g(x) (lower) and y=h(x) (upper). Sketch the region first; identify which curve is on top.

Question Archetypes

Five patterns cover all double integral questions.

ArchetypeYou are seeing this when…
double-integral-regionevaluate fdA\iint f\,dA over a described region (line + parabola, two parabolas, triangle, etc.)
change-of-variables-integralthe region is a rhombus / parallelogram, or the integrand screams a substitution
area-between-curves”find the area common to / bounded by” two curves, using double integration
area-polar”find the area inside / outside” using polar coordinates
integral-boundsprove upper/lower bounds without computing the integral

double-integral-region (5 question(s); 2013, 2015, 2016, 2018, 2025)

Recognition Cues

Solution Template

  1. Sketch the region: find intersection points; determine which curve is the upper/lower boundary.
  2. Choose variable order: prefer yy outer (integrate xx first) when boundaries are expressible as x=g(y)x=g(y); this avoids splitting in many cases.
  3. Set up and evaluate the inner integral; simplify the result.
  4. Evaluate the outer integral.

Worked Example(s)

2025 Paper 1, 2025-P1-Q3c-i (10 marks)

Evaluate RydA\iint_R y\,dA over the region bounded by y=xy=x and y=4xx2y=4x-x^2.

Intersections. x=4xx2x23x=0x=0x=4x-x^2\Rightarrow x^2-3x=0\Rightarrow x=0 or x=3x=3. At x=1x=1: parabola =3>1==3>1= line, so parabola is above the line on [0,3][0,3].

Inner integral (vertical strip, yy from xx to 4xx24x-x^2): x4xx2ydy=12[(4xx2)2x2]=12(15x28x3+x4).\int_x^{4x-x^2}y\,dy=\frac12[(4x-x^2)^2-x^2]=\frac12(15x^2-8x^3+x^4).

I=1203(15x28x3+x4)dx=12[5x32x4+x55]03=121085=  545.  I=\frac12\int_0^3(15x^2-8x^3+x^4)\,dx=\frac12\left[5x^3-2x^4+\frac{x^5}{5}\right]_0^3=\frac12\cdot\frac{108}{5}=\boxed{\;\frac{54}{5}.\;}


2013 Paper 1, 2013-P1-Q3c (15 marks)

DxydA\iint_D xy\,dA where DD is bounded by the line y=x1y=x-1 and parabola y2=2x+6y^2=2x+6.

Outer variable yy (avoids splitting): boundaries x=(y26)/2x=(y^2-6)/2 (parabola, left) and x=y+1x=y+1 (line, right). Intersections at y=2y=-2 and y=4y=4.

I=24(y26)/2y+1xydxdy=24y2 ⁣[(y+1)2 ⁣(y262)2]dy.I=\int_{-2}^4\int_{(y^2-6)/2}^{y+1}xy\,dx\,dy=\int_{-2}^4\frac y2\!\left[(y+1)^2-\!\left(\frac{y^2-6}{2}\right)^2\right]dy.

Bracket =(4(y2+2y+1)(y26)2/4)=(4(y^2+2y+1)-(y^2-6)^2/4)… expanding and collecting: integrand =18(y5+16y3+8y232y)=\frac18(-y^5+16y^3+8y^2-32y).

I=1824(y5+16y3+8y232y)dy=2888=  36.  I=\frac18\int_{-2}^4(-y^5+16y^3+8y^2-32y)\,dy=\frac{288}{8}=\boxed{\;36.\;}


2015 Paper 1, 2015-P1-Q4a (13 marks)

Ryx2dA\iint_R\sqrt{|y-x^2|}\,dA over R=[1,1]×[0,2]R=[-1,1]\times[0,2].

Absolute value. yx2=x2y|y-x^2|=x^2-y below the parabola y=x2y=x^2, yx2y-x^2 above. Split the yy-integral at y=x2y=x^2 for each xx: I1(x)=0x2x2ydy=23x3,I2(x)=x22yx2dy=23(2x2)3/2.I_1(x)=\int_0^{x^2}\sqrt{x^2-y}\,dy=\frac23|x|^3,\qquad I_2(x)=\int_{x^2}^2\sqrt{y-x^2}\,dy=\frac23(2-x^2)^{3/2}. Integrate over x[1,1]x\in[-1,1] (both integrands even in xx): I=23 ⁣11x3dx=1/2+23 ⁣11(2x2)3/2dx=3π/4+2=13+π2+43=  53+π2.  I=\frac23\!\underbrace{\int_{-1}^1|x|^3\,dx}_{=1/2}+\frac23\!\underbrace{\int_{-1}^1(2-x^2)^{3/2}\,dx}_{=3\pi/4+2}=\frac13+\frac\pi2+\frac43=\boxed{\;\frac53+\frac\pi2.\;} (The (2x2)3/2(2-x^2)^{3/2} piece uses substitution x=2sinθx=\sqrt2\sin\theta and cos4\cos^4 reduction.)


2016 Paper 1, 2016-P1-Q4c (15 marks)

[0,1]2fdA\iint_{[0,1]^2} f\,dA where f=x+yf=x+y for x2<y<2x2x^2<y<2x^2, f=0f=0 elsewhere.

Capped region. For x1/2x\le1/\sqrt2: band x2<y<2x2x^2<y<2x^2 fits inside the unit square. For x>1/2x>1/\sqrt2: 2x2>12x^2>1 so the upper limit is capped at y=1y=1.

I=01/2x22x2(x+y)dydxI1+1/21x21(x+y)dydxI2.I=\underbrace{\int_0^{1/\sqrt2}\int_{x^2}^{2x^2}(x+y)\,dy\,dx}_{I_1}+\underbrace{\int_{1/\sqrt2}^{1}\int_{x^2}^{1}(x+y)\,dy\,dx}_{I_2}.

I1=01/2(x3+32x4)dx=116+3280I_1=\int_0^{1/\sqrt2}(x^3+\frac32x^4)\,dx=\frac1{16}+\frac{3\sqrt2}{80}. I2=1/21(x+12x3x42)dx=378019280I_2=\int_{1/\sqrt2}^1(x+\frac12-x^3-\frac{x^4}{2})\,dx=\frac{37}{80}-\frac{19\sqrt2}{80}.

I=2140250.242.I=\frac{21}{40}-\frac{\sqrt2}{5}\approx0.242.


2018 Paper 1, 2018-P1-Q4b (12 marks)

Evaluate 0ax/axxdydxx2+y2\int_0^a\int_{x/a}^x\frac{x\,dy\,dx}{x^2+y^2}.

Inner integral (xx fixed): x/axxdyx2+y2=x1x ⁣[arctanyx]x/ax=arctan1arctan1a=π4arctan1a\int_{x/a}^x\frac{x\,dy}{x^2+y^2}=x\cdot\frac1x\!\left[\arctan\frac yx\right]_{x/a}^x=\arctan1-\arctan\frac1a=\frac\pi4-\arctan\frac1a (constant in xx!).

I=0a ⁣(π4arctan1a)dx=a ⁣(π4arctan1a)=  πa4aarctan1a.  I=\int_0^a\!\left(\frac\pi4-\arctan\frac1a\right)dx=a\!\left(\frac\pi4-\arctan\frac1a\right)=\boxed{\;\frac{\pi a}4-a\arctan\frac1a.\;}

Common Traps


change-of-variables-integral (2 question(s); 2015, 2017)

Recognition Cues

Solution Template

  1. Set u,vu,v to be the natural level-set functions.
  2. Compute the forward Jacobian (u,v)/(x,y)\partial(u,v)/\partial(x,y) and invert: dxdy=J1dudvdx\,dy=|J^{-1}|\,du\,dv where J1=1/(u,v)/(x,y)|J^{-1}|=1/|\partial(u,v)/\partial(x,y)|.
  3. Transform the region to a rectangle in (u,v)(u,v).
  4. Rewrite the integrand in (u,v)(u,v) — often it simplifies drastically.
  5. Evaluate as a product of single integrals if separable.

Worked Example(s)

2015 Paper 1, 2015-P1-Q3d (12 marks)

R(xy)2cos2(x+y)dA\iint_R(x-y)^2\cos^2(x+y)\,dA over rhombus with vertices (π,0),(2π,π),(π,2π),(0,π)(\pi,0),(2\pi,\pi),(\pi,2\pi),(0,\pi).

Substitution: u=x+yu=x+y, v=xyv=x-y. Rhombus sides: x+y=πx+y=\pi, 3π3\pi and xy=±πx-y=\pm\pi — so the rhombus maps to the rectangle [π,3π]×[π,π][\pi,3\pi]\times[-\pi,\pi]. Forward Jacobian (u,v)/(x,y)=det(1111)=2\partial(u,v)/\partial(x,y)=\det\begin{pmatrix}1&1\\1&-1\end{pmatrix}=-2, so dxdy=12dudvdx\,dy=\frac12\,du\,dv.

I=12π3πcos2uduππv2dv=12π2π33=  π43.  I=\frac12\int_\pi^{3\pi}\cos^2u\,du\int_{-\pi}^\pi v^2\,dv=\frac12\cdot\pi\cdot\frac{2\pi^3}{3}=\boxed{\;\frac{\pi^4}{3}.\;}


2017 Paper 1, 2017-P1-Q1c (10 marks)

Rxy(x2+y2)dA\iint_R xy(x^2+y^2)\,dA over R:{3x2y23,  1xy4}R:\{-3\le x^2-y^2\le3,\;1\le xy\le4\}.

Substitution: u=x2y2u=x^2-y^2, v=xyv=xy. Region maps to [3,3]×[1,4][-3,3]\times[1,4]. Forward Jacobian (u,v)/(x,y)=2(x2+y2)\partial(u,v)/\partial(x,y)=2(x^2+y^2), so dxdy=dudv/[2(x2+y2)]dx\,dy=du\,dv/[2(x^2+y^2)].

Integrand ×dxdy=xy(x2+y2)dudv/[2(x2+y2)]=vdudv/2\times\,dx\,dy=xy(x^2+y^2)\cdot du\,dv/[2(x^2+y^2)]=v\,du\,dv/2 — the (x2+y2)(x^2+y^2) cancels perfectly.

I=33 ⁣14v2dvdu=1546=  452.  I=\int_{-3}^3\!\int_1^4\frac{v}{2}\,dv\,du=\frac{15}{4}\cdot6=\boxed{\;\frac{45}{2}.\;}

Common Traps


area-between-curves (1 question; 2022)

Recognition Cues

Worked Example(s)

2022 Paper 1, 2022-P1-Q3b (15 marks)

Area common to circle x2+y2=4x^2+y^2=4 and parabola y2=3xy^2=3x.

Intersection: x2+3x=4x=1x^2+3x=4\Rightarrow x=1 (so y=±3y=\pm\sqrt3). By symmetry, double the area for y0y\ge0.

yy outer (parabola x=y2/3x=y^2/3 left, circle x=4y2x=\sqrt{4-y^2} right): Aupper=03 ⁣(4y2y23)dy.A_{\text{upper}}=\int_0^{\sqrt3}\!\left(\sqrt{4-y^2}-\frac{y^2}{3}\right)dy. 034y2dy\int_0^{\sqrt3}\sqrt{4-y^2}\,dy via y=2sinθy=2\sin\theta (θ[0,π/3]\theta\in[0,\pi/3]) =40π/3cos2θdθ=2π3+32=4\int_0^{\pi/3}\cos^2\theta\,d\theta=\frac{2\pi}{3}+\frac{\sqrt3}{2}. 03y2/3dy=3/3\int_0^{\sqrt3}y^2/3\,dy=\sqrt3/3.

A=2(Aupper)=2 ⁣(2π3+3233)=  4π3+33.  A=2(A_{\text{upper}})=2\!\left(\frac{2\pi}3+\frac{\sqrt3}2-\frac{\sqrt3}3\right)=\boxed{\;\frac{4\pi}{3}+\frac{\sqrt3}{3}.\;}

Common Traps


area-polar (1 question; 2024)

Recognition Cues

Worked Example(s)

2024 Paper 1, 2024-P1-Q4b (15 marks)

Area inside cardioid r=a(1+cosθ)r=a(1+\cos\theta) and outside circle r=ar=a.

Intersections: a(1+cosθ)=aθ=±π/2a(1+\cos\theta)=a\Rightarrow\theta=\pm\pi/2. For θ<π/2|\theta|<\pi/2, cardioid \ge circle.

A=π/2π/2 ⁣aa(1+cosθ)rdrdθ=a22π/2π/2[(1+cosθ)21]dθ=a22π/2π/2(2cosθ+cos2θ)dθ.A=\int_{-\pi/2}^{\pi/2}\!\int_a^{a(1+\cos\theta)}r\,dr\,d\theta=\frac{a^2}{2}\int_{-\pi/2}^{\pi/2}[(1+\cos\theta)^2-1]\,d\theta=\frac{a^2}{2}\int_{-\pi/2}^{\pi/2}(2\cos\theta+\cos^2\theta)\,d\theta. Using symmetry and 0π/2cos2θdθ=π/4\int_0^{\pi/2}\cos^2\theta\,d\theta=\pi/4: A=a2(2+π/4)11=a2 ⁣(2+π4)=  a2(π+8)4.  A=a^2(2+\pi/4)\cdot\frac{1}{1}=a^2\!\left(2+\frac\pi4\right)=\boxed{\;\frac{a^2(\pi+8)}{4}.\;}

Common Traps


integral-bounds (1 question; 2017)

Recognition Cues

Worked Example(s)

2017 Paper 1, 2017-P1-Q4d (10 marks)

Prove π/3Ddxdy/x2+(y2)2π\pi/3\le\iint_D dx\,dy/\sqrt{x^2+(y-2)^2}\le\pi over unit disc DD.

Key: integrand =1/dist((x,y),Q)=1/\text{dist}((x,y),Q) where Q=(0,2)Q=(0,2) is outside DD. For any PDP\in D: dist(P,Q)[21,2+1]=[1,3]\text{dist}(P,Q)\in[2-1,2+1]=[1,3], so 1/dist[1/3,1]1/\text{dist}\in[1/3,1].

13DdAπDdAdist1π,i.e.π3Iπ.\frac13\cdot\underbrace{\iint_D dA}_{\pi}\le\iint_D\frac{dA}{\text{dist}}\le 1\cdot\pi,\qquad\text{i.e.}\quad\frac\pi3\le I\le\pi.\qquad\blacksquare

Common Traps


Marks-Aware Writing

10-mark questions (2017-Q1c, 2017-Q4d, 2025): Sketch the region (one line description), set up the iterated integral, evaluate. For change-of-variables: state the substitution, Jacobian, new region, integral.

12-13-mark questions (2015-Q3d, 2018): Change-of-variables or inner-then-outer integration. Show the substitution and Jacobian computation explicitly. For 2018: show the cancellation of the xx factor.

15-mark questions (2013, 2015-Q4a, 2016, 2022, 2024): Full working: identify region (with sketch/description), set up limits with explanation of which curve is upper/lower, inner integral, outer integral. For absolute-value integrands: show the region split explicitly.

Practice Set

YearPaper/QMarksArchetypeOne-line hint
2025P1-Q3c-i10double-integral-regionParabola above line; inner y[x,4xx2]y\in[x,4x-x^2]; result 54/554/5
2024P1-Q4b15area-polarPolar; θ[π/2,π/2]\theta\in[-\pi/2,\pi/2]; A=a2(2+π/4)=a2(π+8)/4A=a^2(2+\pi/4)=a^2(\pi+8)/4
2022P1-Q3b15area-between-curvesyy outer; intersection at y=±3y=\pm\sqrt3; trig sub for circle term
2018P1-Q4b12double-integral-regionxx cancels 1/x1/x in arctan; inner integral =π/4arctan(1/a)=\pi/4-\arctan(1/a) is constant
2017P1-Q4d10integral-boundsQ=(0,2)Q=(0,2) outside disc; distance [1,3]\in[1,3]; multiply by area π\pi
2017P1-Q1c10change-of-variables-integralu=x2y2u=x^2-y^2, v=xyv=xy; Jacobian 2(x2+y2)2(x^2+y^2) cancels; result 45/245/2
2016P1-Q4c15double-integral-regionSplit at x=1/2x=1/\sqrt2 where 2x2=12x^2=1; two separate iterated integrals
2015P1-Q4a13double-integral-regionAbsolute value splits at y=x2y=x^2; inner integrals give $2
2015P1-Q3d12change-of-variables-integralu=x+yu=x+y, v=xyv=x-y; Jacobian $
2013P1-Q3c15double-integral-regionyy outer avoids splitting; parabola left, line right; y[2,4]y\in[-2,4]; result 3636

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.