Vector Functions: Chapter Three
Vector Functions: Chapter Three
Vector Functions
We begin with a review of the idea of a function. Suppose A and B are sets. The
Cartesian product A × B of these sets is the collection of all ordered pairs (a ,b) such
that a ∈ A and b ∈ B . A relation R is simply a subset of A × B . The domain of R is
the set dom R = {a ∈ A:( a , b) ∈ R} . In case A = B and the domain of R is all of A, we call
R a relation on A. A relation R ⊂ A × B such that (a ,b) ∈ R and (a , c) ∈ R only if b =
c is called a function. In other words, if R is a function, and a ∈ dom R , there is exactly
one ordered pair (a ,b) ∈ R . The second “coordinate” b is thus uniquely determined by a.
It is usually denoted R (a ) . If R ⊂ A × B is a relation, the inverse of R is the relation
Example
Let A be the set of all people who have ever lived and let S ⊂ A × A be the relation
defined by S = {( a, b): b is the mother of a} . The S is a relation on A, and is, in fact, a
Exercises
3.1
1. Let A be the set of all Georgia Tech students, and let B be the set of real numbers.
Define the relation W ⊂ A × B by W = {( a, b): b is the weight (in pounds) of a} . Is
2. Let X be set of all states of the U. S., and let Y be the set of all U. S. municipalities.
Define the relation c ⊂ X × Y by c = {(x , y ): y is the capital of x} . Explain why c is
a function, and find c(Nevada), c(Missouri), and c(Kentucky).
b)If y ∈ dom f −1
, what is f ( f −1
( y )) ? Explain.
3.2
f (t ) (actually,. a representative of f (t ) ) at the origin, the nose will lie on the curve
y = x 2 . In fact, as t varies over the reals, the nose traces out this curve. The function f is
called a vector description of the curve. Let’s look at another example. This time, let
g (t ) = cos t i + sin t j for 0 ≤ t ≤ 4π . What is the curve described by this function? First,
note that for all t, we have | g(t )| = 1. The nose of g thus always lies on the circle of radius
one centered at the origin. It’s not difficult to see that, in fact, as t varies from 0 to 2π, the
nose moves around the circle once, and as t varies on from 2π to 4π, the nose traces out the
circle again.
The real usefulness of vector descriptions is most evident when we consider curves
in space. Let f (t ) = cos ti + sin tj + t k , for all t ≥ 0 . Now, what curve is followed by the
nose of f(t)? Notice first that if we look down on this curve from someplace up the
positive third axis (In other words, k is pointing directly at us.), we see the circle described
by cos ti + sin tj . As t increases, we run around this circle and the third component of our
position increases linearly. Convince yourself now that this curve looks like this:
This curve is called a helix, or more precisely, a right circular helix. The picture was
drawn by Maple. Let’s draw another. How about the curve described by the vector
function g (t ) = cos t i + sin t j + sin(2 t ) k ? This one is just a bit more exciting. Here’s a
computer drawn picture:
3.3
(This time we put the axes where they are “supposed to be.”)
Observe that in giving a vector description, we are in effect specifying the three
coordinates of points on the curves as ordinary real valued functions defined on a subset of
the reals. Assuming the axes are labeled x, y, and z, the curve described by the vector
function
r(t ) = f (t ) i + g (t ) j + h( t ) k
is equivalently described by the equations
x = f (t )
y = g (t )
z = h(t )
These are called parametric equations of the curve (The variable t is called the
parameter.).
Exercises
3.4
9 . Sketch or otherwise describe the curve given by c( t ) = cos ti + sin t j + 7 k .
2 2
14. a)Sketch or otherwise describe the curve given by the function r(t ) = a + tb , where
a = 2 i − j + 3k and b = i + 3 j − 5k .
b)Express r(t) in the form r(t ) = f (t ) i + g (t ) j + h( t ) k .
16. Find a vector function for the straight line passing through the point (1,4,-2) in the
direction of the vector v = i − j + 2k .
17. a)Find a vector function for the straight line passing through the points (1,2,4) and
(3,1,5).
b)Find a vector function for the line segment joining the points (1,2,4) and (3,1,5).
18. Let L be the line through the points (1,5,-2) and (2,2,4); and let M be the line
through the points (2,4,6) and (-3,1,-2). Find a vector description of the line which
passes through the point (1,1,2) and is perpendicular to both L and M.
3.5
Recall from grammar school what we mean when we say the limit at t 0 of a real-
valued, or scalar, function f is L. The definition for vector functions is essentially the
same. Specifically, suppose f is a vector valued function, t 0 is a real number, and L is a
vector such that for every real number ε > 0, there is a δ > 0 such that | f ( t ) − L | < ε
lim(α (t ) f ( t )) = aL .
t → t0
To see this, we use the “behold!” method. Let ε > 0 be given. Choose δ 1 ,δ 2 ,δ 3 , and
δ 4 so that
ε
| f ( t) − L|< for 0 < | t − t 0 | < δ 1 ;
3(1+| a |)
ε
| f ( t) − L|< for 0 < | t − t 0 | < δ 2 ;
3
ε
| α (t ) − a| < for 0 < | t − t 0 | < δ 3 ; and
3(1+ | L |)
ε
| α (t ) − a| < for 0 < | t − t 0 | < δ 4 .
3
| α (t ) f (t ) − aL| = | a ( f (t ) − L ) + L (α (t ) − a) + (α (t ) − a )( f (t ) − L )|
≤ | a( f (t ) − L )|+| L (α ( t ) − a )|+ |(α (t ) − a )||( f (t ) − L )|
|a| | L| ε ε ε ε ε
< ε + ε + < + + =ε
3(1+|a|) 3(1+| L|) 3 3 3 3 3
3.6
Or, in other words,
lim(α (t ) f ( t )) = aL ,
t → t0
lim x( t ) = a ,
t → t0
lim y (t ) = b, and
t → t0
lim z( t ) = c.
t → t0
It is now easy to show that all the usual nice properties of limits are valid for vector
functions:
We are now ready to say what we mean by a vector function’s being continuous at
a point of its domain. Suppose t 0 is in the domain of the vector function f. Then we say f
is continuous at t 0 if it is true that lim f ( t ) = f ( t 0 ) . It is easy to see that if
t→ t0
f (t ) = x ( t ) i + y (t ) j + z (t ) k ,
then f is continuous at t 0 if and only if each of the everyday scalar functions x ( t ), y (t ), and
z(t ) is continuous at t 0 . This shows there is nothing particularly mysterious or exotic
about continuity of vector functions.
If f is continuous at each point of its domain, then we say simply that f is
continuous,
Exercises
3.7
19. Is it possible for a function f to have more than one limit at t = t 0 ? Prove your
answer.
1
22. Let r(t ) = ti + t 2 j + k . Is r a continuous function? Explain.
t
23. Suppose r is a continuous function. Explain how you know that the length
function n(t ) =| r(t )| is continuous.
3.8