Spherical Coordinates

Summary

Spherical coordinates (ρ,θ,ϕ) locate a point by distance from the origin, azimuth angle in the xy -plane, and polar angle down from the positive z -axis. They are ideal for spheres and cones about the z -axis. The volume element is ρ2sinϕdρdϕdθ .

Prerequisites

Polar Coordinates, Cylindrical Coordinates, basic trigonometry

Definition / Notation

Standard calculus convention (as in OpenStax):

Symbol Meaning Range
ρ distance from origin ρ0
θ azimuth angle from positive x -axis in the xy -plane [0,2π) (or [π,π) )
ϕ polar angle from positive z -axis [0,π]

Conversion to Cartesian:

x=ρsinϕcosθ,y=ρsinϕsinθ,z=ρcosϕ.

Inverse (principal values):

ρ=x2+y2+z2,ϕ=arccos(zρ) (ρ>0),θ=atan2(y,x).

Formula

Volume element:

dV=ρ2sinϕdρdϕdθ.

Geometric Sets

Conditions / Assumptions

Worked Example

Point (ρ,θ,ϕ)=(3,π/4,π/3) :

x=3sin(π/3)cos(π/4)=364,y=364,z=3cos(π/3)=32.

Constant ϕ=π/3 is the cone making angle π/3 with the positive z -axis.

Common Mistakes

Connections

References

Spherical coordinates and the Jacobian are standard in OpenStax Calculus Volume 3.[1]


  1. OpenStax, Calculus Volume 3, Section 5.5, https://openstax.org/details/books/calculus-volume-3 ↩︎