Arc Length of the Curve y = f ( x )

In previous applications of integration, we required the function \(f \left(\right. x \left.\right)\) to be integrable, or at most continuous. However, for calculating arc length we have a more stringent requirement for \(f \left(\right. x \left.\right) .\) Here, we require \(f \left(\right. x \left.\right)\) to be differentiable, and furthermore we require its derivative, \(f^{'} \left(\right. x \left.\right) ,\) to be continuous. Functions like this, which have continuous derivatives, are called smooth. (This property comes up again in later chapters.)

Let \(f \left(\right. x \left.\right)\) be a smooth function defined over \(\left[\right. a , b \left]\right. .\) We want to calculate the length of the curve from the point \(\left(\right. a , f \left(\right. a \left.\right) \left.\right)\) to the point \(\left(\right. b , f \left(\right. b \left.\right) \left.\right) .\) We start by using line segments to approximate the length of the curve. For \(i = 0 , 1 , 2 ,\ldots , n ,\) let \(P = \left{\right. x_{i} \left.\right}\) be a regular partition of \(\left[\right. a , b \left]\right. .\) Then, for \(i = 1 , 2 ,\ldots , n ,\) construct a line segment from the point \(\left(\right. x_{i - 1} , f \left(\right. x_{i - 1} \left.\right) \left.\right)\) to the point \(\left(\right. x_{i} , f \left(\right. x_{i} \left.\right) \left.\right) .\) Although it might seem logical to use either horizontal or vertical line segments, we want our line segments to approximate the curve as closely as possible. Figure 6.37 depicts this construct for \(n = 5 .\)

This figure is a graph in the first quadrant. The curve increases and decreases. It is divided into parts at the points a=xsub0, xsub1, xsub2, xsub3, xsub4, and xsub5=b. Also, there are line segments between the points on the curve.
Figure 6.37 We can approximate the length of a curve by adding line segments.

To help us find the length of each line segment, we look at the change in vertical distance as well as the change in horizontal distance over each interval. Because we have used a regular partition, the change in horizontal distance over each interval is given by \(\Delta x .\) The change in vertical distance varies from interval to interval, though, so we use \(\Delta y_{i} = f \left(\right. x_{i} \left.\right) - f \left(\right. x_{i - 1} \left.\right)\) to represent the change in vertical distance over the interval \(\left[\right. x_{i - 1} , x_{i} \left]\right. ,\) as shown in Figure 6.38. Note that some (or all) \(\Delta y_{i}\) may be negative.

This figure is a graph. It is a curve above the x-axis beginning at the point f(xsubi-1). The curve ends in the first quadrant at the point f(xsubi). Between the two points on the curve is a line segment. A right triangle is formed with this line segment as the hypotenuse, a horizontal segment with length delta x, and a vertical line segment with length delta y.
Figure 6.38 A representative line segment approximates the curve over the interval \(\left[\right. x_{i - 1} , x_{i} \left]\right. .\)

By the Pythagorean theorem, the length of the line segment is \(\sqrt{\left(\right. \Delta x \left.\right)^{2} + \left(\right. \Delta y_{i} \left.\right)^{2}} .\) We can also write this as \(\Delta x \sqrt{1 + \left(\right. \left(\right. \Delta y_{i} \left.\right) / \left(\right. \Delta x \left.\right) \left.\right)^{2}} .\) Now, by the Mean Value Theorem, there is a point \(x_{i}^{\star} \in \left[\right. x_{i - 1} , x_{i} \left]\right.\) such that \(f^{'} \left(\right. x_{i}^{\star} \left.\right) = \left(\right. \Delta y_{i} \left.\right) / \left(\right. \Delta x \left.\right) .\) Then the length of the line segment is given by \(\Delta x \sqrt{1 + \left[\right. f^{'} \left(\right. x_{i}^{\star} \left.\right) \left]\right.^{2}} .\) Adding up the lengths of all the line segments, we get

\[\text{Arc Length} \approx \sum_{i = 1}^{n} \sqrt{1 + \left[\right. f^{'} \left(\right. x_{i}^{\star} \left.\right) \left]\right.^{2}} \Delta x .\]

This is a Riemann sum. Taking the limit as \(n \rightarrow \infty ,\) we have

\[\text{Arc Length} = \underset{n \rightarrow \infty}{\text{lim}} \sum_{i = 1}^{n} \sqrt{1 + \left[\right. f^{'} \left(\right. x_{i}^{\star} \left.\right) \left]\right.^{2}} \Delta x = \int_{a}^{b} \sqrt{1 + \left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2}} d x .\]

We summarize these findings in the following theorem.

Theorem 6.4

Arc Length for y = f(x)

Let \(f \left(\right. x \left.\right)\) be a smooth function over the interval \(\left[\right. a , b \left]\right. .\) Then the arc length of the portion of the graph of \(f \left(\right. x \left.\right)\) from the point \(\left(\right. a , f \left(\right. a \left.\right) \left.\right)\) to the point \(\left(\right. b , f \left(\right. b \left.\right) \left.\right)\) is given by

\[\text{Arc Length} = \int_{a}^{b} \sqrt{1 + \left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2}} d x .\]

Note that we are integrating an expression involving \(f^{'} \left(\right. x \left.\right) ,\) so we need to be sure \(f^{'} \left(\right. x \left.\right)\) is integrable. This is why we require \(f \left(\right. x \left.\right)\) to be smooth. The following example shows how to apply the theorem.

Example 6.18

Calculating the Arc Length of a Function of x

Let \(f \left(\right. x \left.\right) = 2 x^{3 / 2} .\) Calculate the arc length of the graph of \(f \left(\right. x \left.\right)\) over the interval \(\left[\right. 0 , 1 \left]\right. .\) Round the answer to three decimal places.

Solution

We have \(f^{'} \left(\right. x \left.\right) = 3 x^{1 / 2} ,\) so \(\left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2} = 9 x .\) Then, the arc length is

\[\begin{aligned} \text{Arc Length} & = \int_{a}^{b} \sqrt{1 + \left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2}} d x \\ & = \int_{0}^{1} \sqrt{1 + 9 x} d x . \end{aligned}\]

Substitute \(u = 1 + 9 x .\) Then, \(d u = 9 d x .\) When \(x = 0 ,\) then \(u = 1 ,\) and when \(x = 1 ,\) then \(u = 10 .\) Thus,

\[\begin{aligned} \text{Arc Length} & = \int_{0}^{1} \sqrt{1 + 9 x} d x \\ & = \frac{1}{9} \int_{0}^{1} \sqrt{1 + 9 x} 9 d x = \frac{1}{9} \int_{1}^{10} \sqrt{u} d u \\ & = \left(\frac{1}{9} \cdot \frac{2}{3} u^{3 / 2} \left|\right.\right)_{1}^{10} = \frac{2}{27} \left[\right. 10 \sqrt{10} - 1 \left]\right. \approx 2.268 \text{units} . \end{aligned}\]

Checkpoint 6.18

Let \(f \left(\right. x \left.\right) = \left(\right. 4 / 3 \left.\right) x^{3 / 2} .\) Calculate the arc length of the graph of \(f \left(\right. x \left.\right)\) over the interval \(\left[\right. 0 , 1 \left]\right. .\) Round the answer to three decimal places.

Although it is nice to have a formula for calculating arc length, this particular theorem can generate expressions that are difficult to integrate. We study some techniques for integration in Introduction to Techniques of Integration. In some cases, we may have to use a computer or calculator to approximate the value of the integral.

Example 6.19

Using a Computer or Calculator to Determine the Arc Length of a Function of x

Let \(f \left(\right. x \left.\right) = x^{2} .\) Calculate the arc length of the graph of \(f \left(\right. x \left.\right)\) over the interval \(\left[\right. 1 , 3 \left]\right. .\)

Solution

We have \(f^{'} \left(\right. x \left.\right) = 2 x ,\) so \(\left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2} = 4 x^{2} .\) Then the arc length is given by

\[\text{Arc Length} = \int_{a}^{b} \sqrt{1 + \left[\right. f^{'} \left(\right. x \left.\right) \left]\right.^{2}} d x = \int_{1}^{3} \sqrt{1 + 4 x^{2}} d x .\]

Using a computer to approximate the value of this integral, we get

\[\int_{1}^{3} \sqrt{1 + 4 x^{2}} d x \approx 8.26815 .\]

Checkpoint 6.19

Let \(f \left(\right. x \left.\right) = \text{sin} x .\) Calculate the arc length of the graph of \(f \left(\right. x \left.\right)\) over the interval \(\left[\right. 0 , \pi \left]\right. .\) Use a computer or calculator to approximate the value of the integral.

This lesson is part of:

Applications of Integration

View Full Tutorial

Track Your Learning Progress

Sign in to unlock unlimited practice exams, tutorial practice quizzes, personalized weak area practice, AI study assistance with Lexi, and detailed performance analytics.