Spherical coordinates offer a powerful way to describe points in 3D space using radius, polar angle, and azimuthal angle. This system is especially useful for problems with spherical symmetry, like calculating volumes of spheres or analyzing radial fields.
Understanding the relationships between spherical and Cartesian coordinates is crucial for solving complex 3D problems. The Jacobian determinant and volume element in spherical coordinates are key tools for performing triple integrals, enabling us to tackle a wide range of real-world applications.
Spherical Coordinate System
Coordinate System Components
- Spherical coordinates define a point in 3D space using radius, polar angle, and azimuthal angle
- Radius (ฯ) measures the distance from the origin to the point
- Always non-negative ($ฯ โฅ 0$)
- Polar angle (ฮธ) measures the angle between the positive z-axis and the line from origin to point
- Range is $0 โค ฮธ โค ฯ$
- $ฮธ = 0$ corresponds to positive z-axis, $ฮธ = ฯ/2$ corresponds to xy-plane, $ฮธ = ฯ$ corresponds to negative z-axis
- Azimuthal angle (ฯ) measures the angle in the xy-plane from positive x-axis to the projection of line from origin to point
- Range is $0 โค ฯ < 2ฯ$
- $ฯ = 0$ corresponds to positive x-axis, $ฯ = ฯ/2$ to positive y-axis, $ฯ = ฯ$ to negative x-axis, $ฯ = 3ฯ/2$ to negative y-axis
Coordinate Relationships
- Points with same radius $ฯ$ lie on a sphere centered at origin
- Points with same polar angle $ฮธ$ lie on a circular cone with vertex at origin and axis along the z-axis
- Angle between cone and z-axis is $ฮธ$
- Points with same azimuthal angle $ฯ$ lie on a vertical half-plane emanating from z-axis
- Half-plane makes angle $ฯ$ with the xz-plane
Coordinate Transformations
Cartesian to Spherical
- Given Cartesian coordinates $(x, y, z)$, spherical coordinates $(ฯ, ฮธ, ฯ)$ are:
- $ฯ = \sqrt{x^2 + y^2 + z^2}$
- $ฮธ = \arccos(\frac{z}{\sqrt{x^2 + y^2 + z^2}})$
- If $ฯ = 0$, $ฮธ$ is undefined
- $ฯ = \arctan(\frac{y}{x})$
- If $x > 0$, $ฯ = \arctan(\frac{y}{x})$
- If $x < 0$ and $y โฅ 0$, $ฯ = \arctan(\frac{y}{x}) + ฯ$
- If $x < 0$ and $y < 0$, $ฯ = \arctan(\frac{y}{x}) - ฯ$
- If $x = 0$ and $y > 0$, $ฯ = ฯ/2$
- If $x = 0$ and $y < 0$, $ฯ = -ฯ/2$
- If $x = 0$ and $y = 0$, $ฯ$ is undefined
Spherical to Cartesian
- Given spherical coordinates $(ฯ, ฮธ, ฯ)$, Cartesian coordinates $(x, y, z)$ are:
- $x = ฯ \sin ฮธ \cos ฯ$
- $y = ฯ \sin ฮธ \sin ฯ$
- $z = ฯ \cos ฮธ$
Jacobian Determinant
- The Jacobian determinant $|J|$ is used for change of variables in multiple integrals
- For transformation from Cartesian $(x, y, z)$ to spherical $(ฯ, ฮธ, ฯ)$: