Chapter 5: Double Integration
Section 5.7: Double Integration in Polar Coordinates
|
Example 5.7.7
|
|
Calculate the area that is inside the circle but outside the circle .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 5.7.7(a) shows the circle (in black), the limaçon (in red), and the region whose area is to be calculated, (in green).
|
•
|
Figure 5.7.7(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.7(b), Figure 5.7.7(c) is a graph of and . It suggests that the two curves intersect at and . The shaded region in Figure 5.7.7(a) is traced for .
|
>
|
use plots in
module()
local R,R1,R2,p1,p2,p3;
R:=sqrt(x^2+y^2);
R1:=4*sin(t);
R2:=2;
p1:=plot([R1,R2],t=0..2*Pi,coords=polar,color=[black,red],thickness=[1,3]);
p2:=inequal([R>=2,R<=4*y/R],x=-2..2,y=1..4,color=green);
p3:=display(p1,p2,scaling=constrained,labels=[x,y]);
print(p3);
end module:
end use:
|
|
Figure 5.7.7(a) Region
|
|
|
|
|
Figure 5.7.7(b) Animation
|
|
|
|
|
Figure 5.7.7(c) Intersections
|
|
|
|
|
|
•
|
The area of the region shaded in green in Figure 5.7.7(a) is
|
=
|
|
Maple Solution - Interactive
|
|
Access the MultiInt command via the Context Panel
|
•
|
Context Panel: Student Multivariate Calculus≻Integrate≻Iterated
Fill in the fields of the two dialogs shown below. Note that the range for is not completely visible.
|
•
|
Context Panel: Evaluate Integral
|
|
|
|
|
|
|
The task template in Table 5.7.7(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.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻Polar
|
Evaluate and Graph
|
Area Element
|
,
|
Value of Integral
|
|
|
|
|
|
Table 5.7.7(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 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.7(b).
Initialize
|
•
|
Tools≻Load Package: Student Calculus 1
|
|
Loading Student:-Calculus1
|
Find the zeros of
|
•
|
Context Panel:
Student Calculus1≻Solve≻Find Roots
Complete the dialog as per Figure 5.7.7(d)
|
|
|
Figure 5.7.7(d) Roots dialog
|
|
|
|
|
Implement and evaluate the iterated integral
|
•
|
Calculus palette: Iterated double integral template
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
Table 5.7.7(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
|