topic badge

11.01 Properties of vectors

Lesson

Introduction to vectors

Whether you realize it or not, you actually use vectors very frequently in common daily activities.  Vectors are quantities that differ from the quantities we have mostly used in mathematics so far called scalars. 

Scalar Quantities

Quantities that require only magnitude are called scalar quantities, or more simple just scalars

  • Mass
  • Speed
  • Time
  • Temperature
  • Distance
  • Area
  • Volume

Vector Quantities

Quantities that require both magnitude and direction are called vector quantities, or more simply just vectors.

  • Displacement (movement of an object from $A$A to $B$B)
  • Force (and weight)
  • Velocity
  • Acceleration
  • Momentum

Daily examples of vectors are things like walking to a certain place you have the pace that you are walking and the direction you are going. Breathing, your muscles exert a force that has both size and direction. 

Vector Definition

A vector is a directed line segment.

Let's look at two distinct points on the plane, $A$A and $B$B

Then we draw in a directed line segment (a line segment with an arrow at one end), from $A$A to $B$B

$A$A (first point) is called the initial point

$B$B (second point) is called the terminal point

Sometimes the arrow appears at the end of the line segment like in the image above, or in the line segment like this

This is called a vector. We notate the vector using a number of different notations.

This notation indicates the initial point and the terminal point by the direction of the arrow and the order the points are written.  This notation is also called vector displacement notation as it demonstrates the displacement of a point B, from A. 

a  The vector can be written as vector (where the $a$a is printed in bold text) or if you were writing by hand you would put a squiggle underneath like this,  

If the vector has a fixed point, like the origin, $O$O, then it is called a position vector.  Position vectors can also be represented using matrix notation.  For example,  

 can be represented 

and

can be represented  

Note that the first element in the column matrix indicates the $x$x movement (right is positive and left is negative) and the second element indicates the change in $y$y, (up positive and down negative).  

This applet will give you some practice at making vectors, (uses column vector notation)

 

Negative of a Vector

As with most things we have learned about in mathematics, a negative sing indicates direction.  A negative vector relates to a vector that has the same magnitude (size), but goes in the opposite direction. 

             

This applet will give you some practice at making negative vectors. 

Zero Vectors

A zero vector has a zero magnitude and any direction, effectively it is a point on the plane.  

 

Practice questions

Question 1

Which of the following are vector quantities?

  1. a force of 8 N acting horizontally right

    A

    a displacement of 4 m along the line joining A and B

    B

    a mass of 1 kg

    C

    a time of 1 seconds

    D

Remember that a vector quantity has to have both magnitude (size) AND direction. 

All these options have magnitude.  

Only $(A)$(A) and $(B)$(B) have direction.  

$(A)$(A) is in the direction given by "horizontally right", and $(B)$(B) is in the direction "along the line joining A and B". 

Question 2

Write the vector represented on the plane as a column vector.

Loading Graph...

  1.     $\editable{}$    
             
        $\editable{}$    

The first component in the column vector is the $x$x-component of the vector.  This vector travels $4$4 units in the positive $x$x-direction. 

The second component in the column vector is the $y$y-component.  This vector travels $4$4 units in the positive $y$y-direction.  

So the column vector required is 

Question 3

Write the vector represented on the plane as a column vector.

Loading Graph...

  1.     $\editable{}$    
             
        $\editable{}$    

Magnitude of vectors

We use the word magnitude to mean the size, or length, of the vector.  The magnitude of a vector is indicated using the absolute value notation. So magnitude of of vector is indicated by .

How can we work out the length of a vector?  Well we use the Pythagorean Theorem. 

To find the length of this vector

We first need the horizontal and vertical components

Using the Pythagorean Theorem

$\text{length}^2$length2 $=$= $4^2+3^2$42+32
$\text{length}^2$length2 $=$= $16+9$16+9
$\text{length}$length $=$= $\sqrt{25}$25
$\text{length}$length $=$= $5$5

 

If we are just given the coordinates of the initial and terminal points we would work out the magnitude like this.

Find the magnitude of the vector with initial point
$$ and terminal point $$

The horizontal component is the distance between the x-coordinates. Which is $$

The vertical component is the distance between the y-coordinates. Which is $$

So $=\sqrt{3^2+9^2}=\sqrt{90}=3\sqrt{10}$=32+92=90=310

Equality

Vectors are only equal if they have the same magnitude and direction.  They need not have the same initial and terminal points, just the same size and direction.  

So these vectors are all equal

And these are not

Unit Vector

A unit vector is a vector of of magnitude (length) 1.  There is specific notation we can use for a unit vector that uses i and j's and we will discuss this in later entries.  For now we just need to know that if the length is 1, it is a unit vector in that particular direction.  

Practice questions

Question 4

Consider the vector $\left(2\sqrt{3},2\right)$(23,2).

  1. Find the magnitude of the vector.

  2. Find the direction of the vector.

    Give your answer in degrees.

Question 5

Let $G$G and $H$H be the points $G$G$\left(11,3\right)$(11,3) and $H$H$\left(12,-2\right)$(12,2).

  1. Find the vector $\vec{HG}$HG in component form:

    $\vec{HG}$HG$=$=$\left(\editable{},\editable{}\right)$(,)

  2. What is the exact length of the vector $\vec{HG}$HG?

Question 6

Find the magnitude of the vector
    $-8$8    
         
    $-15$15    
.

Components of vectors

What do we know about a vector so far?

Each vector has

  • initial point
  • terminal point
  • magnitude (length)
  • direction
  • links to right triangles

Knowing some of the above conditions will allow us to calculate the others, and because a vector also has links to trigonometry we can also use the trigonometric ratios to help us with the calculations.

 

Worked examples

Question 4

Given that the vector a, projects from initial point $\left(1,3\right)$(1,3), at an angle of $45^\circ$45°  find the terminal point if the magnitude is $3.5$3.5 units.  

The information given to us here, results in the following right triangle image. 

The terminal point will have the coordinates $$

Using trigonometry we can see $\cos45^\circ=\frac{x}{3.5}$cos45°=x3.5, so $x=3.5\times\cos45^\circ$x=3.5×cos45° and similarly $\sin45^\circ=\frac{y}{3.5}$sin45°=y3.5, so $y=3.5\times\sin45^\circ$y=3.5×sin45°.  Evaluating these to $2$2 decimal places we get $x=2.47$x=2.47 and $y=2.47$y=2.47.  The fact that both x and y are equal make sense because an angle of $45^\circ$45° creates an isosceles triangle. 

Now we can work out the terminal point, $$

 

Visualizing the components

This applet will help you to visualize the $x$x component and $y$y component.  Remember that it uses the principles of right-angled trigonometry. 

 

Practice questions

Question 7

Consider the vector $v$v plotted on the graph.

A right triangle is formed within a Coordinate Plane by a vector extending from the origin (0,0) to the right at a 45-degree angle and the end of this vector line is marked with the label $v$v. This vector line acts as the hypotenuse of the right triangle and is measured 1 unit. Adjacent to the 45-degree angle is the base which runs along the x-axis and is labeled with a length of  $a$a unit. Opposite to the 45-degree angle is a dashed vertical line which represents the height of the triangle labeled with the length of $b$b units. The angle at the origin is indicated by a small red arc and labeled as 45 degrees. The coordinate axes are labeled x for the horizontal axis and y for the vertical axis, with arrows at both ends. 
  1. What is the horizontal component, $a$a, of vector $v$v?

  2. What is the vertical component, $b$b, of vector $v$v?

Question 8

Consider the vector $v$v with magnitude $161$161 and direction angle $156.5^\circ$156.5°.

  1. Find the horizontal component of $v$v.

    Give your answer to the nearest tenth.

  2. Find the vertical component of $v$v.

    Give your answer to the nearest tenth.

Question 9

A vector with magnitude $6$6 is shown in the diagram.

Write the vector in the form $\left(a,b\right)$(a,b), leaving $a$a and $b$b as exact values.

A vector located in the first quadrant of the Cartesian coordinate plane. This vector has a magnitude of $6$6 units and forms an angle measuring $60^\circ$60° with the positive x-axis.

What is Mathspace

About Mathspace