Looking at the figure, the domain
\(\c{D}\) is bounded by the outer circle
\(x^2 + y^2 = 4\) (which has a radius of 2), and it contains an empty "hole." The hole is a circle centered at
\((1, 0)\) with a radius of 1.
Letβs find the polar equation for the inner boundary. The Cartesian equation is \((x - 1)^2 + y^2 = 1\text{.}\) Expanding this yields:
\begin{align*}
x^2 - 2x + 1 + y^2 \amp= 1 \\
x^2 + y^2 \amp= 2x
\end{align*}
Substituting our polar conversions (\(x^2 + y^2 = r^2\) and \(x = r\cos\theta\)):
\begin{align*}
r^2 \amp= 2r\cos\theta \implies r = 2\cos\theta
\end{align*}
Notice that the inner circle
\(r = 2\cos\theta\) only exists in the right half-plane (where
\(-\pi/2 \leq \theta \leq \pi/2\)). In the left half-plane (where
\(\pi/2 \leq \theta \leq 3\pi/2\)), there is no hole, so the region goes all the way from the origin
\(r = 0\) to the outer edge
\(r = 2\text{.}\) Therefore, we must split our region into two parts: a left half and a right half.
The integrand is \(\sqrt{x^2+y^2} = r\text{.}\) With the polar differential \(dA = r\,dr\,d\theta\text{,}\) the function we are integrating becomes \(r \cdot r = r^2\text{.}\)
\begin{gather*}
\iint_\c{D} \sqrt{x^2+y^2} \, dA = \int_{\pi/2}^{3\pi/2} \int_0^2 r^2 \, dr \, d\theta + \int_{-\pi/2}^{\pi/2} \int_{2\cos\theta}^2 r^2 \, dr \, d\theta
\end{gather*}
Part 1: The Left Half
\begin{align*}
\int_{\pi/2}^{3\pi/2} \int_0^2 r^2 \, dr \, d\theta \amp= \int_{\pi/2}^{3\pi/2} \left[ \frac{1}{3}r^3 \right]_0^2 \, d\theta \\
\amp= \int_{\pi/2}^{3\pi/2} \frac{8}{3} \, d\theta \\
\amp= \left[ \frac{8}{3}\theta \right]_{\pi/2}^{3\pi/2} = \frac{8}{3}\left(\frac{3\pi}{2}\right) - \frac{8}{3}\left(\frac{\pi}{2}\right) = \frac{8\pi}{3}
\end{align*}
Part 2: The Right Half
\begin{align*}
\int_{-\pi/2}^{\pi/2} \int_{2\cos\theta}^2 r^2 \, dr \, d\theta \amp= \int_{-\pi/2}^{\pi/2} \left[ \frac{1}{3}r^3 \right]_{2\cos\theta}^2 \, d\theta \\
\amp= \int_{-\pi/2}^{\pi/2} \left( \frac{8}{3} - \frac{8}{3}\cos^3\theta \right) \, d\theta
\end{align*}
We separate this into two integrals:
\begin{gather*}
\int_{-\pi/2}^{\pi/2} \frac{8}{3} \, d\theta - \frac{8}{3} \int_{-\pi/2}^{\pi/2} \cos^3\theta \, d\theta
\end{gather*}
The first integral is simply \(\frac{8}{3}(\pi) = \frac{8\pi}{3}\text{.}\) For the second integral, we use the Pythagorean identity \(\cos^2\theta = 1 - \sin^2\theta\) to set up a \(u\)-substitution where \(u = \sin\theta\) and \(du = \cos\theta \, d\theta\text{.}\) When \(\theta = -\pi/2\text{,}\) \(u = -1\text{.}\) When \(\theta = \pi/2\text{,}\) \(u = 1\text{.}\)
\begin{align*}
\int_{-\pi/2}^{\pi/2} \cos^2\theta \cos\theta \, d\theta \amp= \int_{-1}^1 (1 - u^2) \, du \\
\amp= \left[ u - \frac{1}{3}u^3 \right]_{-1}^1 \\
\amp= \left( 1 - \frac{1}{3} \right) - \left( -1 - \left(-\frac{1}{3}\right) \right) = \frac{2}{3} - \left(-\frac{2}{3}\right) = \frac{4}{3}
\end{align*}
So the right half evaluates to \(\frac{8\pi}{3} - \frac{8}{3}\left(\frac{4}{3}\right) = \frac{8\pi}{3} - \frac{32}{9}\text{.}\)
Total Area Summing the left half and the right half:
\begin{align*}
\iint_\c{D} \sqrt{x^2+y^2} \, dA \amp= \frac{8\pi}{3} + \left( \frac{8\pi}{3} - \frac{32}{9} \right) \\
\amp= \frac{16\pi}{3} - \frac{32}{9}
\end{align*}