Fiveable

โˆžCalculus IV Unit 15 Review

QR code for Calculus IV practice questions

15.1 Spherical coordinate system and transformation

โˆžCalculus IV
Unit 15 Review

15.1 Spherical coordinate system and transformation

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โˆžCalculus IV
Unit & Topic Study Guides

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 $(ฯ, ฮธ, ฯ†)$:
\frac{โˆ‚x}{โˆ‚ฯ} & \frac{โˆ‚x}{โˆ‚ฮธ} & \frac{โˆ‚x}{โˆ‚ฯ†} \\ \frac{โˆ‚y}{โˆ‚ฯ} & \frac{โˆ‚y}{โˆ‚ฮธ} & \frac{โˆ‚y}{โˆ‚ฯ†} \\ \frac{โˆ‚z}{โˆ‚ฯ} & \frac{โˆ‚z}{โˆ‚ฮธ} & \frac{โˆ‚z}{โˆ‚ฯ†} \end{vmatrix} = ฯ^2 \sin ฮธ$$ ## Integration in Spherical Coordinates ### Volume Element - The volume element $dV$ in spherical coordinates is the Jacobian determinant $|J|$ multiplied by the differentials: $$dV = |J| dฯ dฮธ dฯ† = ฯ^2 \sin ฮธ dฯ dฮธ dฯ†$$ - Triple integrals in spherical coordinates have the form: $$\iiint_E f(ฯ,ฮธ,ฯ†) ฯ^2 \sin ฮธ dฯ dฮธ dฯ†$$ - $E$ is the region of integration - $f(ฯ,ฮธ,ฯ†)$ is the integrand function in spherical coordinates - Order of integration is typically $dฯ$ first, then $dฮธ$, then $dฯ†$ - Limits of integration depend on the specific region $E$