Lesson 22: Triple Integrals in Cylindrical Coordinates (16.5)
Warmup
Evaluate \(\iint_D (4 - x^2 - y^2) \, dA\), where \(D\) is the region below:
A graph shows a shaded circle centered at the origin on a Cartesian coordinate system. The circle is labeled with the equation \(x^2 + y^2 = 4\) and its radius \(r = 2\). A blue ray is drawn from the origin into the first quadrant, with an arc indicating the angle \(\theta\) from the positive x-axis and the radius \(r\).
Review: Polar Coordinates
\(x = r \cos \theta\)
\(y = r \sin \theta\)
\(r^2 = x^2 + y^2\)
\(\tan \theta = \frac{y}{x}\)
\[\iint_D f(x, y) \, dA = \int_{\theta \text{ Bounds}} \int_{r \text{ Bounds}} f(r \cos \theta, r \sin \theta) \, r \, dr \, d\theta\]
Solution
Bounds: \(0 \le r \le 2\), \(0 \le \theta \le 2\pi\)
\[\iint_D (4 - x^2 - y^2) \, dA = \int_0^{2\pi} \int_0^2 (4 - r^2) r \, dr \, d\theta\]
\[= \int_0^{2\pi} \int_0^2 (4r - r^3) \, dr \, d\theta\]
\[= \int_0^{2\pi} \left[ 2r^2 - \frac{r^4}{4} \right]_0^2 \, d\theta\]
\[= \int_0^{2\pi} (8 - 4) \, d\theta = \int_0^{2\pi} 4 \, d\theta\]
\[= [4\theta]_0^{2\pi} = 8\pi\]