Chap13 Vector Functions

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

Contents

13 Vector-Valued Functions and Motion in Space 2


13.1 Curves in space and their tangents . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
13.1.1 Vector-valued functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
13.1.2 Limit of a vector-valued function . . . . . . . . . . . . . . . . . . . . . . . . . 3
13.1.3 Continuity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
13.1.4 Differentiability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
13.1.5 Differentiation rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
13.1.6 Derivatives and motion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
13.2 Integrals of vector functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
13.3 Arc length in space . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
13.3.1 Length of a smooth curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
13.3.2 Arc length parameter from a fixed point . . . . . . . . . . . . . . . . . . . . 6
13.3.3 Unit tangent vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
13.4 Curvature and normal vectors of a curve . . . . . . . . . . . . . . . . . . . . . . . . 6
13.4.1 Curvature of a plane curve . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
13.4.2 Principal unit normal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
13.4.3 Circle of curvature for plane curves . . . . . . . . . . . . . . . . . . . . . . . 8
13.5 Tangential and normal components of acceleration . . . . . . . . . . . . . . . . . . 9
13.5.1 Torsion and the unit binormal vector . . . . . . . . . . . . . . . . . . . . . . 9
13.6 Derivation of the tangential and normal components of acceleration . . . . . . . 10
13.7 SECTION 13.6 (Velocity and Acceleration in Polar Coordinates) . . . . . . . . . 11
13.8 SUMMARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13

Note: Comments/suggestions on these lecture notes are welcome on the e-mail: [email protected] to
Dr. Suresh Kumar.

1
Chapter 13

Vector-Valued Functions and Motion in


Space

13.1 Curves in space and their tangents


13.1.1 Vector-valued functions
Suppose x = x(t), y = y(t) and z = z(t) are continuous functions for a ≤ t ≤ b. Then the points
(x(t), y(t), z(t)) trace a curve C in space with the starting point (x(a), y(a), z(a)) and end point (x(b), y(b), z(b))
as t varies from a to b in the interval [a, b]. The position vector of any point P (x(t), y(t), z(t)) on the curve
−−→ −
C reads OP = → r (t) = x(t)î + y(t)ĵ + z(t)k̂, which defines a vector-valued function of the real variable t.
Ex. The vector-valued function → −r (t) = cos t î + sin t ĵ + 2 k̂, t ∈ [0, 2π],
represents a circle with centre at origin and radius 1 in the plane z = 2.
Notice that x = cos t, y = sin t, z = 2, t ∈ [0, 2π]
are the parametric equations of the circle x2 + y 2 = 1 in the plane z = 2.
Ex. → −
r (t) = cos t î + sin t ĵ + t k̂, where t ≥ 0 is any real number.
The graph of this vector-valued function is a helix. (See Figure 13.1)
Ex. → −
r (t) = (x0 + lt) î + (y0 + mt) ĵ + (z0 + nt) k̂, where t is any real number.
Its graph is a straight line with dr’s l, m, n and passing through the point (x0 , y0 , z0 ).

Figure 13.1: Blue curve is the helix ⃗r(t) = cos t î + sin t ĵ + t k̂

2
13.1.2 Limit of a vector-valued function


The limit of a vector-valued function →

r (t) = x(t)î + y(t)ĵ + z(t)k̂ is l = l1 î + l2 ĵ + l3 k̂ as t → t0 if


lim |→

r (t) − l | = 0. Further,
t→t0
     
lim →

r (t) = lim x(t) î + lim y(t) ĵ + lim z(t) k̂ = l1 î + l2 ĵ + l3 k̂.
t→t0 t→t0 t→t0 t→t0
√ √
Ex. lim (cos t î + sin t ĵ + t k̂) = cos(π/4) î + sin(π/4) ĵ + (π/4) k̂ = (1/ 2) î + (1/ 2) ĵ + (π/4) k̂.
t→π/4

13.1.3 Continuity
A vector-valued function →−r (t) = x(t)î+y(t)ĵ+z(t)k̂ is said to be continuous at t = t0 if lim →−
r (t) = →

r (t0 ),
t→t0


that is, lim x(t) = x(t ), lim y(t) = y(t ), lim z(t) = z(t ). Thus, r (t) is continuous at t if and only if
0 0 0 0
t→t0 t→t0 t→t0
its component functions are continuous at t0 .
Ex. The function → −r (t) = cos t î + sin t ĵ + t k̂ is continuous for all real values of t.
Ex. The function → −r (t) = cos t î + sin t ĵ + [t] k̂ is not continuous at any integer value of t since the
greatest integer function [t] is not continuous for integer values of t.

13.1.4 Differentiability
The
 − derivative of vector-valued function →

r (t) = x(t)î + y(t)ĵ + z(t)k̂ at t = t0 , denoted by →

r ′ (t0 ) or
d→

r
dt , is defined as
t=t0


r (t0 + ∆t) − →

r (t0 )


r ′ (t0 ) = lim .
∆t→0 ∆t
Geometrically, it is tangent vector to the curve →
−r (t) at the point (x(t0 ), y(t0 ), z(t0 )), provided →

r ′ (t0 ) is
a nonzero vector. Also, it is easy to deduce that


r ′ (t) = x′ (t)î + y ′ (t)ĵ + z ′ (t)k̂.

Thus, →
−r (t) = x(t)î + y(t)ĵ + z(t)k̂ is differentiable if and only if its components are differentiable.
Ex. If →
−r (t) = cos t î + sin t ĵ + t k̂, then →

r ′ (t) = − sin t î + cos t ĵ + k̂.

13.1.5 Differentiation rules


Let →
−u and →−v be differentiable vector functions of a real variable t; →
−c be a constant vector; h be a scalar
constant and f be any differentiable scalar function of t. Then we have
d − d d→
−u
(1) (→ c ) = 0, (h → −
u) =h
dt dt dt
d → − df →
− d→
−u
(2) (f u ) = u +f (Scalar multiple rule)
dt dt → − dt→

d − → du dv
(3) (→ u ±− v)= ± (Sum/Difference rule)
dt →
− dt dt →
d − → du → d−v
(4) (→ u .−v)= .−
v +→ −u. (Dot product rule)
dt dt →
− dt
d − → du d→
−v
(5) (→ u ×− v)= ×→−v +→ −u × (Cross product rule)
dt dt dt
d − d→−
u df
(6) [→ u (f (t))] = (Chain rule)
dt df dt

3
Ex. Show that a vector function → −r (t) is of constant length if and only if it is orthogonal to its first
d→
−r
derivative, that is, |→

r (t)| is constant if and only if → −r. = 0.
dt

− →
− →
− d → − →
− →
− d→−r
2 2
Sol. We have r . r = | r | = a (say) iff ( r . r ) = 0 iff r . = 0. Indeed, the orthogonality of →

r (t)

− dt dt
dr
and makes sense when both these vectors are non-zero.
dt
√ d→
−r
For example, consider → −r (t) = cos t î + sin t ĵ + k̂. Then |→
−r (t)| = 2. Also, →−r. = 0.
dt

13.1.6 Derivatives and motion


Let P and Q be the positions of a moving particle along a curve C at times t and t + ∆t, respectively as
−−→ − −−→ − −−→
shown in Figure 2. Let OP = → r (t) and OQ = → r (t + ∆t) so that P Q = ∆→ −r =→ −r (t + ∆t) − →

r (t). So
displacement of the particle in time ∆t is ∆→−r . Therefore, velocity of the particle at the point P is given
by

−r (t + ∆t) − →

r (t) d→
−r


v = lim = ,
∆t→0 ∆t dt
the derivative of →
−r with respect to t.

Figure 13.2: As ∆ → 0, the point P tends to point Q along the curve C. In the limit, the vector P⃗Q/∆t becomes the
tangent vector ⃗r ′ (t) at P .

If →

r (t) = x(t)î + y(t)ĵ + z(t)k̂, then


− d→
−r dx dy dz
v = = î + ĵ + k̂.
dt dt dt dt


The curve traced by → −
r (t) is said to be smooth if ddtr is continuous and non-zero for all values of t in


the interval under consideration. Further, the non-zero vector ddtr is along the tangent to the curve at


P . Therefore, ddtr is defined as the vector tangent to the curve at P . Thus, a smooth curve has a unique
tangent at each of its points.
It would be useful to memorize the following formulas related to motion.
d→
−r
(1) Velocity: →
−v =
dt

− d→
−r
(2) Speed: | v | =
dt
d→−
v d2 →
−r
(3) Acceleration: → −
a = = 2
dt dt

4

−v
(4) Unit vector in the direction of motion: n̂ = →−
→ |v|
−v


− →

∴ v =|v| → →

= | v | n̂ =(Speed)(Direction)
|−v|
Ex. A person on a hang glider is spiralling upward due rapidly rising air on a path → −r (t) = 3 cos t î +
2
3 sin t ĵ + t k̂. Find the velocity vector, acceleration vector, glider’s speed at time t, and the times when
the glider’s acceleration is orthogonal to its velocity.
Sol. We find

−v = −3 sin t î + 3 cos t ĵ + 2t k̂.

−a = −3 cos t î − 3 sin t ĵ√+ 2 k̂.
Glider’s Speed= |→ −
v | = 9 + 4t2 .
When v is orthogonal to →

− −
a , we have →

v .→

a = 0, which gives t = 0.

13.2 Integrals of vector functions


Note: Projectile motion is not in the course.


A differentiable function R (t) is said to be an antiderivative of a vector function →
−r (t) on an interval


I if
dR
=→ − −c is any constant vector, then →
r (t) for all t ∈ I. If →

R (t) + →
−c is also an antiderivative of

− dt
r (t), which we define as indefinite integral of →−r (t) on I and we write



Z

−r (t)dt = R (t) + → −c .

If the components of →−r (t) = x(t)î + y(t)ĵ + z(t)k̂ are integrable over [a, b], then so is →

r (t). The definite


integral of r (t) from a to b is given by,
Z b Z b  Z b  Z b 


r (t)dt = x(t)dt î + y(t)dt ĵ + z(t)dt k̂.
a a a a

For example,
Z π Z π  Z π  Z π 
(cos t î + ĵ − 2tk̂)dt = cos t dt î + dt ĵ + 2t dt k̂ = π ĵ − π 2 k̂.
0 0 0 0

13.3 Arc length in space


13.3.1 Length of a smooth curve
The length of a smooth curve → −
r (t) = x(t)î + y(t)ĵ + z(t)k̂, a ≤ t ≤ b, that is traced exactly once at t
increases from a to b, is
s
Z b →
d−
Z b  2  2  2 Z b
dx dy dz r
L= + + dt = dt = |→

v | dt
a dt dt dt a dt a

Ex. A glider soaring upward along the helix → −


r (t) = cos t î + sin t ĵ + t k̂. How far does the glider travel
along its path from t = 0 to t = 2π.
Z 2π p √
Sol. L = (− sin t)2 + (cos t)2 + 12 dt = 2π 2.
0

5
13.3.2 Arc length parameter from a fixed point
The length from a fixed point P (t0 ) to any point Q(t) is given by
Z t
s(t) = |→

v (τ )| dτ.
t0

From this relation, we can obtain t in terms of the arc length s. So → −r (t) = →

r (t(s)).


Ex. Find the arc length parameter along the helix r (t) = cos t î + sin t ĵ + t k̂ from t0 = 0.
Z t


Z tp √
Sol. s(t) = | v (τ )| dτ = (− sin τ )2 + (cos τ )2 + 12 dt = 2t.
0 0
Therefore t = √s , and the helix in terms of the arc length parameter s reads as
2
     

− s s s
r (s) = cos √ î + sin √ ĵ + √ k̂.
2 2 2
Z t
Rk. By fundamental theorem of calculus, the relation s(t) = |→

v (τ )| dτ gives
t0

ds
= |→

v (t)| ,
dt
which is the speed of the particle at time t. Notice that it is independent of t0 .

13.3.3 Unit tangent vector


d→−
r →

v
Since →

v = is tangent to the curve →

r (t), so T̂ = → − is unit tangent vector to it.
dt |v|
d→
−r d→
−r dt →

v
Also, = = → = T̂ .
ds dt ds |−
v|
So the unit tangent vector to the smooth curve → −r (t) is

d→
−r →

v
T̂ = = →− .
ds |v|

Ex. For counterclockwise motion around the circle → −r (t) = cos t î+sin t ĵ, we find →

v (t) = − sin t î+cos t ĵ


and | v (t)| = 1. So unit tangent vector is T̂ = − sin t î + cos t ĵ.

13.4 Curvature and normal vectors of a curve


13.4.1 Curvature of a plane curve
d→
−r
The curvature of a smooth curve → −r (t) is defined as the rate at which the unit tangent vector T̂ =
ds
turns per unit length along the curve. It is denoted by κ.

dT̂ dT̂ dt 1 dT̂


∴ κ= = = → .
ds dt ds |−
v | dt

It is the mathematical measure of bending of curve.

Ex. Show that curvature of a straight line is 0.


Sol. For a straight line, T̂ always point in the same direction. So T̂ has constant components and

6
1 dT̂
consequently κ = |−

v | dt
= 0, as expected, since a straight line has no bending at any point.
Ex. Find the curvature of the circle → −r (t) = a cos t î + a sin t ĵ.
Sol. We have

− d→
−r
v = = −a sin t î + a cos t ĵ and |→ −v | = a.
dt


v dT̂
∴ T̂ = → = − sin t î + cos t ĵ and = − cos t î − sin t ĵ.
|−
v| dt
1 dT̂ 1
Finally, κ = → − = .
| v | dt a
We see that curvature of circle is constant, as expected, since circle has uniform bending at all the points.
It can be proved that

|→

r ′ (t) × → −
r ′′ (t)|
κ= →
− , |→

r ′ (t)| =
̸ 0.
| r ′ (t)|3

It is a useful formula to find curvature.


Ex. Find the curvature of the helix → −r (t) = a cos t î + a sin t ĵ + bt k̂, a, b ≥ 0, a2 + b2 ̸= 0.
Sol. κ = a/(a2 + b2 ).
Ex. Find curvature of the plane curve y = f (x).
Sol. The curve y = f (x) in the vector form is


r (x) = x î + f (x) ĵ,

with the variable parameter x. So the curvature is given by

|→

r ′ (x) × → −
r ′′ (x)| |(î + f ′ (x) ĵ) × (0î + f ′′ (x) ĵ)| f ′′ (x)
κ= →
− = = .
| r ′ (x)|3 |î + f ′ (x) ĵ|3 [1 + (f ′ (x))2 ]3/2

dT̂
Figure 13.3: The vector ds
is normal to the curve, and points in the direction of turning of T̂ .

13.4.2 Principal unit normal


Since T̂ has constant length (unity), we have T̂ . ddsT̂ = 0. So dT̂
ds is orthogonal to T̂ and points in the direction
dT̂
in which T̂ turns as we face in the direction of increasing arc length. At a point, where κ = ds ̸= 0, we
define principal unit normal vector for a smooth curve as

1 dT̂
N̂ = .
κ ds

7
We can write
dT̂ dT̂ dt dT̂ →

v
ds dt ds dt
N̂ = = = , where T̂ = → .
dT̂ dT̂ dt dT̂ |−
v|
ds dt ds dt

Note. There can be infinitely many normal vectors at a point of a 3D curve. But the principal unit
normal vector at a given point is unique, and points towards concave side of the curve since by definition
the principal unit vector has the direction of the vector T̂ (t + ∆t) − T̂ (t) in the limit ∆t → 0. Note that
T̂ (t + ∆t) − T̂ (t) (being addition of the vectors T̂ (t + ∆t) and −T̂ (t) by parallelogram law) points towards
concave side of the curve. So, in the limit ∆t → 0, the vector T̂ (t + ∆t) − T̂ (t) gives a unique normal
vector at the point t pointing towards concave side of the curve.
For example, in case of a 2D curve, if the unit tangent vector T̂ (t) makes an angle ϕ(t) with positive
x-axis, then it is given by

T̂ (t) = cos ϕ(t)î + sin ϕ(t)ĵ.

It implies that

T̂ ′ (t) = [− sin ϕ(t)î + cos ϕ(t)ĵ]ϕ′ (t) = [cos(π/2 + ϕ(t))î + sin(ϕ(t) + π/2)ĵ]ϕ′ (t) = N̂ ϕ′ (t).

If the curve concave towards left at t, then ϕ(t) increases with t, so ϕ′ (t) > 0. If the curve concave towards
right at t, then ϕ(t) decreases with t, so ϕ′ (t) < 0. Thus, in either case, the principal unit normal vector
points towards the concave side of the curve.
Ex. Find T̂ and N̂ for → −
r (t) = t î + t2 ĵ.

→ dT̂
Sol. T̂ = v
= √ 1 î + √ 2t ĵ, N̂ = dt
= √ −2t î + √ 1 ĵ
|−

v| 1+4t2 1+4t2 dT̂ 1+4t2 1+4t2
dt

13.4.3 Circle of curvature for plane curves


The circle of curvature or osculating circle at a point P of a plane curve where κ ̸= 0 is the circle in the
plane of the curve that
(i) has the same tangent line at P the curve has
(ii) has the same curvature the curve has at P
(iii) lies towards the concave or inner side of the curve.
The radius of curvature ρ of the curve at P is defined as the radius of the osculating circle at P . Then
centre of the osculating circle is defined as the centre of curvature of the curve at P .

Figure 13.4: Left: The osculating circle at P (x, y). Right: The osculating circle for the parabola y = x2 at the origin.

8
Ex. Find the osculating circle of the parabola y = x2 at the origin.
Sol. The parametric form of the given parabola is

−r (t) = t î + t2 ĵ.
1 dT̂
The origin corresponds to t = 0. We find κ = → − = 2 at t = 0. So radius of curvature is
| v | dt
ρ = 1/κ = 1/2. It is easy to assess that the centre of the osculating circle is (0, 1/2) that lies on Y-axis.
So equation of the osculating circle is x2 + (y − 1/2)2 = 1/2.

13.5 Tangential and normal components of acceleration


13.5.1 Torsion and the unit binormal vector
As we have seen T̂ points in the direction of motion, and N̂ points in the direction of turning of the path
of motion. The tendency of the motion to “twist” out of the plane created by T̂ and N̂ is the direction
perpendicular to this plane and is given by the vector B̂ = T̂ × N̂ , known as the binormal vector. The
moving right-handed vector frame formed by the vectors T̂ , N̂ and B̂, known as Frenet frame, plays an
important role in calculating the paths of particles moving through space.

Figure 13.5: Left: The TNB frame of mutually orthogonal unit vectors travelling along a curve in space. Right: The
three planes in TNB frame.

Since B̂ = T̂ × N̂ , so we have

dB̂ dT̂ dN̂ dN̂ dT̂


= × N̂ + T̂ × = T̂ × . (∵ and N̂ have same direction.)
ds ds ds ds ds

It implies that ddsB̂ is orthogonal to T̂ . Also, B̂ is of constant length, so dB̂


ds is orthogonal to B̂. Hence B̂
is orthogonal to T̂ and B̂ and therefore parallel to N̂ .

dB̂
∴ = −τ N̂ ,
ds
where minus sign is conventional. The scalar τ is called torsion along the curve. Also, we notice that

dB̂
.N̂ = −τ N̂ .N̂ = −τ.
ds
dB̂
∴ τ =− .N̂
ds

9
Since T̂ , N̂ and B̂ constitute a right-handed frame, there are three planes determined by T̂ , N̂ and
B̂. The plane of T̂ and N̂ is called osculating plane; the plane of N̂ and B̂ is called normal plane, and
the plane of B̂ and T̂ is called rectifying plane. The curvature κ = ddsT̂ can be thought of as the rate at
which the normal plane turns as the point P moves along its path. Similarly, the torsion τ = − ddsB̂ .N̂ is
the rate of turning of osculating plane about T̂ as P moves along its path. Torsion measures the twist of
the curve.
If we think of the curve as the path of a moving body, then the curvature of the curve (object path)
dT̂ dB̂
ds tells us how much the path turns to the left or right as the object moves along. The torsion − ds .N̂
tells how much the body’s path rotates or twists out of its plane of motion as the body moves along.
Every moving body travels with a TNB frame that characterizes the geometry of its path of motion.
(See Figure 6)

Figure 13.6:

A useful formula for the torsion is


ẋ ẏ ż
ẍ ÿ z̈
... ... ...
x y z
τ= → , |→

r ′ (t) × →

r ′′ (t)| =
̸ 0.
| r (t) × →
− ′ −r ′′ (t)|2

Here an over dot denotes the derivative with respect to t.

Ex. Find the torsion of the helix →



r (t) = a cos t î + a sin t ĵ + bt k̂, a, b ≥ 0, a2 + b2 ̸= 0.
2 2
Sol. τ = b/(a + b ).

13.6 Derivation of the tangential and normal components of accelera-


tion
d→
−r d→
−r ds ds
We have →

v = = = T̂ .
dt ds dt dt


dv 2
d s ds dT̂ d2 s ds dT̂ ds d2 s
 2
ds


∴ a = = 2 T̂ + = 2 T̂ + = 2 T̂ + κ N̂ ,
dt dt dt dt dt dt ds dt dt dt
dT̂
where = κN̂ .
ds

10
d2 s d −
∴ Tangential component of → −
a = aT = 2 = (|→ v |).
 2 dt dt
ds
Normal component of → −
a = aN = κ = κ|→−v |2 .
dt
Obviously, →

a = aT T̂ + aN N̂ and |→

a |2 = |aT |2 + |aN |2 .

Figure 13.7: The tangential and normal components of acceleration.

Ex. Without solving T̂ and N̂ , find normal component of acceleration vector of the motion → −
r (t) =
(sin t − t cos t) î + (cos t + t sin t) ĵ.

→ −

Sol. We have → −v = ddtr = t sin t î + t cos t ĵ and ddtv = (sin t + t cos t) î + (cos t − t sin t) ĵ.
∴ |→−v | = t and aT = dt d →
(|−
v |) = 1.

− −
→ √ q
Also, | a | = dv
dt = t2 + 1. So a = |→
N
−a |2 − a2 = t.
T

13.7 SECTION 13.6 (Velocity and Acceleration in Polar Coordinates)


Consider a particle moving along a curve in the polar coordinate plane with position at P (r, θ) at time t.
We shall express its velocity, and acceleration in terms of the moving unit vectors

ûr = cos θî + sin θĵ, ûθ = − sin θî + cos θĵ
−−→
shown in Figure 8. The vector ûr points along the position vector OP so that →

r = rûr . The vector ûθ ,
orthogonal to ûr points in the direction of increasing θ. We find that

Figure 13.8:

11
dûr
= (− sin θî + cos θĵ)θ̇ = θ̇ûθ ,
dt
dûθ
= (− cos θî − sin θĵ)θ̇ = −θ̇ûr .
dt
Therefore velocity vector →−v can be expressed as


− d→
−r d(rûr ) dûr
v = = = ṙûr + r = ṙûr + rθ̇ûθ
dt dt dt
as shown in Figure 9. The acceleration vector → −a can be expressed as

Figure 13.9:


− d→
−v d dûr dûθ
a = = (ṙûr + rθ̇ûθ ) = r̈ûr + ṙ + ṙθ̇ûθ + rθ̈ûθ + rθ̇
dt dt dt dt

= r̈ûr + ṙθ̇ûθ + ṙθ̇ûθ + rθ̈ûθ + rθ̇(−θ̇ûr ) = (r̈ − rθ̇2 )ûr + (rθ̈ + 2ṙθ̇)ûr .
To extend these equations of motion to space, we add z k̂ to the right-hand side of the equation →

r = rûr .
Then, in these cylindrical coordinates, we have


r = rûr + z k̂,


v = ṙûr + rθ̇ûθ + ż k̂


a = (r̈ − rθ̇2 )ûr + (rθ̈ + 2ṙθ̇)ûr + z̈ k̂.
The vectors ûr , ûθ and k̂ make a right-handed frame (see Figure 10) in which

ûr × ûθ = k̂, ûθ × k̂ = ûr , k̂ × ûr = ûθ .

12
Figure 13.10:

13
13.8 SUMMARY
It would be helpful to focus on the following key points.

• →
−r (t) = x(t)î + y(t)ĵ + z(t)k̂, a ≤ t ≤ b, is the vector equation of a curve in 3D space with the
starting point (x(a), y(a), z(a)) and end point (x(b), y(b), z(b)) as t varies from a to b in the interval
[a, b]. For example, → −r (t) = cos tî + sin tĵ + tk̂, 0 ≤ t ≤ 2π is the circular helix with the starting
point (1, 0, 0) and end point (1, 0, 2π).


• Geometrically ddtr is the tangent vector to the curve →−r (t). In case →

r (t) is the path of a moving


dr →
− →
− −

dv
particle, then dt is the velocity v of the particle, and a = dt is the acceleration of the particle.

• Length L of the curve →



r (t) = x(t)î + y(t)ĵ + z(t)k̂, a ≤ t ≤ b, is given by
b
d→

Z Z b
r
L= dt = |→

v (t)| dt.
a dt a

• The arc length s(t) of the curve → −


r (t) = x(t)î + y(t)ĵ + z(t)k̂ from a fixed point (x(t0 ), y(t0 ), z(t0 ))
to any point (x(t), y(t), z(t)), is given by
Z t
s(t) = |→

v (t)| dt.
t0

It is called the arc length parameter. We notice that

ds →
− d→
−r
= | v (t)| = .
dt dt

• The unit tangent vector T̂ to the curve →



r (t) = x(t)î + y(t)ĵ + z(t)k̂, is given by
d−
→ d−

r
dt
r
dt d→
−r
T̂ = = = .
d−
→r ds ds
dt dt


→ d−

• If →
− r . ddtr = 0. It implies that →
r (t) is a vector of constant magnitude, then →
− −
r and r
dt are perpen-
dicular to each other.

• The principal unit normal vector N̂ to the curve →



r (t) is given by


d T̂
dt
N̂ = −
→ .
d T̂
dt

• The binormal vector B̂ is given by

B̂ = T̂ × N̂ .

• The three unit vectors T̂ , N̂ and B̂ constitute a right-handed frame, and there are three planes
determined by T̂ , N̂ and B̂. The plane of T̂ and N̂ is called osculating plane; the plane of N̂ and
B̂ is called normal plane, and the plane of B̂ and T̂ is called rectifying plane.

14
Figure 13.11: Left: The TNB frame of mutually orthogonal unit vectors travelling along a curve in space. Right: The
three planes in TNB frame.

• The deviation of the path →


−r (t) (from the tangent line) in the osculating plane is quantified by the
parameter, called curvature, given by

dT̂ |→

r ′ (t) × → −
r ′′ (t)|
κ= = →
− , |→

r ′ (t)| =
̸ 0.
ds | r ′ (t)|3

It measures the bending of the curve →



r (t).

• The deviation of the path → −r (t) from the osculating plane (twist in the path) is quantified by a
parameter, called torsion, given by

ẋ ẏ ż
ẍ ÿ z̈
... ... ...
dB̂ x y z
τ =− .N̂ = → , |→

r ′ (t) × →

r ′′ (t)| =
̸ 0.
ds |−
r ′ (t) × →

r ′′ (t)|2

Here an over dot denotes the derivative with respect to t. Note that for any plane curve, B̂ does
not change with respect to the arc length s. So τ is 0 for the plane curve.

• In the motion of a particle along the space curve →



r (t), the tangent vector T̂ points in the direction
of motion; the normal vector N̂ points in the direction of the turning of the path in the osculating
plane; the binormal vector B̂ points in the direction of the twist of the path from the osculating
plane; the curvature κ quantifies the deviation of the path from the tangent line in the osculating
plane, and the torsion τ quantifies deviation of the path from the the osculating plane or twist in
the path.

• Every moving body travels with a TNB frame that characterizes the geometry of its path of motion.

• The velocity and acceleration with tangential and normal components are given by


− ds
v = T̂ + 0.N̂ ,
dt
 2

− d2 s ds
a = 2 T̂ + κ N̂ .
dt dt

15
Figure 13.12:

• The velocity and acceleration with radial and transverse components are given by


v = ṙûr + rθ̇ûθ ,


a = (r̈ − rθ̇2 )ûr + (rθ̈ + 2ṙθ̇)ûr .

• A curve →−r (t) is smooth curve if there exists a unique tangent at its every point. Mathematically
speaking, the curve →−r (t) is smooth if →

r ′ (t) is non-zero and continuous at every point. For example,


the unit circle described by r (t) = cos t î + sin t ĵ, 0 ≤ t ≤ 2π, is a smooth curve.

16

You might also like