Main Page

Vectors

  1. Vectors in R2, R3 (and Rn more generally).
    We start discussion in these spaces because they can be visualized. (We'll extend the notion later.) Vectors are objects in our space which have two unique properties: magnitude and direction.
    Clickable Details
  2. Operations on vectors
    There are 2 operations which exist for all vectors in Rn. They are known as addition and scalar multiplication.
    Clickable Details
  3. The Dot Product of Two Vectors
    The dot product of two vectors within the same space is a binary operation on vectors (ie: it requires two vectors) but instead of returning a vector, it returns a real number. The definition is simple: dotproductdefinition here
    A primary use of the dot product is the ability to determine angle measures and to determine when two vectors are perpendicular. At this level, because we may wish to extend the notion of perpendicularity to many dimensions, the word "perpendicular" and "perpendicularity" is generally replaced by the words "orthogonal" and "orthogonality".
    Clickable Details
  4. Exercises

    1. Level 1
    2. Level 2
    3. Level 3

XHTML 1.0 validator