Length of a Plane Curve
Length of a Plane Curve
Curve
(a,b)
s s (c a)2 (d b)2
y
(c,d
)
x
s (x)2 (y)2
1
Arc Length
2
Arc Length
Arc Length
To implement our idea, divide the interval [a, b] into n
subintervals by inserting points x1 , x2 ,..., xn1 between
the values a x0 and b xn. Let P0 , P1 ,..., Pn be the points
on the curve that join the line segments. These line
segments form polygonal path that we can regard as
an approximation to the curve y = f(x).
3
Arc Length
The length Lk of the kth line segment in the polygonal
path is
Lk (xk ) 2 (yk ) 2 (xk ) 2 [ f ( xk ) f ( xk 1 )]2
Arc Length
The length Lk of the kth line segment in the polygonal
path is
Lk (xk ) 2 (yk ) 2 (xk ) 2 [ f ( xk ) f ( xk 1 )]2
4
Arc Length
To put this in the form of a Riemann Sum we will apply
the Mean-Value Theorem. This Theorem implies that
there is a point xk* between xk 1 and xk such that
f ( xk ) f ( xk 1 ) or f ( xk ) f ( xk 1 )
f / ( xk* ) f / ( xk* )
xk xk 1 xk
f ( xk ) f ( xk 1 ) f / ( xk* )xk
Arc Length
To put this in the form of a Riemann Sum we will apply
the Mean-Value Theorem. This Theorem implies that
there is a point xk* between xk 1 and xk such that
f ( xk ) f ( xk 1 ) or f ( xk ) f ( xk 1 )
f / ( xk* ) f / ( xk* )
xk xk 1 xk
f ( xk ) f ( xk 1 ) f / ( xk* )xk
n n
L Lk (xk ) 2 [ f ( xk ) f ( xk 1 )]2
k 1 k 1
n n
L Lk (xk ) 2 [ f / ( xk* )xk ]2
k 1 k 1
5
Arc Length
To put this in the form of a Riemann Sum we will apply
the Mean-Value Theorem. This Theorem implies that
there is a point xk* between xk 1 and xk such that
f ( xk ) f ( xk 1 ) or f ( xk ) f ( xk 1 )
f / ( xk* ) f / ( xk* )
xk xk 1 xk
n n
L Lk (xk ) 2 [ f / ( xk* )xk ]2
k 1 k 1
n
L 1 [ f / ( xk* )]2 xk
k 1
Arc Length
Thus, taking the limit as n increases and the widths of
the subintervals approximate zero yields the following
integral that defines the arc length L:
n b
L lim
max x 0
k 1
1 [ f ( x )] xk 1 [ f / ( x)]2 dx
/ *
k
2
6
Definition
If y = f(x) is a smooth curve on the interval [a, b], then
the arc length of L of this curve over [a, b] is defined as
b
L 1 [ f / ( x)]2 dx
a
Definition
If x = g(y) is a smooth curve on the interval [c, d], then
the arc length of L of this curve over [c, d] is defined as
d
L 1 [ g / ( y )]2 dy
c
7
Approximating the Length of a
Curve w/ Line Segments
b
L ds
b
(dx)2 (dy)2
a a
2 If x=g(y)
d dx
2
b dy
1 dx 1 dy
is a
function
a
dx c
dy
Example 1
Find the arc length of the curve y x 3 / 2 from (1, 1) to
(2, 2 2 ) using both formulas.
8
Example 1
Find the arc length of the curve y x3 / 2 from (1, 1) to
(2, 2 2 ) using both formulas.
3 1/ 2
f / ( x) x
2
2
3
2
L 1 x1/ 2 dx 2.09
1 2
Example 1
Find the arc length of the curve y x3 / 2 from (1, 1) to
(2, 2 2 ) using both formulas.
x y2/3
2 1/ 3
g / ( y) y
3
2
2
2 2
L 1
1 y 1/ 3 dy 2.09
3
9
Length of a Curve: Example
Find the length of y = x2 over [0,2].
dy
2x
dx
2 2
L 1 (2 x)2 dx 1 4 x 2 dx
0 0
17 14 ln 4 17 4.647
2
4 1 4 1
L 1 dy 0 1 dy
0 2 y 4y
10
Length of a Curve: Example
Find the length of y 4 x2 over [-2,2].
dy 2 x x A semicircle!
dx 2 4 x 2 4 x2
2
2 x 2 x2
L 2 1 dx 20 1 dx
0
4 x
2 4 x 2
2
2 1 x
4 dx 4 sin 1 2
0
4 x2 2 0
11