Section 7.4 Arc Length and Surface Area
Given a region, what is its area?
Given a solid, what is its volume?
Given a curve, what is its length? This is often referred to as arc length.
Given a solid, what is its surface area?
Subsection 7.4.1 Arc Length
Consider the graph of y=sin(x) on [0,π] given in Figure 7.4.2.(a). How long is this curve? That is, if we were to use a piece of string to exactly match the shape of this curve, how long would the string be? As we have done in the past, we start by approximating; later, we will refine our answer using limits to get an exact solution. The length of straight-line segments is easy to compute using the Distance Formula. We can approximate the length of the given curve by approximating the curve with straight lines and measuring their lengths.Now pull the Δx2i term out of the square root:
=n∑i=1√1+Δy2iΔx2iΔxi.This is nearly a Riemann Sum. Consider the Δy2i/Δx2i term. The expression Δyi/Δxi measures the “change in y/change in x,” that is, the “rise over run” of f on the ith subinterval. The Mean Value Theorem of Differentiation (Theorem 3.2.4) states that there is a ci in the ith subinterval where f′(ci)=Δyi/Δxi. Thus we can rewrite our above expression as:
=n∑i=1√1+f′(ci)2Δxi.This is a Riemann Sum. As long as f′ is continuous, we can invoke Theorem 5.3.26 and conclude
=∫ba√1+f′(x)2dx.Theorem 7.4.4. Arc Length.
Let f be differentiable on [a,b], where f′ is also continuous on [a,b]. Then the arc length of f from x=a to x=b is
Example 7.4.5. Finding arc length.
Find the arc length of f(x)=x3/2 from x=0 to x=4.
We find \(\fp(x)= \frac32x^{1/2}\text{;}\) note that on \([0,4]\text{,}\) \(f\) is differentiable and \(\fp\) is also continuous. Using the formula, we find the arc length \(L\) as
A graph of \(f\) is given in Figure 7.4.6.
Example 7.4.7. Finding arc length.
Find the arc length of f(x)=18x2−ln(x) from x=1 to x=2.
This function was chosen specifically because the resulting integral can be evaluated exactly. We begin by finding \(\fp(x) = x/4-1/x\text{.}\) The arc length is
A graph of \(f\) is given in Figure 7.4.8; the portion of the curve measured in this problem is in bold.
Example 7.4.9. Approximating arc length numerically.
Find the length of the sine curve from x=0 to x=π.
This is somewhat of a mathematical curiosity; in Example 5.4.14 we found the area under one “hump” of the sine curve is 2 square units; now we are measuring its arc length.
The setup is straightforward: \(f(x) = \sin(x)\) and \(\fp(x) = \cos(x)\text{.}\) Thus
This integral cannot be evaluated in terms of elementary functions so we will approximate it with Simpson's Method with \(n=4\text{.}\)
\(x\) | \(\sqrt{1+\cos^2(x) }\) |
\(0\) | \(\sqrt{2}\) |
\(\pi/4\) | \(\sqrt{3/2}\) |
\(\pi/2\) | \(1\) |
\(3 \pi/4\) | \(\sqrt{3/2}\) |
\(\pi\) | \(\sqrt{2}\) |
Figure 7.4.10 gives \(\sqrt{1+\cos^2(x) }\) evaluated at 5 evenly spaced points in \([0,\pi]\text{.}\) Simpson's Rule then states that
Using a computer with \(n=100\) the approximation is \(L\approx 3.8202\text{;}\) our approximation with \(n=4\) is quite good.
Subsection 7.4.2 Surface Area of Solids of Revolution
We have already seen how a curve y=f(x) on [a,b] can be revolved around an axis to form a solid. Instead of computing its volume, we now consider its surface area.Theorem 7.4.13. Surface Area of a Solid of Revolution.
Let f be differentiable on [a,b], where f′ is also continuous on [a,b].
-
The surface area of the solid formed by revolving the graph of y=f(x), where f(x)≥0, about the x-axis is
Surface Area=2π∫baf(x)√1+f′(x)2dx. -
The surface area of the solid formed by revolving the graph of y=f(x) about the y-axis, where a,b≥0, is
Surface Area=2π∫bax√1+f′(x)2dx.
Example 7.4.14. Finding surface area of a solid of revolution.
Find the surface area of the solid formed by revolving y=sin(x) on [0,π] around the x-axis, as shown in Figure 7.4.15.
The setup is relatively straightforward. Using Theorem 7.4.13, we have the surface area \(SA\) is:
The integration step above is nontrivial, utilizing the integration method of Trigonometric Substitution from Section 6.4.
It is interesting to see that the surface area of a solid, whose shape is defined by a trigonometric function, involves both a square root and an inverse hyperbolic trigonometric function.
Example 7.4.16. Finding surface area of a solid of revolution.
Find the surface area of the solid formed by revolving the curve y=x2 on [0,1] about:
the x-axis
the y-axis.
-
The integral is straightforward to setup:
\begin{align*} SA \amp = 2\pi\int_0^1 x^2\sqrt{1+(2x)^2}\, dx.\\ \end{align*}Like the integral in Example 7.4.14, this requires Trigonometric Substitution.
\begin{align*} \amp = \left.\frac{\pi}{32}\left(2(8x^3+x)\sqrt{1+4x^2}-\sinh^{-1}(2x)\right)\right|_0^1\\ \amp =\frac{\pi}{32}\left(18\sqrt{5}-\sinh^{-1}(2) \right)\\ \amp \approx 3.81\,\text{units}^2\text{.} \end{align*}The solid formed by revolving \(y=x^2\) around the \(x\)-axis is graphed in Figure 7.4.17.(a).
-
Since we are revolving around the \(y\)-axis, the “radius” of the solid is not \(f(x)\) but rather \(x\text{.}\) Thus the integral to compute the surface area is:
\begin{align*} SA \amp = 2\pi\int_0^1x\sqrt{1+(2x)^2}\, dx.\\ \end{align*}This integral can be solved using substitution. Set \(u=1+4x^2\text{;}\) the new bounds are \(u=1\) to \(u=5\text{.}\) We then have
\begin{align*} \amp = \frac{\pi}4\int_1^5 \sqrt{u}\, du\\ \amp = \left.\frac{\pi}{4}\frac23 u^{3/2}\right|_1^5\\ \amp = \frac{\pi}6\left(5\sqrt{5}-1\right)\\ \amp \approx 5.33\,\text{units}^2\text{.} \end{align*}The solid formed by revolving \(y=x^2\) about the \(y\)-axis is graphed in Figure 7.4.17.(b).
Example 7.4.18. The surface area and volume of Gabriel's Horn.
Consider the solid formed by revolving y=1/x about the x-axis on [1,∞). Find the volume and surface area of this solid. (This shape, as graphed in Figure 7.4.19, is known as “Gabriel's Horn” since it looks like a very long horn that only a supernatural person, such as an angel, could play.)
To compute the volume it is natural to use the Disk Method. We have:
Gabriel's Horn has a finite volume of \(\pi\) cubic units. Since we have already seen that regions with infinite length can have a finite area, this is not too difficult to accept.
We now consider its surface area. The integral is straightforward to setup:
Integrating this expression is not trivial. We can, however, compare it to other improper integrals. Since \(1\lt \sqrt{1+1/x^4}\) on \([1,\infty)\text{,}\) we can state that
\begin{align*} 2\pi\int_1^\infty \frac{1}{x}\, dx \amp \lt 2\pi\int_1^\infty \frac{1}{x}\sqrt{1+1/x^4}\, dx \text{.} \end{align*}By Key Idea 6.8.17, the improper integral on the left diverges. Since the integral on the right is larger, we conclude it also diverges, meaning Gabriel's Horn has infinite surface area.
Hence the “paradox”: we can fill Gabriel's Horn with a finite amount of paint, but since it has infinite surface area, we can never paint it.
Somehow this paradox is striking when we think about it in terms of volume and area. However, we have seen a similar paradox before, as referenced above. We know that the area under the curve \(y=1/x^2\) on \([1,\infty)\) is finite, yet the shape has an infinite perimeter. Strange things can occur when we deal with the infinite.
Exercises 7.4.3 Exercises
Terms and Concepts
In the following exercises, find the arc length of the function on the given interval.
In the following exercises, set up the integral to compute the arc length of the function on the given interval. Do not evaluate the integral.
13.
f(x)=x2 on [0,1].
14.
f(x)=x10 on [0,1].
15.
f(x)=√x on [0,1].
16.
f(x)=ln(x) on [1,e].
17.
f(x)=√1−x2 on [−1,1]. (Note: this describes the top half of a circle with radius 1.)
18.
f(x)=√1−x2/9 on [−3,3]. (Note: this describes the top half of an ellipse with a major axis of length 6 and a minor axis of length 2.)
19.
f(x)=1x on [1,2].
20.
f(x)=sec(x) on [−π/4,π/4].
In the following exercises, use Simpson's Rule, with n=4, to approximate the arc length of the function on the given interval. Note: these are the same problems as in Exercises 7.4.3.13– Exercise 7.4.3.20.
21.
f(x)=x2 on [0,1].
22.
f(x)=x10 on [0,1].
23.
f(x)=√x on [0,1]. (Note: f′(x) is not defined at x=0.)
24.
f(x)=ln(x) on [1,e].
25.
f(x)=√1−x2 on [−1,1]. (Note: f′(x) is not defined at the endpoints.)
26.
f(x)=√1−x2/9 on [−3,3]. (Note: f′(x) is not defined at the endpoints.)
27.
f(x)=1x on [1,2].
28.
f(x)=sec(x) on [−π/4,π/4].
In the following exercises, find the surface area of the described solid of revolution.
29.
The solid formed by revolving y=2x on [0,1] about the x-axis.
30.
The solid formed by revolving y=x2 on [0,1] about the y-axis.
31.
The solid formed by revolving y=x3 on [0,1] about the x-axis.
32.
The solid formed by revolving y=√x on [0,1] about the x-axis.
33.
The sphere formed by revolving y=√1−x2 on [−1,1] about the x-axis.