➗Calculus II
Key Concepts of Multiple Integrals
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Multiple integrals let you move beyond curves and into the world of surfaces, volumes, and three-dimensional objects. They're central to physics, engineering, and advanced mathematics because they let you compute quantities spread across regions of space rather than along a single axis.
The real skill here isn't just computing integrals. It's recognizing when to use which technique. You need to identify symmetry, transform coordinates using Jacobians, and apply theorems like Green's, Stokes', and the Divergence Theorem to convert difficult integrals into manageable ones. Know why each coordinate system simplifies certain problems and how the major theorems relate line, surface, and volume integrals to each other.
Setting Up Multiple Integrals
Setting up correct limits of integration is half the battle with multiple integrals. The differential element changes based on dimension and coordinate system, so getting comfortable with the setup process will save you on exams.
Double Integrals in Rectangular Coordinates
A double integral computes an accumulated quantity over a region in the -plane, expressed as where .
- The limits of integration define the region . For a general (non-rectangular) region, the inner limits typically depend on the outer variable.
- If you integrate first, the inner limits are functions of . If you integrate first, the inner limits are functions of .
- Master this setup before moving to other coordinate systems, since polar, cylindrical, and spherical all build on the same logic.
Triple Integrals in Rectangular Coordinates
Triple integrals extend integration to three dimensions: where .
- Used for computing volume, mass, and moments when the region has faces parallel to coordinate planes (boxes, rectangular slabs, etc.).
- There are six possible orders of integration (, , etc.). Choosing wisely can dramatically simplify your calculation, so sketch the region and think about which variable has the simplest bounds before you start.
Fubini's Theorem
Fubini's Theorem guarantees that when is continuous over a closed, bounded region, the double integral equals the iterated integral regardless of the order you choose. In other words, you can integrate with respect to first or first and get the same answer.
This is a critical exam strategy tool: if one order of integration leads to an integral you can't evaluate (say, ), Fubini's Theorem justifies switching to the other order, which may be straightforward.
Iterated Integrals
Iterated integrals are the actual technique you use to evaluate multiple integrals. You break the problem into sequential single integrals and evaluate from the inside out, treating other variables as constants at each step.
- Even when both orders give the same result, one order may be far simpler to compute.
- Watch your limits carefully. For non-rectangular regions, inner limits are often functions of the outer variable(s).
Compare: Fubini's Theorem vs. Iterated Integrals — Fubini's Theorem is the justification for why iterated integrals work, while iterated integrals are the technique you actually use. If a problem asks you to evaluate a double integral, you're using iterated integrals. If it asks why you can switch the order, cite Fubini's Theorem.
Coordinate Transformations
Choosing the right coordinate system can transform an impossible integral into a straightforward one. The key is matching the symmetry of your region to the natural symmetry of a coordinate system.
Double Integrals in Polar Coordinates
Polar coordinates convert to using , . The area element becomes .
- That extra factor of is the Jacobian. Forgetting it is the single most common error on exams.
- Any time you see in the integrand or boundary, think polar. Circular and annular regions become simple rectangles in -space.
Triple Integrals in Cylindrical Coordinates
Cylindrical coordinates use where , , and stays the same. The volume element is .
Think of this as polar coordinates in the -plane with tacked on. It's the natural choice for cylinders, cones, and paraboloids, or any solid whose cross-sections in the -plane are circles.
Triple Integrals in Spherical Coordinates
Spherical coordinates use where is the distance from the origin, is the azimuthal angle (same as in cylindrical), and is the angle measured down from the positive -axis.
- The volume element is . This Jacobian factor is heavily tested, so memorize it.
- The conversion formulas are: , , .
- Use spherical coordinates when boundaries involve or the region has symmetry about a point (spheres, hemispheres, cones centered at the origin).
Change of Variables and Jacobian Determinants
The Jacobian generalizes all coordinate transformations. For a transformation from to , the Jacobian is the absolute value of the determinant:
This factor scales the area (or volume) element to account for how the transformation stretches or compresses space. The in polar coordinates and the in spherical coordinates are both specific Jacobians. For a general substitution , , the integral transforms as:
Compare: Cylindrical vs. Spherical Coordinates — Both handle 3D symmetry, but cylindrical works best when symmetry is around an axis (like a cylinder or pipe), while spherical works best when symmetry is around a point (like a sphere or ball). If your boundary equation involves both and combined as , spherical is usually the way to go.
Line and Surface Integrals
These integrals extend integration to curves and surfaces, measuring quantities like work, flux, and circulation. They're the building blocks for the major theorems of vector calculus.
Line Integrals
A line integral accumulates a quantity along a curve . There are two main forms:
- Scalar line integral: , which sums up a scalar function weighted by arc length. Used for things like total mass along a wire.
- Vector line integral: , which measures how much a vector field pushes along the path. This computes work done by a force field.
To evaluate either form, you parameterize the curve as for , then convert everything to the single parameter .
Surface Integrals
A surface integral accumulates a quantity over a surface in 3D space: .
- For a surface parameterized by , the surface area element is . The cross product magnitude gives the local scaling factor, analogous to the Jacobian.
- If the surface is given as , then , which is often easier to work with.
Flux Integrals
Flux integrals measure the flow of a vector field through a surface:
- Orientation matters. The unit normal vector must point in the correct direction. For closed surfaces, the convention is outward-pointing normals.
- Positive flux means net flow out of the surface; negative flux means net flow in.
Compare: Line Integrals vs. Surface Integrals — Line integrals measure accumulation along 1D curves (work, circulation), while surface integrals measure accumulation across 2D surfaces (flux, surface area). Both require careful parameterization, and both appear in the major theorems of vector calculus.
The Fundamental Theorems of Vector Calculus
These three theorems connect different types of integrals. Each one relates an integral over a boundary to an integral over the region that boundary encloses. They're heavily tested, so know the hypotheses, the formulas, and when to apply each one.
Green's Theorem
Green's Theorem connects a line integral around a closed curve to a double integral over the enclosed region in 2D:
- The curve must be simple (no self-intersections), closed, and positively oriented (counterclockwise, with the region on your left).
- Use it in whichever direction makes the problem easier. Sometimes the line integral is hard but the double integral is simple, and sometimes it's the reverse.
Stokes' Theorem
Stokes' Theorem generalizes Green's Theorem to surfaces in 3D:
- It relates circulation of around a closed curve to the integral of the curl over any surface bounded by .
- Orientation must be consistent: use the right-hand rule. If your right hand's fingers curl in the direction of , your thumb points in the direction of the surface normal .
Divergence Theorem (Gauss's Theorem)
The Divergence Theorem relates flux through a closed surface to a volume integral of divergence:
- The surface must be closed (like a sphere, box, or cylinder with caps) with outward-pointing normals.
- Divergence measures source/sink strength at each point. Positive divergence means the field is expanding; negative means it's contracting.
- This theorem is especially useful when computing flux directly would require parameterizing a complicated surface, but the divergence is simple.
Compare: Green's vs. Stokes' vs. Divergence — All three relate a boundary integral to a region integral. Green's is 2D (line integral → double integral). Stokes' goes from a 3D boundary curve to a surface (circulation → curl). Divergence goes from a 3D closed surface to a volume (flux → divergence). To pick the right theorem on an exam, check the dimension and ask: am I dealing with curl, divergence, or a flat 2D region?
Applications of Multiple Integrals
Multiple integrals compute real physical quantities. Understanding these applications helps you set up integrals correctly and interpret your answers.
Volume, Mass, and Center of Mass
Volume of a region is the simplest application: . You're integrating the constant function 1 over the region.
Mass with variable density uses a density function to weight each piece of volume: . If density is constant, mass is just .
Center of mass locates the balance point using moment integrals. For example, the -coordinate of the center of mass is:
with analogous formulas for and . Always compute total mass first, then the moment integrals.
Compare: Volume vs. Mass Integrals — Volume integrates alone, while mass integrates . For center of mass problems, you need both: total mass for the denominator and moment integrals for the numerators.
Quick Reference Table
| Concept | Best Examples |
|---|---|
| Rectangular coordinates | Double integrals, Triple integrals, Iterated integrals |
| Polar/Cylindrical symmetry | Double integrals in polar, Triple integrals in cylindrical |
| Spherical symmetry | Triple integrals in spherical coordinates |
| Coordinate transformation theory | Change of variables, Jacobian determinants |
| Line/curve integration | Line integrals, Green's Theorem |
| Surface integration | Surface integrals, Flux integrals, Stokes' Theorem |
| Volume integration theorems | Divergence Theorem |
| Physical applications | Volume, mass, center of mass calculations |
Self-Check Questions
-
When would you choose spherical coordinates over cylindrical coordinates for a triple integral? Give a specific example of a region where each is preferred.
-
What is the Jacobian for polar coordinates, and why does forgetting it lead to incorrect answers? How does this connect to the general change of variables formula?
-
Compare Green's Theorem and Stokes' Theorem: what do they have in common, and how does Stokes' Theorem generalize Green's Theorem to three dimensions?
-
If you need to compute the flux of a vector field through a closed surface, which theorem might simplify your calculation? Under what conditions would using the theorem be easier than direct computation?
-
Given the integral over the disk , explain why polar coordinates simplify this problem and set up (but don't evaluate) the transformed integral.