Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

6.4: Areas of Surfaces of Revolution

( \newcommand{\kernel}{\mathrm{null}\,}\)

The concepts we used to find the arc length of a curve can be extended to find the surface area of a surface of revolution. Surface area is the total area of the outer layer of an object. For objects such as cubes or bricks, the surface area of the object is the sum of the areas of all of its faces. For curved surfaces, the situation is a little more complex. Let f(x) be a nonnegative smooth function over the interval [a,b]. We wish to find the surface area of the surface of revolution created by revolving the graph of y=f(x) around the x-axis as shown in the following figure.

This figure has two graphs. The first graph is labeled “a” and is a curve in the first quadrant beginning at the y-axis. The curve is y=f(x). The second graph is labeled “b” and has the same curve y=f(x). There is also a solid surface formed by rotating the curve about the x-axis.
Figure 6.4.4: (a) A curve representing the function f(x). (b) The surface of revolution formed by revolving the graph of f(x) around the xaxis.

As we have done many times before, we are going to partition the interval [a,b] and approximate the surface area by calculating the surface area of simpler shapes. We start by using line segments to approximate the curve, as we did earlier in this section. For i=0,1,2,,n, let P=xi be a regular partition of [a,b]. Then, for i=1,2,,n, construct a line segment from the point (xi1,f(xi1)) to the point (xi,f(xi)). Now, revolve these line segments around the x-axis to generate an approximation of the surface of revolution as shown in the following figure.

This figure has two graphs. The first graph is labeled “a” and is a curve in the first quadrant beginning at the y-axis. The curve is y=f(x). The area under the curve above the x-axis has been divided into regions with vertical lines. The second graph is labeled “b” and has the same curve y=f(x). There is also a solid surface formed by rotating the curve about the x-axis.
Figure 6.4.5: (a) Approximating f(x) with line segments. (b) The surface of revolution formed by revolving the line segments around the x-axis.

Notice that when each line segment is revolved around the axis, it produces a band. These bands are actually pieces of cones (think of an ice cream cone with the pointy end cut off). A piece of a cone like this is called a frustum of a cone.

To find the surface area of the band, we need to find the lateral surface area, S, of the frustum (the area of just the slanted outside surface of the frustum, not including the areas of the top or bottom faces). Let r1 and r2 be the radii of the wide end and the narrow end of the frustum, respectively, and let l be the slant height of the frustum as shown in the following figure.

This figure is a graph. It is a frustum of a cone above the x-axis with the y-axis in the center. The radius of the bottom of the frustum is rsub1 and the radius of the top is rsub2. The length of the side is labeled “l”.
Figure 6.4.6: A frustum of a cone can approximate a small part of surface area.

We know the lateral surface area of a cone is given by

Lateral Surface Area =πrs,

where r is the radius of the base of the cone and s is the slant height (Figure 6.4.7).

This figure is a cone. The cone has radius r, height h, and length of side s.
Figure 6.4.7: The lateral surface area of the cone is given by πrs.

Since a frustum can be thought of as a piece of a cone, the lateral surface area of the frustum is given by the lateral surface area of the whole cone less the lateral surface area of the smaller cone (the pointy tip) that was cut off (Figure 6.4.8).

This figure is a graph. It is a frustum of a cone. The radius of the bottom of the frustum is rsub1 and the radius of the top is rsub2. The length of the side is labeled “l”. There is also the top of a cone with broken lines above the frustum. It has length of side s.
Figure 6.4.8: Calculating the lateral surface area of a frustum of a cone.

The cross-sections of the small cone and the large cone are similar triangles, so we see that

r2r1=sls

Solving for s, we get

r2r1=slsr2s=r1(sl)r2s=r1sr1lr1l=r1sr2sr1l=(r1r2)sr1lr1r2=s

Then the lateral surface area (SA) of the frustum is

S=(Lateral SA of large cone)(Lateral SA of small cone)=πr1sπr2(sl)=πr1(r1lr1r2)πr2(r1lr1r2l)=πr21lr1r2πr1r2lr1r2+πr2l=πr21lr1r2πr1r2lr1r2+πr2l(r1r2)r1r2=πr21lr1r2πr1r2lr1r2+πr1r2lr1r2πr22lr1r3=π(r21r22)lr1r2=π(r1r+2)(r1+r2)lr1r2=π(r1+r2)l.

Let’s now use this formula to calculate the surface area of each of the bands formed by revolving the line segments around the x-axis. A representative band is shown in the following figure.

This figure has two graphics. The first is a curve in the first quadrant. Around the x-axis is a frustum of a cone. The edge of the frustum is against the curve. The edge begins at f(xsubi-1) and ends at f(xsubi). The second image is the same curve with the same frustum. the height of the frustum is delta x and the curve is labeled y=f(x).
Figure 6.4.9: A representative band used for determining surface area.

Note that the slant height of this frustum is just the length of the line segment used to generate it. So, applying the surface area formula, we have

S=π(r1+r2)l=π(f(xi1)+f(xi))Δx2+(Δyi)2=π(f(xi1)+f(xi))Δx1+(ΔyiΔx)2

Now, as we did in the development of the arc length formula, we apply the Mean Value Theorem to select xi[xi1,xi] such that f(xi)=(Δyi)/Δx. This gives us

S=π(f(xi1)+f(xi))Δx1+(f(xi))2

Furthermore, since f(x) is continuous, by the Intermediate Value Theorem, there is a point xi[xi1,xi] such that f(xi)=12[f(xi1)+f(xi)],

so we get

S=2πf(xi)Δx1+(f(xi))2.

Then the approximate surface area of the whole surface of revolution is given by

Surface Areani=12πf(xi)Δx1+(f(xi))2.

This almost looks like a Riemann sum, except we have functions evaluated at two different points, xi and xi, over the interval [xi1,xi]. Although we do not examine the details here, it turns out that because f(x) is smooth, if we let n, the limit works the same as a Riemann sum even with the two different evaluation points. This makes sense intuitively. Both xi and xi are in the interval [xi1,xi], so it makes sense that as n, both xi and xi approach x Those of you who are interested in the details should consult an advanced calculus text.

Taking the limit as n, we get

Surface Area=limnni=12πf(xi)Δx1+(f(xi))2=ba(2πf(x)1+(f(x))2)dx

As with arc length, we can conduct a similar development for functions of y to get a formula for the surface area of surfaces of revolution about the y-axis. These findings are summarized in the following theorem.

Surface Area of a Surface of Revolution

Let f(x) be a nonnegative smooth function over the interval [a,b]. Then, the surface area of the surface of revolution formed by revolving the graph of f(x) around the x-axis is given by

Surface Area=ba(2πf(x)1+(f(x))2)dx

Similarly, let g(y) be a nonnegative smooth function over the interval [c,d]. Then, the surface area of the surface of revolution formed by revolving the graph of g(y) around the y-axis is given by

Surface Area=dc(2πg(y)1+(g(y))2)dy

Example 6.4.4: Calculating the Surface Area of a Surface of Revolution 1.

Let f(x)=x over the interval [1,4]. Find the surface area of the surface generated by revolving the graph of f(x) around the x-axis. Round the answer to three decimal places.

Solution

The graph of f(x) and the surface of rotation are shown in Figure 6.4.10.

This figure has two graphs. The first is the curve f(x)=squareroot(x). The curve is increasing and begins at the origin. Also on the graph are the vertical lines x=1 and x=4. The second graph is the same function as the first graph. The region between f(x) and the x-axis, bounded by x=1 and x=4 has been rotated around the x-axis to form a surface.
Figure 6.4.10: (a) The graph of f(x). (b) The surface of revolution.

We have f(x)=x. Then, f(x)=12x and (f(x))2=14x. Then,

Surface Area=ba(2πf(x)1+(f(x))2)dx=41(2πx1+14x)dx=41(2πx+14)dx.

Let u=x+1/4. Then, du=dx. When x=1,u=5/4, and when x=4,u=17/4. This gives us

10(2πx+14)dx=17/45/42πudu=2π[23u3/2]17/45/4=π6[171755]30.846units2

Exercise 6.4.4

Let f(x)=1x over the interval [0,1/2]. Find the surface area of the surface generated by revolving the graph of f(x) around the x-axis. Round the answer to three decimal places.

Hint

Use the process from the previous example.

Answer

π6(5533)3.133units2

Example 6.4.5: Calculating the Surface Area of a Surface of Revolution 2

Let f(x)=y=33x. Consider the portion of the curve where 0y2. Find the surface area of the surface generated by revolving the graph of f(x) around the y-axis.

Solution

Notice that we are revolving the curve around the y-axis, and the interval is in terms of y, so we want to rewrite the function as a function of y. We get x=g(y)=(1/3)y3. The graph of g(y) and the surface of rotation are shown in the following figure.

This figure has two graphs. The first is the curve g(y)=1/3y^3. The curve is increasing and begins at the origin. Also on the graph are the horizontal lines y=0 and y=2. The second graph is the same function as the first graph. The region between g(y) and the y-axis, bounded by y=0 and y=2 has been rotated around the y-axis to form a surface.
Figure 6.4.11: (a) The graph of g(y). (b) The surface of revolution.

We have g(y)=(1/3)y3, so g(y)=y2 and (g(y))2=y4. Then

Surface Area=dc(2πg(y)1+(g(y))2)dy=20(2π(13y3)1+y4)dy=2π320(y31+y4)dy.

Let u=y4+1. Then du=4y3dy. When y=0,u=1, and when y=2,u=17. Then

2π320(y31+y4)dy=2π317114udu=π6[23u3/2]|171=π9[(17)3/21]24.118units2.

Exercise 6.4.5

Let g(y)=9y2 over the interval y[0,2]. Find the surface area of the surface generated by revolving the graph of g(y) around the y-axis.

Hint

Use the process from the previous example.

Answer

12πunits2


6.4: Areas of Surfaces of Revolution is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by LibreTexts.

Support Center

How can we help?