Chapter 6: Applications of Double Integration
Section 6.1: Area
|
Example 6.1.4
|
|
Use the double integral to calculate the area of the region , the region bounded by the graphs of and on the interval .
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
The region is shaded in the graph shown in Figure 6.1.4(a). The simplest iteration of the double integral that gives the area of takes the integrand as 1 and uses the order . The intersection of and , namely, , must be obtained numerically.
|
≐
•
|
It takes two iterated double integrals to obtain the requisite area because the curves "cross" at . The first iterated double integral computes the area shaded green in Figure 6.1.4(a); the second, the red.
|
|
>
|
plots:-shadebetween(arctan(x+1)-1/2,sin(x),x=0..(1/2)*Pi,color=blue,thickness=3, changefill=[color=[green,red]],scaling=constrained,labels = [x,y],tickmarks=[piticks,2]);
|
|
Figure 6.1.4(a) The region
|
|
|
|
|
|
|
|
Maple Solution - Interactive
|
|
Initialize
|
•
|
Context Panel: Assign name
|
|
|
•
|
Context Panel: Assign name
|
|
|
Obtain the intersections of the curves bounding
|
•
|
Equate and , then press the Enter key.
|
•
|
Context Panel: Solve≻Numerically Solve
|
•
|
Context Panel: Assign to a Name≻
|
|
|
Iterate in the order via the template in the Calculus palette
|
•
|
Calculus palette: Iterated double-integral template
|
•
|
Context Panel: Evaluate and Display Inline
|
|
=
|
|
|
|
|
Maple Solution - Coded
|
|
Initialize
|
•
|
Install the Student MultivariateCalculus package.
|
|
|
•
|
Define the two bounding curves.
|
|
|
Solve the equation for
|
•
|
Obtain a numeric solution with the fsolve command.
|
|
|
Top-level, using the Int and int commands
|
|
Use the MultiInt command from the Student MultivariateCalculus package
|
=
|
|
Use the MultiInt command with a pre-defined domain option
|
|
|
|
|
|
|
|
<< Previous Example Section 6.1
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
|