Logo

Chapter 13: Vector Functions

13.1 Vector Functions and Space Curves

A vector-valued function is a function whose domain is a set of real numbers, and whose range is a set of vectors. For instance,

r(t)=f(t),g(t),h(t)=f(t)i+g(t)j+h(t)kr(t)=\langle f(t),g(t),h(t) \rangle = f(t)\textbf{i} + g(t)\textbf{j}+h(t)\textbf{k}

Where r(t)r(t) is the vector-valued function and f,g,hf,g,h are the component functions of rr. Often (for 3-dimensions), r:RR3r:\mathbb{R}\to \mathbb{R}^{3}.

Limits and Continuity

The limit for a vector-valued function is simply:

limtar(t)=limtaf(t),limtag(t),limtah(t)\lim_{ t \to a } r(t)=\langle \lim_{ t \to a } f(t),\lim_{ t \to a } g(t) ,\lim_{ t \to a } h(t) \rangle

And r(t)r(t) is continuous at t=at=a when

limtar(t)=r(a)\lim_{ t \to a } r(t)=r(a)

Space Curves

Suppose f,g,tf,g,t are continuous, real-valued functions defined on an interval \ell. Then the set of CC of all points (x,y,z)(x,y,z) in space described by

x=f(t)y=g(t)z=h(t)x=f(t)\qquad y=g(t)\qquad z=h(t)

as tt varies over \ell is called a space curve.

13.2 Derivatives and Integrals of Vector Functions

Derivatives

The derivative is defined analogously to limits

r(t)=f(t),g(t),h(t)r'(t)=\langle f'(t),g'(t),h'(t) \rangle

Derivative rules (e.g. Product Rule, Chain Rule, etc.) hold similarly, where it suffices to apply each rule independently for each dimension. There are, however, a few differences.

Let f(t)f(t) be a real-valued function, and u,vu,v be vector-valued functions Then,