Skip to main content
\(\newcommand{\R}{\mathbb{R}} \newcommand{\va}{\mathbf{a}} \newcommand{\vb}{\mathbf{b}} \newcommand{\vc}{\mathbf{c}} \newcommand{\vC}{\mathbf{C}} \newcommand{\vd}{\mathbf{d}} \newcommand{\ve}{\mathbf{e}} \newcommand{\vi}{\mathbf{i}} \newcommand{\vj}{\mathbf{j}} \newcommand{\vk}{\mathbf{k}} \newcommand{\vn}{\mathbf{n}} \newcommand{\vm}{\mathbf{m}} \newcommand{\vr}{\mathbf{r}} \newcommand{\vs}{\mathbf{s}} \newcommand{\vu}{\mathbf{u}} \newcommand{\vv}{\mathbf{v}} \newcommand{\vw}{\mathbf{w}} \newcommand{\vx}{\mathbf{x}} \newcommand{\vy}{\mathbf{y}} \newcommand{\vz}{\mathbf{z}} \newcommand{\vzero}{\mathbf{0}} \newcommand{\vF}{\mathbf{F}} \newcommand{\vG}{\mathbf{G}} \newcommand{\vH}{\mathbf{H}} \newcommand{\vR}{\mathbf{R}} \newcommand{\vT}{\mathbf{T}} \newcommand{\vN}{\mathbf{N}} \newcommand{\vL}{\mathbf{L}} \newcommand{\vB}{\mathbf{B}} \newcommand{\vS}{\mathbf{S}} \newcommand{\proj}{\text{proj}} \newcommand{\comp}{\text{comp}} \newcommand{\nin}{} \newcommand{\vecmag}[1]{|#1|} \newcommand{\grad}{\nabla} \DeclareMathOperator{\curl}{curl} \DeclareMathOperator{\divg}{div} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section3.5Double Integrals in Polar Coordinates

Objectives
  • What are the polar coordinates of a point in two-space?

  • How do we convert between polar coordinates and rectangular coordinates?

  • What is the area element in polar coordinates?

  • How do we convert a double integral in rectangular coordinates to a double integral in polar coordinates?

While we have naturally defined double integrals in the rectangular coordinate system, starting with domains that are rectangular regions, there are many of these integrals that are difficult, if not impossible, to evaluate. For example, consider the domain \(D\) that is the unit circle and \(f(x,y) = e^{-x^2 - y^2}\text{.}\) To integrate \(f\) over \(D\text{,}\) we would use the iterated integral

\begin{equation*} \iint_D f(x,y) \, dA = \int_{x = -1}^{x = 1} \int_{y = -\sqrt{1-x^2}}^{y = \sqrt{1-x^2}} e^{-x^2 - y^2} \, dy \, dx. \end{equation*}

For this particular integral, regardless of the order of integration, we are unable to find an antiderivative of the integrand; in addition, even if we were able to find an antiderivative, the inner limits of integration involve relatively complicated functions.

It is useful, therefore, to be able to translate to other coordinate systems where the limits of integration and evaluation of the involved integrals is simpler. In this section we provide a quick discussion of one such system polar coordinates and then introduce and investigate their ramifications for double integrals. The rectangular coordinate system allows us to consider domains and graphs relative to a rectangular grid. The polar coordinate system is an alternate coordinate system that allows us to consider domains less suited to rectangular coordinates, such as circles.

Exploration3.5.1

The coordinates of a point determine its location. In particular, the rectangular coordinates of a point \(P\) are given by an ordered pair \((x,y)\text{,}\) where \(x\) is the (signed) distance the point lies from the \(y\)-axis to \(P\) and \(y\) is the (signed) distance the point lies from the \(x\)-axis to \(P\text{.}\) In polar coordinates, we locate the point by considering the distance the point lies from the origin, \(O = (0,0)\text{,}\) and the angle the line segment from the origin to \(P\) forms with the positive \(x\)-axis.

  1. Determine the rectangular coordinates of the following points:

    1. The point \(P\) that lies 1 unit from the origin on the positive \(x\)-axis.

    2. The point \(Q\) that lies 2 units from the origin and such that \(\overline{OQ}\) makes an angle of \(\frac{\pi}{2}\) with the positive \(x\)-axis.

    3. The point \(R\) that lies 3 units from the origin such that \(\overline{OR}\) makes an angle of \(\frac{2\pi}{3}\) with the positive \(x\)-axis.

  2. Part (a) indicates that the two pieces of information completely determine the location of a point: either the traditional \((x,y)\) coordinates, or alternately, the distance \(r\) from the point to the origin along with the angle \(\theta\) that the line through the origin and the point makes with the positive \(x\)-axis. We write \((r, \theta)\) to denote the point's location in its polar coordinate representation. Find polar coordinates for the points with the given rectangular coordinates.

    1. \((0,-1)\) ii. \((-2,0)\) iii. \((-1,1)\)

  3. For each of the following points whose coordinates are given in polar form, determine the rectangular coordinates of the point.

    1. \((5, \frac{\pi}{4})\) ii. \((2, \frac{5\pi}{6})\) iii. \((\sqrt{3}, \frac{5\pi}{3})\)

Subsection3.5.1Polar Coordinates

The rectangular coordinate system is best suited for graphs and regions that are naturally considered over a rectangular grid. The polar coordinate system is an alternative that offers good options for functions and domains that have more circular characteristics. A point \(P\) in rectangular coordinates that is described by an ordered pair \((x,y)\text{,}\) where \(x\) is the displacement from \(P\) to the \(y\)-axis and \(y\) is the displacement from \(P\) to the \(x\)-axis, as seen in Preview Activity3.5.1, can also be described with polar coordinates \((r,\theta)\text{,}\) where \(r\) is the distance from \(P\) to the origin and \(\theta\) is the angle formed by the line segment \(\overline{OP}\) and the positive \(x\)-axis, as shown at left in Figure3.5.1.

Figure3.5.1The polar coordinates of a point and the polar coordinate grid.

Trigonometry and the Pythagorean Theorem allow for straightforward conversion from rectangular to polar, and vice versa.

Converting between rectangular and polar coordinates
  • If we are given the rectangular coordinates \((x,y)\) of a point \(P\text{,}\) then the polar coordinates \((r,\theta)\) of \(P\) satisfy

    \begin{equation*} r = \sqrt{x^2+y^2} \ \ \ \ \ \text{ and } \ \ \ \ \ \tan(\theta) = \frac{y}{x}, \text{ assuming } x \neq 0. \end{equation*}
  • If we are given the polar coordinates \((r,\theta)\) of a point \(P\text{,}\) then the rectangular coordinates \((x,y)\) of \(P\) satisfy

    \begin{equation*} x = r\cos(\theta) \ \ \ \ \ \text{ and } \ \ \ \ \ y = r\sin(\theta). \end{equation*}

Note: The angle \(\theta\) in the polar coordinates of a point is not unique. We could replace \(\theta\) with \(\theta + 2 \pi\) and still be at the same terminal point. In addition, the sign of \(\tan(\theta)\) does not uniquely determine the quadrant in which \(\theta\) lies, so we have to determine the value of \(\theta\) from the location of the point. In other words, more care has to be paid when using polar coordinates than rectangular coordinates.

We can draw graphs of curves in polar coordinates in a similar way to how we do in rectangular coordinates. However, when plotting in polar coordinates, we use a grid that considers changes in angles and changes in distance from the origin. In particular, the angles \(\theta\) and distances \(r\) partition the plane into small wedges as shown at right in Figure3.5.1.

Activity3.5.2

Most polar graphing devices can plot curves in polar coordinates of the form \(r = f(\theta)\text{.}\) Use such a device to complete this activity.

  1. Before plotting the polar curve \(r=1\) (where \(\theta\) can have any value), think about what shape it should have, in light of how \(r\) is connected to \(x\) and \(y\text{.}\) Then use appropriate technology to draw the graph and test your intuition.

  2. The equation \(\theta = 1\) does not define \(r\) as a function of \(\theta\text{,}\) so we can't graph this equation on many polar plotters. What do you think the graph of the polar curve \(\theta = 1\) looks like? Why?

  3. Before plotting the polar curve \(r = \theta\text{,}\) what do you think the graph looks like? Why? Use technology to plot the curve and compare your intuition.

  4. What does the region defined by \(1 \leq r \leq 3\) (where \(\theta\) can have any value) look like? (Hint: Compare to your response from part (a).)

  5. What does the region defined by \(1 \leq r \leq 3\) and \(\pi/4 \leq \theta \leq \pi/2\) look like?

  6. Consider the curve \(r = \sin(\theta)\text{.}\) For some values of \(\theta\) we will have \(r \lt 0\text{.}\) In these situations, we plot the point \((r,\theta)\) as \((|r|, \theta+\pi)\) (in other words, when \(r \lt 0\text{,}\) we reflect the point through the origin). With that in mind, what do you think the graph of \(r = \sin(\theta)\) looks like? Plot this curve using technology and compare to your intuition.

Answer
  1. The polar curve \(r=1\) will include all points that are distance 1 from the origin, and thus will make a circle with radius 1 centered at the origin.

  2. The polar curve \(\theta = 1\) looks like a line through the origin forming an angle of \(1\) radian with the positive \(x\)-axis, since there are no restrictions on the distance from the origin \(r\text{.}\)

  3. The polar curve \(r = \theta\) will start at the origin and spiral out in a counterclockwise direction, because as \(\theta\) increases points move farther from the origin at the same rate.

  4. The region defined by \(1 \leq r \leq 3\) will be an annulus with an inner radius of 1 and an outer radius of 3.

  5. The region defined by \(1 \leq r \leq 3\) and \(\pi/4 \leq \theta \leq \pi/2\) will be a slice of the annulus from the previous part. Specifically, it will be the eighth betweeen \(\pi/4\) and \(\leq \pi/2\) radians.

  6. The curve \(r = \sin(\theta)\) will be a circle with diameter 1, situated on the plane so that it's southernmost point is at the origin.

Subsection3.5.2Integrating in Polar Coordinates

Consider the double integral

\begin{equation*} \iint_D e^{x^2+y^2} \, dA, \end{equation*}

where \(D\) is the unit disk. While we cannot directly evaluate this integral in rectangular coordinates, a change to polar coordinates will convert it to one we can easily evaluate.

We have seen how to evaluate a double integral \(\displaystyle \iint_D f(x,y) \, dA\) as an iterated integral of the form

\begin{equation*} \int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y) \, dy \, dx \end{equation*}

in rectangular coordinates, because we know that \(dA = dy \, dx\) in rectangular coordinates. To make the change to polar coordinates, we not only need to represent the variables \(x\) and \(y\) in polar coordinates, but we also must understand how to write the area element, \(dA\text{,}\) in polar coordinates. That is, we must determine how the area element \(dA\) can be written in terms of \(dr\) and \(d\theta\) in the context of polar coordinates. We address this question in the following activity.

Figure3.5.2Left: A polar rectangle. Right: An annulus.
Activity3.5.3

Consider a polar rectangle \(R\text{,}\) with \(r\) between \(r_i\) and \(r_{i+1}\) and \(\theta\) between \(\theta_j\) and \(\theta_{j+1}\) as shown at left in Figure3.5.2. Let \(\Delta r = r_{i+1}-r_i\) and \(\Delta \theta = \theta_{j+1}-\theta_j\text{.}\) Let \(\Delta A\) be the area of this region.

  1. Explain why the area \(\Delta A\) in polar coordinates is not \(\Delta r \, \Delta \theta\text{.}\)

  2. Now find \(\Delta A\) by the following steps:

    1. Find the area of the annulus (the washer-like region) between \(r_i\) and \(r_{i+1}\text{,}\) as shown at right in Figure3.5.2. This area will be in terms of \(r_i\) and \(r_{i+1}\text{.}\)

    2. Observe that the region \(R\) is only a portion of the annulus, so the area \(\Delta A\) of \(R\) is only a fraction of the area of the annulus. For instance, if \(\theta_{i+1} - \theta_i\) were \(\frac{\pi}{4}\text{,}\) then the resulting wedge would be

      \begin{equation*} \frac{ \frac{\pi}{4} }{2\pi} = \frac{1}{8} \end{equation*}

      of the entire annulus. In this more general context, using the wedge between the two noted angles, what fraction of the area of the annulus is the area \(\Delta A\text{?}\)

    3. Write an expression for \(\Delta A\) in terms of \(r_i\text{,}\) \(r_{i+1}\text{,}\) \(\theta_j\text{,}\) and \(\theta_{j+1}\text{.}\)

    4. Finally, write the area \(\Delta A\) in terms of \(r_i\text{,}\) \(r_{i+1}\text{,}\) \(\Delta r\text{,}\) and \(\Delta \theta\text{,}\) where each quantity appears only once in the expression. (Hint: Think about how to factor a difference of squares.)

  3. As we take the limit as \(\Delta r\) and \(\Delta \theta\) go to 0, \(\Delta r\) becomes \(dr\text{,}\) \(\Delta \theta\) becomes \(d \theta\text{,}\) and \(\Delta A\) becomes \(dA\text{,}\) the area element. Using your work in (iv), write \(dA\) in terms of \(r\text{,}\) \(dr\text{,}\) and \(d \theta\text{.}\)

Answer
  1. We can assume that the small shape is a rectangle, and find the area by multiplying the two side lengths. One of them is \(\Delta r\text{,}\) but the other is not \(\Delta \theta\text{.}\) The quantity \(\Delta \theta\) measures the degree between the two lines, not the arc length.

    1. The area of the smaller circle (defined by \(r_i\)) is \(\pi r_i^2\) and the area of the larger circle (defined by \(r_{i+1}\)) is \(\pi r_{i+1}^2\text{.}\) Then since the annulus is the larger circle without the smaller circle, the area of the annulus is \(\pi r_{i+1}^2-\pi r_i^2=\pi(r_{i+1}^2-r_i^2)\text{.}\)

    2. For \(\Delta \theta = \theta_{j+1}-\theta_j\text{,}\) the area \(\Delta A\) is \(\frac{\Delta\theta}{2\pi}\) of the area of the entire annulus.

    3. Since \(\Delta A\) is \(\frac{\Delta\theta}{2\pi}\) of the area of the entire annulus, and the area of the annulus is \(\pi r_{i+1}^2-\pi r_i^2=\pi(r_{i+1}^2-r_i^2)\) we get

      \begin{align*} \Delta A \amp = \frac{\Delta\theta}{2\pi}\cdot\pi(r_{i+1}^2-r_i^2)\\ \amp = \frac{1}{2}\Delta\theta \, (r_{i+1}^2-r_i^2). \end{align*}
    4. Using that \(r_{i+1}^2-r_i^2 = (r_{i+1}-r_i)(r_{i+1}+r_i)=\Delta r \, (r_{i+1}+r_i)\text{,}\) we can rewrite to:

      \begin{equation*} \Delta A = \frac{1}{2}\Delta\theta \, \Delta r \, (r_{i+1}+r_i) = \frac{1}{2} (r_{i+1}+r_i) \Delta\theta \, \Delta r. \end{equation*}
  2. As \(\Delta r\) and \(\Delta \theta\) go to 0, we also get that \(r_i\) and \(r_{i+1}\) approach the same value, which we will call \(r\text{.}\) Then

    \begin{align*} d A \amp = \frac{1}{2} (r+r) d\theta \, d r\, \\ \amp = r d\theta \, dr. \end{align*}

From the result of Activity3.5.3, we see when we convert an integral from rectangular coordinates to polar coordinates, we must not only convert \(x\) and \(y\) to being in terms of \(r\) and \(\theta\text{,}\) but we also have to change the area element to \(dA = r \, dr \, d\theta\) in polar coordinates. As we saw in Activity3.5.3, the reason the additional factor of \(r\) in the polar area element is due to the fact that in polar coordinates, the cross sectional area element increases as \(r\) increases, while the cross sectional area element in rectangular coordinates is constant. So, given a double integral \(\iint_D f(x,y) \, dA\) in rectangular coordinates, to write a corresponding iterated integral in polar coordinates, we replace \(x\) with \(r \cos(\theta)\text{,}\) \(y\) with \(r \sin(\theta)\) and \(dA\) with \(r \, dr \, d\theta\text{.}\) Of course, we need to describe the region \(D\) in polar coordinates as well. To summarize:

Double integrals in polar coordinates

The double integral \(\iint_D f(x,y) \, dA\) in rectangular coordinates can be converted to a double integral in polar coordinates as \(\iint_D f(r\cos(\theta), r\sin(\theta)) \, r \, dr \, d\theta\text{.}\)

Example3.5.3

Let \(f(x,y) = e^{x^2+y^2}\) on the disk \(D = \{(x,y) : x^2 + y^2 \leq 1\}\text{.}\) We will evaluate \(\iint_D f(x,y) \, dA\text{.}\)

In rectangular coordinates the double integral \(\iint_D f(x,y) \, dA\) can be written as the iterated integral

\begin{equation*} \iint_D f(x,y) \, dA = \int_{x=-1}^{x=1} \int_{y=-\sqrt{1-x^2}}^{y=\sqrt{1-x^2}} e^{x^2+y^2} \, dy \, dx. \end{equation*}

We cannot evaluate this iterated integral, because \(e^{x^2 + y^2}\) does not have an elementary antiderivative with respect to either \(x\) or \(y\text{.}\) However, since \(r^2=x^2+y^2\) and the region \(D\) is circular, it is natural to wonder whether converting to polar coordinates will allow us to evaluate the new integral. To do so, we replace \(x\) with \(r \cos(\theta)\text{,}\) \(y\) with \(r \sin(\theta)\text{,}\) and \(dy \, dx\) with \(r \, dr \, d\theta\) to obtain

\begin{equation*} \iint_D f(x,y) \, dA = \iint_D e^{r^2} \, r \, dr \, d\theta. \end{equation*}

The disc \(D\) is described in polar coordinates by the constraints \(0 \leq r \leq 1\) and \(0 \leq \theta \leq 2\pi\text{.}\) Therefore, it follows that

\begin{equation*} \iint_D e^{r^2} \, r \, dr \, d\theta = \int_{\theta=0}^{\theta = 2\pi} \int_{r=0}^{r=1} e^{r^2} \, r \, dr \, d\theta. \end{equation*}

We can evaluate the resulting iterated polar integral as follows:

\begin{align*} \int_{\theta=0}^{\theta = 2\pi} \int_{r=0}^{r=1} e^{r^2} \, r \, dr \, d\theta \amp = \int_{\theta=0}^{2\pi} \left( \frac{1}{2}e^{r^2}\biggm|_{r=0}^{r=1} \right) \, d\theta\\ \amp = \frac{1}{2} \int_{\theta=0}^{\theta = 2\pi} \left( e-1 \right) \, d\theta\\ \amp = \frac{1}{2}(e-1) \int_{\theta=0}^{\theta = 2\pi} \, d\theta\\ \amp = \frac{1}{2}(e-1)\left[\theta\right]\biggm|_{\theta=0}^{\theta = 2\pi}\\ \amp = \pi(e-1). \end{align*}

While there is no firm rule for when polar coordinates can or should be used, they are a natural alternative anytime the domain of integration may be expressed simply in polar form, and/or when the integrand involves expressions such as \(\sqrt{x^2 + y^2}.\)

Activity3.5.4

Let \(f(x,y) = x+y\) and \(D = \{(x,y) : x^2 + y^2 \leq 4\}\text{.}\)

  1. Sketch the region \(D\) and then write the double integral of \(f\) over \(D\) as an iterated integral in rectangular coordinates.

  2. Write the double integral of \(f\) over \(D\) as an iterated integral in polar coordinates.

  3. Evaluate one of the iterated integrals. Why is the final value you found not surprising?

Answer
  1. Your sketch of the region \(D\) should be a circle of radius 2. As an iterated integral in rectangular coordinates:

    \begin{align*} \iint_D f(x,y)\,dA \amp = \int_0^2 \int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}} x + y \,dy \,dx \end{align*}
  2. As an iterated integral in polar coordinates:

    \begin{align*} \iint_D f(x,y)\,dA \amp = \int_0^{2\pi} \int_0^2 (r\cos(\theta) + r\sin(\theta)) r \,dr \,dt\\ \amp = \int_0^{2\pi} \int_0^2 r^2 (\cos(\theta) + \sin(\theta)) \,dr \,dt \end{align*}
  3. Evaluating using polar coordinates

    \begin{align*} \iint_D f(x,y)\,dA \amp = \int_0^{2\pi} \int_0^2 r^2 (\cos(\theta) + \sin(\theta)) \,dr \,dt\\ \amp = \int_0^{2\pi} \left[\frac{r^3}{3} (\cos(\theta) + \sin(\theta)) \right]_0^2 \,dt\\ \amp = \int_0^{2\pi} \frac{8}{3} (\cos(\theta) + \sin(\theta)) \,dt\\ \amp = \frac{8}{3}\left[(\sin(\theta) - \cos(\theta)) \right]_0^{2\pi}\\ \amp = \frac{8}{3}(0-1-(0-1))\\ \amp = 0. \end{align*}

    This final value is reasonable because for any point \((x,y)\) in the region \(D\text{,}\) we also have the point \((-x,-y)\) in \(D\text{.}\) Then when we integrate over \(D\text{,}\) we get that the function values \(f(x,y)=x+y\) and \(f(-x,-y)=-x-y\) will cancel each other out. The one exception to this is when \(x=y=0\text{,}\) but in this case we get that \(f(0,0)=0+0=0\) anyway. Thus the whole integral will be 0.

Activity3.5.5

Consider the circle given by \(x^2 + (y-1)^2 = 1\) as shown in Figure3.5.4.

Figure3.5.4The graphs of \(y=x\) and \(x^2 + (y-1)^2 = 1\text{,}\) for use in Activity3.5.5.

  1. Determine a polar curve in the form \(r = f(\theta)\) that traces out the circle \(x^2 + (y-1)^2 = 1\text{.}\) (Hint: Recall that a circle centered at the origin of radius \(r\) can be described by the equations \(x = r \cos(\theta)\) and \(y = r \sin(\theta)\text{.}\))

  2. Find the exact average value of \(g(x,y) = \sqrt{x^2 + y^2}\) over the interior of the circle \(x^2 + (y-1)^2 = 1\text{.}\)

  3. Find the volume under the surface \(h(x,y) = x\) over the region \(D\text{,}\) where \(D\) is the region bounded above by the line \(y=x\) and below by the circle (this is the shaded region in Figure3.5.4).

  4. Explain why in both (b) and (c) it is advantageous to use polar coordinates.

Answer
  1. Substituting \(x = r \cos(\theta)\) and \(y = r \sin(\theta)\) in to \(x^2 + (y-1)^2 = 1\) we get

    \begin{align*} (r \cos(\theta))^2 + (r \sin(\theta)-1)^2 \amp = 1\\ r^2 \cos^2(\theta) + r^2 \sin^2(\theta)-2r\sin(\theta)+1 \amp = 1\\ r^2 (\cos^2(\theta) + \sin^2(\theta)) \amp = 2r\sin(\theta)\\ r^2 \amp = 2r\sin(\theta)\\ r \amp = 2\sin(\theta). \end{align*}
  2. To find the average, we want to take the integral of the function over the region and then divide it by the area of the circle. First, we compute the integral of \(g(x,y) = \sqrt{x^2 + y^2}\) over the interior of the circle \(x^2 + (y-1)^2 = 1\text{.}\) We can rewrite our function using the substitution \(r^2=x^2+y^2\) to get \(\sqrt{r^2}=r\text{.}\) Then

    \begin{align*} \int_0^{\pi} \int_0^{2\sin(\theta)} r r\,dr\,d\theta \amp = \int_0^{\pi} \int_0^{2\sin(\theta)} r^2 \,dr\,d\theta\\ \amp = \int_0^{\pi} \left[ \frac{1}{3}r^3 \right]_0^{2\sin(\theta)}\,d\theta\\ \amp = \int_0^{\pi} \frac{1}{3}(2\sin(\theta))^3 \,d\theta\\ \amp = \frac{8}{3}\int_0^{\pi} \sin^3(\theta) \,d\theta\\ \amp = \frac{8}{3}\int_0^{\pi} \sin(\theta)\sin^2(\theta) \,d\theta\\ \amp = \frac{8}{3}\int_0^{\pi} \sin(\theta)(1-\cos^2(\theta)) \,d\theta\\ \amp = \frac{8}{3}\int_0^{\pi} \sin(\theta)-\sin(\theta)\cos^2(\theta) \,d\theta\\ \amp = \frac{8}{3}\left[ -\cos(\theta)+\frac{1}{3}\cos^3(\theta)\right]_0^{\pi}\\ \amp = \frac{8}{3}\left[1-\frac{1}{3}-(-1 + \frac{1}{3}) \right]\\ \amp = \frac{32}{9}. \end{align*}

    To find the area of the circle, we could compute the integral \(\int_0^{\pi} \int_0^{2\sin(\theta)} r\,dr\,d\theta\text{.}\) However, since our region is just a circle of radius 1, we can also use the formula for area of a circle to get that the area is \(\pi(1)^2=\pi\text{.}\) Then the exact average of \(g\) over the circle is

    \begin{equation*} \frac{\frac{32}{9}}{\pi} = \frac{32}{9\pi}. \end{equation*}
  3. We can adapt our integral from the previous part by making \(\theta\) stop earlier at \(\frac{\pi}{4}\) and changing the integrand to be the function \(h(x,y) = x\text{,}\) which is \(r\cos(\theta)\) in polar coordinates.

    \begin{align*} \int_0^{\pi/4} \int_0^{2\sin(\theta)} r\cos(\theta) r\,dr\,d\theta \amp = \int_0^{\pi/4} \int_0^{2\sin(\theta)} r^2\cos(\theta) \,dr\,d\theta\\ \amp = \int_0^{\pi/4} \left[ \frac{1}{3}r^3\cos(\theta)\right]_0^{2\sin(\theta)} \,d\theta\\ \amp = \int_0^{\pi/4} \frac{8}{3}\sin^3(\theta)\cos(\theta) \,d\theta\\ \amp = \left[ \frac{2}{3}\sin^4(\theta) \right]_0^{\pi/4}\\ \amp = \frac{2}{3} \left(\frac{1}{\sqrt{2}}\right)^4\\ \amp = \frac{1}{6} \end{align*}
  4. In both parts, we are integrating over a circular region, which is easier done with polar coordinates. In addition, in part (b) the function we're interested in is much simpler when written in polar coordinates.

Subsection3.5.3Summary

  • The polar representation of a point \(P\) is the ordered pair \((r,\theta)\) where \(r\) is the distance from the origin to \(P\) and \(\theta\) is the angle the ray through the origin and \(P\) makes with the positive \(x\)-axis.

  • The polar coordinates \(r\) and \(\theta\) of a point \((x,y)\) in rectangular coordinates satisfy

    \begin{equation*} r = \sqrt{x^2+y^2} \ \ \ \ \ \text{ and } \ \ \ \ \ \tan(\theta) = \frac{y}{x}; \end{equation*}

    the rectangular coordinates \(x\) and \(y\) of a point \((r,\theta)\) in polar coordinates satisfy

    \begin{equation*} x = r\cos(\theta) \ \ \ \ \ \text{ and } \ \ \ \ \ y = r\sin(\theta). \end{equation*}
  • The area element \(dA\) in polar coordinates is determined by the area of a slice of an annulus and is given by

    \begin{equation*} dA = r \, dr \, d\theta. \end{equation*}
  • To convert the double integral \({\iint_D f(x,y) \, dA}\) to an iterated integral in polar coordinates, we substitute \(r \cos(\theta)\) for \(x\text{,}\) \(r \sin(\theta)\) for \(y\text{,}\) and \(r \, dr \, d\theta\) for \(dA\) to obtain the iterated integral

    \begin{equation*} {\iint_D f(r\cos(\theta), r\sin(\theta)) \, r \, dr \, d\theta}. \end{equation*}

Subsection3.5.4Exercises

Consider the iterated integral \(I = \int_{-3}^{0} \int_{-\sqrt{9-y^2}}^{0} \frac{y}{x^2 + y^2+1} \, dx \, dy.\)

  1. Sketch (and label) the region of integration.

  2. Convert the given iterated integral to one in polar coordinates.

  3. Evaluate the iterated integral in (b).

  4. State one possible interpretation of the value you found in (c).

Let \(D\) be the region that lies inside the unit circle in the plane.

  1. Set up and evaluate an iterated integral in polar coordinates whose value is the area of \(D\text{.}\)

  2. Determine the exact average value of \(f(x,y) = y\) over the upper half of \(D\text{.}\)

  3. Find the exact center of mass of the lamina over the portion of \(D\) that lies in the first quadrant and has its mass density distribution given by \(\delta(x,y) = 1\text{.}\) (Before making any calculations, where do you expect the center of mass to lie? Why?)

  4. Find the exact volume of the solid that lies under the surface \(z = 8-x^2-y^2\) and over the unit disk, \(D\text{.}\)

For each of the following iterated integrals,

  • sketch and label the region of integration,

  • convert the integral to the other coordinate system (if given in polar, to rectangular; if given in rectangular, to polar), and

  • choose one of the two iterated integrals to evaluate exactly.

  1. \(\int_{\pi}^{3\pi/2} \int_{0}^{3} r^3 \, dr \, d\theta\)

  2. \(\int_{0}^{2} \int_{-\sqrt{1-(x-1)^2}}^{\sqrt{1-(x-1)^2}} \sqrt{x^2 + y^2} \, dy \, dx\)

  3. \(\int_0^{\pi/2} \int_0^{\sin(\theta)} r \sqrt{1-r^2} \, dr \, d\theta.\)

  4. \(\int_0^{\sqrt{2}/2} \int_y^{\sqrt{1-y^2}} \cos(x^2 + y^2) \, dx \, dy.\)