AP Calculus BC Unit 8 Applications of Integration: Area and Volume via Slicing

Finding the Area Between Curves

What “area between curves” means (and why integrals show up)

When you find the area of a region in geometry, you usually rely on formulas like A=12bhA = \frac{1}{2}bh or A=πr2A = \pi r^2. But in calculus, the boundary of a region is often made of curves rather than straight lines or simple circles. There usually isn’t a single “area formula” for the region, so you build the area from many thin pieces whose areas you can approximate.

The key idea is accumulation: if you slice a region into lots of thin strips, the total area is approximately the sum of the areas of those strips. Taking the limit as the strips become infinitely thin turns that sum into a definite integral.

The slicing principle: vertical vs. horizontal slices

A region between curves is typically described by two boundary curves plus two “endpoints” that close the region. To integrate, you choose a slicing direction.

  • Vertical slices have thickness dxdx. Each slice’s area looks like a thin rectangle.
  • Horizontal slices have thickness dydy.

Your choice matters because it determines what expression represents the “height” or “width” of a slice.

Vertical slices: “top minus bottom”

If you slice vertically at a particular xx value, the slice runs from the lower curve to the upper curve. If the upper function is y=f(x)y = f(x) and the lower is y=g(x)y = g(x), then the slice height is f(x)g(x)f(x) - g(x) (assuming f(x)g(x)f(x) \ge g(x) on the interval).

So the area becomes:

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

This is the classic top minus bottom rule.

Why it works: each thin slice has approximate area (f(x)g(x))Δx\big(f(x) - g(x)\big)\Delta x, and the integral adds them all up exactly.

Horizontal slices: “right minus left”

If you slice horizontally at a particular yy value, the slice runs from the left boundary curve to the right boundary curve. In this case you typically express curves as xx in terms of yy.

If the right boundary is x=r(y)x = r(y) and the left boundary is x=(y)x = \ell(y), then the slice width is r(y)(y)r(y) - \ell(y), so:

A=cd(r(y)(y))dyA = \int_c^d \big(r(y) - \ell(y)\big)\,dy

This is the horizontal analogue: right minus left.

How to choose the “best” direction

You usually choose the direction that makes the integral simpler.

  • If the region is naturally described with yy as functions of xx and you can identify a single “top” and “bottom” on one interval, vertical slices are simplest.
  • If “top” and “bottom” switch roles (so you’d need multiple integrals in dxdx), horizontal slices might let you do it in one integral (or vice versa).
  • If the boundary curves are given as xx in terms of yy already, horizontal slices might be more direct.

A common mistake is to decide “I’ll integrate with respect to xx” before thinking about whether the region stays “top minus bottom” over the whole interval. Always sketch or at least mentally picture the region first.

Finding bounds: intersection points and endpoints

For a bounded region, the limits of integration come from where the boundary curves meet or where vertical/horizontal boundaries are given.

  • With vertical slicing, you often solve f(x)=g(x)f(x) = g(x) to find the xx-values where the curves intersect.
  • With horizontal slicing, you often solve for intersections to find yy-limits, and you need x=r(y)x = r(y) and x=(y)x = \ell(y).

If a region is bounded by more than two curves, you may need to split it into pieces so each piece has a consistent top/bottom or right/left.

A note about absolute value

Sometimes you’ll see a formula like:

A=abf(x)g(x)dxA = \int_a^b |f(x) - g(x)|\,dx

This is conceptually correct because area is never negative. But on AP-style problems, it’s usually better to determine which function is on top (or right) on each subinterval and then write piecewise integrals. That prevents algebra mistakes and forces you to think about the geometry.

Notation reference (common equivalent setups)
Slicing direction“Upper/Lower” viewpointIntegral formTypical curve forms
VerticalTop minus bottomA=ab(f(x)g(x))dxA = \int_a^b \big(f(x)-g(x)\big)\,dxy=f(x)y=f(x) and y=g(x)y=g(x)
HorizontalRight minus leftA=cd(r(y)(y))dyA = \int_c^d \big(r(y)-\ell(y)\big)\,dyx=r(y)x=r(y) and x=(y)x=\ell(y)
Worked Example 1: Area between two functions (vertical slices)

Find the area of the region bounded by y=xy = x and y=x2y = x^2.

Step 1: Understand the region. These curves intersect where x=x2x = x^2. The region between them is “closed” between intersection points.

Step 2: Find intersection points (bounds).

x=x2x = x^2

x2x=0x^2 - x = 0

x(x1)=0x(x-1) = 0

So the curves intersect at x=0x=0 and x=1x=1.

Step 3: Determine top and bottom. On 0x10 \le x \le 1, the line y=xy=x is above y=x2y=x^2 (for example at x=12x=\tfrac{1}{2}, 12>14\tfrac{1}{2} > \tfrac{1}{4}).

Step 4: Set up and compute the integral.

A=01(xx2)dxA = \int_0^1 (x - x^2)\,dx

A=[x22x33]01A = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1

A=(1213)0A = \left(\frac{1}{2} - \frac{1}{3}\right) - 0

A=16A = \frac{1}{6}

Worked Example 2: When one integral is not enough (function order changes)

Find the area between y=x3y = x^3 and y=xy = x from x=1x=-1 to x=1x=1.

Why this is tricky: On part of the interval, x3x^3 is above xx; on another part, it’s below. If you just do 11(xx3)dx\int_{-1}^1 (x - x^3)\,dx you might accidentally compute a signed area that cancels.

Step 1: Find where they intersect.

x3=xx^3 = x

x3x=0x^3 - x = 0

x(x21)=0x(x^2-1) = 0

So x=1,0,1x = -1, 0, 1.

Step 2: Determine which is on top on each subinterval.

  • On (1,0)(-1,0), test x=12x=-\tfrac{1}{2}: x3=18x^3=-\tfrac{1}{8} and x=12x=-\tfrac{1}{2}, so x3>xx^3 > x.
  • On (0,1)(0,1), test x=12x=\tfrac{1}{2}: x3=18x^3=\tfrac{1}{8} and x=12x=\tfrac{1}{2}, so x>x3x > x^3.

Step 3: Add areas piecewise.

A=10(x3x)dx+01(xx3)dxA = \int_{-1}^0 (x^3 - x)\,dx + \int_0^1 (x - x^3)\,dx

Compute one and use symmetry or compute both directly. Let’s compute both quickly:

(x3x)dx=x44x22\int (x^3 - x)\,dx = \frac{x^4}{4} - \frac{x^2}{2}

First part:

[x44x22]10=(00)(1412)=14\left[\frac{x^4}{4} - \frac{x^2}{2}\right]_{-1}^0 = \left(0-0\right) - \left(\frac{1}{4} - \frac{1}{2}\right) = \frac{1}{4}

Second part:

(xx3)dx=x22x44\int (x - x^3)\,dx = \frac{x^2}{2} - \frac{x^4}{4}

[x22x44]01=1214=14\left[\frac{x^2}{2} - \frac{x^4}{4}\right]_0^1 = \frac{1}{2} - \frac{1}{4} = \frac{1}{4}

So:

A=14+14=12A = \frac{1}{4} + \frac{1}{4} = \frac{1}{2}

Exam Focus
  • Typical question patterns:
    • “Find the area of the region enclosed by …” where you must first find intersections, then integrate top minus bottom (or right minus left).
    • A region described with multiple curves and a line like x=2x=2 or y=0y=0, requiring you to choose vertical vs. horizontal slicing.
    • A setup question: “Write (but do not evaluate) an integral expression for the area…” which tests bounds and the correct integrand.
  • Common mistakes:
    • Forgetting to split the integral when the top/bottom function changes (leading to cancellation).
    • Mixing up right minus left with top minus bottom when switching to dydy.
    • Using intersection points incorrectly (solving for yy when you need xx-bounds, or vice versa).

Volumes with Cross Sections

What “volume with cross sections” means

Sometimes a solid isn’t a neat sphere or cylinder, but you still can describe it systematically: you know its base region (a 2D region in the plane) and you know what shape each cross section is when you slice the solid by planes perpendicular to an axis.

In volume by known cross sections, you build the solid from thin slices with thickness dxdx or dydy. Each slice has a cross-sectional area A(x)A(x) or A(y)A(y), so the volume is the integral of these areas.

The foundational formula is:

V=abA(x)dxV = \int_a^b A(x)\,dx

or, if slicing horizontally,

V=cdA(y)dyV = \int_c^d A(y)\,dy

The variables aa and bb (or cc and dd) represent the start and end of the solid along the slicing direction.

Why this method matters

This method is powerful because it handles many solids that are not “solids of revolution.” On AP problems, it also tests whether you can:

  • interpret geometric information from a 2D base region,
  • translate it into a side length, radius, or other dimension,
  • use the correct area formula for the cross-sectional shape,
  • integrate over the correct interval.

Conceptually, it’s the same accumulation idea as area between curves: you’re summing infinitely many tiny volumes.

The key workflow: base, slice, area function, integrate
  1. Sketch the base region (even a rough sketch). Identify the slicing direction (perpendicular to the xx-axis or yy-axis).
  2. Express the relevant slice dimension as a function of the slicing variable.
    • If slicing perpendicular to the xx-axis, the slice is at a particular xx, and you often need a vertical distance in the base region.
    • That distance is frequently top(x)bottom(x)\text{top}(x) - \text{bottom}(x).
  3. Convert that dimension into cross-sectional area using the given shape.
  4. Integrate area over the interval.

A major source of errors is confusing “the distance in the base region” with “the cross-sectional area.” The distance is often a side length or diameter; you still must apply the correct area formula.

Common cross-section shapes and how to translate dimensions

Suppose the slice at xx has a segment length s(x)s(x) in the base region. This segment is often the “width” of the base region at that xx.

Here are common AP shapes:

  • Square cross sections: if the side length is s(x)s(x),

A(x)=(s(x))2A(x) = (s(x))^2

  • Rectangular cross sections: if one side is s(x)s(x) and the other is a constant multiple, say height ks(x)k\,s(x),

A(x)=s(x)ks(x)=k(s(x))2A(x) = s(x)\cdot k\,s(x) = k(s(x))^2

  • Equilateral triangle cross sections: if side length is s(x)s(x), area is:

A(x)=34(s(x))2A(x) = \frac{\sqrt{3}}{4}(s(x))^2

  • Right isosceles triangle cross sections: if the leg is s(x)s(x), area is:

A(x)=12(s(x))2A(x) = \frac{1}{2}(s(x))^2

  • Semicircle cross sections: if diameter is s(x)s(x), radius is s(x)2\frac{s(x)}{2}, so:

A(x)=12π(s(x)2)2=π8(s(x))2A(x) = \frac{1}{2}\pi\left(\frac{s(x)}{2}\right)^2 = \frac{\pi}{8}(s(x))^2

Notice a pattern: many cross-sectional areas end up being a constant times (s(x))2(s(x))^2. The constant depends on the shape.

Worked Example 1: Squares built on a base region

The base of a solid is the region bounded by y=xy = \sqrt{x} and y=0y = 0 from x=0x=0 to x=4x=4. Cross sections perpendicular to the xx-axis are squares. Find the volume.

Step 1: Identify the slice segment length in the base.
At a given xx, a vertical slice through the base runs from y=0y=0 up to y=xy=\sqrt{x}. So the segment length is:

s(x)=x0=xs(x) = \sqrt{x} - 0 = \sqrt{x}

Step 2: Convert to cross-sectional area.
Squares have area s(x)2s(x)^2, so:

A(x)=(x)2=xA(x) = (\sqrt{x})^2 = x

Step 3: Integrate from 00 to 44.

V=04xdxV = \int_0^4 x\,dx

V=[x22]04=162=8V = \left[\frac{x^2}{2}\right]_0^4 = \frac{16}{2} = 8

So the volume is 88 cubic units.

What to notice: The hard-looking x\sqrt{x} simplified after squaring. That’s common with square or semicircle cross sections.

Worked Example 2: Semicircular cross sections (diameter from top-bottom)

The base is the region bounded by y=4x2y = 4 - x^2 and y=0y = 0. Cross sections perpendicular to the xx-axis are semicircles whose diameters lie in the base. Find the volume.

Step 1: Determine the interval. The region meets y=0y=0 when:

4x2=04 - x^2 = 0

x2=4x^2 = 4

So x=2x=-2 to x=2x=2.

Step 2: Diameter as a function of xx. A vertical segment in the base goes from 00 to 4x24-x^2, so the diameter is:

s(x)=4x2s(x) = 4 - x^2

Step 3: Area of a semicircle in terms of diameter.

A(x)=π8(s(x))2=π8(4x2)2A(x) = \frac{\pi}{8}(s(x))^2 = \frac{\pi}{8}(4 - x^2)^2

Step 4: Integrate.

V=22π8(4x2)2dxV = \int_{-2}^2 \frac{\pi}{8}(4 - x^2)^2\,dx

You could expand and integrate, or use symmetry because the integrand is even. Using symmetry:

V=202π8(4x2)2dx=π402(4x2)2dxV = 2\int_0^2 \frac{\pi}{8}(4 - x^2)^2\,dx = \frac{\pi}{4}\int_0^2 (4 - x^2)^2\,dx

Now expand:

(4x2)2=168x2+x4(4 - x^2)^2 = 16 - 8x^2 + x^4

So:

V=π402(168x2+x4)dxV = \frac{\pi}{4}\int_0^2 (16 - 8x^2 + x^4)\,dx

V=π4[16x8x33+x55]02V = \frac{\pi}{4}\left[16x - \frac{8x^3}{3} + \frac{x^5}{5}\right]_0^2

Evaluate at 22:

16(2)8(8)3+325=32643+32516(2) - \frac{8(8)}{3} + \frac{32}{5} = 32 - \frac{64}{3} + \frac{32}{5}

Common denominator 1515:

32=4801532 = \frac{480}{15}

643=32015\frac{64}{3} = \frac{320}{15}

325=9615\frac{32}{5} = \frac{96}{15}

So the bracket equals:

4801532015+9615=25615\frac{480}{15} - \frac{320}{15} + \frac{96}{15} = \frac{256}{15}

Thus:

V=π425615=64π15V = \frac{\pi}{4}\cdot \frac{256}{15} = \frac{64\pi}{15}

What goes wrong most often (built into the geometry)
  • Using radius when the problem gives diameter: if the cross section is a circle or semicircle and the base segment is the diameter, then r=s(x)2r = \frac{s(x)}{2}.
  • Forgetting to square: cross-sectional areas for squares and many triangles involve (s(x))2(s(x))^2.
  • Slicing in the wrong direction: “perpendicular to the xx-axis” means your thickness is dxdx, and the segment length usually comes from top minus bottom as functions of xx.
Exam Focus
  • Typical question patterns:
    • “A solid has base region bounded by … Cross sections perpendicular to the xx-axis are squares/semicircles/triangles. Find the volume.”
    • “Write an integral expression for the volume” (they may not require evaluation).
    • Problems where you must decide whether to use dxdx or dydy based on “perpendicular to” wording.
  • Common mistakes:
    • Treating the slice length s(x)s(x) as the area directly (forgetting the shape’s area formula).
    • Mixing up “perpendicular to xx-axis” with “parallel to xx-axis.”
    • Using the wrong bounds by not first finding where the base region starts and ends.

Volumes with Disc and Washer Methods

What makes a solid a “solid of revolution”

A solid of revolution is formed when you rotate a plane region around a line (an axis of rotation). The rotation sweeps out a 3D object. Two especially common cases are:

  • rotating around the xx-axis or yy-axis,
  • rotating around horizontal or vertical lines like y=ky = k or x=hx = h.

The disc and washer methods come from the same slicing idea as before: a thin slice perpendicular to the axis of rotation becomes a circle (a disc) or a ring (a washer).

Disc method: when slices have no hole

If the region touches the axis of rotation, the cross section is a solid disc.

If you rotate around the xx-axis and your radius at position xx is R(x)R(x), then the cross-sectional area is:

A(x)=π(R(x))2A(x) = \pi (R(x))^2

and the volume is:

V=abπ(R(x))2dxV = \int_a^b \pi (R(x))^2\,dx

Similarly, if you rotate around the yy-axis using horizontal slices (so radius is a function of yy):

V=cdπ(R(y))2dyV = \int_c^d \pi (R(y))^2\,dy

Why squaring happens: the area of a circle depends on radius squared, so even a small mistake in the radius expression can cause a big error.

Washer method: when slices have a hole

If the region does not touch the axis of rotation, rotating it creates a hole down the center. The cross section is a washer: an outer circle minus an inner circle.

If outer radius is R(x)R(x) and inner radius is r(x)r(x), then cross-sectional area is:

A(x)=π(R(x))2π(r(x))2=π((R(x))2(r(x))2)A(x) = \pi (R(x))^2 - \pi (r(x))^2 = \pi\big((R(x))^2 - (r(x))^2\big)

and volume:

V=abπ((R(x))2(r(x))2)dxV = \int_a^b \pi\big((R(x))^2 - (r(x))^2\big)\,dx

A helpful memory aid is: Outside minus inside (for area), then integrate.

How to find radii correctly

The radii are distances from the axis of rotation.

  • Rotating around the xx-axis (which is y=0y=0): radius is just the yy-value of the curve (distance to y=0y=0), so R(x)=f(x)R(x) = f(x) if f(x)0f(x) \ge 0.
  • Rotating around a horizontal line y=ky=k: radius is vertical distance to y=ky=k.
    • If curve is above the line, radius might look like f(x)kf(x) - k.
    • If curve is below the line, radius might look like kf(x)k - f(x).
  • Rotating around the yy-axis (which is x=0x=0): radius is the xx-distance to that axis.
  • Rotating around a vertical line x=hx=h: radius is horizontal distance to x=hx=h.

A frequent misconception is to treat the function value itself as the radius even when rotating around y=ky=k or x=hx=h. Always compute “distance to the axis,” not “distance to zero.”

Choosing dxdx vs. dydy for discs and washers

Discs/washers use slices perpendicular to the axis of rotation.

  • If you rotate around a horizontal line (like y=0y=0 or y=3y=3), then perpendicular slices are vertical, thickness dxdx.
  • If you rotate around a vertical line (like x=0x=0 or x=2x=2), then perpendicular slices are horizontal, thickness dydy.

That means sometimes you must rewrite a function as xx in terms of yy to use discs/washers comfortably.

Worked Example 1: Disc method around the xx-axis

Find the volume when the region under y=xy = \sqrt{x} from x=0x=0 to x=4x=4 is rotated about the xx-axis.

Step 1: Identify the radius. Rotating around y=0y=0, the radius is the distance from the curve to the xx-axis:

R(x)=xR(x) = \sqrt{x}

This is a disc (no hole) because the region touches the axis.

Step 2: Set up the volume integral.

V=04π(x)2dxV = \int_0^4 \pi (\sqrt{x})^2\,dx

Simplify:

(x)2=x(\sqrt{x})^2 = x

So:

V=π04xdx=π[x22]04=8πV = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi

Worked Example 2: Washer method around a horizontal line

Find the volume of the solid formed by rotating the region between y=xy = x and y=x2y = x^2 on 0x10 \le x \le 1 about the line y=2y=2.

Step 1: Visualize the axis location. The line y=2y=2 is above both curves on [0,1][0,1] (since both are between 0 and 1 there). Rotating around a line above the region creates washers.

Step 2: Determine outer vs. inner radius. The radii are distances down from y=2y=2.

  • The outer radius goes from y=2y=2 to the lower curve (farther away). On [0,1][0,1], the lower curve is y=x2y=x^2, so:

R(x)=2x2R(x) = 2 - x^2

  • The inner radius goes from y=2y=2 to the upper curve (closer). The upper curve is y=xy=x, so:

r(x)=2xr(x) = 2 - x

Step 3: Set up the washer integral.

V=01π((2x2)2(2x)2)dxV = \int_0^1 \pi\big((2 - x^2)^2 - (2 - x)^2\big)\,dx

At this point you could expand and integrate.

Common check: The integrand should be nonnegative because R(x)r(x)R(x) \ge r(x). Here, 2x22x2-x^2 \ge 2-x on [0,1][0,1] because xx2x \ge x^2.

Worked Example 3: Rotating around the yy-axis using dydy

Rotate the region bounded by x=y2x = y^2 and x=4x = 4 from y=2y=-2 to y=2y=2 about the yy-axis. Find the volume.

Step 1: Choose discs/washers orientation. The axis of rotation is vertical (the yy-axis), so discs/washers use horizontal slices, thickness dydy.

Step 2: Determine radii as distances to x=0x=0.
At a given yy:

  • Outer boundary is x=4x=4, so outer radius is R(y)=4R(y) = 4.
  • Inner boundary is x=y2x=y^2, so inner radius is r(y)=y2r(y) = y^2.

Step 3: Washer integral.

V=22π((4)2(y2)2)dyV = \int_{-2}^{2} \pi\big((4)^2 - (y^2)^2\big)\,dy

Simplify:

V=22π(16y4)dyV = \int_{-2}^{2} \pi(16 - y^4)\,dy

Use symmetry (even function):

V=2π02(16y4)dyV = 2\pi\int_{0}^{2} (16 - y^4)\,dy

Integrate:

V=2π[16yy55]02=2π(32325)V = 2\pi\left[16y - \frac{y^5}{5}\right]_0^2 = 2\pi\left(32 - \frac{32}{5}\right)

V=2π1285=256π5V = 2\pi\cdot \frac{128}{5} = \frac{256\pi}{5}

What goes wrong most often in disc/washer problems
  • Wrong radius expressions: Students write R(x)=f(x)R(x)=f(x) when rotating around y=ky=k, but the radius is a distance to y=ky=k.
  • Swapping outer and inner: If you accidentally make r(x)r(x) larger than R(x)R(x), the integrand becomes negative. A quick reasonableness check is: washers should give nonnegative cross-sectional area.
  • Wrong variable and bounds: Rotating around the yy-axis often pushes you toward dydy with radii in terms of yy. If you insist on dxdx, you might need a different method (like shells, which is a different topic) or you may end up doing unnecessary algebra.
Exam Focus
  • Typical question patterns:
    • “Find the volume when the region bounded by … is rotated about the xx-axis / yy-axis / y=ky=k / x=hx=h.”
    • “Set up (but do not evaluate) an integral for the volume” emphasizing correct radii and bounds.
    • Multi-step regions where you must first find intersection points to get limits before setting up washers.
  • Common mistakes:
    • Using the curve itself as the radius when the axis is shifted (forgetting the distance-to-axis idea).
    • Forgetting to square radii in πR2\pi R^2 and πr2\pi r^2.
    • Integrating with respect to the wrong variable (using dxdx when the washer radii are naturally functions of yy for rotation about a vertical axis).