AP Calculus AB/BC

Part 8 · applications-of-integration

Area and volume

Integration accumulates. Choose the slice, write its contribution, and add them up — which is the same procedure for every problem in this unit.

By the end of this chapter you can

  • Find the area between two curves
  • Compute a volume by discs, washers, or known cross-sections
  • Choose the variable of integration deliberately
  • Recognise the one procedure underneath all of them

This unit looks like a list of formulas and is not. Every problem in it is the same three steps:

  1. Slice the region into pieces of thickness dxdx or dydy.
  2. Write one slice’s contribution — its area or volume.
  3. Integrate across the range the slices cover.

Memorising four formulas is harder than learning that, and it fails on the fifth problem.

Area between curves

A slice is a thin rectangle of height “top minus bottom” and width dxdx:

A=ab(f(x)g(x))dxA = \int_a^b \big(f(x) - g(x)\big)\,dx

For the region between y=xy = x and y=x2y = x^2 from 00 to 11, the line is above the parabola throughout:

  • (x2+x)dx=x33+x22\int \left(- x^{2} + x\right)\, dx = - \frac{x^{3}}{3} + \frac{x^{2}}{2}
  • 16=16\frac{1}{6} = \frac{1}{6}
checked by the build

So the area is 16\tfrac16. The verified lines are the antiderivative and the evaluation, which is the whole calculation.

Volume by discs

Rotate a region about an axis and each slice sweeps out a disc of radius equal to the function’s value:

V=πab[f(x)]2dxV = \pi\int_a^b \big[f(x)\big]^2\,dx

Rotating y=xy = \sqrt{x} from 00 to 44 about the xx-axis:

  • xdx=x22\int x\, dx = \frac{x^{2}}{2}
  • 8π=8π8 \pi = 8 \pi
checked by the build

The radius is x\sqrt x, so the radius squared is just xx, and the volume is 8π8\pi.

That πr2\pi r^2 is the area of a circle — the disc formula is not a new fact, it is step 2 of the procedure with a circular slice.

Volume by washers

When the solid has a hole, the slice is an annulus: subtract the inner disc from the outer.

V=πab(Router2Rinner2)dxV = \pi\int_a^b \left(R_{\text{outer}}^2 - R_{\text{inner}}^2\right)dx

  • (x4+x2)dx=x55+x33\int \left(- x^{4} + x^{2}\right)\, dx = - \frac{x^{5}}{5} + \frac{x^{3}}{3}
  • 2π15=2π15\frac{2 \pi}{15} = \frac{2 \pi}{15}
checked by the build

That is the region between y=xy = x and y=x2y = x^2 from 00 to 11 rotated about the xx-axis: outer radius xx, inner radius x2x^2, volume 2π15\tfrac{2\pi}{15}.

Known cross-sections

The general case, and the one that shows the formulas were never the point. If the slice is a square, a semicircle, or an equilateral triangle rather than a disc, only step 2 changes:

Cross-section Area of one slice
square, side ss s2s^2
semicircle, diameter ss πs28\tfrac{\pi s^2}{8}
equilateral triangle, side ss 34s2\tfrac{\sqrt3}{4}s^2

with ss the distance between the bounding curves at that xx.

  • x2dx=x33\int x^{2}\, dx = \frac{x^{3}}{3}
  • 312=312\frac{\sqrt{3}}{12} = \frac{\sqrt{3}}{12}
checked by the build

Squares on the region under y=xy = x from 00 to 11 give 01x2dx=13\int_0^1 x^2 dx = \tfrac13; equilateral triangles on the same base give 312\tfrac{\sqrt3}{12}. Same slicing, same limits, different slice area.

Choosing the variable

Slice perpendicular to the axis of rotation, and in the direction that avoids splitting the region.

  • Rotating about a horizontal axis → slices are vertical → integrate dxdx.
  • Rotating about a vertical axis → slices are horizontal → integrate dydy, which means rewriting the curves as xx in terms of yy.

A region whose top boundary changes partway along needs two integrals in xx but often only one in yy. Spending thirty seconds choosing can halve the work, and the choice is where the marks quietly are.