🌱 Tony's Memex Tony's Intertwingled Memex
Digital Garden | OER Curriculum
Home / Digital Garden / Vector Valued Functions

Vector Valued Functions

📊 Interactive Desmos Graph Open in Desmos ↗
Core Definition

A function that maps a real scalar (often parameter time tt) to a vector space, defining a parametric curve in space:

r(t)=x(t),y(t),z(t)\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle

Concept Explanation

Vector valued functions track motion paths. The derivative r(t)\mathbf{r}'(t) represents the instantaneous velocity vector (tangent to the curve), and the second derivative r(t)\mathbf{r}''(t) represents the acceleration vector.

Visual / Geometric Intuition

Interactive Desmos Graph

Engineering Applications

Aerospace engineers use space curves to design missile or aircraft trajectories, structural engineers trace spatial geometries like suspension bridge wires, and animation systems interpolate character movements.

Example Problem

Find the velocity vector v(t)\mathbf{v}(t) and acceleration vector a(t)\mathbf{a}(t) for the helical path:

r(t)=cost,sint,t\mathbf{r}(t) = \langle \cos t, \sin t, t \rangle

Solution

Step 1: Differentiate to find velocity v(t)=r(t)\mathbf{v}(t) = \mathbf{r}'(t)

v(t)=ddtcost,sint,t=sint,cost,1\mathbf{v}(t) = \frac{d}{dt}\langle \cos t, \sin t, t \rangle = \langle -\sin t, \cos t, 1 \rangle

Step 2: Differentiate velocity to find acceleration a(t)=v(t)\mathbf{a}(t) = \mathbf{v}'(t)

a(t)=ddtsint,cost,1=cost,sint,0\mathbf{a}(t) = \frac{d}{dt}\langle -\sin t, \cos t, 1 \rangle = \langle -\cos t, -\sin t, 0 \rangle


Connections & References