Chapter 5: Double Integration
Section 5.4: Changing the Order of Iteration
Example 5.4.5
Evaluate ∫01∫y22 x+3 y ⅆx ⅆy, reverse the order of integration, and evaluate again.
Solution
Mathematical Solution
Figure 5.4.3(a) Integration in the order dy dx
Figure 5.4.3(b) Integration in the order dx dy
∫01∫y22 x+3 y ⅆx ⅆy=5310
∫01∫0x22⁢x+3⁢yⅆyⅆx+∫12∫012⁢x+3⁢yⅆyⅆx=5310
Maple Solution - Interactive
Evaluate the given integral
Control-drag the given integral. Context Panel: Evaluate and Display Inline
∫01∫y22 x+3 y ⅆx ⅆy = 5310
Use the visualization task template in Table 5.4.5(a) to obtain the value of the integral and a graph of the region of integration.
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.4.5(a) Integration in the order dy dx
Guided by Table 5.4.5(a), reverse the order of integration
Calculus palette: Iterated double-integral template.
Context Panel: Evaluate and Display Inline
∫01∫0x22 x+3 y ⅆy ⅆx+∫12∫012 x+3 y ⅆy ⅆx = 5310
Maple Solution - Coded
Apply the int command.
int2 x+3 y,x=y..2,y=0..1 = 5310
Graph the region of integration
Apply the inequal command from the plots package to graph the feasible region common to a set of inequalities.
Each of the four limits in the iterated integral must be expressed as a separate inequality.
plots:-inequalx≥y,x≤2,y≥0,y≤1,x=0..2,y=0..1
Reverse the order of integration
Apply the Int command, using the graph of the region of integration as a guide.
q≔Int2 x+3 y,y=0..x2,x=0..1+Int2 x+3 y,y=0..1,x=1..2
∫01∫0x22⁢x+3⁢yⅆyⅆx+∫12∫012⁢x+3⁢yⅆyⅆx
Evaluate the inert integral with the value command.
valueq = 5310
<< Previous Example Section 5.4 Next Section >>
© 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