The standard Cartesian (rectangular) coordinate system uses three mutually perpendicular axes x, y, z emanating from an origin O.
Position vector:r=xi^+yj^+zk^
Basis vectorsi^, j^, k^ are constant — they point in the same direction everywhere.
Cylindrical Polar Coordinates (r, θ, z)
Useful for systems with cylindrical symmetry (pipes, wires, cylindrical objects).
Coordinate Definitions
r≥0: perpendicular distance from z-axis
θ: azimuthal angle from x-axis in the xy-plane
z: height (same as Cartesian)
Relations to Cartesian
x=rcosθ,y=rsinθ,z=z
r=x2+y2,θ=tan−1xy
Basis Vectors
Unlike Cartesian, cylindrical basis vectors depend on position:
e^r=cosθi^+sinθj^
e^θ=−sinθi^+cosθj^
e^z=k^
Position vector:r=re^r+ze^z
Warning:e^r and e^θ change direction as θ changes.
Spherical Polar Coordinates (r, θ, ϕ)
Useful for systems with spherical symmetry (atoms, planets, central forces).
Coordinate Definitions
r≥0: distance from origin
θ∈[0,π]: polar angle from z-axis (inclination)
ϕ∈[0,2π): azimuthal angle from x-axis
Note: Physics convention differs from mathematics — physicists use θ for polar angle and ϕ for azimuthal, while mathematicians often swap them.
Relations to Cartesian
x=rsinθcosϕ,y=rsinθsinϕ,z=rcosθ
r=x2+y2+z2
Basis Vectors
Again, position-dependent:
e^r=sinθcosϕi^+sinθsinϕj^+cosθk^
e^θ=cosθcosϕi^+cosθsinϕj^−sinθk^
e^ϕ=−sinϕi^+cosϕj^
Position vector:r=re^r
Volume Elements
The volume element changes with coordinate system:
Cartesian:dV=dxdydz
Cylindrical:dV=rdrdθdz
The extra factor r accounts for the fact that rings at larger r have larger circumference.
Spherical:dV=r2sinθdrdθdϕ
The factor r2sinθ comes from the Jacobian determinant. At the poles (θ=0,π), sinθ=0 and the volume element vanishes — this reflects the coordinate singularity.
Area Elements
For surface integrals:
Cylindrical (curved surface):dS=rdθdz
Spherical (surface of sphere):dS=r2sinθdθdϕ
Why Different Coordinate Systems?
Choosing the right coordinates simplifies problems:
Symmetry
Best Coordinates
Example
Cylindrical
(r,θ,z)
Electric field of a wire
Spherical
(r,θ,ϕ)
Gravitational field of Earth
Translational
Cartesian
Uniform field
Key insight: The physics remains the same; only the mathematical description changes. Choose coordinates that match the symmetry to reduce complexity.
Warning: Basis Vectors Change
In curvilinear coordinates, derivatives of basis vectors are non-zero:
Cylindrical:∂θ∂e^r=e^θ,∂θ∂e^θ=−e^r
Spherical: More complex relations involving all three basis vectors.
This means ∂θ∂r is not simply e^θ — there are additional terms. Always compute vector products in Cartesian or use established formulas for operators like ∇ in curvilinear coordinates.