Spherical coordinates (ρ, φ, θ) describe a point by its distance ρ from the origin, polar angle φ from the positive z-axis (0 ≤ φ ≤ π), and azimuthal angle θ in the xy-plane (0 ≤ θ < 2π). The conversions are x = ρ sinφ cosθ, y = ρ sinφ sinθ, z = ρ cosφ, with ρ² = x² + y² + z². The volume element is dV = ρ² sinφ dρ dφ dθ. Spherical coordinates are ideal for integrals over spheres, balls, and solids with spherical symmetry.
The two angles in spherical coordinates are often confused with each other or with standard geographic latitude/longitude. Use a clear diagram and enforce the convention (φ from z-axis, not from xy-plane) consistently. Derive the volume element ρ² sinφ geometrically from the dimensions of a small spherical volume element.
From your work with cylindrical coordinates, you know how to locate a point in 3D by its radial distance from the z-axis (r), its angle in the xy-plane (θ), and its height (z). Spherical coordinates take a different approach: instead of measuring horizontal distance and height separately, they describe a point by its total distance from the origin and two angles. Think of it as the coordinate system of a globe — every point is specified by how far out it is (ρ), what latitude-like angle it makes with the North Pole direction (φ), and what longitude-like angle it sweeps around the equator (θ).
The three coordinates are: ρ (rho), the distance from the origin to the point, always ≥ 0; φ (phi), the polar angle measured downward from the positive z-axis, ranging from 0 (North Pole) to π (South Pole); and θ (theta), the same azimuthal angle as in cylindrical coordinates, measured counterclockwise in the xy-plane from the positive x-axis, ranging from 0 to 2π. The critical thing to internalize is that φ = 0 points straight up along the z-axis and φ = π/2 puts you in the equatorial plane. This is the mathematics convention — physics often reverses φ and θ, which is a persistent source of errors.
The conversion formulas follow from right-triangle trigonometry applied twice. The point at (ρ, φ, θ) sits at horizontal distance ρ sinφ from the z-axis (this is r in cylindrical coordinates), so x = r cosθ = ρ sinφ cosθ and y = r sinθ = ρ sinφ sinθ. The vertical component is z = ρ cosφ. You can verify ρ² = x² + y² + z² = ρ² sin²φ(cos²θ + sin²θ) + ρ² cos²φ = ρ². The sinφ factor is not incidental — it shrinks horizontal distances near the poles, which is why the poles have shorter circles of latitude and why this factor reappears in the volume element.
The volume element dV = ρ² sinφ dρ dφ dθ can be derived geometrically: a small box in spherical coordinates has radial thickness dρ, angular breadth ρ sinφ dθ in the θ-direction (the circumference element of a small circle at latitude φ), and angular breadth ρ dφ in the φ-direction. Multiplying these three edge lengths gives ρ² sinφ dρ dφ dθ. Without this factor, integrating over a sphere would give the wrong answer. For a solid ball of radius R, the volume is ∫₀²π ∫₀π ∫₀ᴿ ρ² sinφ dρ dφ dθ = (4/3)πR³ — the formula comes out cleanly precisely because spherical coordinates are the natural language for spherical geometry.