3: Vector Functions and Space Curves
Vector-valued functions describe curves and motion in space.
Vector Functions
A vector function maps a scalar to a vector:
r(t)=โจf(t),g(t),h(t)โฉ=f(t)i+g(t)j+h(t)k
As t varies, r(t) traces out a space curve.
Examples
Helix:
r(t)=โจcost,sint,tโฉ
Line:
r(t)=r0โ+tv
Circle in the xy-plane:
r(t)=โจrcost,rsint,0โฉ
Calculus of Vector Functions
Limits and Continuity
Take limits component-wise:
tโalimโr(t)=โจtโalimโf(t),tโalimโg(t),tโalimโh(t)โฉ
Derivatives
rโฒ(t)=โจfโฒ(t),gโฒ(t),hโฒ(t)โฉ
Geometric meaning: rโฒ(t) is the tangent vector to the curve at r(t).
Unit tangent vector:
T(t)=โฃrโฒ(t)โฃrโฒ(t)โ
Differentiation Rules
- (cr)โฒ=crโฒ
- (u+v)โฒ=uโฒ+vโฒ
- (fr)โฒ=fโฒr+frโฒ (scalar times vector)
- (uโ
v)โฒ=uโฒโ
v+uโ
vโฒ
- (uรv)โฒ=uโฒรv+uรvโฒ
Integrals
โซabโr(t)dt=โจโซabโf(t)dt,โซabโg(t)dt,โซabโh(t)dtโฉ
Motion in Space
If r(t) is the position of a particle:
| Quantity | Formula |
|---|
| Position | r(t) |
| Velocity | v(t)=rโฒ(t) |
| Speed | $ |
| Acceleration | a(t)=vโฒ(t)=rโฒโฒ(t) |
Arc Length
Length of curve from t=a to t=b:
L=โซabโโฃrโฒ(t)โฃdt=โซabโ(xโฒ)2+(yโฒ)2+(zโฒ)2โdt
Arc Length Parameter
The arc length function:
s(t)=โซatโโฃrโฒ(u)โฃdu
Note: dtdsโ=โฃrโฒ(t)โฃ
Curvature
Curvature ฮบ measures how fast the curve turns:
ฮบ=โdsdTโโ=โฃrโฒ(t)โฃโฃTโฒ(t)โฃโ=โฃrโฒ(t)โฃ3โฃrโฒ(t)รrโฒโฒ(t)โฃโ
Radius of Curvature
ฯ=ฮบ1โ
The radius of the best-fitting circle (osculating circle) at that point.
Curvature for y=f(x)
ฮบ=[1+(fโฒ(x))2]3/2โฃfโฒโฒ(x)โฃโ
The TNB Frame (Frenet-Serret Frame)
Three mutually perpendicular unit vectors that move along the curve:
Unit Tangent Vector
T=โฃrโฒโฃrโฒโ
Points in the direction of motion.
Principal Normal Vector
N=โฃTโฒโฃTโฒโ
Points toward the center of curvature (the direction the curve is turning).
Binormal Vector
B=TรN
Perpendicular to the osculating plane.
Tโฒ=ฮบโฃrโฒโฃN
Nโฒ=โฮบโฃrโฒโฃT+ฯโฃrโฒโฃB
Bโฒ=โฯโฃrโฒโฃN
where ฯ is the torsion (measures how the curve twists out of the osculating plane).
Tangential and Normal Components of Acceleration
Acceleration can be decomposed:
a=aTโT+aNโN
where:
Tangential component (changes speed):
aTโ=dtdโโฃvโฃ=โฃvโฃvโ
aโ
Normal component (changes direction):
aNโ=ฮบโฃvโฃ2=โฃvโฃโฃvรaโฃโ
Summary
| Concept | Formula |
|---|
| Tangent vector | $\mathbf{T} = \frac{\mathbf{r}โ}{ |
| Arc length | $L = \int |
| Curvature | $\kappa = \frac{ |
| Normal vector | $\mathbf{N} = \frac{\mathbf{T}โ}{ |
| Binormal vector | B=TรN |
| Tangential acceleration | $a_T = \frac{\mathbf{v} \cdot \mathbf{a}}{ |
| Normal acceleration | $a_N = \frac{ |