2 Chapter 2: Vectors

Link to online textbook chapter

Khan Academy: Videos about Vectors

Section 2.1: Scalars vs. Vectors

Link to Section 2.1 of the textbook

A scalar is something you can measure. You have 45 bananas, or it’s 72 degrees in the room, or your tire has 3 holes in it. These are all scalar quantities. Common examples of scalars we will see in this class are distance, speed, temperature, energy, and length. Scalars can be positive or negative, but we’ll usually just see the positive aspect of them in class.

A vector has both term for how much you have of something (called a magnitude) and a direction (where you’re going). Common examples of vectors we’ll see in this class are displacement, velocity, acceleration, and forces.

 

Vectors are represented by either a line over a variable, \vec{A}, a bold variable, \bf{A}, or a line under a variable, \underline{A}. In physics, we use the notation \vec{A} for vectors, except where the format doesn’t support that option, in which case we’ll use a bold value.

The magnitude of a vector is found by removing the directional component. A magnitude is always a positive value. The following notation means to take the magnitude of the vector: \mid \vec{A} \mid = \emph{A}. Note that a vector without direction is simply a scalar value A.

Section 2.2: Graphical Addition of Vectors

Link to Section 2.3 of the textbook

 

Vectors are drawn as a line with an arrow on one end indicating the direction in which the vector is traveling.  The length of the line represents the magnitude of the vector.
Left, \vec{A}, \vec{B}, and \vec{C} are all vectors of varying magnitudes and directions.
When adding vectors graphically (by drawing them), you place the tail of the second vector to the head of the first vector. The resulting vector (the sum of the vectors) points from the tail of the first vector to the head of the final vector.
On the left side of the left figure, the sum \vec{B} + \vec{C} = \vec{D} is shown. On the right side of the figure, the sum \vec{C} + \vec{B} = \vec{D} is shown. Are the vectors \vec{D} the same on both sides?
Yes! Both have the same magnitude and direction, despite the fact that one is offset from the other. They are the same vector. Vector addition is commutative — you can rearrange the order in which you add (and subtract) vectors and you’ll still get the same vector out of your equation, every time.
The easiest way to subtract vectors graphically is to realize that \vec{A} - \vec{B} = \vec{A} + ( - \vec{B}). That is, subtracting \vec{B} from \vec{A} is the same thing as adding a negative \vec{B} to \vec{A}. To take the negative of a vector, simply reverse the direction, then follow the same addition rules as above with the negative of the vector.

Section 2.3: Component Vectors

Link to Section 2.2 of the textbook

Any vector can be written as the sum of two vectors in any given coordinate system.

In the figure on the right, the vector \vec{F} can be described as the sum of the vectors \vec{F_x} and \vec{F_y}. Why would we do this? We are breaking up the vector \vec{F} into its component vectors in the x-y coordinate system. \vec{F_x} lies along the x-axis, and \vec{F_y} lies along the y-axis. We can describe a vector pointing in any two dimensional direction using the x-y coordinate system in this manner.

 

We can now write \vec{F} = \vec{F_x} + \vec{F_y}. Let’s recall some basic geometry. In a right triangle, the Sine of an angle is the side of the triangle Opposite the angle divided by the Hypotenuse of the triangle (SOH). The sine of the angle \theta in the figure above is given by sin(\theta) = \vec{F_y} / \vec{F}. The Cosine of an angle is given by the Adjacent side to the angle divided by the Hypotenuse. The cosine of \theta is given by cos(\theta) = \vec{F_x} / \vec{F} (CAH). The Tangent of the angle \theta is found by dividing the Opposite side by the Adjacent side, tan(\theta) = \vec{F_y} / \vec{F_x} (TOA). Thus, the abbreviation SOH CAH TOA.

Note that the system above depends on which angle you call \theta. Every time you try to solve a vector graphically in this manner, you must draw a picture and indicate which angle is which.

 

By rearranging the above equations, we can come to the conclusion that \vec{F_y} = \vec{F} sin(\theta) and \vec{F_x} = \vec{F} cos(\theta). Now we can write the vector \vec{F} as the sum of its component vectors expressed as functions of \vec{F}, \vec{F} = \vec{F} sin(\theta) + \vec{F} cos(\theta).

The figure to the left illustrates the components of the sum of vectors \vec{A} + \vec{B} = \vec{C}. Vectors \vec{A}, \vec{B}, and \vec{C} have been broken into their components, where \vec{A} = \vec{A_x} + \vec{A_y}, \vec{B} = \vec{B_x} + \vec{B_y}, and \vec{C} = \vec{C_x} + \vec{C_y}. Vectors \vec{C_x} and \vec{B_y} have been slightly offset from their positions for clarity.

Above, \vec{C} = \vec{A} + \vec{B}. However, since \vec{A} = \vec{A_x} + \vec{A_y}, and \vec{B} = \vec{B_x} + \vec{B_y}, we can also write this as \vec{C} = \vec{A_x} + \vec{A_y} + \vec{B_x} + \vec{B_y}, or, grouping x and y terms,

    \[\vec{C} = (\vec{A_x} + \vec{B_x}) + (\vec{A_y} + \vec{B_y}) = \vec{C_x} + \vec{C_y}\]

and we can conclude that

    \[\vec{C_x} = \vec{A_x} + \vec{B_x}\]

    \[\vec{C_y} = \vec{A_y} + \vec{B_y}\]

What does this mean? Look at the figure above. The x component of \vec{C} is made up of the sum of the x components of \vec{A} and \vec{B}. The same is true for the y components.

We have defined \vec{C} = \vec{A} + \vec{B}. Does this also mean that \mid \vec{C} \mid = \mid \vec{A} \mid + \mid \vec{B} \mid? In other words, can you add the magnitudes of the vectors and come up with the same result as if you added the vectors themselves? The answer is no. Adding the vectors means adding \vec{A} and \vec{B}, both of which include directional information. In terms of a path to take, adding the vectors is the equivalent of going from the origin to the tip of the \vec{C} arrow directly. Adding only the magnitudes adds the numbers with no directional information included. In terms of a path, adding the magnitudes only is equivalent to going from the origin to the tip of \vec{A}, the continuing from there to the tip of \vec{B}. Is this the same path? No, the second path was longer. In fact, the only case where adding the vectors is equivalent to adding the magnitudes is the case in which all vectors are pointing in the same direction. So we have concluded that \mid \vec{C} \mid \ne \mid \vec{A} \mid + \mid \vec{B} \mid.

When adding vectors, you must add their x and y components separately. You cannot directly add two numbers that point in different directions and expect to get an answer that makes sense.

 

Section 2.4: Unit Vectors

Link to Section 2.2 of the textbook

A unit vector, denoted with a hat (\hat{i}), is a vector with some direction and a magnitude of 1. The job of a unit vector is simply to point in some direction. What we’ll normally use it for is pointing in either the x or y directions, along the axes of our coordinate system. As we’ve already seen, any vector that can be drawn in the x-y coordinate system can be reduced to two vectors, one pointing along x and one pointing along y. Why are we breaking up our vectors in this manner? Because if we want to do math with vectors, we can only add/subtract vectors pointing in the same direction. x and y are the most convenient directions for us to use.

The unit vectors used for the three dimensional coordinate system pointing along x, y, and z are \hat{i}, \hat{j}, and \hat{k}. \hat{i} means you’re pointing in the x direction, \hat{j} is for the y direction, and \hat{k} means the z direction.

We can use our unit vectors to re-write our normal definition of a vector with components, \vec{A} = \vec{A_x} + \vec{A_y}, as

    \[\vec{A} = A_x \hat{i} + A_y \hat{j}\]

where A_x is the magnitude of \vec{A_x} and A_y is the magnitude of \vec{A_y}. As long as we’re using the unit vectors, we only need the magnitudes of the components. The unit vector tells us the direction.

We can also re-write our previous equation from a bit earlier

    \[\vec{C} = (\vec{A_x} + \vec{B_x}) + (\vec{A_y} + \vec{B_y})\]

as

    \[\vec{C} = (A_x + B_x) \hat{i} + (A_y + B_y) \hat{j}\]

using our unit vector notation.

Section 2.5: Mathematical Vector Addition

 

Link to Section 2.3 of the textbook

We’ve already seen how to add vectors graphically. What about adding them numerically? Let’s say we were given two vectors to add, \vec{A} = 3 \hat{i} + 4 \hat{j}, and \vec{B} = -2 \hat{i} - 6 \hat{j}. What would these vectors look like?

In the figure on the right, we show the graphical addition of \vec{C} = \vec{A} + \vec{B}. We begin by placing \vec{A} (solid black lines) at the origin, going over 3 units to the right (3 \hat{i}) and 4 units up (4 \hat{j}). Starting from the tip of \vec{A}, we now add in \vec{B} (solid grey lines) by moving 2 units left (-2 \hat{i}) and then 6 units down (-6 \hat{j}). The resulting vector sum \vec{C} (dotted black lines) points from the beginning of \vec{A} at the origin to the tip of \vec{B}. The components of \vec{A}, \vec{B}, and \vec{C} are all given.

Based on this graphical picture, we would expect the vector sum \vec{C} to correspond to 1 unit to the left and 2 units down (from the tail of the first vector to the head of the last vector), or \vec{C} = 1 \hat{i} - 2 \hat{j}. How can we find this numerically?

To add vectors mathematically, we add the x components and the y components separately. \vec{A} = 3 \hat{i} + 4 \hat{j}, and \vec{B} = -2 \hat{i} - 6 \hat{j}, so we know that A_x = 3, A_y = 4, B_x = -2, and B_y = -6. Using a previous equation, we see that C_x = A_x + B_x, or C_x = 3 - 2 = 1, and C_y = A_y + B_y, or C_y = 4 - 6 = -2. Thus, \vec{C} = \vec{C_x} + \vec{C_y}, or \vec{C} = 1 \hat{i} - 2 \hat{j}.

 

Now we know the x and y components of our resulting vector \vec{C}. What if we wanted to know the length (magnitude) of \vec{C}? This is the same thing as finding the hypotenuse of a triangle made up of sides C_x and C_y. We use Pythagorean’s Theorem (C^2 = A^2 + B^2) to find the length of the third side. This is also called finding the magnitude of \vec{C} (it does not supply us with the direction). To find the \emph{magnitude} of a vector, \mid \vec{C} \mid,

    \[\mid \vec{C} \mid = \sqrt{C_x^2 + C_y^2}.\]

 

So we see that in this case, \mid \vec{C} \mid = C = \sqrt{(1^2) + (2^2)} = \sqrt{1+4} = \sqrt{5} = 2.24. This is the length of \vec{C} in the figure on the previous page.

 

Now that we’ve found the magnitude of \vec{C}, how do we find the direction? The direction is given by the angle from a particular direction. The angle can be found using any of our trig functions now that we know the values of all three sides of the triangle. Working with only C_x = 1 and C_y = -2, we can see that tan(\theta) = C_x / C_y, where \theta is the angle between \vec{C} and the y axis. That means that \theta = tan^{-1} (C_x / C_y), or \theta = tan^{-1} (1/2) = 26.6^{\circ} east of south. That last part means starting from south (negative y axis) move 26.6^{\circ} degrees towards the east direction (positive x axis). Ignore any negative signs when calculating the angles and instead indicate direction by using the angle (in the 0^{\circ} to 90^{\circ} range) and the cardinal directions north, east, south, and west.

 

Convince yourself that \mid C \mid \ne \mid A \mid + \mid B \mid using the vectors given in the previous example.

In Class Group Work Problems 2.1, 2.2, 2.3

2.1  Given the two vectors on the left, which of the three graphical additions on the right are equal to \vec{A} + \vec{B}?

2.2  Could you change the equation to make another graphical addition correct?

2.3  Is there a way to change the equation to get the remaining graphical addition to be the correct answer?

In Class Group Work Problems 2.4, 2.5, and 2.6

2.4 Find vector \vec{C} in \hat{i}, \hat{j} notation if \vec{C} = \vec{A} + \vec{B}.

\vec{A} = 33.2 \hat{i} - 52.9 \hat{j}
\vec{B} = -71.2 \hat{i} + 49.9 \hat{j}

2.5 Calculate the angle between \vec{C} and the positive x-axis.

2.6 Calculate the angle between \vec{B} and the positive x-axis.

In Class Group Work Problem 2.7

2.7  Vector \vec{D} = -5 \hat{i} - 3 \hat{j}. Find the magnitude and directions of \vec{D_x} and \vec{D_y}.

In Class Group Work Problem 2.8

2.8 Vector \vec{E} is made up of components \vec{E_x} = 4 \hat{i} and \vec{E_y} = -7 \hat{j}. Find the magnitude and direction of \vec{E}.

 

Previous Exam Question 1

These questions are provided for practice purposes. There is no guarantee a problem similar to this one will be on your exam.

Given the vectors and axes, draw the graphical addition of \vec{E} = \vec{B} - \vec{D} - \vec{C} - \vec{A}.

Write the vector \vec{E} you graphed in the previous question in \hat{i}, \hat{j} form.

Calculate the magnitude of the vector \vec{E} you found in the previous questions.

Previous Exam Question 2

These questions are provided for practice purposes. There is no guarantee a problem similar to this one will be on your exam.

\vec{P} = 2 \hat{i} + 8 \hat{j}

\vec{R} = -5 \hat{i}

\vec{T} = 7 \hat{i} - 4 \hat{j}

Find the resultant vector \vec{Q} in \hat{i}, \hat{j} form if \vec{Q} = \vec{P} - \vec{R} + \vec{T}.

Previous Exam Question 3

These questions are provided for practice purposes. There is no guarantee a problem similar to this one will be on your exam.

Two vectors each have a magnitude of 8 units and each vector makes a small angle \theta with the horizontal as shown below. Four students are arguing about the resultant vector obtained by adding these two vectors.

Amanda: “Since these are vectors, we need to use the Pythagorean Theorem to find the magnitude. In this case, the magnitude should be the square root of 128. The direction should be downward.”

Do you agree with Amanda? Why or why not, and on which statements?

Belle: “Since these are vectors, we have to find a direction and a magnitude. We use the vectors to determine the direction, which is down. But to get the magnitude, we just add the individual magnitudes. The magnitude of the resultant vector is sixteen.”

Do you agree with Belle? Why or why not, and on which statements?

Conrad: “I think the direction is actually up. The resultant should add to these vectors to get zero, and since these ones point down, we need another vector pointing up.”

Do you agree with Conrad? Why or why not, and on which statements?

Douglas: “The magnitude will be less than eight. Each of these point down just a little so the resultant will be pretty small.”

Do you agree with Douglas? Why or why not, and on which statements?

definition

License

Icon for the Creative Commons Attribution 4.0 International License

Introductory Physics Resources Copyright © by Adria C Updike is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book