Paul's Online Notes
Paul's Online Notes
Home / Calculus III / Multiple Integrals / Double Integrals in Polar Coordinates
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 15.4 : Double Integrals in Polar Coordinates

3. Evaluate \(\displaystyle \iint\limits_{D}{{4xy - 7\,dA}}\) where \(D\) is the portion of \({x^2} + {y^2} = 2\) in the 1st quadrant.

Show All Steps Hide All Steps

Start Solution

Below is a quick sketch of the region \(D\).

For double integrals in which polar coordinates are going to be used the sketch of \(D\) is often not as useful as for a general region.

However, if nothing else, it does make it clear that polar coordinates will be needed for this problem. Describing this region in terms of Cartesian coordinates is possible but one of the limits will involve roots which often (not always, but often) leads to messy integral work.

The sketch shows that the region is at least partially circular and that should always indicate that polar coordinates are not a bad thing to at least think about. In this case, because of the Cartesian limits as discussed above polar coordinates are pretty much the only easy way to do this integral.

Note as well that once we have the sketch determining the polar limits should be pretty simple.

Show Step 2

Okay, \(D\) is just a portion of a disk and so setting up the limits shouldn’t be too difficult. Here they are,

\[\begin{array}{c}0 \le \theta \le \frac{1}{2}\pi \\ \,0 \le r \le \sqrt 2 \end{array}\] Show Step 3

The integral in terms of polar coordinates is then,

\[\begin{align*}\iint\limits_{D}{{4xy - 7\,dA}} & = \int_{0}^{{\frac{1}{2}\pi }}{{\int_{0}^{{\sqrt 2 }}{{\left( {4\left( {r\cos \theta } \right)\left( {r\sin \theta } \right) - 7} \right)\,r\,dr}}\,d\theta }}\\ & = \int_{0}^{{\frac{1}{2}\pi }}{{\int_{0}^{{\sqrt 2 }}{{4{r^3}\cos \theta \sin \theta - 7r\,dr}}\,d\theta }}\end{align*}\]

When converting the integral don’t forget to convert the \(x\) and \(y\) into polar coordinates.

Also, don’t forget that \(dA = r\,dr\,d\theta \) and so we’ll pickup an extra \(r\) in the integrand. Forgetting the extra \(r\) is one of the most common mistakes with these kinds of problems.

Show Step 4

Here is the \(r\) integration.

\[\begin{align*}\iint\limits_{D}{{4xy - 7\,dA}} & = \int_{0}^{{\frac{1}{2}\pi }}{{\int_{0}^{{\sqrt 2 }}{{4{r^3}\cos \theta \sin \theta - 7r\,dr}}\,d\theta }}\\ & = \int_{0}^{{\frac{1}{2}\pi }}{{\left. {\left( {{r^4}\cos \theta \sin \theta - \frac{7}{2}{r^2}} \right)} \right|_0^{\sqrt 2 }\,d\theta }}\\ & = \int_{0}^{{\frac{1}{2}\pi }}{{4\cos \theta \sin \theta - 7\,d\theta }}\end{align*}\] Show Step 5

Finally, here is the \(\theta \) integration.

\[\begin{align*}\iint\limits_{D}{{4xy - 7\,dA}} & = \int_{0}^{{\frac{1}{2}\pi }}{{4\cos \theta \sin \theta - 7\,d\theta }}\\ & = \int_{0}^{{\frac{1}{2}\pi }}{{2\sin \left( {2\theta } \right) - 7\,d\theta }}\\ & = \left. {\left( { - \cos \left( {2\theta } \right) - 7\theta } \right)} \right|_0^{\frac{1}{2}\pi } = \require{bbox} \bbox[2pt,border:1px solid black]{{2 - \frac{7}{2}\pi }}\end{align*}\]

Note that while this was a really simple integral to evaluate you’ll be seeing a fair amount of \({\cos ^2}\theta \), \({\sin ^2}\theta \) and \(\sin \theta \cos \theta \) terms in polar integrals so make sure that you know how to integrate these terms! In this case we used the double angle formula for sine to quickly reduce the \(\cos \theta \sin \theta \) into an easy to integrate term. Of course, we could also have just done a substitution to deal with it but this, in our opinion, is the easiest way to deal with the term.