Section 2.1 - Vectors in the plane

Section Objectives

  1. Describe vectors in the plane, and write them in component form and in terms of basis vectors.
  2. Compute the magnitude of a vector in 2-space.
  3. Describe and perform basic operations on vectors in 2-space.



Intro to vectors

A vector is an abstract mathematical object used to describe a quantity that has both magnitude and direction.

Vectors are typically represented by directed line segments. The magnitude of the vector corresponds to the length of the line segment, and the direction of the vector corresponds to the direction of the line segment.

Image of a typical vector in 2-space

A vector is uniquely determined by its direction and its magnitude. If two vectors have the same direction and magnitude, they are equivalent (or equal). Vectors are not determined by their positions! (Here is an image showing several equivalent vectors.)


The component form of the vector from to is


A vector is in standard position when its initial point is the origin. A vector in standard position is uniquely determined by it terminal point. The component form of a vector simply describes the terminal point of the equivalent vector in standard position.



Examples







Magnitude

The magnitude of a vector is the length of its corresponding directed line segment. When vectors are written in component form, their magnitudes are easy to compute (Pythagorean theorem or distance formula).

Image of a typical vector in 2-space

The magnitude of is given by .



Examples







Scalar multiplication/division

The product of the scalar and the vector , written , is the new vector that has magnitude and whose direction is the same as or the opposite of the direction of depending on the sign of . This is called scalar multiplication. For vectors in component form, it follows that

Even though this looks like a distibutive property, it is not!



Examples










Additon and subtraction of vectors

The two vectors and can be added by using the terminal point of as the initial point of . See the figure below.

Illustration of vector addition

 

You can think about addition by the triangle method or the parallelogram method. In any case, it should be clear that in component form, we have


Perhaps the best way to think about vector subtraction is to consider that should answer the question, "What plus is ?"

Illustration of vector subtraction

It should also be pretty clear in this case that



Examples







Properties of vector operations

For any vectors , , and , and scalars and , the following properties hold:

  1. There exists a vector such that .
  2. and

These properties are pretty easy to prove. But perhaps what is more interesting is that these properties can also hold for more abstract objects. In fact, any collection of "objects" that satisfy these properties is called a vector space. You will study general vector spaces in a Linear Algebra class.



Basis vectors

In addition to writing write vectors in component form, it is often convenient (and useful) to write vectors in terms of other vectors. For now, the most convenient "other" vectors are the unit vectors and :

Any vector in component form can easily be written in terms of these basis vectors and . For example,

From this point forward, we will call either form, or , component form since each form explicitly shows the components.



Here is one last important idea before we close this section. Any vector in 2-space can be written in terms of its magnitude and the angle it makes with the positive -axis. Indeed, if has magnitude and makes an angle with the positive -axis, then it follows from trigonometry that

as you can see from the figure below.

Image showing vector components from magnitude and angle



Examples