Math 252 Lecture 07: Monday, January 18th 1999.

Last lecture we proved the first vector identity in section 1.14 of the textbook, using tensor notation. In this lecture, we proved the other three vector identities of section 1.14 [Transparancies 1 and 2]. (In Assignment #02, you are asked to prove these three identities using tensor notation.)

We started Vector Functions of a Single Variable [Transparancy 3]. Continuity and limits of vector functions are defined in terms of the components of the vector function. Using this, the derivative of a vector function was defined in terms of derivatives of its components.

Various derivative rules were proved [Transparancies 4 to 6]. The product rule transfers over to vectors in a straightforward way, including derivatives of dot-products and cross-products.

We finished off [Transparancy 6] with a brief discussion of space curves. I gave a demonstration of how to plot space curves using "Maple". The commands used were:

 > with(plots):

 > spacecurve([sin(t),cos(t),t],t=0..8*Pi);
The ">" is Maple's prompt -- you don't type that. You have to type with(plots) in order load the "plots" package which contains the "spacecurve" command, otherwise it will be inaccessible. Note also that each statement must end with a semi-colon, unless you want to suppress the output of a command, in which case you use a colon as I did with the "with(plots)" command.

This particular space curve is a spiral around the z-axis. Within Maple you can rotate the plot to view it at any desired angle.

I encourage you all to try plotting space curves in Maple. The class has been issued assignment lab accounts for this purpose. You can also find Maple in the drop-in labs on campus. Click here for more information on using computers in this course.

If you have a computer at home, you may wish to purchase Maple from the Microcomputer Store on campus. It is available for both Macintosh and MS Windows machines.

Here are the scanned-in transparancies, in full-colour JPEG format:

(You will find two versions -- a "screen" version, which is 400 pixels wide and a corresponding number of pixels long, at a resolution of 100 by 100 dots per inch, and a "print" version, which is generally between 8 and 8.5 inches wide and up to 11 inches long, also at a resolution of 100 by 100 dots per inch. The screen versions generally have a file size of between 60 and 75 K, which downloads reltively quickly. The print versions are generally have a file size of between 170 and 225 K, which takes a bit longer to download.)


SFU / Math & Stats / ~hebron / math252 / lec_notes / lec07/index.html

Revised January 1999 by John Hebron.