Formula for Rotation around x-axis
When y=f(x) is rotated around the x-axis from x=a to x=b:
S=2π∫abf(x)1+[f′(x)]2dx=2π∫abyds
where ds=1+(dy/dx)2dx is the arc length element.
Formula for Rotation around y-axis
When y=f(x) is rotated around the y-axis from x=a to x=b:
S=2π∫abx1+[f′(x)]2dx=2π∫abxds
General Pattern
S=2π∫(radius)(arc length element)
- Radius is the distance from the curve to the axis of rotation
- Arc length element is ds=1+(dy/dx)2dx
Parametric Form
For x=x(t), y=y(t) rotated around x-axis:
S=2π∫αβy(t)(dtdx)2+(dtdy)2dt
As a Function of y
For x=g(y) rotated around x-axis from y=c to y=d:
S=2π∫cdy1+[g′(y)]2dy
Examples
Example 1: Cone
Rotate y=x from x=0 to x=h around the x-axis.
dxdy=1
ds=1+1dx=2dx
S=2π∫0hx⋅2dx=2π2[2x2]0h=π2⋅h2
Verify: For a cone with radius r=h and slant height l=h2:
S=πrl=πh⋅h2=πh22 ✓
Example 2: Sphere
Rotate y=r2−x2 from x=−r to x=r around x-axis.
dxdy=r2−x2−x
1+(dxdy)2=1+r2−x2x2=r2−x2r2
ds=r2−x2rdx
S=2π∫−rrr2−x2⋅r2−x2rdx=2π∫−rrrdx
=2πr[x]−rr=2πr⋅2r=4πr2
Example 3: Paraboloid
Rotate y=x2 from x=0 to x=1 around the y-axis.
dxdy=2x
ds=1+4x2dx
S=2π∫01x⋅1+4x2dx
Let u=1+4x2, du=8xdx
=2π⋅81∫15udu=4π⋅32[u3/2]15
=6π[53/2−1]=6π[55−1]≈5.33
Example 4: Using y as parameter
Rotate x=y from y=0 to y=4 around x-axis.
dydx=2y1
ds=1+4y1dy=4y4y+1dy
S=2π∫04y⋅4y4y+1dy=2π∫04y⋅24y+1dy
=π∫044y2+ydy
Let u=4y+1, then y=4u−1:
=8π∫1174(u−1)udu=16π∫117u2−udu
Using substitution and formula: ≈30.85
Example 5: Gabriel's Horn
Rotate y=x1 from x=1 to x=∞ around x-axis.
dxdy=−x21
ds=1+x41dx
S=2π∫1∞x11+x41dx
Since 1+x41>1:
S>2π∫1∞x1dx=2π[lnx]1∞=∞
The surface area is infinite!
Note: Interestingly, the volume is finite:
V=π∫1∞x21dx=π[−x1]1∞=π
This is the famous Gabriel's Horn paradox.
Example 6: Zone of sphere
Find surface area of sphere of radius r between y=a and y=b (where −r≤a<b≤r).
x=r2−y2
dydx=r2−y2−y
ds=r2−y2rdy
S=2π∫abr2−y2⋅r2−y2rdy=2πr∫abdy=2πr(b−a)
The surface area depends only on the height of the zone, not its position!