Chapter 5: Double Integration
Section 5.7: Double Integration in Polar Coordinates
Example 5.7.11
Calculate the area that is inside the cardioid r=1+cosθ but outside the circle r=3 cosθ.
Solution
Mathematical Solution
Figure 5.7.11(a) shows the cardioid and circle, and, in green and gray, the region whose area is to be calculated.
Figure 5.7.11(b) is an animation in which the two bounding curves are drawn under the action of the slider in the animation toolbar. The polar angle appears above the vertical axis. Use this animation to infer the appropriate angles for the iterated double integral that follows.
Inspired by the animation in Figure 5.7.11(b), Figure 5.7.11(c) is a graph of r=1+cosθ (in black) and r=3 cosθ (in red). It suggests that the curves first intersect for θ=±π/3. This would allow the area of the green region in the first quadrant to be calculated. This region is separated from the gray region by the line corresponding to θ=π/2. The portion of the cardioid that bounds this gray region is traced for θ∈π/2,π. The area in the upper half-plane is the sum of the green and gray areas, and the total area to be computed is twice this, by symmetry.
use plots in module() local R,R1,R2,p1,p2,p3,p4,p5,p6,Y,S; R:=sqrt(x^2+y^2); R1:=1+cos(t); R2:=3*cos(t); Y:=3*sqrt(3)/4; S:=sqrt(3*x-x^2); p1:=inequal([R<=1+x/R,y>=S],x=0..3/4,y=0..Y,color=green): p2:=inequal([R<=1+x/R],x=-.3..0,y=0..Y,color=gray): p3:=plot([R1,R2],t=0..2*Pi,coords=polar,color=[black,red],thickness=[1,3]): p4:=inequal([R<=1+x/R,y<=-S],x=0..3/4,y=-Y..0,color=green): p5:=inequal([R<=1+x/R],x=-.3..0,y=-Y..0,color=gray): p6:=display(p1,p2,p3,p4,p5,scaling=constrained,labels=[x,y],tickmarks=[4,3]); print(p6); end module: end use:
Figure 5.7.11(a) Region
Figure 5.7.11(b) Animation
Figure 5.7.11(c) Intersections
The area of the region shaded in green and gray in Figure 5.7.11(a) is
2∫π/3π/2∫3 cosθ1+cosθr ⅆr ⅆθ+2∫π/2π∫01+cosθr ⅆr ⅆθ = 21−π4+3 π8−1 = π4
Maple Solution - Interactive
The task template in Tables 5.7.11(a) and 5.7.11(b) can be used to visualize the region of integration over which a given iterated integral acts. Table 5.7.11(a) calculates the area in the first-quadrant green region in Figure 5.7.11(a); the second, the first-quadrant gray area. In each case, select an order of integration, and provide an integrand of 1 to compute area. Supply the limits of integration, and use the Exact button to obtain the value of the iterated integral, and the Draw Graphs button to obtain the two figures provided by the task template.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻Polar
Evaluate ∬RΨr,θ dA and Graph R
Area Element dA
r dr dθ
r dθ dr
, Ψ=
Value of Integral
G=
b=
g=
a=
Bounding Curves
"Volume"
Table 5.7.11(a) Task template for visualizing integration over upper half of the limaçon
The figure on the left is an animation that shows how the radial cone representing dθ traverses the region of integration. The figure on the right is a representation of the volume of a solid of height 1, with base the region of integration. Since the height is 1, the number computed for the volume is the same number as the area. If this figure is rotated and viewed from above, it appears to be a shaded version of the region of integration. These visual clues help to decide of the polar area has been properly identified and calculated.
Table 5.7.11(b) Task template for visualizing integration over inner loop of the limaçon
Combining the results in Tables 5.6.11(a - b) gives the requisite area as
21−π4+3 π8−1 = 2π8 = π4
The details of an interactive calculation of the required area appear in Table 5.7.11(c).
Initialize
Tools≻Load Package: Student Calculus 1
Loading Student:-Calculus1
Find the zeros of 1+cosθ=3 cosθ
Write the equation.
Context Panel: Student Calculus1≻Solve≻Find Roots Complete the dialog as per Figure 5.7.11(d)
Figure 5.7.11(d) Roots dialog
1+cosθ=3 cosθ→roots−13⁢π,13⁢π
Implement and evaluate the iterated integration
Calculus palette: Iterated double integral template
Context Panel: Evaluate and Display Inline
2∫π/3π/2∫3 cosθ1+cosθr ⅆr ⅆθ+∫π/2π∫01+cosθr ⅆr ⅆθ = 14⁢π
Table 5.7.11(c) Details of the interactive calculation of the required area.
<< Previous Example Section 5.7 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document