notes on arc length

80
2.3
CHAPTER 2. VECTOR FUNCTIONS
Arc Length
In this section, we discuss the notion of curve in greater detail and introduce
the very important notions of arc length and curvature.
2.3.1
Parametrizations of a Curve
We have described the curve C with position vector !
r (t) = hf (t) ; g (t) ; h (t)i
for t 2 [a; b] as the set of points (x; y; z) where
8
< x = f (t)
y = g (t)
:
z = h (t)
as t varies in the interval [a; b]. In fact, a curve is a little more than just a set
of points. It is a succession of points traversed in a certain order. As t varies
from a to b, the points obtained will trace the curve in a certain order. We say
that a parametrized curve is an oriented curve.
Many curves are parametrized with time as their parameter. One reason for
this is that the equations of these curves are often derived from principles in the
sciences. These principles often involve time. However, time may not always be
the best parameter. Consider the following example. Suppose that you are an
explorer, think of the path you follow as a curve. One day you are on a curve
that is so fascinating that you want to record what you see so other people
can follow your steps. You want to describe the path you follow (the curve)
from a known point. Suppose you use statements like: "For 2 hours, we went
straight east, then after 2 hours, we turned left 45 degrees, we continued on
this path for three hours, ...". Would that be a precise description? Of course
not. It would depend how fast you were moving. So, in this case, time would
not be a good parameter to use. Or if you use it, you would also need to add
velocity. Or, instead of time and velocity, you could use distance travelled as
your parameter. If instead, you had used statements like: "we travelled straight
east for 10 miles, then turned left 45 degrees. We stayed on that path for 15
miles....". This statement no longer depends on how fast you are moving along
the path. For a curve, distance travelled is called arc length. It is often used
as the parameter of a curve. We will learn how to change the parameter of a
curve (this is called reparametrize the curve) from one parameter to another.
Let us start with some precise de…nitions.
De…nition 135 (Reparametrization of a Curve) Let I and J be two intervals. Suppose that C is a smooth curve with position vector
!
r (t) for t 2 I
Let ' : J ! I. Consider the curve C 0 given by the position vector
!
R (u) = !
r (' (u)) for all u 2 J
2.3. ARC LENGTH
81
In other words C 0 is obtained from C by performing the change of variable
t 7! ' (u) (replace t by ' (u)) in the position vector of C.
!
1. If '0 (u) > 0 for all u 2 J then R and !
r take on the same values in the
same order. In this case, C and C 0 are the same oriented curve. The only
di¤ erence between the two curves is that C and C 0 may not be traversed
at the same speed
!
2. If '0 (u) < 0 for all u 2 J then R and !
r take on the same values but in
opposite order. In this case, C and C 0 have the same path, but they are
traversed in opposite order. In addition, they may not be traversed at the
same speed.
3. The change of parameter when '0 (u) > 0 is said to be sense-preserving.
The change of parameter when '0 (u) < 0 is said to be sense-reversing.
In both cases, we say that C 0 is a reparametrization of C. If in addition
j'0 (u)j = 1, the curves will be traversed at the same speed.
Example 136 The parametrization
!
r (t) = hcos t; sin t; ti , t 2 [0; 2 ]
gives one spiral of the helix. Let t = ' (u) = u, u 2 [0; 2]. Then, ' maps [0; 2]
onto [0; 2 ] and '0 (u) = > 0. Then the curve
!
R (u)
= !
r (' (u))
= hcos u; sin u; ui , u 2 [0; 2]
is precisely the same curve with the same orientation. Finally, if we let t =
(v) = 2 v, v 2 [0; 1]. Then maps [0; 1] onto [0; 2 ], In addition 0 (v) =
2 > 0. Then the curve
! (v)
= !
r ( (v))
=
hcos 2 v; sin 2 v; 2 vi , v 2 [0; 1]
is precisely the same curve with the same orientation. The only di¤ erence is the
speed at which the curve is being traversed. Figures 2.4, 2.5and 2.6 show the
!
curves corresponding to !
r , R , and ! respectively. We also plotted the position
vector when the parameter was 1. It is easy to see that the curves are the same.
It is also easy to see that for the same value of the parameter, the position vector
has moved the furthest in the last curve. Indeed, from the derivatives of ' and
we see that the curve which will be traversed the fastest is the one corresponding
to ! and the slowest is the one corresponding to !
r.
Example 137 The curve
!
r (t) = hcos t; sin t; 0i for t 2 [0; 2 ]
82
CHAPTER 2. VECTOR FUNCTIONS
Figure 2.4: Curve given by hcos t; sin t; ti, t 2 [0; 2 ]
Figure 2.5: Curve given by hcos t; sin t; ti, t 2 [0; 2]
Figure 2.6: Curve given by hcos 2 t; sin 2 t; 2 ti, t 2 [0; 1]
2.3. ARC LENGTH
83
traces a unit circle in the xy-plane counterclockwise. The curve
!
R (u) = hcos (2
u) ; sin (2
u) ; 0i for u 2 [0; 2 ]
traces the same circle clockwise.
This last example is important to remember, we state a more general result
as a proposition.
Proposition 138 Given a curve C by its position vector !
r (t) for t 2 [a; b],
!
the curve with position vector R (u) = !
r (a + b u) for u 2 [a; b] corresponds
to the same set of points, traversed in opposite order.
That the order is reversing is easy to see. The change of parameter is ' which
maps [a; b] onto [a; b] de…ned by ' (u) = a + b u. Clearly, '0 (u) = 1 < 0, so
the order is reversed.
2.3.2
Arc Length
The following de…nition gives the length of the portion of a curve !
r (t) between
t = a and t = b. The formula given is valid for 2-D curves as well as 3-D curves.
Though it is given here as a de…nition, the formula can actually be proven.
De…nition 139 (Arc Length) Let C be a smooth curve with position vector
!
r (t) for t 2 [a; b]. The length of the portion of the curve between t = a and
t = b is
Z b
L=
k!
r 0 (t)k dt
(2.7)
a
It can also be proven that L as computed above does not depend on the
parametrization used.
Example 140 Compute the circumference of a circle of radius a, a > 0.
Since all the circles having the same radius have the same circumference, we can
assume our circle is centered at the origin. In this case, one parametrization of
such a circle is
!
r (t) = ha cos t; a sin ti , t 2 [0; 2 ]
From formula 2.7, we see that
L=
Z
0
2
k!
r 0 (t)k dt
So, we need to compute k!
r 0 (t)k.
!
r 0 (t) = h a sin t; a cos ti
84
CHAPTER 2. VECTOR FUNCTIONS
So
k!
r 0 (t)k
p
=
p
=
a2 sin2 t + a2 cos2 t
a2
= a since a > 0
Thus
Z
L =
2
adt
0
=
2
atj0
=
2 a
Which is the formula we all know.
Example 141 Compute the length of the arc of the circular helix !
r (t) =
hcos t; sin t; ti from the point (1; 0; 0) to the point (1; 0; 2 ).
Let us …rst notice that this corresponds to the arc between t = 0 and t = 2 (t
is the z-coordinate of a point on the helix). From formula 2.7, we see that
L=
Z
0
2
k!
r 0 (t)k dt
So, we need to compute k!
r 0 (t)k.
!
r 0 (t) = h sin t; cos t; 1i
So
k!
r 0 (t)k
=
=
p
p
sin2 t + cos2 t + 1
(2.8)
2
Thus
L =
Z
2
p
2dt
0
=
=
p
2
2t
p0
2 2
We saw in the previous section that curves could be parametrized di¤erent
ways. For motion along a curve, time is often the parameter of choice. However,
to describe the geometric properties of a curve time is not the most appropriate
parameter. The parameter of choice is arc length. We explain how this is done
and why.
2.3. ARC LENGTH
85
De…nition 142 (Arc length Function) Let C be a smooth curve with position vector !
r (t) for t 2 [a; b] and suppose C is traversed only once as t increases
from a to b. We de…ne the arc length function from t = a, denoted s or s (t)
to be
Z t
k!
r 0 (u)k du
(2.9)
s (t) =
a
Geometrically, s (t) is the length of the arc of C between !
r (a) and !
r (t).
So, it is always a positive quantity which increases as t increases. From the
de…nition of t and using the fundamental theorem of calculus, we have the
following theorem.
Theorem 143
0
ds
= !
r (t)
dt
(2.10)
We now show how a curve can be parametrized with respect to arc length.
Goal: Given a smooth curve C with position vector !
r (t), t 2 I for some
interval I, we want to reparametrize C with respect to arc length that is we
need to …nd a function ' : J ! I such that t = ' (s) where s is arc length. This
amounts to …nding a relationship between t and s. To do this, we compute s (t)
using formula 2.9. We illustrate this procedure with a few examples.
Example 144 Reparametrize the helix !
r (t) = hcos t; sin t; ti with respect to
arc length measured from the point (1; 0; 0).
In order to do this, we must compute s (t). The initial point corresponds to
t = 0. Thus, by formula 2.9, we have
s (t) =
Z
t
0
k!
r 0 (u)k du
p
From example 141, formula 2.8, we know that k!
r 0 (u)k = 2. Thus,
s (t)
=
Z tp
2du
0
=
p
=
p
2u
t
0
2t
s
Thus, t = p . It follows that the reparametrization of the helix with respect to
2
arc length is
!
R (s)
s
p
2
s
s
s
cos p ; sin p ; p
2
2
2
= !
r
=
86
CHAPTER 2. VECTOR FUNCTIONS
Remark 145 If we had been given an interval for t such as t 2 [0; 2 ], we could
have found
p the corresponding interval for s by using theprelation between s and
t: s = 2t. When t = 0, s = 0 and when t = 2 , s = 2 2 .
Example 146 Reparametrize a circle of radius a centered at the origin given
by !
r (t) = ha cos t; a sin ti, t 2 [0; 2 ] with respect to arc length.
By formula 2.9, we have
Z t
s (t) =
k!
r 0 (u)k du
0
The reader will check that k!
r 0 (u)k = a. Thus
Z t
adu
s (t) =
0
=
at
s
Hence, t = . Thus, a reparametrization of the circle of radius a centered at
a
the origin is
!
s
R (s) = !
r
D a s
sE
=
a cos ; a sin
a
a
Remark 147 We invite the reader to check that in both examples above, we
!
have R 0 (s) = 1. In fact, it can be proven that this is always true. We state
this result as a theorem we will not prove.
Theorem 148 Let C be a smooth curve with position vector !
r (s) where s is
the arc length parameter. Then
k!
r 0 (s)k = 1
Furthermore, if t is any parameter such that k!
r 0 (t)k = 1, then t must be the
arc length parameter.
ds
Proof. From equation 2.10, we see that for any parameter t we have
=
dt
ds
k!
r 0 (t)k. If t is arc length, then equation 2.10 becomes
= k!
r 0 (s)k ()
ds
1 = k!
r 0 (s)k. Conversely, if k!
r 0 (t)k = 1 then from the same equation, it
ds
follows that
= 1 or t = s+constant. In other words, t is the arc length
dt
parameter from some point.
Corollary 149 Let C be a smooth curve with position vector !
r (s) where s is
the arc length parameter. Then
!
T (s) = !
r 0 (s)
!
!
r 0 (s)
Proof. By de…nition, T (s) = !0
. From the theorem, k!
r 0 (s)k = 1,
k r (s)k
hence the result.
2.3. ARC LENGTH
2.3.3
Problems
Do odd # 1 - 19 and 16.
87