Triple Integrals; Cylindrical and Spherical Coordinates

At a Glance

Why This Chapter Matters

This atom appeared once in 2023 as a 15-mark Section B computation. UPSC typically asks you to evaluate a triple integral over a geometrically natural region — a sphere, cone, or cylinder — by converting to cylindrical or spherical coordinates. The choice of coordinate system is the key decision: spherical coordinates collapse sphere/cone boundaries to simple constant-limit bounds, while cylindrical coordinates suit cylinders and paraboloids. The computation is mechanical once the limits are set up correctly.

Minimum Theory

Cylindrical Coordinates

x=rcos⁡θ,y=rsin⁡θ,z=z,r≥0,  0≤θ≤2π.x = r\cos\theta, \quad y = r\sin\theta, \quad z = z, \qquad r \ge 0,\; 0 \le \theta \le 2\pi.

Volume element: dV=r dr dθ dzdV = r\,dr\,d\theta\,dz.

Useful for: cylinders x2+y2=a2x^2 + y^2 = a^2, paraboloids z=x2+y2z = x^2 + y^2, cones z=x2+y2z = \sqrt{x^2+y^2}.

Spherical Coordinates

x=ρsin⁡ϕcos⁡θ,y=ρsin⁡ϕsin⁡θ,z=ρcos⁡ϕ,x = \rho\sin\phi\cos\theta, \quad y = \rho\sin\phi\sin\theta, \quad z = \rho\cos\phi, ρ≥0,  0≤ϕ≤π,  0≤θ≤2π.\rho \ge 0,\; 0 \le \phi \le \pi,\; 0 \le \theta \le 2\pi.

Volume element: dV=ρ2sin⁡ϕ dρ dϕ dθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.

Note: ϕ\phi is the polar angle from the positive zz-axis (colatitude); θ\theta is the azimuthal angle in the xyxy-plane.

Also: x2+y2+z2=ρ2x^2 + y^2 + z^2 = \rho^2.

Useful for: spheres ρ=a\rho = a, cones ϕ=ϕ0\phi = \phi_0 (constant), hemispheres.

Setting Up Limits

Standard sphere x2+y2+z2≤a2x^2 + y^2 + z^2 \le a^2 in spherical: ρ:0→a\rho: 0 \to a, ϕ:0→π\phi: 0 \to \pi, θ:0→2π\theta: 0 \to 2\pi.

Upper hemisphere x2+y2+z2≤a2x^2+y^2+z^2 \le a^2, z≥0z \ge 0: ϕ:0→π/2\phi: 0 \to \pi/2.

Cone below sphere region between z=x2+y2z = \sqrt{x^2+y^2} (cone, ϕ=π/4\phi = \pi/4) and x2+y2+z2=a2x^2+y^2+z^2 = a^2 (sphere): ρ:0→a\rho: 0 \to a, ϕ:0→π/4\phi: 0 \to \pi/4, θ:0→2π\theta: 0 \to 2\pi.

Cylinder x2+y2≤a2x^2+y^2 \le a^2, 0≤z≤h0 \le z \le h in cylindrical: r:0→ar: 0 \to a, θ:0→2π\theta: 0 \to 2\pi, z:0→hz: 0 \to h.

Volume Formulas (from triple integrals)

V(sphere of radius a)=∭dV=43πa3,V(cone, half-angle ϕ0,height h)=πh3tan⁡2 ⁣ϕ03.V(\text{sphere of radius }a) = \iiint dV = \frac{4}{3}\pi a^3, \qquad V(\text{cone, half-angle }\phi_0, \text{height }h) = \frac{\pi h^3 \tan^2\!\phi_0}{3}.

Question Archetypes

ArchetypeRecognition
coordinate-change-evaluation”Evaluate ∭Vf dV\iiint_V f\,dV over a sphere/cone/cylinder using appropriate coordinates”

coordinate-change-evaluation (1 question; 2023)

Recognition Cues

Solution Template

  1. Identify the region; choose coordinates (spherical if sphere/cone, cylindrical if cylinder/paraboloid).
  2. Write the coordinate transformation and Jacobian.
  3. Express the region in the new coordinates (find the constant or simple-function bounds for each variable).
  4. Rewrite the integrand in the new coordinates.
  5. Factor the iterated integral (often the θ\theta integral separates immediately as 2π2\pi).
  6. Evaluate inner integrals first, working outward.
  7. State the final answer with correct units/form.

Worked Example

2023 Paper 1, 2023-P1-Q5c (15 marks)

Evaluate ∭V(x2+y2+z2) dV\displaystyle\iiint_V (x^2 + y^2 + z^2)\,dV, where VV is the region inside the sphere x2+y2+z2=a2x^2 + y^2 + z^2 = a^2.

Step 1. Choose coordinates.

The region is a full ball of radius aa and the integrand is ρ2\rho^2 in spherical coordinates. Use spherical coordinates.

Step 2. Write transformation and Jacobian.

x=ρsin⁡ϕcos⁡θ,y=ρsin⁡ϕsin⁡θ,z=ρcos⁡ϕ,dV=ρ2sin⁡ϕ dρ dϕ dθ.x = \rho\sin\phi\cos\theta,\quad y = \rho\sin\phi\sin\theta,\quad z = \rho\cos\phi, \quad dV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta.

Integrand: x2+y2+z2=ρ2x^2+y^2+z^2 = \rho^2.

Step 3. Set up limits.

Full ball: ρ∈[0,a]\rho \in [0, a], ϕ∈[0,π]\phi \in [0, \pi], θ∈[0,2π]\theta \in [0, 2\pi].

Step 4. Write iterated integral.

I=∫02π ⁣ ⁣∫0π ⁣ ⁣∫0aρ2⋅ρ2sin⁡ϕ dρ dϕ dθ=∫02πdθ∫0πsin⁡ϕ dϕ∫0aρ4 dρ.I = \int_0^{2\pi}\!\!\int_0^{\pi}\!\!\int_0^{a} \rho^2 \cdot \rho^2\sin\phi\,d\rho\,d\phi\,d\theta = \int_0^{2\pi}d\theta \int_0^{\pi}\sin\phi\,d\phi \int_0^{a}\rho^4\,d\rho.

Step 5. Evaluate each factor.

∫02πdθ=2π.\int_0^{2\pi}d\theta = 2\pi.

∫0πsin⁡ϕ dϕ=[−cos⁡ϕ]0π=−cos⁡π+cos⁡0=1+1=2.\int_0^{\pi}\sin\phi\,d\phi = \bigl[-\cos\phi\bigr]_0^{\pi} = -\cos\pi + \cos 0 = 1 + 1 = 2.

∫0aρ4 dρ=ρ55∣0a=a55.\int_0^{a}\rho^4\,d\rho = \frac{\rho^5}{5}\Bigg|_0^a = \frac{a^5}{5}.

Step 6. Combine.

I=2π⋅2⋅a55=4πa55.I = 2\pi \cdot 2 \cdot \frac{a^5}{5} = \frac{4\pi a^5}{5}.

∭V(x2+y2+z2) dV=4πa55\boxed{\iiint_V (x^2+y^2+z^2)\,dV = \frac{4\pi a^5}{5}}

Common Traps

Marks-Aware Writing

For a 15-mark computation:

Always write dV=ρ2sin⁡ϕ dρ dϕ dθdV = \rho^2\sin\phi\,d\rho\,d\phi\,d\theta (or r dr dθ dzr\,dr\,d\theta\,dz) on the first line of your answer — it signals to the examiner that you know the Jacobian and earns the first mark cluster.

Practice Set

Only one historical question on this atom (shown above).

Ready to drill what you just read?

Daily Practice turns these patterns into one adaptive set a day — practised daily until they're automatic, free for everyone.

See Daily Practice →

This chapter is part of the Maths Coverage Map — 14 years, mapped. Get the take-away PDF free.