Chapter 5: Double Integration
Section 5.3: Regions with Curved Boundaries
Example 5.3.6
Integrate fx,y=1+2 x2+3 y2 over the region R={x,y | −3≤x≤2,x2−6≤y≤−x}.
Solution
Mathematical Solution
To iterate in the order dy dx, describe the bounding curves as in Figure 5.3.6(a) where yB=x2−6 is the lower limit of the inner integral, and yT=−x is the upper limit.
Figure 5.3.6(b) suggests that iteration in the order dx dy requires two different doubly iterated integrals, one for the red region, and one for the green. In the red and green regions, xL=−y+6; in the red region xR=y+6, but in the green, xR=−x.
Figure 5.3.6(a) Iterating in the order dy dx
Figure 5.3.6(b) Iterating in the order dx dy
Iterating in the order dy dx gives
∫−32∫x2−6−x1+2 x2+3 y2 ⅆy ⅆx = 4862584 ≐ 578.87
Maple Solution - Interactive
Initialize
Tools≻Load Package: Student Multivariate Calculus
Loading Student:-MultivariateCalculus
Context Panel: Assign Name
f=1+2 x2+3 y2→assign
YB=x2−6→assign
YT=−x→assign
Access the MultiInt command via the Context Panel
Write f, the name of the integrand. Context Panel: Evaluate and Display Inline
Context Panel: Student Multivariate Calculus≻Integrate≻Iterated Fill in both panes (see Figures 5.3.(1, 2)) and select "integral" for the Output
Context Panel: Evaluate Integral
f = 2⁢x2+3⁢y2+1→MultiInt∫−32∫x2−6−x2⁢x2+3⁢y2+1ⅆyⅆx=4862584
Table 5.3.6(a) illustrates the visualization task template keyed to iterate in the order dy dx.
Tools≻Tasks≻Browse:
Calculus - Multivariate≻Integration≻Visualizing Regions of Integration≻
Evaluate ∬RΨx,y dA and Graph R
Area Element dA
Select dAdy dxdx dy
, Ψ=
Value of Integral
G=
b=
g=
a=
Bounding Curves
"Volume"
Table 5.3.6(a) Visualizing R and the resulting volume for iteration in the order dy dx
The vertical arrow in the left-hand graph indicates that the iteration is in the order dy dx, whereby the first (or inner) integration is in the vertical direction, from the lowermost boundary curve to the uppermost. Because the integrand is positive, the double integral calculates the volume below the surface z=f but above the plane z=0. The solid whose volume is thereby calculated is seen in the right-hand graph.
The detailed analytic results below are obtained via the palettes and Context Panel.
Iterate in the order dy dx
Calculus palette: Template for definite iterated double integral
Context Panel: Evaluate and Display Inline
∫−32∫x2−6−xf ⅆy ⅆx = 4862584
Display the iterated integrals
Context Panel: 2-D Math≻Convert To≻Inert Form
Press the Enter key
∫−32∫x2−6−xf ⅆy ⅆx
∫−32∫x2−6−x2⁢x2+3⁢y2+1ⅆyⅆx
=
4862584
Maple Solution - Coded
Install the Student MultivariateCalculus package.
withStudent:-MultivariateCalculus:
Define the integrand.
f≔1+2 x2+3 y2:
Use the Int command to obtain the inert integral and the int command for immediate evaluation
Intf,y=x2−6..−x,x=−3..2=intf,y=x2−6..−x,x=−3..2
∫−32∫x2−6−x2⁢x2+3⁢y2+1ⅆyⅆx=4862584
Use the MultiInt command from the Student MultivariateCalculus package
MultiIntf,y=x2−6..−x,x=−3..2,output=integral
MultiIntf,y=x2−6..−x,x=−3..2
Obtain stepwise evaluations via the MultiInt command
MultiIntf,y=x2−6..−x,x=−3..2,output=steps
∫−32∫x2−6−x2⁢x2+3⁢y2+1ⅆyⅆx=∫−322⁢x2⁢y+y3+yy=x2−6..−x|2⁢x2⁢y+y3+yy=x2−6..−xⅆx=∫−322⁢x2⁢−x2−x+6−x3−x2−63−x2−x+6ⅆx=165⁢x5−34⁢x4−973⁢x3−17⁢x7+222⁢x−12⁢x2x=−3..2|165⁢x5−34⁢x4−973⁢x3−17⁢x7+222⁢x−12⁢x2x=−3..2
<< Previous Example Section 5.3 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