Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Multiple Integration Maplet
Description
This template provides simplified access to the int command as modified in the VectorCalculus packages. Pressing the "Multiple Integration Maplet" button launches a maplet that computes the integral of a multivariate function over a predefined or a user-specified region.
To launch the Multiple Integration Maplet, click the button to the right.
An abbreviated Help file is available from within the Maplet.
Extended help is available in the attached collapsed section.
Inserting Minimal Content excludes the Extended Help section.
Inserting Default Content includes the Extended Help section.
Extended Help
The Multiple Integration Maplet provides simplified access to the int command as modified in the VectorCalculus packages. These modifications allow int to create multiple (iterated) integrals, both active and inert. A number of pre-defined regions of integration are known to the command, which also admits user-defined domains.
The Maplet contains three panels. The initial panel is shown in Figure 1.
Figure 1 Initial panel for the Multiple Integration Maplet
An integrand is entered in the field designated as "Function =".
By default, the Maplet expects a triple integral, but this can be changed by clicking on the 2D button to the right of "Dimensions."
The variables of integration are entered in the fields to the right of (or in the 2D case). Thus, if integration is over a disk, the underlying int command will switch to polar coordinates, with the first variable being the radial coordinate. (For such cases, int will automatically include the appropriate Jacobian.)
Regions of integration are accessed by clicking on the "Edit 3D Region" or "Edit 2D Region" buttons. The panels that open are shown in Figures 2 and 3, respectively.
Figure 2 Regions of integration for triple integrals
Figure 3 Regions of integration for double integrals
Three pre-defined 3D regions are recognized, namely, the sphere, parallelepiped, and the tetrahedron. The general 3D region is entered by providing appropriate bounding functions in the section designated by "3D Region."
Four pre-defined 2D regions are recognized, namely, the triangle, rectangle, circle, and the ellipse. Clearly, by "circle" is meant the closure, or more appropriately, the disk. Both the circle and ellipse can be subdivided by choosing the Sector option. The general 2D region is entered by providing appropriate bounding functions in the section designated by "2D Region."
Commands Used
VectorCalculus[int]
See Also
Student[MultivariateCalculus][MultiInt], int, Int
Download Help Document