Skip to main content
Mathematics LibreTexts

9.10: Surface Area

  • Page ID
    490
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Another geometric question that arises naturally is: "What is the surface area of a volume?'' For example, what is the surface area of a sphere? More advanced techniques are required to approach this question in general, but we can compute the areas of some volumes generated by revolution.

    As usual, the question is: how might we approximate the surface area? For a surface obtained by rotating a curve around an axis, we can take a polygonal approximation to the curve, as in the last section, and rotate it around the same axis. This gives a surface composed of many "truncated cones;'' a truncated cone is called a frustum of a cone. Figure 9.10.1 illustrates this approximation.

    alt
    Figure 9.10.1. Approximating a surface (left) by portions of cones (right). You can download the Sage worksheetfor this plot and upload it to your own sage account.

    So we need to be able to compute the area of a frustum of a cone. Since the frustum can be formed by removing a small cone from the top of a larger one, we can compute the desired area if we know the surface area of a cone. Suppose a right circular cone has base radius \(r\) and slant height \(h\). If we cut the cone from the vertex to the base circle and flatten it out, we obtain a sector of a circle with radius \(h\) and arc length \(2\pi r\), as in Figure 9.10.2. The angle at the center, in radians, is then \(2\pi r/h\), and the area of the cone is equal to the area of the sector of the circle. Let \(A\) be the area of the sector; since the area of the entire circle is \(\pi h^2\), we have $$ \eqalign{{A\over\pi h^2}&={2\pi r/h\over 2\pi}\cr A &= \pi r h.\cr} \]

    alt
    Figure 9.10.2. The area of a cone.

    Now suppose we have a frustum of a cone with slant height \(h\) and radii \(r_0\) and \(r_1\), as in figure 9.10.3. The area of the entire cone is \(\pi r_1(h_0+h)\), and the area of the small cone is \(\pi r_0 h_0\); thus, the area of the frustum is \(\pi r_1(h_0+h)-\pi r_0 h_0=\pi((r_1-r_0)h_0+r_1h)\). By similar triangles,

    $${h_0\over r_0}={h_0+h\over r_1}.\]

    With a bit of algebra this becomes \((r_1-r_0)h_0= r_0h\); substitution into the area gives

    $$ \pi((r_1-r_0)h_0+r_1h)=\pi(r_0h+r_1h)=\pi h(r_0+r_1)=2\pi {r_0+r_1\over2} h = 2\pi r h. \]

    The final form is particularly easy to remember, with \(r\) equal to the average of \(r_0\) and \(r_1\), as it is also the formula for the area of a cylinder. (Think of a cylinder of radius \(r\) and height \(h\) as the frustum of a cone of infinite height.)

    alt
    Figure 9.10.3. The area of a frustum.

    Now we are ready to approximate the area of a surface of revolution. On one subinterval, the situation is as shown in Figure 9.10.4. When the line joining two points on the curve is rotated around the \(x\)-axis, it forms a frustum of a cone. The area is

    $$ 2\pi r h= 2\pi {f(x_i)+f(x_{i+1})\over2} \sqrt{1+(f'(t_i))^2}\,\Delta x. \]

    Here \(\sqrt{1+(f'(t_i))^2}\,\Delta x\) is the length of the line segment, as we found in the previous section. Assuming \(f\) is a continuous function, there must be some \(x_i^*\) in \( [x_i,x_{i+1}]\) such that \((f(x_i)+f(x_{i+1}))/2 = f(x_i^*)\), so the approximation for the surface area is $$\sum_{i=0}^{n-1} 2\pi f(x_i^*)\sqrt{1+(f'(t_i))^2}\,\Delta x.$$ This is not quite the sort of sum we have seen before, as it contains two different values in the interval \([x_i,x_{i+1}]\), namely \(x_i^*\) and \(t_i\). Nevertheless, using more advanced techniques than we have available here, it turns out that

    $$\lim_{n\to\infty} \sum_{i=0}^{n-1} 2\pi f(x_i^*)\sqrt{1+(f'(t_i))^2}\,\Delta x= \int_a^b 2\pi f(x)\sqrt{1+(f'(x))^2}\,dx\]

    is the surface area we seek. (Roughly speaking, this is because while \(x_i^*\) and \(t_i\) are distinct values in \([x_i,x_{i+1}]\), they get closer and closer to each other as the length of the interval shrinks.)

    alt
    Figure 9.10.4. One subinterval.

    If the curve is rotated around the \(y\) axis, the formula is nearly identical, because the length of the line segment we use to approximate a portion of the curve doesn't change. Instead of the radius \(f(x_i^*)\), we use the new radius \(\bar x_i= (x_i+x_{i+1})/2\), and the surface area integral becomes $$\int_a^b 2\pi x\sqrt{1+(f'(x))^2}\,dx.\]

    We compute \(f'(x)= 2x\), and then $$2\pi\int_0^2 x\sqrt{1+4x^2}\,dx={\pi\over6}(17^{3/2}-1),$$ by a simple substitution.

    Contributors and Attributions


    This page titled 9.10: Surface Area is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by David Guichard.

    • Was this article helpful?