Chapter 5: Double Integration
Section 5.7: Double Integration in Polar Coordinates
Example 5.7.9
Calculate the area that is inside the lemniscate r2=4 cos2 θ but outside the circle r=cosθ.
Solution
Mathematical Solution
Figure 5.7.9(a) shows the lemniscate graphed as r=2cos2 θ (in black), the circle r= cosθ (in red), and the region whose area is to be calculated, (in green).
Figure 5.7.9(b) is an animation in which the two 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.9(b), Figure 5.7.9(c) is a graph of r=2cos2 θ and r= cosθ. It suggests that the two curves intersect at θ=±arccos2/7. The shaded region in Figure 5.7.9(a) is traced for θ∈−cos−12/7,cos−12/7.
use plots in module() local p0,p1,p2,p3,p4,R,C,a,RR,R1,R2; R:=sqrt(x^2+y^2); R1:=2*sqrt(cos(2*t)); R2:=cos(t); a:=arccos(2/sqrt(7)); C:=sqrt(-x^2-2+2*sqrt(2*x^2+1)); RR:=2*sqrt(cos(2*arccos((2/7)*sqrt(7)))); p0:=plot([R1,R2],t=0..2*Pi,coords=polar,color=[black,red],thickness=[1,3]); p1:=shadebetween(sqrt(-x^2+x),C,x=RR*cos(a)..1,color=green); p2:=shadebetween(-C,-sqrt(-x^2+x),x=RR*cos(a)..1,color=green); p3:=plots:-shadebetween(C,-C,x=1..2,color=green); p4:=display(p0,p1,p2,p3,scaling=constrained,view=[-2..2,-1..1],labels=[x,y],tickmarks=[5,3]); print(p4); end module: end use:
Figure 5.7.9(a) Region
Figure 5.7.9(b) Animation
Figure 5.7.9(c) Intersections
The area of the region shaded in green in Figure 5.7.8(a) is
∫−cos−12/7cos−12/7∫cosθ2cos2 θr ⅆr ⅆθ = 3− arccos2/7/2 ≐ 1.375
Maple Solution - Interactive
Initialize
Tools≻Load Package: Student Multivariate Calculus
Loading Student:-MultivariateCalculus
Access the MultiInt command via the Context Panel
a=cosθ→assign
b=2cos2 θ→assign
c=arccos2/7→assign
Type the integrand, 1.
Context Panel: Student Multivariate Calculus≻Integrate≻Iterated Fill in the fields of the two dialogs shown below. (Use the pre-defined limits to overcome the space limitations.)
Context Panel: Evaluate Integral
1→MultiInt∫−arccos⁡27⁢7arccos⁡27⁢7∫cos⁡θ2⁢cos⁡2⁢θrⅆrⅆθ=3−12⁢arccos⁡27⁢7
The task template in Table 5.7.9(a) can be used to visualize the region of integration over which a given iterated integral acts. 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.
Preliminaries
Context Panel: Assign Name
R1=2cos2 θ→assign
R2=cosθ→assign
Write the equation and press the Enter key.
Context Panel: Solve≻Obtain Solutions for≻θ
Context Panel: Assign to a Name≻a
R1=R2
2⁢cos⁡2⁢θ=cos⁡θ
→solutions for theta
arccos⁡27⁢7
→assign to a name
a
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.9(a) Task template for visualizing a polar region of integration
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.
The details of an interactive calculation of the required area appear in Table 5.7.9(b).
Implement and evaluate the iterated integral
Calculus palette: Iterated double integral template
Context Panel: Evaluate and Display Inline
Context Panel: Approximate≻10 (digits)
∫−cos−12/7cos−12/7∫cosθ2cos2 θr ⅆr ⅆθ = 3−12⁢arccos⁡27⁢7→at 10 digits1.375188619
Table 5.7.9(b) 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