Cylindrical coordinates

Wize Concept
Cylindrical coordinates. A point P=(x,y,z)P = (x, y, z) is represented by the ordered triple (r,θ,z)(r, \theta, z) where (r,θ)(r, \theta) are the polar coordinates in the xyxy-plane.
x=rcosθr=x2+y2y=rsinθtanθ=yxz=zz=z\begin{array}{ll} x=r\cos\theta & \hspace{3cm}r=\sqrt{x^2+y^2}\\[15pt] y=r\sin\theta & \hspace{3cm}\tan\theta=\dfrac{y}{x}\\[15pt] z=z & \hspace{3cm}z=z \end{array}


\to Notes:
  1. Cylindrical coordinates are useful when there is symmetry about the zz-axis (e.g. cylinders and cones).

Triple Integration (cylindrical)

Wize Concept
Triple Integration (cylindrical). Let DR3D \subset \mathbb{R}^3 be defined by
g1(r,θ)zg2(r,θ),h1(θ)rh2(θ),aθbg_1(r,\theta) \le z \le g_2(r, \theta),\quad h_1(\theta) \le r \le h_2(\theta),\quad a\le \theta \le b
where gig_i and hih_i are continuous. If f(x,y,z)f(x, y, z) is continuous on DD, then
Df(x,y,z)dV=abh1(θ)h2(θ)g1(r)g2(r)f(rcosθ,rsinθ,z)rdzdrdθ.\iiint\limits_{D}f(x,y,z)dV=\int_a^b\int_{h_1(\theta)}^{h_2(\theta)}\int_{g_1(r)}^{g_2(r)}f(r\cos\theta,r\sin\theta,z)rdzdrd\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 rr in the integrand.

Practice: Cylindrical coordinates

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 cylindrical coordinates.

Example: Triple integration (cylindrical)

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 (cylindrical)

Write down an integral using cylindrical coordinates representing Eln(x2+y2+z2)   ⁣dV\displaystyle\iiint_E\ln(x^2 + y^2 + z^2) \ \de{V} where EE is the region inside the cylinder x2+y2=4x^2 + y^2 = 4, outside the cylinder x2+y2=1x^2 + y^2 = 1, and inside the sphere x2+y2+z2=9x^2 + y^2 + z^2 = 9.