Moving Around in Space

When an object is moving in two-dimensional space, we use a two-dimensional vector-valued function to keep track of its position at each time, t.

P(t) = (x(t), y(t))

When an object is moving in three-dimensional space, we use a three-dimensional vector-valued function to keep track of its position at each time, t.

P(t) = (x(t), y(t), z(t))

Example:

The movie at the right shows what happens when a baseball is thrown with an initial velocity of 30 feet per second horizontally and 40 feet per second vertically from an initial position (0, 6). The travels of this baseball can be described by


     x(t) = 30 t
     y(t) = 6 + 40 t - 16t2

or. more compactly, using vector notation by


     P(t) = (x(t), y(t))

The movie starts at time t = 0 and runs to time t = 2.6.

Missing animation


Use your CAS wiudow to do the following.


The derivative, P'(t), of a vector-valued function P(t) is defined by


                       1
     P'(t) =   Lim    --- (P(t + h) - P(t))
             h --> 0   h

The following theorem shows that we can differentiate a vector-valued function by differentiating each of its coordinates. The proof can be found in Multivariable Calculus, Linear Algebra, and Differential Equations in a Real and Complex World.

Theorem:

If

P(t) = (p1(t), p2(t), ... pn(t))

Then

P'(t) = (p'1(t), p'2(t), ... p'n(t))


Differentiate each of the following functions and check your answers in your CAS window.


The following theorems are proved in Multivariable Calculus, Linear Algebra, and Differential Equations in a Real and Complex World.

Theorem: (Sum Rule)

(P(t) + G(t))' = P'(t) + G'(t)

Theorem: (Scalar Multiplication Rule)

(c P)'(t) = c P'(t)

Theorem: (Chain Rule)

P(f(t))' = P'(f(t)) f'(t)

Theorem: (Dot Product Rule)

(P(t) . G(t))' = P'(t) . G(t) + P(t) . G'(t)

Definition:

Suppose that an object is traveling in R2 or in R3 and its location or position is described by the function f(t). Then its velocity is f'(t); its speed is ||f'(t)||; and its acceleration is f''(t).

Be sure to do the exercises in this section of Multivariable Calculus, Linear Algebra, and Differential Equations in a Real and Complex World.


Copyright c 1997 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717