4.2.17Calculus II — Integration

Surface area of revolution

1,688 words8 min readdifficulty · medium1 backlinks

What are we computing?

WHAT we add up: the lateral (side) area of infinitely many thin bands. WHY a band and not a disk: we want the surface, so each slice contributes its outer edge, a ring of circumference 2πr2\pi r.


Deriving the formula from scratch

Step 1 — Area of one frustum (truncated cone)

A full cone of slant height LL and base radius rr has lateral area πrL\pi r L (unroll it into a sector). A frustum is the difference of two cones; algebra gives:

Afrustum=π(r1+r2)A_{\text{frustum}} = \pi (r_1 + r_2)\,\ell

where \ell is the slant height of the band. Why this step? Because r1+r22\tfrac{r_1+r_2}{2} is the average radius — so it's "average circumference ×\times slant length", exactly like a cylinder unrolled.

Step 2 — Make the band infinitesimal

For a tiny piece, r1r2yr_1 \approx r_2 \approx y (the height of the curve), and the slant length \ell becomes the arc-length element dsds. So:

dS=2πydsdS = 2\pi\, y\, ds

Why 2πy2\pi y? It's the circumference of the circle the point yy traces. Why dsds and not dxdx? Because the surface wraps along the tilted curve, not its flat shadow.

Step 3 — Express dsds (arc length element)

From Pythagoras on a tiny right triangle with legs dxdx and dydy:

ds=dx2+dy2=1+(dydx)2dxds = \sqrt{dx^2 + dy^2} = \sqrt{1+\left(\tfrac{dy}{dx}\right)^2}\,dx

Step 4 — Integrate

Figure — Surface area of revolution

Worked Examples


Common Mistakes (Steel-man + Fix)


Recall Feynman: explain to a 12-year-old

Imagine wrapping a ribbon around a spinning top to cover its whole surface. Cut the top's outline into tiny slanted stairs. Each tiny stair, when it spins, makes a thin ring. A ring's area is "how far around" (2π×2\pi \times distance from the middle pole) times "how long the slanted edge is." Add up all the rings and you've painted the whole shape. The trick everyone forgets: use the slanted edge length, not the flat floor length — because the surface leans!


Active Recall

Surface area formula about x-axis for y=f(x)
S=ab2πy1+(y)2dxS=\int_a^b 2\pi y\sqrt{1+(y')^2}\,dx
Why use dsds not dxdx in surface area
Because the surface wraps along the tilted curve; dsds is the true arc-length element, dxdx is only its horizontal shadow
Lateral area of a frustum with radii r1,r2r_1,r_2 slant \ell
π(r1+r2)\pi(r_1+r_2)\ell (average circumference × slant)
Radius factor when rotating about the y-axis
xx (distance from the y-axis), giving S=2πx1+(dx/dy)2dyS=\int 2\pi x\sqrt{1+(dx/dy)^2}\,dy
Arc length element dsds in terms of dx
ds=1+(dy/dx)2dxds=\sqrt{1+(dy/dx)^2}\,dx
Surface area of a sphere of radius r (via revolution)
4πr24\pi r^2
Lateral surface area of a cone radius r slant L
πrL\pi r L
Parametric surface area about x-axis
S=2πy(x)2+(y)2dtS=\int 2\pi y\sqrt{(x')^2+(y')^2}\,dt
Radius when rotating about the line y=k
yk|y-k|

Connections

  • Arc length — the dsds here is identical to the arc-length integrand.
  • Volume of revolution (disk & shell) — volume uses πr2\pi r^2, surface uses 2πrds2\pi r\,ds.
  • Frustum and cone geometry — source of π(r1+r2)\pi(r_1+r_2)\ell.
  • Parametric curves — generalizing the radius and dsds.
  • Integration by substitution — used to evaluate most of these integrals.
  • Pappus's theoremS=2πrˉLS=2\pi \bar{r}\,L, surface = circumference of centroid × arc length.

Concept Map

rotate about axis

chop into pieces

lateral area

make infinitesimal

radius factor

slant factor

Pythagoras dx,dy

integrate

integrate

about x-axis

about y-axis

parametric

apply

Curve y=f x on a,b

Surface of revolution

Thin bands / frustums

A = pi r1+r2 times l

dS = 2 pi y ds

2 pi y = circumference

ds arc length element

ds = sqrt 1+ dy/dx sq dx

S = integral 2 pi y ds

radius = y

radius = x

ds from dx/dt, dy/dt

Example: sphere from semicircle

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Socho ek curve ko hum axis ke around ghuma rahe hain — jaise potter ka wheel pe vase banta hai. Jo 3D surface banti hai, uska area nikalna hai (sirf upar ki skin, andar ka solid nahi). Trick yeh hai: curve ko bahut chhote tukdo mein kaato. Har tukda jab ghoomta hai to ek patli ring (frustum) banata hai. Us ring ka area = "circumference" ×\times "slant length" = 2πyds2\pi y \cdot ds. Sab rings ko jod do (integrate) aur poora surface area mil jaata hai.

Sabse important baat: hum dxdx nahi, dsds use karte hain. Kyun? Kyunki surface curve ke tilted (jhuke hue) edge ke saath wrap hoti hai, flat shadow ke saath nahi. Aur ds=1+(dy/dx)2dxds = \sqrt{1+(dy/dx)^2}\,dx — yeh Pythagoras se aata hai (chhota right triangle with legs dxdx aur dydy). Yeh wahi dsds hai jo arc length mein aata tha.

Radius ka dhyaan rakho: radius matlab "axis se distance". x-axis ke around ghumao to radius =y= y. y-axis ke around to radius =x= x. Agar line y=ky=k ke around ghumao to radius =yk=|y-k|. Bas yeh ek galti sabse zyada hoti hai exam mein.

Practice ke liye: sphere ka area derive karo semicircle se — dekhna kaise yy aur square-root cancel ho jaate hain aur seedha 4πr24\pi r^2 aa jaata hai. Yeh derivation 80/20 ka best example hai — ek baar samajh gaye to poora concept clear.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections