Spherical coordinates

Wize Concept
Spherical coordinates. A point P=(x,y,z)P = (x, y, z) is represented by the ordered triple (ρ,θ,ϕ)(\rho, \theta, \phi) where
ρ=distance from P=(x,y,z) to O=(0,0,0)ϕ=angle between positive zaxis and OPθ=polar angle of (x,y) in the xyplane\begin{array}{l} \rho = distance\ from\ P = (x, y, z)\ to\ O = (0, 0, 0)\\[5pt] \phi = angle\ between\ positive\ z-axis\ and\ OP\\[5pt] \theta = polar\ angle\ of\ (x, y)\ in\ the\ xy-plane \end{array}
x=ρsinϕcosθρ=x2+y2+z2y=ρsinϕsinθcosθ=xρsinϕz=ρcosϕcosϕ=zρ\begin{array}{ll} x=\rho\sin\phi\cos\theta & \rho=\sqrt{x^2+y^2+z^2}\\[5pt] y=\rho\sin\phi\sin\theta & \cos\theta=\dfrac{x}{\rho\sin\phi}\\[7pt] z=\rho\cos\phi & \cos\phi=\dfrac{z}{\rho} \end{array}


\to Notes:
  1. Spherical coordinates are useful when there is symmetry about the origin (e.g. spheres).

Triple Integration (spherical)

Wize Concept
Triple Integration (spherical). Let DR3D \subset \mathbb{R}^3 be defined by
g1(θ,ϕ)ρg2(θ,ϕ),aϕb,cθdg_1(\theta, \phi) \le \rho \le g_2(\theta, \phi),\quad a\le \phi \le b,\quad c \le \theta \le d
where gig_i is continuous. If f(x,y,z)f(x, y, z) is continuous on DD, then
Df(x,y,z)dV=abcdg1(θ,ϕ)g2(θ,ϕ)f(ρsinϕcosθ,ρsinϕsinθ,ρcosϕ)ρ2sinϕdρdϕdθ\iiint\limits_{D}f(x,y,z)dV=\int_a^b\int_c^d\int_{g_1(\theta,\phi)}^{g_2(\theta,\phi)}f(\rho\sin\phi\cos\theta,\rho\sin\phi\sin\theta,\rho\cos\phi)\rho^2\sin\phi d\rho d\phi d\theta

\to Notes:
  1. As with iterated integrals, the integral can be rearranged; take care to change the bounds of integration as well.
  2. Don't forget the extra factor of ρ2sinϕ\rho^2 \sin \phi in the integrand.

Practice: Triple integration (spherical)

Represent the solid DD bounded by z2=x2+y2z^2 = x^2 + y^2, x2+y2+z2=1x^2 + y^2 + z^2 = 1, and z0z \ge 0 using spherical coordinates.

Practice: Triple integration (spherical)

Let DD be the solid bounded by z2=x2+y2z^2 = x^2 + y^2, x2+y2+z2=1x^2 + y^2 + z^2 = 1, and z0z \ge 0. Evaluate
DzdV\iiint\limits_{D}zdV

Practice: Triple integration (spherical)

Write down an integral using spherical coordinates representing E(x2+y2)   ⁣dV\displaystyle\iiint_E(x^2+y^2) \ \de{V} where EE is the part of the positive octant inside the sphere x2+y2+z2=4x^2+y^2+z^2 = 4, outside the sphere x2+y2+z2=2x^2+y^2+z^2 = 2, and inside the cone 2z=x2+y22z =\sqrt{x^2 + y^2}.
Extra Practice