Coordinate Systems
Choosing the right coordinate system simplifies integration dramatically. Match your choice to the region's symmetry.
| Symmetry | System | Formulas |
|---|
| Circular (2D) | Polar (r,θ) | x=rcosθ,y=rsinθ,dA=rdrdθ |
| Cylindrical | Cylindrical (r,θ,z) | x=rcosθ,y=rsinθ,z=z,dV=rdrdθdz |
| Spherical | Spherical (ρ,θ,ϕ) | x=ρsinϕcosθ,y=ρsinϕsinθ,z=ρcosϕ |
Here, ρ≥0 is the radius, 0≤θ≤2π is the azimuth, and 0≤ϕ≤π is the polar angle.
The same disk, tiled two ways -- one grid fits, one does not
Integration & Pitfalls
The volume element for spherical coordinates is dV=ρ2sinϕdρdϕdθ.
Example: Volume of a sphere of radius R:
V=∫02π∫0π∫0Rρ2sinϕdρdϕdθ=34πR3
Common pitfall: Mathematicians and physicists swap the names of θ and ϕ. Always check which angle runs from the pole (0 to π) before using a formula.
Physics link: The Laplacian ∇2 in spherical coordinates uses this geometry to solve Laplace's equations for potentials.