Subsection 1.1.2 Terminology and Notation
Definition 1.1.1. Point.
A point specifies a location.
Points are denoted with capital letters and coordinates (Cartesian) and are specified with ordered lists. For example \(A=(1,3)\text{,}\) and \(B=(-4,7,-2)\text{.}\) Typically points are represented graphically as a dot at the specified location.
Definition 1.1.2. Vector.
A vector specifies a direction and a distance traveled in that direction.
Vectors are denoted with lower case letters with a right arrow above it and are specified with ordered lists. For example \(\vec{x}=(1,3)\text{,}\) and \(\vec{y}=(-4,7,-2)\text{.}\) Other notations for vectors include \(\vec{x}=\langle 1,3 \rangle\) and \(\vec{y}=-4\vec{i}+7\vec{j}-2\vec{k}\text{.}\) The latter relies on properties developed in the exercises below and on defining \(\vec{i}=(1,0,0)\text{,}\) \(\vec{j}=(0,1,0)\text{,}\) and \(\vec{i}=(0,0,1)\text{.}\) Typically vectors are represented graphically as an arrow beginning at the origin — unless otherwise specified — and ending the specified number of units away.
Definition 1.1.3. Directed Line Segment.
A directed line segment specifies two locations and the direction traveled from one to the other.
Directed line segments are specified by stating the two points. The direction is from the first point toward the second. They are denoted by an ordered pair of letters —representing the two points — with a right arrow above it. For example \(\stackrel{\longrightarrow}{AC} \) for \(A=(1,3)\) and \(C=(4,-5)\text{.}\) Directed line segments are typically represented graphically by an arrow beginning at the first point and ending at the second point.
Please note that notations for points, vectors, and various linear objects vary from author to author. You must be careful to check each text before assuming meanings.
Subsection 1.1.4 Points, Vectors, and Functions
The notation \(\R^n\) is used to express the set of all points or vectors with \(n\) entries. \(\R=\R^1.\)
Definition 1.1.6. Vector Valued Function.
A function is vector valued if and only if the codomain (inclusive of the range) is \(\R^n\) with \(n \ge 2.\)
Note that the domain may be \(\R^m\) for any \(m \ge 1.\) Also note that in a cruel twist of fate for calculus students the expression vector valued function is used for functions whose output is vectors and for functions whose output is points. In this class a function with vector outputs will be denoted like a vector (arrow on top) and a function with point outputs will be denoted without the vector notation. For example \(\vec{v}(x,y)=(2x,2y)\) and \(\ell(t)=(0,3)+(1,1)t.\)
Activity 4.
(a)
For \(B=(5,0,-4)\) and \(\vec{m}=(1,-1,2)\) calculate the following. \(B+\vec{m},\) \(B+2\vec{m},\) \(B+3\vec{m},\) \(B-\vec{m}.\)
(b)
Are the objects in the previous problem points or vectors?
(c)
Calculate 5 points for the function \(\ell_1(t)=(-1,3,2)+(1,1,1)t.\)
(d)
Sketch your 5 points.
(e)
Pretend you are very young and do what comes naturally with a set of dots.
(f)
Based on your sketches what type of function is this?
(g)
Sketch \(\ell_2(t)=(1,3,-2)+(1,1,1)t.\)
(h)
Sketch \(\ell_3(t)=(1,3,-2)+(1,1,-2)t.\)
(i)
Compare and contrast \(\ell_1(t)\) and \(\ell_2(t).\)
(j)
Compare and contrast \(\ell_2(t)\) and \(\ell_3(t).\)
(k)
Write a function for a line through the point \((5,2,0)\) with the direction given by the vector \((1,1,1).\)
(l)
Write a function for a line through the points \((5,2,0)\) and \((6,2,3).\)
(m)
Graph the function \(f(t)=(3+t,1+t^2,2+5t).\)