Skip to main content

Section 5.3 Arc Length and Surface Area

In this section we cover how to find and use arc length and surface area of a function when revolved around an axis.

Subsection 5.3.1 Arc Length

Figure 5.3.1.
How do we find the length of the above curve from \(x=1\text{,}\) to \(x=3\text{?}\)

Similarly to previous section, we need to divide the function into subintervals along the x-axis. If we place dots at the subinterval points and connect the dots, we can get an approximation of the length of the function.

To do this accurately we use the mean value theorum or MVT to find the mean slope between two points using the formula \(slope = \dfrac{f(b)-f(a)}{b-a}\text{.}\)

Definition 5.3.2. MVT.

Essentially, MVT says that there is at least one tangent line that has the slope of the trinagle's hypotenus where \(f'(c)=\dfrac{f(b)-f(a)}{b-a}\text{.}\)

Figure 5.3.3.

In order to use MVT or find the arc length of a function, the function must be differentiable on the inteval (a, b) and continuous on the interval [a, b].

Apply MVT to each subinterval to get the "c" in the above function.

By using the pythagorean theorum, we can find that \(c=\sqrt{1 + f'(x_k^*)^2} \Delta x\text{.}\)

Remark 5.3.4.
\begin{align*} c^2 \amp = (\Delta x)^2 + (f'(x_k^*)\Delta x)^2\\ c \amp = \sqrt{ \Delta x^2 + (f'(x_k^*)\Delta x)^2}\\ \amp = \sqrt{(\Delta x)^2 (1 + (f'(x_k^*))^2}\\ \amp = \sqrt{\Delta x^2} \sqrt{1 + (f'(x_k^*)^2}\\ \amp = \Delta x \sqrt{1 + (f'(x_k^*)^2}\\ \amp = \sqrt{1 + (f'(x_k^*)^2} \Delta x \end{align*}

Figure 5.3.5.

To find the total length we need to sum up all of the subintervals:

\begin{equation*} L_n = \displaystyle\sum_{k=1}^{n} \sqrt{1 + f'(x_k^*)^2} \Delta x \end{equation*}

And to find the exact length, we must take the limit to inifinity:

\begin{equation*} L = \displaystyle\lim\limits_{n\to\infty} \displaystyle\sum_{k=1}^{n} \sqrt{1 + f'(x_k^*)^2} \Delta x \end{equation*}

Finally, applying the definition of a definite integral we get:

\begin{equation*} L = \int_a^b\sqrt{1 + f'(x)^2}dx \end{equation*}
Example 5.3.1.

Using the figure at the top of the page, let's set up the definite integral:

\begin{gather*} L = \int_a^b\sqrt{1 + f'(x)^2}dx\\ L = \int_1^3\sqrt{1 + (cos(x))^2}dx\\ L = \int_1^3\sqrt{1 + cos^2(x)}dx \end{gather*}

Subsection 5.3.2 Area of a Surface of Revolution

Figure 5.3.6.

Building on the previous equation, how can we find the surface area of a function that has been revolved around an axis?

Like the previous section, we need to divide the function into equal subsections along the x-axis. If we rotate these subintervals around the x-axis, we get very thin "rubber bands".If we were to "cut open" the rubber band, we would get a rectangle.

We know that the area of a rectangle is \(SA = l \cdot w\text{.}\) In order to apply this, we need to change this equation into variables of out function.

  • \(l = \sqrt{1 + (f'(x_k^*))^2} \Delta x\) : the lendth is equal to the arc length of the subinterval

  • \(w = 2 \pi r = 2 \pi (f(x_k^*))\) : the width would be equal to the curcumference of the "rubber band"

When we plug those in we get \(SA_{band} = 2 \pi (f(x_k^*)) \cdot \sqrt{1 + (f'(x_k^*))^2} \Delta x \text{.}\)

If we sum up all of the subsection, we get the total estimated surface area of the function when revolved around the x-axis, and if we take the limit of the sumation to infinity and apply the definition of the definite integral we get:

\begin{equation*} SA = \int_a^b = 2 \pi f(x) \cdot \sqrt{1 + (f'(x))^2} dx \end{equation*}
Example 5.3.2.

Let's find the surface area of the graph above, \(f(x)=x^3\text{,}\) from [1,3] revolved around the x-axis.

\begin{align*} SA \amp = \int_a^b 2 \pi f(x) \cdot \sqrt{1 + (f'(x))^2} dx \\ \amp = 2 \pi \int_1^3 x^3 \cdot \sqrt{1 + (3x^2)^2} dx \\ \amp = 2 \pi \int_1^3 x^3 \cdot \sqrt{1 + 9x^4} dx \\ \amp = 2 \pi \int_1^3 \dfrac{1}{36} \cdot 36x^3 \cdot \sqrt{1 + 9x^4} dx \\ \amp = \dfrac{2}{36} \pi \int_1^3 36x^3 \cdot \sqrt{1 + 9x^4} dx \\ \amp = \dfrac{\pi}{18} \int_10^730 \sqrt{u} du \\ \amp = \dfrac{\pi}{18} \left[ \dfrac{2}{3} u^{\frac{3}{2}} \right]_10^730 \\ \amp = \dfrac{\pi}{18} \cdot \dfrac{2}{3} \left( 730^{\frac{3}{2}} - 10^{\frac{3}{2}} \right) \\ \amp = \dfrac{\pi}{27} \left( 730\sqrt{730} - 10\sqrt{10} \right) \\ \amp = \dfrac{\pi}{27} \left( 730\sqrt{730} - 10\sqrt{10} \right) \\ SA \amp = \dfrac{730\sqrt{730}\pi}{27} - \dfrac{10\sqrt{10}\pi}{27} \approx 2291.3 \end{align*}

Table 5.3.7.
\(u = 1 + 9x^4\)
du = 36x^3dx\(\)
\(1 + 9(1)^4 = 10 \)
\(1 + 9(1)^4 = 730\)