AP-CALCBC-8.12

U8.12 Washer Method: Revolving Around Other Axes

Master the washer method when revolving a region around a horizontal or vertical line other than an axis. Learn to write R and r with offsets for AP Calculus BC.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U8.12 Washer Method: Revolving Around Other Axes, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

In U8.9 you learned the disc and washer methods for revolving a region around the x- or y-axis. But the AP exam loves to shift the axis to a line like y=2y=-2 or x=5x=5. The mechanics of V=π(R2r2)dxV=\pi\int (R^2-r^2)\,dx don't change — what changes is how you measure the radii.

The entire skill in 8.12 is turning "distance from a curve to a shifted axis" into an algebraic expression. Once you can write the outer radius RR and inner radius rr as distances with the correct offset, the integral is routine. This lesson shows you how to set up those radii carefully, avoid sign traps, and integrate confidently.

Radii as Distances From a Shifted Axis

The washer method computes volume asV=πab(R2r2)dxV=\pi\int_a^b \left(R^2-r^2\right)\,dxwhere RR is the distance from the axis of revolution to the farther boundary of the region, and rr is the distance to the nearer boundary. When the axis is a coordinate axis, these distances are just function values. When the axis moves, you must build the distance with an offset.

For a horizontal axis y=ky=k, distances are measured vertically. The distance from a point on curve y=f(x)y=f(x) to the line is f(x)k|f(x)-k|. So each radius has the form (curve)k\text{(curve)}-k or k(curve)k-\text{(curve)}, whichever is positive.

For a vertical axis x=hx=h, distances are measured horizontally, giving radii of the form g(y)h|g(y)-h|.

The most common mistake is to plug the bare function into RR or rr and forget the offset. Always ask: how far is this boundary from the line I'm spinning around? That distance — never the raw function value — is the radius.

A Reliable Setup Procedure

Use this sequence on every problem to keep the offsets straight.
StepWhat to do
1Sketch the region and the axis of revolution.
2Decide if slices are vertical (dxdx, horizontal axis) or horizontal (dydy, vertical axis). Slices must be perpendicular to the axis.
3Identify which boundary is farther from the axis (RR) and which is nearer (rr).
4Write each radius as a positive distance: axis-minus-curve or curve-minus-axis.
5Integrate π(R2r2)\pi\int (R^2-r^2) over the correct bounds.
Key orientation rule: if you revolve around a horizontal line, your washers are stacked in the xx-direction, so integrate with respect to xx and radii are vertical distances. If you revolve around a vertical line, integrate with respect to yy and radii are horizontal distances. Matching the differential to the axis prevents the single most common error on this topic.

Choosing R and r When the Axis Is Below, Above, or Beside the Region

The offset formula depends on where the axis sits relative to the region.

Suppose the region lies between y=f(x)y=f(x) (top) and y=g(x)y=g(x) (bottom), with fgf\ge g.

If the axis y=ky=k is below the whole region (kgk\le g), the top curve is farther, soR=f(x)k,r=g(x)k.R=f(x)-k,\qquad r=g(x)-k.If the axis y=ky=k is above the whole region (kfk\ge f), the bottom curve is now farther from the axis, soR=kg(x),r=kf(x).R=k-g(x),\qquad r=k-f(x).Notice the roles of ff and gg swap depending on which side the axis is on. This is why sketching matters — the curve closer to the axis always gives the smaller radius rr.

A useful check: the difference RrR-r should equal the width of the region, f(x)g(x)f(x)-g(x), regardless of the offset kk. If your RrR-r doesn't simplify to the gap between the curves, you set up a radius incorrectly. This invariance is a quick error-catcher on exam day.

How the Exam Tests This

On the AP exam, 8.12 shows up in two ways. On the calculator-active section, you may be asked to set up and numerically evaluate a volume where the axis is y=1y=-1 or x=3x=3; you get credit for a correct integrand and bounds even before evaluating, so write the integral cleanly.

On the no-calculator section, expect friendly functions (lines, simple parabolas) so the algebra of (R2r2)(R^2-r^2) is doable by hand. Graders look for: correct radii with offsets, correct bounds, the factor of π\pi, and correct handling of the R2r2R^2-r^2 expansion.

A frequent trap is (Rr)2R2r2 (R-r)^2 \ne R^2 - r^2. You must square each radius separately, then subtract. Another trap: forgetting that when the axis passes through or touches the region, you may not need a washer at all (it becomes discs), or the setup may require splitting the integral. Reading whether the axis is outside the region tells you whether you truly have a hole.

Key terms

Washer method.
A technique for volumes of revolution that uses cross sections shaped like washers (rings), with volume π(R2r2)dx\pi\int (R^2-r^2)\,dx or dydy.
Outer radius R.
The distance from the axis of revolution to the boundary of the region that is farther away.
Inner radius r.
The distance from the axis of revolution to the boundary of the region that is nearer, creating the hole in the washer.
Offset.
The constant added or subtracted when the axis is a line like y=ky=k or x=hx=h, converting a function value into a true distance.
Axis of revolution.
The fixed line about which the region is rotated to generate the solid; here it is a horizontal or vertical line other than a coordinate axis.
Perpendicular slicing.
The rule that washer cross sections must be taken perpendicular to the axis of revolution, which determines whether you integrate in xx or yy.

Worked example

Let RR be the region bounded by y=x2y=x^2 and y=2xy=2x. Find the volume of the solid formed when RR is revolved about the line y=1y=-1.
First find intersections: x2=2xx22x=0x=0x^2=2x\Rightarrow x^2-2x=0\Rightarrow x=0 or x=2x=2. On [0,2][0,2], the line y=2xy=2x is above the parabola y=x2y=x^2 (test x=1x=1: 2>12>1).

The axis y=1y=-1 lies below the region, so the top curve y=2xy=2x is farther from the axis and the bottom curve y=x2y=x^2 is nearer. Add the offset of 11 to each distance:R=2x(1)=2x+1,r=x2(1)=x2+1.R=2x-(-1)=2x+1,\qquad r=x^2-(-1)=x^2+1.Check: Rr=(2x+1)(x2+1)=2xx2R-r=(2x+1)-(x^2+1)=2x-x^2, which equals the region's width. Good.

Set up the volume:V=π02[(2x+1)2(x2+1)2]dx.V=\pi\int_0^2\left[(2x+1)^2-(x^2+1)^2\right]dx.Expand: (2x+1)2=4x2+4x+1(2x+1)^2=4x^2+4x+1 and (x2+1)2=x4+2x2+1(x^2+1)^2=x^4+2x^2+1. Subtract:4x2+4x+1x42x21=x4+2x2+4x.4x^2+4x+1-x^4-2x^2-1=-x^4+2x^2+4x.Integrate:π02(x4+2x2+4x)dx=π[x55+2x33+2x2]02.\pi\int_0^2(-x^4+2x^2+4x)\,dx=\pi\left[-\frac{x^5}{5}+\frac{2x^3}{3}+2x^2\right]_0^2.Evaluate at 22: 325+163+8=6.4+5.333+8=6.9333=10415.-\frac{32}{5}+\frac{16}{3}+8=-6.4+5.333\ldots+8=6.9333\ldots=\frac{104}{15}.

So V=104π1521.78.V=\frac{104\pi}{15}\approx 21.78.

Practice questions

The region bounded by y=xy=\sqrt{x}, y=0y=0, and x=4x=4 is revolved about the line y=3y=3. Which integral gives the volume of the resulting solid?
  1. π04[(3x)2(3)2]dx\pi\int_0^4\left[(3-\sqrt{x})^2-(3)^2\right]dx
  2. π04[(3)2(3x)2]dx\pi\int_0^4\left[(3)^2-(3-\sqrt{x})^2\right]dx
  3. π04[(3+x)2(3)2]dx\pi\int_0^4\left[(3+\sqrt{x})^2-(3)^2\right]dx
  4. π04[(x)2(3)2]dx\pi\int_0^4\left[(\sqrt{x})^2-(3)^2\right]dx

Answer: π04[(3)2(3x)2]dx\pi\int_0^4\left[(3)^2-(3-\sqrt{x})^2\right]dx

The axis y=3y=3 is above the region (which sits between y=0y=0 and y=xy=\sqrt{x}, and x2<3\sqrt{x}\le 2<3 on [0,4][0,4]). The farther boundary is y=0y=0, at distance 30=33-0=3, so R=3R=3. The nearer boundary is y=xy=\sqrt{x}, at distance 3x3-\sqrt{x}, so r=3xr=3-\sqrt{x}. Thus V=π04[(3)2(3x)2]dxV=\pi\int_0^4[(3)^2-(3-\sqrt{x})^2]\,dx.
The region bounded by x=y2x=y^2 and x=4x=4 is revolved about the vertical line x=6x=6. Set up, but do not evaluate, an integral for the volume.

Answer: V=π22[(6y2)2(64)2]dyV=\pi\int_{-2}^{2}\left[(6-y^2)^2-(6-4)^2\right]dy

Because the axis is vertical, slice horizontally and integrate in yy. The curves meet where y2=4y^2=4, i.e. y=±2y=\pm 2. The region lies between x=y2x=y^2 (left) and x=4x=4 (right). The axis x=6x=6 is to the right of the region, so the farther boundary is the left curve x=y2x=y^2, giving R=6y2R=6-y^2, and the nearer boundary is x=4x=4, giving r=64=2r=6-4=2. Hence V=π22[(6y2)222]dyV=\pi\int_{-2}^{2}[(6-y^2)^2-2^2]\,dy.
A region has top curve f(x)f(x) and bottom curve g(x)g(x) with fg0f\ge g\ge 0, and is revolved about y=cy=-c for some c>0c>0. Explain why RrR-r does not depend on cc, and why that is a useful check.

Answer: Rr=f(x)g(x)R-r=f(x)-g(x), independent of cc.

With the axis below the region, R=f(x)+cR=f(x)+c and r=g(x)+cr=g(x)+c. Subtracting, the offsets cancel: Rr=(f+c)(g+c)=fgR-r=(f+c)-(g+c)=f-g. This equals the vertical width of the region regardless of how far the axis is shifted. It is a useful check because if your computed RrR-r does not reduce to the gap between the two curves, you have made a sign or offset error in one of the radii.

FAQ

How do I know whether to integrate in x or in y?
Match the differential to the axis. If you revolve around a horizontal line (y=ky=k), the washers are stacked horizontally, so integrate in xx with vertical radii. If you revolve around a vertical line (x=hx=h), integrate in yy with horizontal radii. Cross sections must always be perpendicular to the axis.
What offset do I add when the axis is y = k?
Measure the vertical distance from each boundary curve to the line. If the axis is below the region, radius =curvek=\text{curve}-k; if the axis is above, radius =kcurve=k-\text{curve}. Pick whichever makes the distance positive, then square it.
Why can't I just use (R - r) squared?
Because the area of a washer is the outer disc area minus the inner disc area: πR2πr2\pi R^2-\pi r^2, not π(Rr)2\pi(R-r)^2. Squaring the difference ignores the ring geometry and gives the wrong volume. Always square RR and rr separately before subtracting.
What if the axis of revolution cuts through the region?
Then measuring a single outer and inner radius fails, because part of the region is on each side. You typically split the integral or reconsider the geometry; on the AP exam, axes are usually chosen so the region lies entirely on one side, giving clean washers or discs.

Learn this with a teacher, not a page

The Crimsora tutor teaches U8.12 Washer Method: Revolving Around Other Axes live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.