Skip to main content

Section 15.3 Double Integrals in Polar Coordinates

Subsection 15.3.1 Before Class

Figure 138. Pre-Class Video 1
Figure 139. Pre-Class Video 2

Subsubsection 15.3.1.1 Review: Polar Coordinates

Polar coordinates are developed in Section 10.3; the conversions developed there are below:
Polar Coordinates.
  • \(\displaystyle x = r\cos\theta\)
  • \(\displaystyle y = r\sin\theta\)
  • \(\displaystyle r^2 = x^2 + y^2\)
In Section 10.4, we develop a formula for the integral in polar coordinates using the formula for area of a sector (\(A = \dfrac{1}{2}r^2\theta\text{,}\) where \(r\) is the radius and \(\theta\) is the angle which subtends the arc).
Single-Variable Integral in Polar Coordinates.
If the polar curve \(r(\theta)\) is continous, then the area of the region bounded by the angles \(\alpha\) and \(\beta\) (\(0\leq \beta-\alpha\leq 2\pi\)) is given by
\begin{equation*} \int_{\alpha}^{\beta} \dfrac{1}{2}[r(\theta)]^2\, d\theta \end{equation*}

Subsubsection 15.3.1.2 Double Integrals in Polar Coordinates

In order to develop a formula for the volume under a curve, we need to identify the area of a single polar rectangle.
Example 15.3.1.
Consider the polar region given by
\begin{equation*} R = \lrbrace{(r,\theta)\mid a\leq r\leq b, \alpha\leq\theta\leq \beta} \end{equation*}
  1. Take inspiration from Section 15.1; how can we divide the region \(R\) into polar rectangles?
  2. Let the area of \(R_{ij}\) be denoted by \(\Delta A_i\text{,}\) and let \(r_i^*\) be the midpoint of \(R_{ij}\text{,}\) given by \(r_i^* = \dfrac{1}{2}(r_{i-1}-r_i)\text{.}\) Find an expression for \(\Delta A_i\text{.}\) Draw a picture illustrating parts (a) and (b).
  3. Use the conversions between polar and rectangular coordinates to develop a Riemann sum approximating the volume under a curve \(f(x,y)\text{.}\)
Solution.
  1. Subdivide \(R\) by partitioning into \(m\) pieces in the radial direction: \(\Delta r_i = \dfrac{b-a}{m}\text{.}\) Similarly, we can subdivide the angular direction to \(n\) pieces by doing \(\Delta \theta = \dfrac{\beta - \alpha}{n}\text{.}\)
  2. Visually, we can represent \(\Delta A_i\) as the difference between the sector areas of radius \(r_i\) and \(r_{i-1}\text{.}\) This means that
    \begin{align*} \Delta A_i & = \dfrac{1}{2}r_i^2\Delta\theta - \dfrac{1}{2}r_{i-1}^2\Delta\theta\\ & = \dfrac{1}{2}\lrpar{r_{i-1}^2-r_i^2}\Delta\theta \\ & = \dfrac{1}{2}\lrpar{(r_{i-1}+r_i)(r_{i-1}-r_i)}\Delta\theta\\ & = \dfrac{1}{2} r_i^*\Delta r\Delta \theta \end{align*}
    So, we conclude that \(\Delta A_i = r_i^*\Delta r\Delta\theta\text{.}\)
    The image is below.
    A sketch of a polar region described above, and labeled with \(r_i\text{,}\) \(r_{i-1}\text{,}\) \(\theta_j\text{,}\) \(\theta_{j-1}\text{,}\) \(R_{ij}\text{,}\) \(\Delta r\text{,}\) and \(\Delta \theta\)
  3. We know that in general, volume is given by \(\ds \iint_R f(x,y)\, dA\text{,}\) which comes from a Riemann sum of the form \(\ds \sum_{j=1}^n\sum_{i=1}^m f(x_{ij},y_{ij})\Delta A_i\text{.}\) Since \(x = r\cos\theta\) and \(y = r\sin\theta\text{,}\) we can rewrite \(f(x,y) = f(r\cos\theta,r\sin\theta)\text{.}\) This means that \(f(x_{ij},y_{ij}) = f(r_i^*\cos\theta_j^*,r_i^*\sin\theta_j^*)\text{.}\) Since \(\Delta A_i = r_i^*\Delta r\Delta \theta\text{,}\) we can create the Riemann sum
    \begin{equation*} \sum_{j=1}^n\sum_{i=1}^m f(r_i^*\cos\theta_j^*,r_i^*\sin\theta_j^*)r_i^*\Delta r\Delta \theta \end{equation*}
Double Integral in Polar Coordinates.
If \(f\) is continuous on a polar rectangle \(R\) given by \(0\leq a\leq r\leq b\text{,}\) \(\alpha\leq \theta \leq \beta\) (where \(\beta-\alpha\) is in \([0,2\pi]\)), then we can write
\begin{equation*} \iint_R f(x,y)\, dA = \int_{\alpha}^{\beta}\int_a^b f(r\cos\theta,r\sin\theta)r\,dr\,d\theta \end{equation*}
Example 15.3.2.
Let \(D\) be the portion of the upper-half plane bounded by the circle \(x^2 + y^2 = 1\text{,}\) and let \(f(x,y) = x^2+2y\text{.}\)
  1. Evaluate the integral \(\ds \iint_D x^2 + 2y\, dA\) in Cartesian coordinates.
  2. Convert the integral to polar coordinates and compute again.
  3. Describe some differences between the computations parts (a) and (b).
Solution.
  1. Begin by sketching the region. When we do this, we find that we can write
    \begin{equation*} R = \lrbrace{(x,y)\mid 0\leq x\leq 1, 0\leq y\leq \sqrt{1-x^2}} \end{equation*}
    This means we’re looking at a Type I integral, which can be evaluated by computing
    \begin{equation*} \int_0^1\int_0^{\sqrt{1-x^2}} x^2 + 2y\, dy\, dx \end{equation*}
    which gives \(\dfrac{\pi}{8} + \dfrac{4}{3}\)
  2. Convering to a polar integral, we use the conversions \(x = r\cos\theta,y=r\sin\theta\text{.}\) Doing that, we can set up the integral as
    \begin{equation*} \int_0^{\pi}\int_0^1 (r^2\cos^2\theta + 2r\sin\theta)\, r\, dr\,d\theta \end{equation*}
    which still evaluates to \(\dfrac{\pi}{8} + \dfrac{4}{3}\)
  3. The answers vary here, but the most noticeable difference is likely in the computation; the Cartesian coordinate computation required careful use of trigonometric substitution and careful determination of the bounds, while the polar integration was a little more straightforward.
    That difference ultimately comes from the shape of the region we’re integrating over. Since the shape of the region is relatively simple to describe in polar coordinates, the integral is relatively more simple in polar coordinates than Cartesian coordinates.
Example 15.3.3.
Use polar coordinates to evaluate the integral \(\ds \int_0^2\int_{\sqrt{1-y^2}}^{\sqrt{4-y^2}} 1-x^2\, dx\, dy\text{.}\) Sketch the region.
Solution.
The region is sketched below:
A sketch of the region given in the problem, the first-quadrant region between the circles \(x^2 + y^2 = 4\) and \(x^2 + y^2 = 1\text{.}\)
Based on the region, we can write
\begin{equation*} R = \lrbrace{(r,\theta)\mid 1\leq r\leq 2, 0\leq \theta\leq \dfrac{\pi}{2}} \end{equation*}
so the integral becomes
\begin{equation*} \int_0^{\pi/2}\int_1^2 (1-r^2\cos^2\theta)\, r\,dr\,d\theta \end{equation*}
which evaluates to \(-\dfrac{3\pi}{16}\)

Subsection 15.3.2 Pre-Class Activities

Subsection 15.3.3 In Class

Subsubsection 15.3.3.1 Some Examples

Example 15.3.4.
Find the volume of the solid bounded by the plane \(z = 0\) and the paraboloid \(z = 4-x^2-y^2\)
Solution.
\(8\pi\)
Example 15.3.5.
Evaluate \(\ds \iint_D \cos \sqrt{x^2 + y^2}\, dA\text{,}\) where \(D\) is the disk of radius 2, centered at the origin.
Solution.
\(-2\pi + 4\pi\sin(2) + 2\pi\cos(2)\)
Example 15.3.6.
Evaluate \(\ds \iint_R f(x,y)\, dA\text{,}\) where \(f(x,y) = 2x^2+2y^2\) and \(R\) is a circle of radius 1, centered at \((1,0)\text{.}\)
Solution.
\(3\pi\)
Example 15.3.7.
Prove that the area enclosed in one leaf of the curve \(r = \sin 3\theta\) is \(\dfrac{\pi}{12}\text{.}\)
Solution.
After sketching the graph, we know that one leaf will occur between \(\theta = 0\) and \(\theta = \dfrac{\pi}{3}\text{.}\) Since the radius function is given by \(r = \sin 3\theta\text{,}\) we’ll use this as our upper bound and \(r = 0\) for our lower bound. This gives the integral
\begin{equation*} A = \int_0^{\pi/3}\int_0^{\sin 3\theta} 1\, r\, dr\, d\theta \end{equation*}
Evaluating the first integral, we get
\begin{equation*} A = \int_0^{\pi/3} \dfrac{1}{2}\sin^2 3\theta\, d\theta \end{equation*}
Using the identity \(\sin^2\theta = \dfrac{1}{2}(1-\cos 2\theta)\text{,}\) we rewrite as
\begin{equation*} A = \int_0^{\pi/3} \dfrac{1}{4}(1-\cos 6\theta)\, d\theta \end{equation*}
which evaluates to \(\dfrac{\pi}{12}\)
Example 15.3.8.
Find the area outside the polar curve \(r = \dfrac{1}{\sqrt{2}}\) and inside the lemniscate \(r^2 = \cos 2\theta\)
Solution.
\(\dfrac{\sqrt{3}}{2} - \dfrac{\pi}{6}\)
Example 15.3.9.
Find the volume of the region below the cone \(z=\sqrt{x^2+y^2}\) and above the annulus \(1\leq x^2 + y^2\leq 4\)
Solution.
\(\dfrac{15\pi}{2}\)

Subsection 15.3.4 After Class Activities

Example 15.3.10.

Prove that the volume of a sphere of radius \(r\) is \(\dfrac{4}{3}\pi r^3\)

Example 15.3.11.

Find the volume bounded by the paraboloids \(z = 6-x^2-y^2\) and \(z = 2x^2 + 2y^2\)

Example 15.3.12.

Evaluate \(\ds \iint_R xy^2\, dA\text{,}\) where \(R = \lrbrace{(x,y)\mid 2\leq x\leq 3, \sqrt{4-x^2}\leq y\leq \sqrt{9-x^2} }\)

Example 15.3.13.

Convert the integral \(\ds \int_0^{1}\int_{\sqrt{5}y}^{\sqrt{1-y^2}}xy^2\,dx\,dy\) to polar coordinates and evaluate.