Applications of Integration/Areas Between Curves and Volumes

Lesson 5.11,268 words

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.

The area is the integral of the strip height y_T - y_B; the top and bottom boundaries are read off a sketch, not memorized.

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.

DescriptionStripHeight/widthFormula
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.

Algorithm:Volume\textsc{Volume} — setting up a solid as an integral of cross-sections
  1. 1
    choose an axis (say xx) and the slicing planes perpendicular to it
  2. 2
    for each slice at position xx do
  3. 3
    identify the cross-section (disk, washer, triangle, square, …)
  4. 4
    express its area A(x)A(x) in terms of xx alone
  5. 5
    determine the limits a,ba, b where the solid begins and ends
  6. 6
    return abA(x)dx\int_a^b A(x)\, dx
A pyramid sliced perpendicular to its axis; similar triangles make the slice a square of side s that grows linearly from apex O to the base.

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 .

Revolving the region under y = f(x) about the x-axis; the slice at x is a solid disk of radius f(x), giving cross-sectional area pi f(x) squared.

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.

Revolving the region between two curves leaves a washer cross-section whose area is the outer disk minus the inner disk.

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.

A cylindrical shell of radius x and height f(x), cut and unrolled into a slab of dimensions 2 pi x by f(x) by the thickness dx.

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 / washersCylindrical shells
Strip orientationperpendicular to axisparallel to axis
Radius given bythe strip's distance out along the slicethe strip's distance to the axis
Integrate inthe variable along the axisthe variable across the region
Favored whenregion set by top/bottom curves, axis horizontalregion 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

  1. 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 ╌╌