4.2.14Calculus II — Integration

Volume of revolution — disk method, washer method

1,685 words8 min readdifficulty · medium1 backlinks

WHY does slicing work?

We cannot find the volume of a curvy solid directly. But we can find the volume of a thin slice, because a thin slice is approximately a cylinder, and we know a cylinder's volume: Vcyl=(area of circular face)×(thickness)=πr2h.V_{\text{cyl}} = (\text{area of circular face}) \times (\text{thickness}) = \pi r^2 \, h.

If we spin around the x-axis and slice perpendicular to it, each slice has thickness dxdx and a circular face whose radius is the height of the curve, r=f(x)r = f(x).


Deriving the Disk Method from scratch

WHAT: Region bounded by y=f(x)y=f(x), the x-axis, between x=ax=a and x=bx=b, rotated about the x-axis.

HOW: Cut at position xx, a thin slab of thickness Δx\Delta x.

  • The slab is (approximately) a cylinder lying on its side.
  • Its radius = distance from axis to curve = f(x)f(x).
  • Its thickness = Δx\Delta x.

So the slab volume: ΔVπ[f(x)]2Δx.\Delta V \approx \pi\,[f(x)]^2\,\Delta x. Why this step? Area of the circular face is πr2=π[f(x)]2\pi r^2 = \pi[f(x)]^2; multiply by thickness.

Sum all slabs and let Δx0\Delta x \to 0 — that limit is the definite integral: V=πab[f(x)]2dx\boxed{\,V = \pi \int_a^b [f(x)]^2 \, dx\,}


Deriving the Washer Method

WHAT: Now the region is between two curves, y=f(x)y=f(x) (outer, top) and y=g(x)y=g(x) (inner, bottom), rotated about the x-axis. Because the region sits above the axis with a gap, each slice has a hole.

HOW: The slice is a big disk of radius R=f(x)R = f(x) with a small disk of radius r=g(x)r = g(x) removed: ΔV(πR2πr2)Δx=π([f(x)]2[g(x)]2)Δx.\Delta V \approx \big(\pi R^2 - \pi r^2\big)\Delta x = \pi\big([f(x)]^2 - [g(x)]^2\big)\Delta x. Why this step? Area of a ring = (outer circle area) − (inner circle area). Subtract, not square the difference!

V=πab([R(x)]2[r(x)]2)dx\boxed{\,V = \pi \int_a^b \Big([R(x)]^2 - [r(x)]^2\Big)\, dx\,}

Figure — Volume of revolution — disk method, washer method

Worked Example 1 — Disk

Region under y=xy=\sqrt{x}, from x=0x=0 to x=4x=4, rotated about the x-axis.

V=π04(x)2dx=π04xdx.V = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx. Why this step? Radius =x=\sqrt{x}, so [f(x)]2=x[f(x)]^2 = x. The square kills the root — clean.

=π[x22]04=π162=8π.= \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\cdot\frac{16}{2} = 8\pi.


Worked Example 2 — Washer

Region between y=xy=x and y=x2y=x^2 (for 0x10\le x\le 1), rotated about the x-axis.

Which is outer? On (0,1)(0,1), x>x2x > x^2, so R=xR=x (far from axis), r=x2r=x^2 (near).

V=π01(x2(x2)2)dx=π01(x2x4)dx.V = \pi\int_0^1\big(x^2 - (x^2)^2\big)dx = \pi\int_0^1 (x^2 - x^4)\,dx. Why this step? R2=x2R^2 = x^2, r2=(x2)2=x4r^2 = (x^2)^2 = x^4. Square each radius separately.

=π[x33x55]01=π(1315)=π215=2π15.= \pi\left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1 = \pi\left(\frac13 - \frac15\right) = \pi\cdot\frac{2}{15} = \frac{2\pi}{15}.


Worked Example 3 — Rotation about a non-axis line y=2y=2

Region under y=xy=x, 0x20\le x \le 2, rotated about y=2y=2.

Here the axis is the line y=2y=2. Distance from axis to curve =x2=2x= |x - 2| = 2 - x on [0,2][0,2]. It's a disk (the region touches the axis at x=2x=2): V=π02(2x)2dx.V=\pi\int_0^2 (2-x)^2\,dx. Why this step? New radius is measured from y=2y=2, not from y=0y=0.

Let u=2xu=2-x: V=π02u2du(sign handled by symmetry)=π[(x2)33]02=π(0(2)33)=8π3.V=\pi\int_0^2 u^2\,du \cdot(\text{sign handled by symmetry}) = \pi\left[\frac{(x-2)^3}{3}\right]_0^2 = \pi\left(0 - \frac{(-2)^3}{3}\right)=\frac{8\pi}{3}.


Common Mistakes


Recall Feynman: explain to a 12-year-old

Imagine a shape drawn on paper, then you stick a skewer through it and spin it really fast — it blurs into a solid 3D object, like a vase or a doughnut. To find how much clay that solid contains, we slice it into super-thin coins. Each coin is a circle, and a circle's area is πr2\pi r^2. A coin's volume is its area times how thick it is. Add up all the coins → total volume. If the spinning shape had a gap from the skewer, each "coin" has a hole in the middle, so it's a ring (washer): big circle minus small circle.


Active Recall

What is the volume formula for the disk method about the x-axis?
V=πab[f(x)]2dxV=\pi\int_a^b [f(x)]^2\,dx
Why is each slice's volume πr2dx\pi r^2\,dx?
A thin slice is a cylinder; its circular face has area πr2\pi r^2 and thickness dxdx.
Washer method formula?
V=πab(R2r2)dxV=\pi\int_a^b (R^2 - r^2)\,dx, outer radius RR, inner radius rr.
Why R2r2R^2-r^2 and not (Rr)2(R-r)^2?
Ring area = outer disk area − inner disk area; squaring is not linear.
Rotating about y-axis: which variable and limits?
Thickness dydy, integrate over y-limits, radius = g(y)g(y) where x=g(y)x=g(y).
Region between y=xy=x, y=x2y=x^2 on [0,1][0,1] about x-axis — volume?
2π15\frac{2\pi}{15}.
Rotating about line y=ky=k: what is the radius?
f(x)k|f(x)-k|, the distance from the curve to that line.
When do you use a washer instead of a disk?
When the region does not touch the axis (there's a gap → a hole appears).

Connections

  • Definite Integral as a Limit of Sums — slicing → Riemann sum → integral.
  • Area Between Curves — same setup, but integrand differs (fgf-g vs R2r2R^2-r^2).
  • Shell Method — alternative for revolution, slices parallel to axis.
  • Volume by Cross-Sections — disk/washer are special cases (circular cross-sections).
  • u-substitution — used to evaluate shifted-axis integrals.

Concept Map

creates

sliced perpendicular

approximate as

no hole, r equals f of x

hole present

sum slices, limit dx to 0

outer minus inner ring

two curves

swap x and y

axis is line y equals k

example y equals sqrt x

Spin flat region about axis

Solid of revolution

Thin slices

Cylinder V equals pi r squared h

Disk method

Washer method

V equals pi integral f of x squared dx

V equals pi integral R squared minus r squared dx

f of x outer, g of x inner

About y-axis uses g of y

Shift radii by k

Region 0 to 4

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Socho ek flat shape ko tum ek line (axis) ke around ghuma do — woh ek 3D solid ban jaata hai, jaise kumhaar ka chaak ghoomne par mitti vase ban jaati hai. Us solid ka volume nikaalne ke liye hum use patli-patli "coins" mein kaat dete hain, axis ke perpendicular. Har coin ek circle hai, aur circle ka area πr2\pi r^2 hota hai. Coin ka volume = area × thickness = πr2dx\pi r^2\,dx. Saare coins ko add karo (integral) — total volume mil gaya. Yahi disk method hai: V=πab[f(x)]2dxV=\pi\int_a^b [f(x)]^2\,dx.

Agar region axis ko touch nahi karti, beech mein gap hota hai, toh har coin ke beech ek hole ban jaata hai — yani ek ring (washer). Ring ka area = bada circle − chhota circle =π(R2r2)=\pi(R^2-r^2). Isliye washer method: V=πab(R2r2)dxV=\pi\int_a^b (R^2-r^2)\,dx. Yaad rakho — pehle dono radius ko square karo, fir subtract karo. (Rr)2(R-r)^2 likhna sabse common galti hai, woh galat hai!

Ek important baat: radius hamesha axis se curve tak ki distance hoti hai. Agar tum x-axis ki jagah line y=2y=2 ke around ghuma rahe ho, toh radius f(x)2|f(x)-2| ho jaayegi, sirf f(x)f(x) nahi. Aur dhyan rakho: x-axis ke around ghumaao toh thickness dxdx aur x-limits; y-axis ke around toh dydy aur y-limits use karo. Ye method exams mein bahut aata hai aur 80/20 rule ke hisaab se ye do formula plus radius concept hi saare questions cover kar dete hain.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections