Areas Between Curves and Volumes
A definite integral computes any quantity that a limit of Riemann sums approximates. Applied to geometry it gives the area between two curves and the volume of a solid: by cross-sections, by disks and washers when the region is revolved, and by cylindrical shells when inverting the boundary is awkward.
╌╌╌╌
A definite integral computes any quantity that a limit of Riemann sums approximates. Cut a geometric or physical quantity into many thin pieces; approximate each piece by a term ; sum the pieces; take the limit. The sum becomes , evaluated by the Fundamental Theorem. Area under a single curve is the first instance; the area between two curves and the volume of a solid apply the same construction to a different piece.
Area between two curves
Consider a region bounded above by , below by , and on the sides by and , with throughout. Slicing into vertical strips of width , the strip at is nearly a rectangle of height . Summing the strip areas and passing to the limit gives a Riemann sum whose value is the integral of the gap.
The special case recovers the area under a single curve. The formula carries no assumption that either curve is positive: the difference is the height of the strip whether the strip sits above the axis, below it, or straddles it.
When both side boundaries collapse to points, the limits and are the intersection abscissas.
When the curves cross
If and trade places inside , the single formula still measures the geometric area, but the integral must be split at each crossing so that each piece uses the correct top curve.
Skipping the split and integrating straight across would let the negative second piece cancel the first, reporting a smaller number than the true area. The absolute value partitions the interval by which curve is higher.
Integrating with respect to y
Some regions are described more naturally by left and right boundaries and . Then horizontal strips of height are the natural cut, and
with the right boundary and the left.
Integrating in here would force the region into two pieces, because the bottom boundary switches from the lower branch of the parabola to the line. The choice of variable is a choice of which description needs fewer integrals.
| Description | Strip | Height/width | Formula |
|---|---|---|---|
| Top/bottom curves , | vertical, width | ||
| Left/right curves , | horizontal, height |
Volumes by cross-section
The area idea lifts one dimension. Let be a solid lying between the planes and , and let be the area of the cross-section cut by the plane through perpendicular to the -axis. Slicing into slabs of thickness , the slab at is nearly a cylinder of base area and height , with volume .
Each volume below is a special choice of the cross-section , set up the same way.
- 1choose an axis (say ) and the slicing planes perpendicular to it
- 2for each slice at position do
- 3identify the cross-section (disk, washer, triangle, square, …)
- 4express its area in terms of alone
- 5determine the limits where the solid begins and ends
- 6return
No revolution is involved; the only input is the area of a moving slice.
Solids of revolution: disks and washers
When the region under is revolved about the -axis, each cross-section perpendicular to the axis is a disk of radius , so .
If the region lies between two curves, revolving it leaves a hole, and the cross-section is a washer — an outer disk with a smaller disk removed. Its area is the difference of the two disk areas.
Solids of revolution: cylindrical shells
The washer method is awkward for some revolutions. Rotating the region under (from to ) about the y-axis would require solving a cubic for in terms of to find the washer radii. The shell method avoids the inversion by slicing the region into vertical strips parallel to the axis of revolution. Each strip sweeps out a thin cylindrical shell.
A shell of radius , height , and thickness has volume approximately — circumference times height times thickness — as seen by cutting the shell along its side and unrolling it into a flat slab.
Choosing between disks and shells
Neither method is universally easier. The deciding question is which variable describes the region with fewer integrals and a tractable integrand. A strip perpendicular to the axis of revolution becomes a disk or washer; a strip parallel to it becomes a shell.
| Disks / washers | Cylindrical shells | |
|---|---|---|
| Strip orientation | perpendicular to axis | parallel to axis |
| Radius given by | the strip's distance out along the slice | the strip's distance to the axis |
| Integrate in | the variable along the axis | the variable across the region |
| Favored when | region set by top/bottom curves, axis horizontal | region set by outer curve, axis vertical, hard inversion |
When both setups are available they must agree, and the choice is only about which integrand is simpler.
Shells win outright when inversion is the obstacle. For the region between and revolved about the -axis, a strip of radius and height gives
whereas the washer method would demand splitting and inverting both curves.
Footnotes
- Stewart, §5.1 — the area formula as the limit of Riemann sums of strip areas , and its reduction to the area under one curve when . ↩
╌╌ END ╌╌