Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Curves I: Curvature and Torsion

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Math 348 Fall 2017

Curves I: Curvature and Torsion

Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only.
It should not be relied on when preparing for exams.

In this lecture we study how a curve curves. We will show that the curving
of a general curve can be characterized by two numbers, the curvature and
the torsion.
The required textbook sections are: Ÿ2.1, Ÿ2.3.

The examples in this note are mostly dierent from examples in the textbook. Please
read the textbook carefully and try your hands on the exercises. During this please don't
hesitate to contact me if you have any questions.

Table of contents

Curves I: Curvature and Torsion ... ..... ..... ...... ..... ... 1
1. Curvature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Curvature for arc length parametrized curves . . . . . . . . . . . . . . . . . . 2
1.2. Alternative characterization of the curvature (optional) . . . . . . . . . . . . 2
1.3. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Torsion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1. The osculating plane . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2. Denition of torsion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
3. Curvature and torsion in general parametrization . . . . . . . . . . . . . . . . . . . 6
3.1. Formulas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

1
Dierential Geometry of Curves & Surfaces

1. Curvature
Curvature measures how quickly a curve turns, or more precisely how quickly
the unit tangent vector turns.

1.1. Curvature for arc length parametrized curves


 Consider a curve (s): ( ; ) 7! R3. Then the unit tangent vector of (s) is given
by T (s) := _(s). Consequently, how quickly T (s) turns can be characterized by the
number

(s) := T_ (s) = k (s)k (1)
which call the curvature of the curve.
 As k _(s)k = 1, we have (s)? _(s). This leads to the following denition.

Definition 1. Let (s) be a curve parametrized by arc length. Then its curvature
is dened as (s) := k (s)k. We further denote by N (s) the unit vector (s)/k (s)k
and call it the normal vector at s. We also denote the unit tangent vector _(s) by T (s).

Formulas for curves in arc length parametrization.


 Curvature.
(s0) = k (s0)k: (2)
 Tangent and Normal vectors.
(s0)
T (s0) = _(s0); N (s0) = : (3)
k (s0)k

1.2. Alternative characterization of the curvature (optional)


 Consider a curve (s): ( ; ) 7! R3. Let p = (s0) for some s0 2 ( ; ). We try to
understand how quickly (s) turns aways from the tangent line at x(s0).
 The equation for the tangent line is (s0) + t _(s0).
 The distance from a point (s) to the tangent line is
d(s) := k( (s) ¡ (s0))  _(s0)k (4)
Note that here we have used the fact that _(s0) is a unit vector.
 Now recall Taylor expansion:
1
(s) ¡ (s0) = _(s0) (s ¡ s0) + (s0) (s ¡ s0)2 + R(s; s0) (5)
2
kR(s; s0)k
where lims!s0 (s ¡ s0)2
= 0.
 Substituting (5) into (4), we see that

(s ¡ s0)2
d(s) =
(
(s0 ) 
_(s0)) + R(s; s 0) 
_(s0 )
(6)
2

2
Math 348 Fall 2017

and consequently
d(s)
lim = k (s0)  _(s0)k (7)
s!0 (s ¡ s0)2 /2

Exercise 1. Prove (7).

 Thus we see that the quantity k (s0)  _(s0)k = (s0) measures how the curve curves
at the point (s0).
Exercise 2. Prove that k (s0)  _(s0)k = k (s0)k = (s0).
Exercise 3. (7) can be derived slightly dierently as follows.
i. Find T such that (s) ¡ [ (s0) + T _(s0)]? _(s0).
ii. Then d(s) = k (s) ¡ [ (s0) + T _(s0)]k.
d(s)
iii. Calculate the limit lim (s ¡ s 2 .
0) /2

1.3. Examples

Example 2. For the unit circle, the curvature is constantly 1. For a circle with radius R,
the curvature is constantly 1/R.
 
1 1 1 1 1
Example 3. (Shifrin2016) Let (t) = p cos t + p sin t; p cos t; p cos t ¡ p sin t . We
3 2 3 3 2
calculate
 Tangent vector:
 
1 1 1 1 1
_(t) = ¡ p sin t + p cos t; ¡ p sin t; ¡ p sin t ¡ p cos t (8)
3 2 3 3 2

 k _(t)k = 1 so we are already in arc length parametrization.


 We have k (t)k = 1.
So the curvature of this curve is constantly 1.
¡ p 
Example 4. (Shifrin2016) Let (t) = et ; e¡t ; 2 t . We calculate
 Tangent vector:
¡ p 
_(t) = et ; ¡e¡t ; 2 (9)
and therefore
 k _(t)k = et + e¡t.
 Solve
S 0(t) = et + e¡t (10)
we obtain S(t) = e ¡ e .
t ¡t

 Solve t as a function of s: p
s + s2 + 4
et = : (11)
2

3
Dierential Geometry of Curves & Surfaces

 Thus (s) is given by


p p 2 p !!
s + s2 + 4 s +4 ¡s p s + s2 + 4
; ; 2 ln : (12)
2 2 2

 We calculate !
p
1 s s 1 2
_(s) = + p ; p ¡ ;p : (13)
2 2 s2 + 4 2 s2 + 4 2 s2 + 4

To make sure our calculation is correct, we check


k _(s)k = 1: (14)
 Finally we calculate
¡ p 
(s) = 8 (s2 + 4)¡3/2; 8 (s2 + 4)¡3/2; ¡ 2 s (s2 + 4)¡3/2 (15)
which gives
p p 2
2 s + 64
(s) = k (s)k = p 3 : (16)
s2 + 4

2. Torsion
Torsion measures how quickly a curve twists.

2.1. The osculating plane


 Motivation. Consider a point on a space curve. We have seen that to measure how
quickly it curves, we should measure the rate of change for the unit tangent vector.
Similarly, to measure how quickly it twists, we should measure the change rate of
the tangent plane.
 The osculating plane.
 Let (s) be a space curve. Its osculating plane at (s0) is the plane passing
(s0) that is spanned by the unit tangent vector T (s0) := _(s0) and the unit
(s )
normal vector N (s0) := k (s00)k .

 We see that the osculating plane contains the tangent line.


 The unit normal vector of the osculating plane is then given by
B(s) := T (s)  N (s) (17)
which we call the unit binormal vector of the curve (s).
Exercise 4. Prove that T (s) = N (s)  B(s), N (s) = B(s)  T (s).

 Among all the planes containing the tangent line, the osculating plane is the
one that ts the curve best. See Exercise 5 below.

4
Math 348 Fall 2017

2.2. Denition of torsion


 How quickly the osculating plane turns is clearly characterized by how quickly the
unit binormal vector turns. We calculate
B_ (s) = T_ (s)  N (s) + T (s)  N_ (s) = T (s)  N_ (s): (18)

Now notice that kN (s)k = 1 =) N_ (s)  N(s) = 0. As T (s)  N (s) = 0 too, we see that
B_ (s) k N (s). Consequently there is a scalar function  (s) such that
B_ (s) = ¡ (s) N(s): (19)
We call  (s) the torsion of the curve (s).1
 Formula for  (s). We calculate
 
d
(s) ___(s) _(s)
N_ (s) = = ¡ (s): (20)
dt (s) (s) 2(s)
Thus
¡ 
 (s) = ¡ T (s)  N_ (s)  N(s)
 
T (s)  ___(s) _(s)
= ¡ ¡ 2 T (s)  (s)  N (s)
(s)  (s)
_(s)  ___(s)
= ¡  N (s)
(s)
( _(s)  (s))  ___(s)
= : (21)
2(s)

Formula for torsion (arc length parametrization).


( _(s)  (s))  ___(s)
 (s) = (22)
2(s)

Remark 5. Alternative denition of torsion.


 Distance to osculating plane. We easily see that
d(s) = k( (s) ¡ (s0))  B(s0)k (23)
Exercise 5. Prove that, among all planes passing (s0), the osculating plane is the only one
satisfying
d(s)
lim = 0: (24)
s!s0 (s ¡ s0)2

 Taylor expansion of x(s) ¡ x(s0) to order three:


(s0) ___(s0)
(s) ¡ (s0) = _(s0) (s ¡ s0) + (s ¡ s0)2 + (s ¡ s0)3 + R(s; s0) (25)
2 6
kR(s; s0)k
where lims!s0 (s ¡ s0)3
= 0.

1. There is no particular reason for the negative sign.

5
Dierential Geometry of Curves & Surfaces

 Substituting (25) into (23) we see that


d(s)
lim = j ___(s0)  B(s0)j: (26)
s!s0 (s ¡ s0)3 /6
Exercise 6. Show that

( _(s)  (s))  ___(s)
j ___(s0)  B(s0)j = :
(27)
(s)
Compare to (22). Discuss possible reasons for the dierence. Do you think (22) is a more
reasonable denition for torsion? Why?

2.3. Examples

1 1 1
Example 6. Wecalculate the torsion of the curve (t) = p cos t + p sin t; p cos t;
3 2 3
1 1
p cos t ¡ p sin t . Note that we have seen there that t is already the arc length parameter.
3 2
 
1 1 1 1 1
_(t) = ¡ p sin t + p cos t; ¡ p sin t; ¡ p sin t ¡ p cos t ; (28)
3 2 3 3 2
 
1 1 1 1 1
(t) = ¡ p cos t ¡ p sin t; ¡ p cos t; ¡ p cos t + p sin t = ¡x(t): (29)
3 2 3 3 2
Thus clearly
( _(t)  (t))  ___(t) = 0 =)  (t) = 0: (30)

3. Curvature and torsion in general parametrization


3.1. Formulas
 The key idea is that ;  ; T ; N ; B should be independent of parametrization. In other
words, if (t) and (s) are two parametrizations of the same curve, and p = (t0) =
(s0), then we must have (t0) = (s0);  (t0) =  (s0), and so on.
 We will try to obtain the formulas intuitively here. For rigorous derivation, please see
Ÿ2.3 of the textbook. In the following let (t) be a curve not necessarily in arc length
parametrization.
 T is the unit tangent vector. So we must have
_(t)
T (t) = : (31)
k _(t)k
 B. Since N clearly lies in the plane spanned by _ and , B k _  . Conse-
quently we must have
_(t)  (t)
B(t) = : (32)
k _(t)  (t)k
 N. We have
( _(t)  (t))  _(t)
N (t) = B(t)  T (t) = : (33)
k _(t)  (t)k k _(t)k

6
Math 348 Fall 2017

dT 1
 . We have  = ds
 N = k _(t)k T_  N which gives

(t)  [( _(t)  (t))  _(t)] k _(t)  (t)k


(t) = = : (34)
k _(t)k3 k _(t)  (t)k k _(t)k3
dB
  . We have  = ¡ ds  N which gives
1 ( _(t)  ___(t))  [( _(t)  (t))  _(t)]
 = ¡
k _(t)k2 k _(t)  (t)k2
( _(t)  ___(t))  (t)
= ¡
k _(t)  (t)k2
( _(t)  (t))  ___(t)
= : (35)
k _(t)  (t)k2
Exercise 7. In the above we have used the vector identity
(u  v)  w = ¡(v  w) u + (u  w) v (36)
for u; v; w 2 R3. Prove this identity and identify where it is used.

DG of Curves: Formulas for general parametrization


k _  k
= : (37)
k _ k3
( _  )  ___
= : (38)
k _  k2

_
T = ; (39)
k _ k
_  
B = ; (40)
k _  k
N = B T: (41)

Warning

In exams, the formulas (37) and (38) will be provided, but (3840) will not be provided.

You might also like