The math optional, made finite. Daily Practice

Areas, surface areas, volumes via integration

At a Glance

Why This Chapter Matters

Every appearance of this atom has been a 13–15 mark question in Section A — high reward for moderate effort. The four archetypes cover the complete UPSC repertoire: surface area of a tilted plane (2016), volume under a paraboloid cap (2017), volume of an elliptic solid of revolution (2018), and area of an astroid via Beta functions (2021). The two most common errors are forgetting the Jacobian when changing coordinates for an ellipse, and computing the wrong special case of the Beta function. Get these right and the marks follow mechanically.

Minimum Theory

Surface area of a graph. For z=f(x,y)z = f(x,y) over a region RR: S=R1+zx2+zy2dA.S = \iint_R \sqrt{1 + z_x^2 + z_y^2}\,dA. When z=z(x,y)z = z(x,y) is a plane, zxz_x and zyz_y are constants and the radicand is a constant — the surface area is just (constant factor) × (projected area).

Volume by a double integral. Volume of the solid between z=z1(x,y)z = z_1(x,y) and z=z2(x,y)z = z_2(x,y) over region RR: V=R(z2(x,y)z1(x,y))dA.V = \iint_R \big(z_2(x,y) - z_1(x,y)\big)\,dA.

Volume of revolution — disc method. Revolving y=f(x)0y = f(x) \ge 0 around the xx-axis: at each station xx, the cross-section is a disc of radius f(x)f(x): V=πab[f(x)]2dx.V = \pi\int_a^b [f(x)]^2\,dx.

Parametric area. For a closed curve x=x(t)x = x(t), y=y(t)y = y(t) traversed counter-clockwise: A=xdy=x(t)y˙(t)dt.A = \oint x\,dy = \int x(t)\,\dot y(t)\,dt.

Beta function. 0π/2cosmθsinnθdθ=12B ⁣(m+12,n+12)\int_0^{\pi/2}\cos^m\theta\sin^n\theta\,d\theta = \dfrac{1}{2}B\!\left(\dfrac{m+1}{2},\dfrac{n+1}{2}\right), where B(p,q)=Γ(p)Γ(q)Γ(p+q)B(p,q) = \dfrac{\Gamma(p)\Gamma(q)}{\Gamma(p+q)}. Key values: Γ(1/2)=π\Gamma(1/2) = \sqrt\pi, Γ(3/2)=12π\Gamma(3/2) = \tfrac{1}{2}\sqrt\pi, Γ(5/2)=34π\Gamma(5/2) = \tfrac{3}{4}\sqrt\pi.

Surface area of a graph z=f(x,y) (left) and volume of revolution via disc method (right).

Question Archetypes

ArchetypeRecognition cue
surface-area”Find the surface area of the plane … cut off by …“
volume-by-integration”Find the volume … above/below a paraboloid/surface”
volume-of-revolution”The ellipse/curve revolves about the xx/yy-axis; find the volume.”
area-by-integration”Show the area of the astroid is …”; parametric curve + Beta function

surface-area (1 question; 2016)

Recognition Cues

Solution Template

  1. Express the surface as z=z(x,y)z = z(x,y) from the plane equation. Compute zx,zyz_x, z_y.
  2. Compute the area factor 1+zx2+zy2\sqrt{1 + z_x^2 + z_y^2}. For a plane this is a constant.
  3. Identify the projected region RR in the xyxy-plane: the projection of the given boundaries (usually a disc or sector).
  4. Surface area = (area factor) × (area of RR).

Worked Example

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

Find the surface area of x+2y+2z=12x + 2y + 2z = 12 cut off by x=0x = 0, y=0y = 0, and x2+y2=16x^2 + y^2 = 16.

From z=(12x2y)/2z = (12 - x - 2y)/2: zx=1/2z_x = -1/2, zy=1z_y = -1.

Area factor: 1+1/4+1=9/4=3/2\sqrt{1 + 1/4 + 1} = \sqrt{9/4} = 3/2.

Projected region RR: x0x \ge 0, y0y \ge 0, x2+y216x^2 + y^2 \le 16 — the quarter disc of radius 4. Area of RR = 14π(4)2=4π\tfrac{1}{4}\pi(4)^2 = 4\pi.

S=32×4π=6π.\boxed{S = \frac{3}{2} \times 4\pi = 6\pi.}

Common Traps


volume-by-integration (1 question; 2017)

Recognition Cues

Solution Template

  1. Identify the base region RR: where the surface meets the cap z=cz = c, i.e., f(x,y)=cf(x,y) = c.
  2. Set up the volume: V=R[cf(x,y)]dAV = \iint_R [c - f(x,y)]\,dA.
  3. Change to stretched polar coordinates if RR is an ellipse: x=arcosθx = ar\cos\theta, y=brsinθy = br\sin\theta, Jacobian =abr= abr.
  4. Evaluate the resulting iterated integral.

Worked Example

2017 Paper 1, 2017-P1-Q2a (15 marks)

Volume above the xyxy-plane, below x2+y2/4=zx^2 + y^2/4 = z, cut off by z=9z = 9.

Base region: x2+y2/49x^2 + y^2/4 \le 9 (ellipse, semi-axes 33 and 66). Height: 9(x2+y2/4)9 - (x^2 + y^2/4).

Stretched polar: x=rcosθx = r\cos\theta, y=2rsinθy = 2r\sin\theta, so x2+y2/4=r2x^2 + y^2/4 = r^2, Jacobian =2r= 2r.

V=02π03(9r2)2rdrdθ=2π03(18r2r3)dr=2π[9r2r42]03=2π812=81π.V = \int_0^{2\pi}\int_0^3 (9 - r^2) \cdot 2r\,dr\,d\theta = 2\pi \int_0^3 (18r - 2r^3)\,dr = 2\pi\left[9r^2 - \frac{r^4}{2}\right]_0^3 = 2\pi \cdot \frac{81}{2} = 81\pi.

V=81π.\boxed{V = 81\pi.}

Common Traps


volume-of-revolution (1 question; 2018)

Recognition Cues

Solution Template

  1. Express y2y^2 from the curve equation: y2=b2(1x2/a2)y^2 = b^2(1 - x^2/a^2).
  2. Disc formula: V=πaay2dx=2πb20a(1x2/a2)dxV = \pi\int_{-a}^{a} y^2\,dx = 2\pi b^2\int_0^a (1 - x^2/a^2)\,dx.
  3. Evaluate the standard integral; sanity-check via the a=ba=b sphere case.

Worked Example

2018 Paper 1, 2018-P1-Q2c (13 marks)

Volume of solid formed by revolving x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1 about the xx-axis.

V=πaab2 ⁣(1x2a2)dx=2πb2[xx33a2]0a=2πb22a3=43πab2.V = \pi\int_{-a}^a b^2\!\left(1-\frac{x^2}{a^2}\right)dx = 2\pi b^2\left[x - \frac{x^3}{3a^2}\right]_0^a = 2\pi b^2 \cdot \frac{2a}{3} = \frac{4}{3}\pi a b^2.

V=43πab2.\boxed{V = \frac{4}{3}\pi ab^2.}

Sanity check: a=b=ra = b = r gives 43πr3\tfrac{4}{3}\pi r^3 (sphere volume) ✓.

Common Traps


area-by-integration (1 question; 2021)

Recognition Cues

Solution Template

  1. Parametrize: use x=acos3θx = a\cos^3\theta, y=asin3θy = a\sin^3\theta.
  2. Area formula: A=xdy=02πx(θ)y˙(θ)dθA = \oint x\,dy = \int_0^{2\pi} x(\theta)\dot y(\theta)\,d\theta.
  3. Compute y˙\dot y: y˙=3asin2θcosθ\dot y = 3a\sin^2\theta\cos\theta.
  4. Integral becomes: A=3a202πcos4θsin2θdθ=3a240π/2cos4θsin2θdθA = 3a^2\int_0^{2\pi}\cos^4\theta\sin^2\theta\,d\theta = 3a^2\cdot 4\int_0^{\pi/2}\cos^4\theta\sin^2\theta\,d\theta (by symmetry).
  5. Apply Beta formula: 0π/2cos4θsin2θdθ=12B(5/2,3/2)=12Γ(5/2)Γ(3/2)Γ(4)=π32\int_0^{\pi/2}\cos^4\theta\sin^2\theta\,d\theta = \tfrac{1}{2}B(5/2, 3/2) = \tfrac{1}{2}\cdot\dfrac{\Gamma(5/2)\Gamma(3/2)}{\Gamma(4)} = \dfrac{\pi}{32}.
  6. Combine: A=3a24π32=3πa28A = 3a^2\cdot 4\cdot\dfrac{\pi}{32} = \dfrac{3\pi a^2}{8}.

Worked Example

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

Show the area of the astroid x2/3+y2/3=a2/3x^{2/3}+y^{2/3}=a^{2/3} is 3πa28\dfrac{3\pi a^2}{8}.

Following the template: B(5/2,3/2)=Γ(5/2)Γ(3/2)Γ(4)=(3/4)π(1/2)π6=(3/8)π6=π16B(5/2, 3/2) = \dfrac{\Gamma(5/2)\Gamma(3/2)}{\Gamma(4)} = \dfrac{(3/4)\sqrt\pi \cdot (1/2)\sqrt\pi}{6} = \dfrac{(3/8)\pi}{6} = \dfrac{\pi}{16}.

So 0π/2cos4θsin2θdθ=π32\int_0^{\pi/2}\cos^4\theta\sin^2\theta\,d\theta = \dfrac{\pi}{32}, and A=3a2×4×π32=3πa28A = 3a^2 \times 4 \times \dfrac{\pi}{32} = \dfrac{3\pi a^2}{8}. \square

Common Traps

Marks-Aware Writing

13–15 mark computation: Write the setup equation (area/volume integral) on one line, the substitution on the next, the intermediate integral, and the final evaluation. Show the substitution Jacobian and the Beta function computation explicitly — the examiner is checking each step. Conclude with a sanity check (e.g. the sphere limit for the ellipsoid).

Practice Set

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