Evaluating Double Integrals in Polar Coordinates
So we have looked at evaluating double integrals over general domains, however, sometimes it may be rather difficult to compute double integrals over certain domains due to the nature of integrating with the rectangular coordinate system. For example, computing a double integral over a circle with equation $(x - h)^2 + (y - k)^2 = r^2$.
Sometimes, it may be easier to use the polar coordinate system to compute a double integral. We will see that we can often times do this using the following formula to convert our double integral for a continuous function $f$ over the rectangle $R = \{ (x, y) : a ≤ r ≤ b, \alpha ≤ \theta ≤ \beta \}$ and where $0 ≤ \beta - \alpha ≤ 2 \pi$:
(1)Recall that if $(x, y)$ is a point in $\mathbb{R}^2$, then the relationship between $(x, y)$ and the corresponding polar coordinates $(r, \theta)$ come from the equations:
(2)Furthermore, $r^2 = x^2 + y^2$. Sometimes it is easier to represent certain regions $R$ as $R = \{ (r, \theta) : a ≤ r ≤ b , \alpha ≤ \theta ≤ \beta \}$.
![Screen%20Shot%202015-01-24%20at%208.09.38%20PM.png](http://mathonline.wdfiles.com/local--files/evaluating-double-integrals-in-polar-coordinates/Screen%20Shot%202015-01-24%20at%208.09.38%20PM.png)
Now let's see how we would compute $\iint_R f(x, y) \: dA$. We start by taking the interval $[a, b]$ and dividing it into $m$ equal width subintervals $[ r_{i-1}, r_i ]$ where the width of each subinterval is $\Delta r = \frac{b - a}{m}$. We will also divide the interval $[ \alpha, \beta ]$ up into $n$ equal width subintervals $[\theta_{j-1}, \theta_j]$ where the width of each subinterval is $\Delta \theta = \frac{\beta - \alpha}{n}$. $R_{ij}$ will denote the polar sub-rectangle for which $r_{i-1} ≤ r ≤ r_{i}$ and $\theta_{j-1} ≤ \theta ≤ \theta_{j}$. The center of each polar subrectangle $R_{ij}$ which we will denote as $(r_i^*, \theta_j^*)$ is such that $r_i^* = \frac{1}{2} \left ( r_{i-1} + r_i \right )$ and $\theta_j = \frac{1}{2} \left ( \theta_{j-1}, \theta_j \right )$.
![Screen%20Shot%202015-01-24%20at%208.25.43%20PM.png](http://mathonline.wdfiles.com/local--files/evaluating-double-integrals-in-polar-coordinates/Screen%20Shot%202015-01-24%20at%208.25.43%20PM.png)
Now recall that the area of a sector of a circle is given by the formula:
(3)Therefore we can compute the areas of each $R_{ij}$ as:
(4)Using the conversion equations above, we have that the centers of each $R_{ij}$ in rectangular coordinates is $(r_i^* \cos \theta_j^*, r_i^* \sin \theta_j^*)$. Now the Riemann sum for setting up our double integral will be:
(5)Now let $g(r, \theta) = f(r \cos \theta, r \sin \theta) \cdot r$ then we have that:
(6)Thus we can evaluate our double integral as:
(7)Another type of region that we may need to integrate over is one such as $D = \{ (r, \theta) : h_1 (\theta) ≤ r ≤ h_2 (\theta) , \alpha ≤ \theta ≤ \beta \}$:
![Screen%20Shot%202015-01-24%20at%2010.08.53%20PM.png](http://mathonline.wdfiles.com/local--files/evaluating-double-integrals-in-polar-coordinates/Screen%20Shot%202015-01-24%20at%2010.08.53%20PM.png)
The double integral of $f(x, y)$ over $D$ can be computed as:
(8)What's nice is that we can also compute the area of polar region using double integrals.
Theorem 1: The area enclosed in a polar region $D$ bounded by $\alpha ≤ \theta ≤ \beta$ and $0 ≤ r ≤ h(\theta)$ is given by $\mathrm{Area} = \iint_D 1 \: dA$. |
- Proof: Suppose that $D$ is bounded by $\theta = \alpha$, $\theta = \beta$, $r = 0$, and $r = h(\theta)$. Then:
- From the Areas Enclosed by Polar Curves page, we see that this is precisely the area enclosed by a general polar curve. $\blacksquare$
Now the following Theorem gives us the value for a very important single integral that is widely used in areas such as probability.
Theorem 2: $\int_{-\infty}^{\infty} e^{-x^2} \: dx = \sqrt{\pi}$. |
- Proof: Let $I = \int_{-\infty}^{\infty} e^{-x^2} \: dx$. Note that we can also write $I = \int_{-\infty}^{\infty} e^{-y^2} \: dy$ as the choice of variable does not matter. Thus:
- We now express $\mathbb{R}^2$ as a polar region. We have that $\mathbb{R}^2 = \{ 0 ≤ r ≤ \infty, 0 ≤ \theta ≤ \pi \}$, and so:
Let's now look at some examples of calculating integrals with polar coordinates.
Example 1
Evaluate the double integral $\iint_R x + 2y \: dA$ where $R$ is the region of area between the semicircles above the $x$-axis of $x^2 + y^2 = 1$ and $x^2 + y^2 = 4$.
The region $R$ can be described as $R = \{ (r, \theta) : 1 ≤ r ≤ 2, 0 ≤ \theta ≤ \pi \}$:
![Screen%20Shot%202015-01-24%20at%209.25.03%20PM.png](http://mathonline.wdfiles.com/local--files/evaluating-double-integrals-in-polar-coordinates/Screen%20Shot%202015-01-24%20at%209.25.03%20PM.png)
We note that $f(x, y) = x + 2y$ and so $f(r \cos \theta, r \sin \theta) = r \cos \theta + 2r \sin \theta$. Using the formula above, we can convert our double integral into the following iterated integrals:
(12)