next up previous
Next: Problems Previous: Solutions

Surface Area of a surface of revolution

Consider a surface of revolution obtained by rotating the curve y = f(x) about the x-axis, for x from a to b.
Over a very small interval $\Delta(x)$ in x, it seems reasonable to approximate the surface by the frustum of a cone, with radius at one end f(x) and at the other $f(x) + f'(x) \Delta(x)$.
What is the surface area of such a frustum?
If a cone has edge length l (this is the length of a straight line segment on the cone starting at the vertex and ending at the base, perpendicular to the base) and radius at its base r, then if we snip it along a ray coming down from the vertex, perpendicular to the base and unwrap, we find the sector of a circle of radius l and angle $\frac{2\pi r}{l}$, so the area of the cone's curved surface is:

\begin{displaymath}\frac{1}{2}l^2 \frac{2\pi r}{l} = \pi r l.\end{displaymath}

Now, let a frustum have inner radius r1, outer radius r2, and length l.
Let $R = \frac{r_2 - r_1}{2}$ and $r = \frac{r_1 + r_2}{2}$.
Then r1 = r - R and r2 = r + R.
Regard the frustum as part of a cone of total length l2 with a piece of length l1 removed.
So we have the relation: l = l2 - l1.
So by similar triangles, we have $\frac{r_1}{l_1} = \frac{r_2}{l_2}$.
So l2(r-R) = l1(r + R), or R(l1 + l2) = rl.
Then the area of the frustum is:

\begin{displaymath}\pi r_2l_2 - \pi r_1l_1 = \pi(r + R)l_2 - \pi(r - R)l_1\end{displaymath}


\begin{displaymath}= \pi(r(l_2 - l_1) + \pi R(l_1 + l_2) = 2\pi rl. \end{displaymath}

For our very small frustum, the average radius is approximately f(x) and the edge length l is $\Delta s$ the length along the curve.
So the area is approximately $2\pi f(x)\Delta s$.
Summing up such small frustums gives a Riemann sum.
In the limit as $\Delta(x)$ goes to zero, this gives us an integral formula for the area of a surface of revolution about the x-axis:

\begin{displaymath}A = \int_{x =a}^{x = b} 2\pi y ds = 2\pi \int_{x =a}^{x = b} 2\pi y \sqrt{(dx)^2 + (dy)^2}, \end{displaymath}


\begin{displaymath}A = \int_a^b 2\pi f(x)\sqrt{1 + (\frac{df}{dx})^2} dx.\end{displaymath}

If the curve is given parametrically by a formula x = x(t), y = y(t), for t from t0 to t1, then the surface area is:

\begin{displaymath}A = \int_{t_0}^{t_1} 2\pi y(t) \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2 } dt.\end{displaymath}

If we rotate about the y-axis instead of the x-axis, then the role of the x and y variables is interchanged:

\begin{displaymath}A = 2\pi \int_c^d xds = 2\pi \int_c^d x(y) \sqrt{1 + (\frac{dx}{dy})^2} dy, \end{displaymath}


\begin{displaymath}A = \int_{t_0}^{t_1} 2\pi x(t) \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2 } dt.\end{displaymath}



 
next up previous
Next: Problems Previous: Solutions
George A. J. Sparling
2001-04-16