Area and Volume Calculation
Calculating Area Using Double Integrals
The simplest application of a double integral is finding the area of a region in the -plane. The idea: if you integrate the constant function 1 over a region, you get its area.
The area element depends on your coordinate system:
- Rectangular coordinates: (or )
- Polar coordinates:
Choosing the right order of integration matters. If the region's top and bottom boundaries are functions of (like to ), integrate with respect to first. If the left and right boundaries are functions of , integrate with respect to first. Always sketch the region before deciding.
Example: Find the area enclosed between and for .
- The curves intersect at and .
- On this interval, , so ranges from to .
- Set up the integral:
Switch to polar coordinates when the region has circular symmetry. For instance, the area of a disk of radius :
Volume Calculation Using Double Integrals
To find the volume of a solid that sits above a region in the -plane and below a surface , you integrate the height function over :
Think of it this way: is the volume of a thin rectangular column at with height and base area . The double integral sums all these columns.
Setting up the integral step by step:
- Sketch the region in the -plane (the "shadow" of the solid).
- Identify the boundary curves and decide on the order of integration.
- Write the inner limits as functions of the outer variable.
- The integrand is .
- Evaluate inside-out.
Example: Find the volume under above the -plane.
The surface meets the -plane where , i.e., . The region is a disk of radius 2. Polar coordinates are the natural choice:
If the solid is sandwiched between two surfaces (top) and (bottom), the volume becomes:
Surface Area
For a surface defined over a region , the surface area accounts for how much the surface tilts away from horizontal. The formula is:
The expression under the square root equals 1 when the surface is flat (both partials are zero), which makes sense: surface area would just equal the area of . The steeper the surface, the larger the partials, and the greater the surface area relative to .
Steps to compute surface area:
- Compute and .
- Plug into the formula under the square root.
- Set up the double integral over with appropriate limits.
- Evaluate (switching to polar coordinates often simplifies things for circular regions).

Physical Properties
Density Functions and Total Mass
A density function gives the mass per unit area at each point in a region. If density is constant, . If it varies (say, a plate that's denser near its center), is a function of position.
The total mass of a lamina (thin flat plate) occupying region with density is:
This is the foundation for every other physical property below. When (uniform, unit density), the mass integral reduces to the area integral.
Center of Mass
The center of mass is the balance point of the lamina. You compute it by taking "weighted averages" of position, weighted by density:
where is the total mass.
The numerator integrals are called the first moments: (moment about the -axis) and (moment about the -axis). A common source of confusion: uses in the integrand, not , because it measures how far mass is distributed from the -axis.
For a region with uniform density, the center of mass is called the centroid, and cancels out of the formulas.

Moments of Inertia
The moment of inertia quantifies how much a lamina resists rotational acceleration about a given axis. Mass farther from the axis contributes more (note the squared distance terms):
- About the -axis:
- About the -axis:
- About the origin (polar moment):
The polar moment is just the sum of the other two. In polar coordinates, , which often simplifies the computation significantly for circular or annular regions.
Advanced Geometry
Curved Surfaces and Parametric Surface Area
When a surface can't be written as , you can parametrize it with a vector-valued function:
where ranges over a parameter domain in the -plane.
The surface area of the parametrized surface is:
The cross product gives a normal vector to the surface, and its magnitude tells you how much a small rectangle in the -plane gets "stretched" when mapped onto the surface.
Steps to compute parametric surface area:
- Find and .
- Compute their cross product.
- Take the magnitude of the cross product.
- Integrate that magnitude over the parameter domain .
This generalizes the earlier surface area formula. In fact, if , you can set , and the cross product magnitude reduces to , recovering the formula from the previous section.
More general surface integrals of a function over a surface take the form:
These become essential in later units when you work with flux integrals and Stokes' theorem.