applications of integration
Surface Area of Revolution
You should know: arc length, integral
Overview
When a curve is revolved around an axis, it sweeps out a surface. The surface area of revolution formula integrates the circumference of infinitesimal rings along the curve. This leads to elegant results such as recovering the sphere's surface area S = 4*pi*r^2 and the surprising Gabriel's Horn paradox, where infinite surface area coexists with finite volume.
Intuition
Imagine revolving a tiny arc element ds of length ds around the x-axis. It sweeps out a thin ring (frustum) with circumference 2*pi*f(x). The surface area is the sum (integral) of all these ring circumferences times the arc length element: S = integral 2*pi*f(x) ds. Since ds = sqrt(1 + (f')^2) dx, we get the standard formula.
Formal Definition
If f is a smooth non-negative function on [a,b], the surface area generated by revolving the curve y = f(x) around the x-axis is given by the integral below. For rotation around the y-axis, replace f(x) with x.
Notation
| Notation | Meaning |
|---|---|
| Surface area of the solid of revolution | |
| Arc length element along the curve | |
| Distance from the axis (radius of ring) |
Theorems
Worked Examples
- 1
Compute f'(x) = -x/sqrt(r^2-x^2).
- 2
Compute the integrand factor:
- 3
So f(x)*sqrt(1+(f')^2) = sqrt(r^2-x^2) * r/sqrt(r^2-x^2) = r.
- 4
Integrate from -r to r:
✓ Answer
S = 4*pi*r^2, confirming Archimedes' formula for the surface area of a sphere.
Practice Problems
Find the surface area generated by rotating y = sqrt(x) for x in [0,4] around the x-axis.
Verify that Gabriel's Horn (y = 1/x, x >= 1, rotated around x-axis) has infinite surface area.
Find the surface area of the cone formed by rotating y = (r/h)*x for x in [0,h] around the x-axis.
Common Mistakes
The surface area formula is the same as the volume formula (using disks).
Volume uses pi*[f(x)]^2 dx (disk area); surface area uses 2*pi*f(x)*sqrt(1+(f')^2) dx (ring circumference times arc length). The arc length factor sqrt(1+(f')^2) is essential.
Forgetting the arc length factor: writing S = 2*pi*integral f(x) dx.
The rings are slanted, not vertical. The correct element is ds = sqrt(1+(f')^2) dx, not just dx.
Quiz
Historical Background
Archimedes computed the surface area of a sphere by inscribing and circumscribing solids in the 3rd century BCE, obtaining S = 4*pi*r^2 -- one of his proudest results. The integral formula for surface area of revolution awaited the development of calculus by Newton and Leibniz in the 17th century. Gabriel's Horn (Torricelli's trumpet) was described by Evangelista Torricelli in 1643 and immediately provoked philosophical debate about infinity.
- 225 BCE
Archimedes derives the surface area of a sphere geometrically
Archimedes
- 1643
Torricelli describes Gabriel's Horn (1/x rotated around x-axis for x >= 1)
Evangelista Torricelli
- 1690s
Newton and Leibniz develop calculus, enabling integral formulas for surface area
Isaac Newton, Gottfried Wilhelm Leibniz
Summary
- The surface area of revolution formula is S = 2*pi * integral_a^b f(x)*sqrt(1+[f'(x)]^2) dx for rotation around the x-axis.
- Rotating the semicircle y = sqrt(r^2-x^2) recovers the sphere surface area S = 4*pi*r^2.
- Gabriel's Horn (y=1/x, x>=1) has infinite surface area but finite volume pi -- the Gabriel's Horn paradox.
- The arc length element ds = sqrt(1+(f')^2) dx is the key factor distinguishing surface area from simpler integrals.
References
- BookStewart, J. (2015). Calculus: Early Transcendentals (8th ed.). Cengage Learning.
- BookThomas, G. B. et al. (2014). Thomas' Calculus (13th ed.). Pearson.
Mathematics