Andromeda
Note

Substitution in Triple Integrals

Definition

Substitution in triple integrals generalizes the change-of-variables method to three dimensions, allowing for the integration of functions over complex volumes by transforming them into simpler solids. Df(x,y,z)dVxyz=Gf(g,h,k)J(u,v,w)dudvdw\iiint_D f(x, y, z) dV_{xyz} = \iiint_G f(g, h, k) |J(u, v, w)| du dv dw

  • How to read: “Triple integral over D of f dV equals triple integral over G of f composed with the map, times absolute Jacobian, du dv dw.”
  • Meaning: The 3D change-of-variables formula. The Jacobian determinant scales the volume element so the accumulated value stays the same under a coordinate transformation.

Why It Matters

This method is the essential bridge for calculating volumes and masses of complex 3D objects; by using transformations like cylindrical or spherical coordinates, we can solve problems that would be algebraically impossible in rectangular coordinates, provided we account for the local volume stretching factor.

Core Concepts

  • 3D Jacobian: A 3×33 \times 3 determinant that acts as the local volume scaling factor.
  • How to read: “Three-by-three Jacobian determinant.”
  • Meaning: Measures how much an infinitesimal box in (u,v,w)(u,v,w)-space is stretched when mapped into (x,y,z)(x,y,z)-space.
  • Volume Elements:
    • Cylindrical: J=r|J| = r
    • How to read: “Absolute J equals r.”
    • Meaning: In cylindrical coordinates, radial distance rr scales the volume element (dV=rdrdθdzdV = r\,dr\,d\theta\,dz).
    • Spherical: J=ρ2sinϕ|J| = \rho^2 \sin \phi
    • How to read: “Absolute J equals rho squared times sine phi.”
    • Meaning: In spherical coordinates, volume elements shrink near the poles (sinϕ0\sin\phi \to 0) and grow with ρ2\rho^2 as radius increases.
  • Domain Simplification: Converting a solid with complex boundaries into a standard shape like a box, cylinder, or sphere in the new coordinate space.

Connected Concepts