There are cases where it is more convenient to use polar coordinates to evaluate a double integral. Recall that polar and rectangular coordinates are related by the following identities:
x=rcosθr2=x2+y2 and y=rsinθ and θ=tan−1xy
Therefore, the function f(x,y) can be written f(rcosθ,rsinθ):
∬Rf(x,y)dA=∬Rf(rcosθ,rsinθ)?
The question is, what is dA?
To answer this, we'll draw a small polar "rectangle" as shown below and shrink it down until the difference between the radii is a differential dr, and the difference between the angles is dθ.
To find the area of this slice, note that the area of the large wedge is the area of the large circle times the proportion of the circle that it covers:
A2=πr22(2πθ2−θ1)
The area of the small wedge is similar:
A1=πr12(2πθ2−θ1)
Therefore, the area of the shaded rectangle is
Aslice=π(r22−r12)(2πθ2−θ1)=(r2+r1)(r2−r1)(2θ2−θ1)
If Δθ=θ2−θ1 and Δr=r2−r1, then
Aslice=2r2+r1ΔrΔθ.
As the slice gets smaller, going toward differentials, r2→r1, so the differential area is
dA=rdrdθ.
Therefore, the rectangular double integral can be rewritten in polar coordinates as follows: (don't forget the r before drdθ)
∬Rf(x,y)dA=∬Rf(rcosθ,rsinθ)rdrdθ
What you'll see as we do examples is that we tend to use polar coordinates when we see x2+y2 somewhere in the double integrals, since we can replace that with r2.
Examples
Find the volume of the solid bounded by the paraboloid z=9−x2−y2 and the xy plane.
Solution
We notice that switching to polar coordinates will simplify the integral:
∬R9−x2−y2dA=∬R(9−r2)rdrdθ
To find the limits of integration (ranges of r and θ), note that when the paraboloid intersects the xy plane (where z=0), x2+y2=9, which describes a circle centered at the origin with radius 3. Therefore, r ranges from 0 (the center of this circle) to 3 (the edge of the circle).
0≤r≤3 and 0≤θ≤2π
The double integral, then, is
∫02π∫039r−r3drdθ=∫02π[29r2−41r4]03dθ=∫02π481dθ=481θ∣∣∣∣02π=281π
Find the volume of the solid under the paraboloid z=x2+y2, above the xy plane, and inside the cylinder x2+y2=2x.
Solution
The function x2+y2 will be replaced with r2, so all that remains is to find the limits represented by the cylinder x2+y2=2x:
x2+y2r2r(r−2cosθ)r=2x=2rcosθ=0=0,2cosθ
What about limits on θ? Note that x2+y2=2x can be rewritten (x−1)2+y2=1, which represents a circle of radius 1 centered at (1,0), so
−2π≤θ≤2π
Therefore, the double integral is
∬Rx2+y2dA=∬Rr2⋅rdrdθ=∫−π/2π/2∫02cosθr3drdθ=∫−π/2π/24cos4θdθ=…=23π
Find the volume of the solid bounded by the paraboloids z=x2+y2 and z=8−x2−y2.
Solution
To find the limits, find where these surfaces intersect:
x2+y22(x2+y2)x2+y2=8−x2−y2=8=4
which is a circle of radius 2 centered at the origin, so
0≤r≤2 and 0≤θ≤2π
Therefore, the double integral to find this volume is
∬R(8−x2−y2)−(x2+y2)dA=∬[(8−r2)−r2]rdrdθ=∫02π∫028r−2r3drdθ=∫02π[4r2−21r4]02dθ=∫02π8dθ=16π
Find the volume of the solid bounded by the paraboloid z=4−x2−y2 above the region that is outside the circle r=2 and inside the circle r=4cosθ (these two circles are shown below).
Solution
The limits on r are pretty straightforward:
2≤r≤4cosθ
but what about the limits on θ? In other words, what is θ when the two circles intersect?
4cosθ=2⟶cosθ=21⟶θ=±3π
Therefore, the volume of this solid is
∫−π/3π/3∫24cosθ(4−r2)rdrdθ=∫−π/3π/3[2r2−41r4]24cosθdθ=∫−π/3π/332cos2θ−64cos4θ−4dθ=−63−8π
Evaluate ∬Rx2+y2dA, where R={(r,θ):0≤r≤4,0≤θ≤2π}.
∫02π∫04r3drdθ=128π
Evaluate ∬R2xydA, where R={(x,y):x2+y2≤9,y≥0}.
∫0π∫032r3cosθsinθdrdθ=0
Evaluate ∬R16−x2−y21dA, where R={(x,y):x2+y2≤4,x≥0,y≥0}.
∫0π/2∫0216−r2rdrdθ=(2−3)π
Evaluate the integral ∫−11∫−1−x21−x2(x2+y2)3/2dydx.