Arc Length
Arc Length
Arc Length
4 Arc Length
Arc Length
Suppose that a curve C is defined by the equation y = f (x), where f is continuous and a x b. We
obtain a polygonal approximation to C by dividing the interval [a, b] into n subintervals with endpoints
x0 , x1 , . . . , xn and equal width x. If yi = f (xi ), then the point Pi (xi , yi) lies on C and the polygon with
vertices P0 , P1 , . . . , Pn is an approximation to C.
The length L of C is approximately the length of this polygon and the approximation gets better as we
let n increase. Therefore, we define the length L of the curve C with equation y = f (x), a x b, as
the limit of the lengths of the inscribed polygons with vertices P0 , P1 , . . . (if the limit exists):
L = lim
n
X
i=1
|Pi1 Pi |
(1)
Notice that the procedure for defining arc length is very similar to the procedure we used for defining area
and volume: We divided the curve into a large number of small parts. We then found the approximate
lengths of the small parts and added them. Finally, we took the limit as n .
The definition of arc length given by Equation 1 is not very convenient for computational purposes, but
we can derive an integral formula for L in the case where f has a continuous derivative. [Such a function
f is called smooth because a small change in x produces a small change in f (x).]
If we let yi = yi yi1 , then
|Pi1 Pi | =
(x)2 + (yi )2
By applying the Mean Value Theorem to f on the interval [xi1 , xi ], we find that there is a number xi
between xi1 and xi such that
f (xi ) f (xi1 ) = f (xi )(xi xi1 )
that is,
yi = f (xi )x
Thus we have
p
p
p
(x)2 + [f (xi )x]2 = (x)2 + [f (xi )]2 (x)2
p
p
p
p
= (1 + [f (xi )]2 )(x)2 = 1 + [f (xi )]2 (x)2 = 1 + [f (xi )]2 x
|Pi1 Pi | =
(x)2 + (yi )2 =
n
X
i=1
|Pi1 Pi | = lim
n
X
p
1 + [f (xi )]2 x
i=1
1 + [f (x)]2 dx
by the definition of a definite integral. This integral exists because the function g(x) =
continuous. Thus we have proved the following theorem:
1 + [f (x)]2 is
THEOREM: If f is continuous on [a, b], then the length of the curve y = f (x), a x b, is
L=
Z bp
1 + [f (x)]2 dx
(2)
If we use Leibniz notation for derivatives, we can write the arc length formula as follows:
L=
1+
dy
dx
2
(3)
dx
EXAMPLE: Find the length of the segment of the horizontal line y = 1 between the points (a, 1) and
(b, 1).
Solution: Since f (x) = 1, we have f (x) = 0, and (2) gives
Z bp
Z b
Z b
2
L=
1 + [f (x)] dx =
1 + 0dx =
dx = b a
a
EXAMPLE: Find the length of the segment of the line y = x between the points (a, a) and (b, b).
Solution: Since f (x) = x, we have f (x) = 1, and (2) gives
Z b
Z bp
Z b
2
1 + [f (x)] dx =
1 + 1dx = 2
dx = 2(b a)
L=
a
EXAMPLE: Find the length of the segment of the line y = mx + n between the points (a, f (a)) and
(b, f (b)).
Solution: Since f (x) = mx + n, we have f (x) = m, and (2) gives
L=
Z bp
a
1+
[f (x)]2 dx
Z b
1+
m2 dx
1+
m2
dx =
1 + m2 (b a)
EXAMPLE: Find the length of the arc of the semicubical parabola y 2 = x3 between the points (1, 1) and
(4, 8).
2
EXAMPLE: Find the length of the arc of the semicubical parabola y 2 = x3 between the points (1, 1) and
(4, 8).
Solution: For the top half of the curve we have
dy
3
= x1/2
dx
2
y = x3/2
and so the arc length formula gives
Z
L=
4
1
1+
dy
dx
2
dx =
9
1 + xdx
4
9
9
13
If we substitute u = 1 + x, then du = dx. When x = 1, u = ; when x = 4, u = 10. Therefore
4
4
4
"
3/2 #
10
Z
8
4 10
13
1
4 2 3/2
=
103/2
L=
= (80 10 13 13)
udu = u
9 13/4
9 3
27
4
27
13/4
If a curve has the equation x = g(y), c y d, and g (y) is continuous, then by interchanging the roles
of x and y in (2) and (3), we obtain the following formula for its length:
L=
1 + [g (y)]2dy =
1+
dx
dy
2
dy
EXAMPLE: Find the length of the arc of the parabola y 2 = x from (0, 0) to (1, 1).
(4)
EXAMPLE: Find the length of the arc of the parabola y 2 = x from (0, 0) to (1, 1).
Solution: Since x = y 2, we have dx/dy = 2y, and (4) gives
s
2
Z 1
Z 1p
dx
L=
1+
1 + 4y 2dy
dy =
dy
0
0
p
1
1
We make the trigonometric substitution y = tan , which gives dy = sec2 d and 1 + 4y 2 =
2
2
2
2
(We could have
used Formula 21 in the Table of Integrals.) Since tan = 2, we have sec = 1+tan = 5,
so sec = 5 and
5 ln( 5 + 2)
+
L=
2
4
Because of the presence of the square root sign in Formulas 2 and 4, the calculation of an arc length often
leads to an integral that is very difficult or even impossible to evaluate explicitly. Thus we sometimes have
to be content with finding an approximation to the length of a curve, as in the following example.
EXAMPLE:
(a) Set
up an integral for the length of the arc of the hyperbola xy = 1 from the point (1, 1) to the point
1
.
2,
2
(b) Use Simpsons Rule with n = 10 to estimate the arc length.
Solution:
(a) We have
y=
1
x
1
dy
= 2
dx
x
1+
dy
dx
2
dx =
Z 2r
1
1+
1
dx
x4
p
(b) Using Simpsons Rule (see Section 7.7) with a = 1, b = 2, n = 10, x = 0.1, and f (x) = 1 + 1/x4 ,
we have
Z 2r
x
1
L=
[f (1) + 4f (1.1) + 2f (1.2) + 4f (1.3) + . . . + 2f (1.8) + 4f (1.9) + f (2)] 1.1321
1 + 4 dx
x
3
1
4
We can use Part 1 of the Fundamental Theorem of Calculus to differentiate (5) (since the integrand is
continuous):
s
2
p
dy
ds
2
= 1 + [f (x)] = 1 +
(6)
dx
dx
The last Equation shows that the rate of change of s with respect to x is always at least 1 and is equal to
1 when f (x), the slope of the curve, is 0. The differential of arc length is
s
2
dy
dx
(7)
ds = 1 +
dx
and this equation is sometimes written in the symmetric form
(ds)2 = (dx)2 + (dy)2
(8)
1
EXAMPLE: Find the arc length function for the curve y = x2 ln x taking P0 (1, 1) as the starting point.
8
1
EXAMPLE: Find the arc length function for the curve y = x2 ln x taking P0 (1, 1) as the starting point.
8
1
Solution: If f (x) = x2 ln x, then
8
1
8x
2
2
1
1
1
1
1
1
2
2
2
= 4x + +
= 2x +
= 1 + 4x +
1 + [f (x)] = 1 + 2x
8x
2 64x2
2 64x2
8x
f (x) = 2x
1 + [f (x)]2 = 2x +
1
8x
2
1 + [f (t)] dt =
s(x) =
1
x
1
1
2t +
8t
x
1
1
dt = t + ln t = x2 + ln x 1
8
8
1
2
For instance, the arc length along the curve from (1, 1) to (3, f (3)) is
s(3) = 32 +
1
ln 3
ln 3 1 = 8 +
8.1373
8
8