Double Integrals
The double integral over a region R in the xy-plane:
∬Rf(x,y)dxdy
Iterated integrals: For rectangular region a≤x≤b, c≤y≤d:
∬Rfdxdy=∫ab[∫cdf(x,y)dy]dx
Order can often be swapped (Fubini’s theorem).
Triple Integrals
∭Vf(x,y,z)dxdydz
The triple integral gives a volume when f=1.
Change of Variables
Under transformation (x,y)→(u,v):
∬Rf(x,y)dxdy=∬R′f(x(u,v),y(u,v))∣J∣dudv
where the Jacobian is:

J=∂(u,v)∂(x,y)=∂u∂x∂u∂y∂v∂x∂v∂y
The absolute value ∣J∣ accounts for the change in area element.
Polar Coordinates
Transformation: x=rcosθ, y=rsinθ
Jacobian:
J=cosθsinθ−rsinθrcosθ=rcos2θ+rsin2θ=r
Area element: dA=rdrdθ
Double integral:
∬RfdA=∫θ1θ2∫r1(θ)r2(θ)f(rcosθ,rsinθ)rdrdθ
Cylindrical Coordinates
(x,y,z)→(r,θ,z) with x=rcosθ, y=rsinθ, z=z.
Volume element: dV=rdrdθdz
Useful for: cylinders, circular symmetry about z-axis.
Spherical Coordinates
(x,y,z)→(r,θ,ϕ) with:
- x=rsinθcosϕ
- y=rsinθsinϕ
- z=rcosθ
where r≥0, θ∈[0,π], ϕ∈[0,2π).
Jacobian: J=r2sinθ
Volume element: dV=r2sinθdrdθdϕ
Derivation:
J=sinθcosϕsinθsinϕcosθrcosθcosϕrcosθsinϕ−rsinθ−rsinθsinϕrsinθcosϕ0=r2sinθ
Example: Volume of a Sphere
Using spherical coordinates:
V=∭dV=∫02π∫0π∫0Rr2sinθdrdθdϕ
=[3r3]0R⋅[−cosθ]0π⋅[ϕ]02π
=3R3⋅2⋅2π=34πR3
Example: Gaussian Integral
Evaluate I=∫−∞∞e−x2dx.
Method: Square and convert to polar.
I2=∫−∞∞e−x2dx∫−∞∞e−y2dy=∬−∞∞e−(x2+y2)dxdy
Convert to polar: x2+y2=r2, dxdy=rdrdθ
I2=∫02π∫0∞e−r2rdrdθ=2π[−21e−r2]0∞=π
Result:
∫−∞∞e−x2dx=π
Choosing Coordinates
| Geometry | Best Coordinates |
|---|
| Rectangular box | Cartesian |
| Cylinder, circular base | Cylindrical |
| Sphere, central force | Spherical |
| Ellipse | Modified polar or elliptical |
Match the coordinate system to the domain boundaries for simplest limits.