| |

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\mathbf{r}(t) = \langle f(t), g(t), h(t) \rangle = f(t)\mathbf{i} + g(t)\mathbf{j} + h(t)\mathbf{k}

As tt varies, r(t)\mathbf{r}(t) traces out a space curve.

Examples

Helix:

r(t)=โŸจcosโกt,sinโกt,tโŸฉ\mathbf{r}(t) = \langle \cos t, \sin t, t \rangle

Line:

r(t)=r0+tv\mathbf{r}(t) = \mathbf{r}_0 + t\mathbf{v}

Circle in the xyxy-plane:

r(t)=โŸจrcosโกt,rsinโกt,0โŸฉ\mathbf{r}(t) = \langle r\cos t, r\sin t, 0 \rangle

Calculus of Vector Functions

Limits and Continuity

Take limits component-wise:

limโกtโ†’ar(t)=โŸจlimโกtโ†’af(t),limโกtโ†’ag(t),limโกtโ†’ah(t)โŸฉ\lim_{t \to a} \mathbf{r}(t) = \left\langle \lim_{t \to a} f(t), \lim_{t \to a} g(t), \lim_{t \to a} h(t) \right\rangle

Derivatives

rโ€ฒ(t)=โŸจfโ€ฒ(t),gโ€ฒ(t),hโ€ฒ(t)โŸฉ\mathbf{r}'(t) = \langle f'(t), g'(t), h'(t) \rangle

Geometric meaning: rโ€ฒ(t)\mathbf{r}'(t) is the tangent vector to the curve at r(t)\mathbf{r}(t).

Unit tangent vector:

T(t)=rโ€ฒ(t)โˆฃrโ€ฒ(t)โˆฃ\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}

Differentiation Rules

  • (cr)โ€ฒ=crโ€ฒ(c\mathbf{r})' = c\mathbf{r}'
  • (u+v)โ€ฒ=uโ€ฒ+vโ€ฒ(\mathbf{u} + \mathbf{v})' = \mathbf{u}' + \mathbf{v}'
  • (fr)โ€ฒ=fโ€ฒr+frโ€ฒ(f\mathbf{r})' = f'\mathbf{r} + f\mathbf{r}' (scalar times vector)
  • (uโ‹…v)โ€ฒ=uโ€ฒโ‹…v+uโ‹…vโ€ฒ(\mathbf{u} \cdot \mathbf{v})' = \mathbf{u}' \cdot \mathbf{v} + \mathbf{u} \cdot \mathbf{v}'
  • (uร—v)โ€ฒ=uโ€ฒร—v+uร—vโ€ฒ(\mathbf{u} \times \mathbf{v})' = \mathbf{u}' \times \mathbf{v} + \mathbf{u} \times \mathbf{v}'

Integrals

โˆซabr(t)โ€‰dt=โŸจโˆซabf(t)โ€‰dt,โˆซabg(t)โ€‰dt,โˆซabh(t)โ€‰dtโŸฉ\int_a^b \mathbf{r}(t) \, dt = \left\langle \int_a^b f(t)\,dt, \int_a^b g(t)\,dt, \int_a^b h(t)\,dt \right\rangle

Motion in Space

If r(t)\mathbf{r}(t) is the position of a particle:

QuantityFormula
Positionr(t)\mathbf{r}(t)
Velocityv(t)=rโ€ฒ(t)\mathbf{v}(t) = \mathbf{r}'(t)
Speed$
Accelerationa(t)=vโ€ฒ(t)=rโ€ฒโ€ฒ(t)\mathbf{a}(t) = \mathbf{v}'(t) = \mathbf{r}''(t)

Arc Length

Length of curve from t=at = a to t=bt = b:

L=โˆซabโˆฃrโ€ฒ(t)โˆฃโ€‰dt=โˆซab(xโ€ฒ)2+(yโ€ฒ)2+(zโ€ฒ)2โ€‰dtL = \int_a^b |\mathbf{r}'(t)| \, dt = \int_a^b \sqrt{(x')^2 + (y')^2 + (z')^2} \, dt

Arc Length Parameter

The arc length function:

s(t)=โˆซatโˆฃrโ€ฒ(u)โˆฃโ€‰dus(t) = \int_a^t |\mathbf{r}'(u)| \, du

Note: dsdt=โˆฃrโ€ฒ(t)โˆฃ\frac{ds}{dt} = |\mathbf{r}'(t)|


Curvature

Curvature ฮบ\kappa measures how fast the curve turns:

ฮบ=โˆฃdTdsโˆฃ=โˆฃTโ€ฒ(t)โˆฃโˆฃrโ€ฒ(t)โˆฃ=โˆฃrโ€ฒ(t)ร—rโ€ฒโ€ฒ(t)โˆฃโˆฃrโ€ฒ(t)โˆฃ3\kappa = \left| \frac{d\mathbf{T}}{ds} \right| = \frac{|\mathbf{T}'(t)|}{|\mathbf{r}'(t)|} = \frac{|\mathbf{r}'(t) \times \mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}

Radius of Curvature

ฯ=1ฮบ\rho = \frac{1}{\kappa}

The radius of the best-fitting circle (osculating circle) at that point.

Curvature for y=f(x)y = f(x)

ฮบ=โˆฃfโ€ฒโ€ฒ(x)โˆฃ[1+(fโ€ฒ(x))2]3/2\kappa = \frac{|f''(x)|}{[1 + (f'(x))^2]^{3/2}}

The TNB Frame (Frenet-Serret Frame)

Three mutually perpendicular unit vectors that move along the curve:

Unit Tangent Vector

T=rโ€ฒโˆฃrโ€ฒโˆฃ\mathbf{T} = \frac{\mathbf{r}'}{|\mathbf{r}'|}

Points in the direction of motion.

Principal Normal Vector

N=Tโ€ฒโˆฃTโ€ฒโˆฃ\mathbf{N} = \frac{\mathbf{T}'}{|\mathbf{T}'|}

Points toward the center of curvature (the direction the curve is turning).

Binormal Vector

B=Tร—N\mathbf{B} = \mathbf{T} \times \mathbf{N}

Perpendicular to the osculating plane.

Frenet-Serret Formulas

Tโ€ฒ=ฮบโˆฃrโ€ฒโˆฃN\mathbf{T}' = \kappa |\mathbf{r}'| \mathbf{N} Nโ€ฒ=โˆ’ฮบโˆฃrโ€ฒโˆฃT+ฯ„โˆฃrโ€ฒโˆฃB\mathbf{N}' = -\kappa |\mathbf{r}'| \mathbf{T} + \tau |\mathbf{r}'| \mathbf{B} Bโ€ฒ=โˆ’ฯ„โˆฃrโ€ฒโˆฃN\mathbf{B}' = -\tau |\mathbf{r}'| \mathbf{N}

where ฯ„\tau is the torsion (measures how the curve twists out of the osculating plane).


Tangential and Normal Components of Acceleration

Acceleration can be decomposed:

a=aTT+aNN\mathbf{a} = a_T \mathbf{T} + a_N \mathbf{N}

where:

Tangential component (changes speed):

aT=ddtโˆฃvโˆฃ=vโ‹…aโˆฃvโˆฃa_T = \frac{d}{dt}|\mathbf{v}| = \frac{\mathbf{v} \cdot \mathbf{a}}{|\mathbf{v}|}

Normal component (changes direction):

aN=ฮบโˆฃvโˆฃ2=โˆฃvร—aโˆฃโˆฃvโˆฃa_N = \kappa |\mathbf{v}|^2 = \frac{|\mathbf{v} \times \mathbf{a}|}{|\mathbf{v}|}

Summary

ConceptFormula
Tangent vector$\mathbf{T} = \frac{\mathbf{r}โ€™}{
Arc length$L = \int
Curvature$\kappa = \frac{
Normal vector$\mathbf{N} = \frac{\mathbf{T}โ€™}{
Binormal vectorB=Tร—N\mathbf{B} = \mathbf{T} \times \mathbf{N}
Tangential acceleration$a_T = \frac{\mathbf{v} \cdot \mathbf{a}}{
Normal acceleration$a_N = \frac{