Vectors
In physics, we quantify most things with either a scalar or a vector. A scalar is described by one number; mass, temperature, and time are scalars. A vector is said to have both magnitude and direction; displacement, velocity, acceleration, and force are vectors. Note that if you ever study linear algebra, there are more rigorous definitions for these mathematical objects.
But, for now, let’s turn to a familiar one-dimensional vector: the displacement of a bunny along a number line. When you first learned arithmetic, a bunny hopped along a number line: is evaluated by starting at , hopping to the right, then hopping to the left, and landing on . Each hop has a magnitude (how far) and a direction (right for positive, left for negative).
Hop to the carrot. Each hop is a one-dimensional vector: a size (how far) and a direction (the sign).
bunny = 0
Give the bunny a second way to hop — up and down as well as left and right — and we now have a two-dimensional “hop vector”.
Components
To work with vectors algebraically, we must express the individual components of each vector. In two dimensions, we may write a vector as:
The magnitude, i.e. the length of the arrow representation shown below, can be found using the Pythagorean theorem:
The direction angle is then (usually) measured counterclockwise from the positive axis:
To work with vectors graphically, we draw them using an arrow. The starting point is often called the “tail” of the vector, and the ending point is called the “tip” (arrowhead). The length of the arrow represents the vector’s magnitude, while the direction is captured by the orientation of the arrow.
Read a Vector
This graphical representation can also be described by its components, magnitude, and direction.
components
<4.0, 2.0>
magnitude
4.47
direction
27 deg
Addition
Adding vectors is simply letting the bunny hop multiple times, and then looking at the combined effect of the hops. For example, in evaluating , think of as hop 1 and as hop 2. To find where the bunny ends up, place the tail of hop 2 at the tip of hop 1. The sum points from the original tail to the final tip. This is called tip-to-tail addition.
Symbolically, add matching components:
Add Two Vectors
Adjust the hops so their sum lands on the carrot, then press Hop! to send the bunny.
hop 1
<3.0, 1.5>
hop 2
<1.5, 2.0>
hop 1 + hop 2
Press Hop! to combine the hops
The order of the hops does not matter. Hop 1 followed by hop 2 lands in exactly the same place as hop 2 followed by hop 1:
We can continue adding any number of hops in this fashion, joining them tip to tail. In the case of our rabbit, the total vector sum represents the net displacement from the starting location.
Bunny Hops
Click to hop from the burrow to the carrot. Each successive hop adds an additional vector to the sum.
Bunny = <-4.0, -2.0>
Problem Solving
Reading a Vector
Reading a Vector
Problem
A vector has components . Find its magnitude.
Use
Solve
Check
A vector that moves units sideways and units vertically forms a -- right triangle, so a magnitude of is reasonable.
Adding Two Hops
Adding Two Hops
Problem
A bunny hops , then hops . Where does it land relative to the start?
Add
Check
Add matching components: the values partly cancel to , and the values build to , so the bunny ends up from where it started.
Vectors Checkpoint
Question 1 of 2
Choose an answer to get instant feedback.